-
-
Notifications
You must be signed in to change notification settings - Fork 319
feat: branching #3246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
dkrizan
wants to merge
48
commits into
main
Choose a base branch
from
danielkrizan/branching
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+10,309
−255
Draft
feat: branching #3246
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
3a695fc
feat: Branch entity and controller
dkrizan 35490cd
feat: handle branch in key/translation operations
dkrizan a07c64e
feat: copy branch data service
dkrizan a605a2c
feat: add branch filter to controllers related to keys/translations &…
dkrizan 19d7c9e
feat: KeyController branching modifications
dkrizan 63711fc
feat: create the default branch on Project creation
dkrizan 6aca250
chore: fix KeysDistanceUnitTestData.kt
dkrizan ce0acc9
chore: Branch copy test improved - checks data consistency
dkrizan 256bfb8
feat: Branch copy test improved - copies all key/translation-related …
dkrizan cbcc284
feat: create a key with either default branch (if it exists) or provi…
dkrizan 9fd8472
feat: basic branch selector
dkrizan cca502a
fix: create a default branch when creating a project in service
dkrizan 92345f8
feat: add branch parameters to Key create form
dkrizan 2b44fda
fix: KeysTestData.kt - add default main branch
dkrizan eb6b8a4
feat: Branches page - list and create a new branch form
dkrizan bbb86ac
fix: it shows the correct branch in branch selector on the first app …
dkrizan 2519a24
fix: do not return archived branches in branches endpoint
dkrizan 4855ccd
feat: branch deletion (ux + async clean up service)
dkrizan 1d921b6
fix: branch unique conditional index on project_id and name only on n…
dkrizan 0bf2fbf
fix: ignore a deleted branch in queries + delete branch entity after …
dkrizan 25561b5
chore: branch data copy service execution improvements
dkrizan 69479d0
feat: create a default branch on the first load of branches
dkrizan f835851
fix: tests
dkrizan abc84c8
feat: branch revision number
dkrizan 4e9f07a
feat: branch dry-run merge
dkrizan e19f501
feat: branch review conflict keys data endpoint
dkrizan 4e488ce
feat: branch conflict resolving endpoint
dkrizan a401b9f
feat: branch merge applying
dkrizan e2f4d25
chore: apiSchema updated
dkrizan a6d835b
feat: endpoint to list branch merges
dkrizan 7fdb09c
feat: create and delete branch merge
dkrizan e8e360a
feat: branch merge detail and list refactored
dkrizan fa6d22b
feat: global branch selector
dkrizan bf56aa2
feat: dry-run merge and merge apply refactored to use snapshot data a…
dkrizan 6b4d490
feat: branch name rules and router for names containing slash character
dkrizan d8da5d1
feat: branch merge refresh
dkrizan 377f571
chore: api schemas updated
dkrizan c2f1d3a
chore: ktlint
dkrizan fbb8c5d
feat: global branch selector holds state
dkrizan a12b153
feat: list adds, updates, deletes in merged detail + accept all buttons
dkrizan 02692f0
feat: merge detail enhancement
dkrizan c539565
feat: add branch-based support to import
dkrizan bbe8ce3
feat: branch selector in Export view
dkrizan 8951365
feat: merge enhancement - merge all non-conflict values, conflicted v…
dkrizan 2c1dbdd
chore: snapshot stores translation labels test
dkrizan 6f1ab86
chore: snapshot stores screenshots
dkrizan 9be6cf8
chore: snapshot stores translations
dkrizan 0db83b2
chore: branch merging service - test merging labels
dkrizan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Annotate
branchas a query param to ensure binding and OpenAPI docs.Without
@RequestParam, Spring may not bind it and OpenAPI may not render it as query param.Apply:
🤖 Prompt for AI Agents