V2 branch 2#4232
Merged
Merged
Conversation
Signed-off-by: Mark Phelps <[email protected]>
Signed-off-by: Mark Phelps <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2-branch-1 #4232 +/- ##
===============================================
- Coverage 51.00% 50.97% -0.04%
===============================================
Files 122 121 -1
Lines 12759 12759
===============================================
- Hits 6508 6504 -4
- Misses 5725 5728 +3
- Partials 526 527 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Mark Phelps <[email protected]>
Signed-off-by: Mark Phelps <[email protected]>
Contributor
|
The latest Buf updates on your PR. Results from workflow Proto / proto-lint (pull_request).
|
Signed-off-by: Mark Phelps <[email protected]>
markphelps
commented
May 21, 2025
| release-notes.md | ||
| config/*.*.bk No newline at end of file | ||
| config/*.*.bk | ||
| config/dev.yml No newline at end of file |
Collaborator
Author
There was a problem hiding this comment.
i got tired of remembering to not commit my changed config/local.yml so i decided to create config/dev.yml and add it to .gitignore
the mage:dev task will now look for this file first and fallback to config/local.yml if not found
markphelps
marked this pull request as ready for review
May 21, 2025 16:59
Signed-off-by: Mark Phelps <[email protected]>
Signed-off-by: Mark Phelps <[email protected]>
markphelps
added a commit
that referenced
this pull request
May 21, 2025
* feat(wip): support pr workflows Signed-off-by: Mark Phelps <[email protected]> * chore: impl branch at server; noop publisher Signed-off-by: Mark Phelps <[email protected]> * chore: fix abililty to create and track remote branches Signed-off-by: Mark Phelps <[email protected]> * chore: reset config Signed-off-by: Mark Phelps <[email protected]> * chore: config again Signed-off-by: Mark Phelps <[email protected]> * chore: set base for branched envs Signed-off-by: Mark Phelps <[email protected]> * chore: explicit return Signed-off-by: Mark Phelps <[email protected]> * chore: regen mock Signed-off-by: Mark Phelps <[email protected]> * chore: add list branches and add tests Signed-off-by: Mark Phelps <[email protected]> * chore: fix build Signed-off-by: Mark Phelps <[email protected]> * chore: mockery Signed-off-by: Mark Phelps <[email protected]> * chore: fix linter errors Signed-off-by: Mark Phelps <[email protected]> * chore: nolint Signed-off-by: Mark Phelps <[email protected]> * chore: revert config Signed-off-by: Mark Phelps <[email protected]> * chore: fmt proto Signed-off-by: Mark Phelps <[email protected]> * chore: try to upgrade dagger version to fix build Signed-off-by: Mark Phelps <[email protected]> * chore: fix proto bootstrap Signed-off-by: Mark Phelps <[email protected]> * chore: set protoc-gen-go-grpc to latest Signed-off-by: Mark Phelps <[email protected]> * chore: mod tidy Signed-off-by: Mark Phelps <[email protected]> * V2 branch 2 (#4232) * feat: branch picker start Signed-off-by: Mark Phelps <[email protected]> * feat: make branch switcher work Signed-off-by: Mark Phelps <[email protected]> * chore: more branch work Signed-off-by: Mark Phelps <[email protected]> * feat: switch to newly created branch after branching Signed-off-by: Mark Phelps <[email protected]> * chore: styles Signed-off-by: Mark Phelps <[email protected]> * chore: regen mocks Signed-off-by: Mark Phelps <[email protected]> * chore: fix test Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This builds on #4227 and adds the ability to switch branches in the UI.
It's easiest shown in this gif:
Theres still some work to be done and bugs to fix but this shows how seamless it is switching to branched envs
Next i'll need to add the ability to create a new branch from the UICreate and Switch to new Branched Env