Thanks! I didn't know it could be done from the web UI.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 4 2020
May 1 2020
Apr 30 2020
You can open the revision in the web UI and "Request Review". You can use arc diff --browse ... to open the web UI automatically.
We just found a real issue with this, different from what I mentioned above: We had an issue with our CI machine, and to fix it we needed to make a diff. But as the CI machine is not working, the diff won't build, which means we can't accept the diff that will solve the issue.
Is there a way to disable this option via a config in the server or a CLI parameter?
Apr 29 2020
As of D21188, inlines have these remaining weird behaviors:
In the DOM, inline comments are currently structured as a "comment row", followed by zero or more related rows (which may contain the editor UI or the undo UI).
Apr 28 2020
OKAY SO
Apr 27 2020
These issues are somewhat complicated because changesets currently have a single changeType attribute and a single fileType attribute, and a lot of rendering logic depends on these attributes. This model isn't correct in the general case.
This seems to be fixed and has deployed to the cluster.
This appears to be an issue with synthetic lint messages from Harbormaster that do not specify a line number. We reach this section of the code:
- Followups on "Hidden" logic have moved to T13519.
Apr 24 2020
Apr 23 2020
Apr 22 2020
This is quite old and I'm not sure it's particularly relevant anymore. T13516 has made some related changes.
Currently, I also think no part of this pipeline can actually tell if changeset X changed at diff Y or not, but this isn't conceptually hard to get right most of the time.
Filetree stuff is now in T13516: Remove the "filetree" setting (so it's always enabled for everyone).
Apr 21 2020
Apr 20 2020
Pretty much ready to ship:
Apr 19 2020
Apr 18 2020
To save this setting, the shortest path is to just reload the change with an option like justSaveViewStateDoNotActuallyRenderAnything=true. But, since reloading changes is per-changeset, this is inefficient if filetree changes out of T13516 support collapsing multiple files at once.