-
Notifications
You must be signed in to change notification settings - Fork 124
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
[go-borges] Use go-borges to access repositories #888
Merged
Merged
Conversation
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
golangcibot
reviewed
Jun 19, 2019
golangcibot
reviewed
Jun 20, 2019
erizocosmico
approved these changes
Jun 20, 2019
Other than GolangCI stuff, if CI passes, LGTM |
bdefd6a
to
93bde04
Compare
Checksum: Now repositories are not returned in an specific order. Checksum is calculated per repository and ordered before calculating the final one. Signed-off-by: Javi Fontan <[email protected]>
Global format can be specified with --format, --bare, --bucket and --rooted. To mix directories the format can be specified as a file URL: -d file:///path/to/library?format=siva&bucket=4&rooted=false Also: * Updated builder container to go 1.12 * Added SIVA env to docker init.sh to configure gitbase to use siva library Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Fixed documentation, typos and erroneous messages. Also library URL parameters are converted to lowercase before parsing. Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Also fix some repositories left open. Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
Signed-off-by: Javi Fontan <[email protected]>
93bde04
to
044094c
Compare
Rebased with latest changes in |
mcarmonaa
approved these changes
Jun 20, 2019
ajnavarro
approved these changes
Jun 20, 2019
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.
Note: These are the changes from branch
go-borges-integration
rebased with the latest version in master plus fixes to new tests.go-borges
still does not support non rooted siva files (the ones generated by old borges). We are working on adding compatibility but all the changes for gitbase are done (even cli to support this). It may be better to release a final version of0.21.0
and start a0.22.0-beta
with these changes.make upgrade
command if applicable.