User Details
- User Since
- Dec 4 2024, 06:04 (18 w, 4 d)
- Availability
- Available
Mon, Apr 7
I patched this in our local repo with a change to /src/applications/project/engine/PhabricatorBoardLayoutEngine.php, in the layoutBoard() method. Around line 520, inside if ($proxy_hits) block, you have array_slice() taking the first element of $proxy_hits, which seems random.
Mon, Mar 17
- Handle arc work for new and existing git branches
Handle arc work for new and existing git branches
Feb 20 2025
@aklapper Would it make sense to move the branch-naming lines into a function in class ArcanistGitWorkEngine, since it the branch-naming is git-specific? E.g.
Hopefully the latest change will work for you. Now it checks existing git branches matching "T12345*" and if any exist, it will git checkout the first one, else it will create it from the task name.
So that should allow you to change the task title, and to use arc work T12345 as many times as you want without error.
- Fix indents, adds emoji support, improve REGEX
- Detect existing branch for task
- Handles existing branches
- Fixes indents, adds emoji support, improves REGEX
Fixes error when invoking arc work 2nd time on task id
Feb 18 2025
- Fixes indents, adds emoji support, improves REGEX