Skip to content
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

feat(index): support branch name and path aliases #1209

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

cmark
Copy link
Member

@cmark cmark commented Sep 12, 2023

A set of name aliases can be specified for a given, existing branch. This works just like the primary path of the branch and can be used to access the branch. Only a single path alias can exist at a given time which points to a single branch document.

A set of name aliases can be specified for a given, existing branch.
This works just like the primary path of the branch and can be used to
access the branch. Only a single path alias can exist at a given time
which points to a single branch document.
@cmark cmark added the feature label Sep 12, 2023
@cmark cmark self-assigned this Sep 12, 2023
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch coverage: 89.04% and project coverage change: +0.03% 🎉

Comparison is base (680f970) 64.08% compared to head (c1e8162) 64.12%.

Additional details and impacted files
@@             Coverage Diff              @@
##                9.x    #1209      +/-   ##
============================================
+ Coverage     64.08%   64.12%   +0.03%     
- Complexity    13137    13158      +21     
============================================
  Files          1799     1799              
  Lines         61537    61594      +57     
  Branches       5690     5696       +6     
============================================
+ Hits          39438    39495      +57     
- Misses        19660    19662       +2     
+ Partials       2439     2437       -2     
Files Changed Coverage Δ
...nowowl/core/branch/BranchUpdateRequestBuilder.java 81.81% <33.33%> (-18.19%) ⬇️
...national/index/revision/BaseRevisionBranching.java 89.90% <89.58%> (+0.43%) ⬆️
...ional/snowowl/core/branch/BranchUpdateRequest.java 94.11% <91.66%> (+16.33%) ⬆️
...b2international/index/revision/RevisionBranch.java 94.30% <100.00%> (+0.44%) ⬆️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmark cmark merged commit f2b6233 into 9.x Sep 12, 2023
5 checks passed
@cmark cmark deleted the feature/SO-5903-path-aliases branch September 12, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants