Ramin Tadayon
Ramin Tadayon
Issues related to user interaction with the graph that need to be addressed before release: **Bugs:** - [x] Changing repo (not by adding to workspace but by opening a different...
This PR attaches a "WIP" row to the top of the graph when there are changes in the working directory. **Note:** To support this, I have utilized `git-ls-files`: https://git-scm.com/docs/git-ls-files/2.9.5 I...
- [ ] 💬 Double-click interaction for commit rows (needs discussion) - [ ] 🏃🏼♂️ Send WIP information from GitLens to the graph to create a basic WIP node
### Description **Case 1:** How is this autolink generated? It's pointing at an unrelated remote, instead of the PR target (which is also origin) so I get a 404. I...
Note: it's possible this sometimes happens when the graph is in editor layout as well, so that needs to be investigated too.
Adds the 'open in worktree' command to branches in views, prs in views (including launchpad view), and branches in the commit graph. Note some restrictions: - Does not work on...
I'd really love for the graph to be able to quickly get into and out of repos without messing with your current vscode workspace/window. A common enough workflow is to...
### Description To repro, use a command like "compare to/with ..." on a commit/branch on the graph or branches view while the Search & Compare view is closed/minimized/hidden. It will...
Having the button enabled allows you to filter when searching the graph. Requires this PR merged as a pre-requisite, and dependency updated, before it can leave draft: https://github.com/gitkraken/GitKrakenComponents/pull/359