-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Live staging/unstaging updates on Git Graph (#640) * Fix for fetching local branches on linked worktrees returning root of main worktree * git-porcelain.hasStatus() added for checking for specific git status in files and directories * selectStagedFieldsByRepo selector added for obtaining partial Metafile fields related to VCS status * Git Graph automatically updates for staging/unstaging of files tracked under selected repository * Bump webpack from 5.67.0 to 5.68.0 (#629) Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.68.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.67.0...v5.68.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Display Synectic version number in notification from Help menu (#642) * Bump css-loader from 6.5.1 to 6.6.0 (#630) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.1 to 6.6.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/css-loader@v6.5.1...v6.6.0) --- updated-dependencies: - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Dependency updates * Cloning updated to convert SSH URLs to HTTPS and properly resolve success/failure returns * Fix for resolving git refs in non-local off-main branches * Resolve linked worktree HEAD refs by following indicated ref path to refs/heads/{branch} * BranchStatus component checks for empty current repository root before checking out new branches * Repos Tracker renamed to Branch Tracker * Card selectors use RTK createSelector instead of RTK createDraftSafeSelector * Branch selectors use RTK createSelector instead of RTK createDraftSafeSelector * Branch Tracker properly displays card counts related to each tracked branch in a repository * branchSelectors.selectByRepo prefers local branches over remote branches * Dependency updates * v1.3.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
479806d
commit 4ecd036
Showing
15 changed files
with
786 additions
and
730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.