-
Notifications
You must be signed in to change notification settings - Fork 70
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
Initial implementation of RegistrySource
#790
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
This was referenced Oct 11, 2023
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 11, 2023 14:52
f89d721
to
a528b57
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 11, 2023
**Stack**: - #790 - #783 - #767 - #789 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 12, 2023 15:15
a528b57
to
3306963
Compare
This was referenced Oct 12, 2023
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 12, 2023 15:19
3306963
to
4275e61
Compare
mkaput
force-pushed
the
spr/main/d57e36fd
branch
from
October 16, 2023 08:56
90fcd2f
to
5acc502
Compare
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 16, 2023 08:56
4275e61
to
e7ff6a5
Compare
maciektr
approved these changes
Oct 16, 2023
szymmis
approved these changes
Oct 16, 2023
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 16, 2023 11:38
e7ff6a5
to
34a8beb
Compare
mkaput
force-pushed
the
spr/main/d57e36fd
branch
from
October 16, 2023 11:38
5acc502
to
6777b6c
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 16, 2023
**Stack**: - #798 - #793 - #790 - #792 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 16, 2023 14:16
34a8beb
to
e2c031d
Compare
This was referenced Oct 16, 2023
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
2 times, most recently
from
October 19, 2023 07:34
b53610b
to
780d9a5
Compare
This was referenced Oct 19, 2023
Merged
This implementation focuses solely on local registries, and it has almost no security. commit-id:7c1e1d67
This was referenced Oct 23, 2023
mkaput
force-pushed
the
spr/main/7c1e1d67
branch
from
October 23, 2023 17:59
780d9a5
to
b81231d
Compare
maciektr
approved these changes
Oct 25, 2023
szymmis
approved these changes
Oct 25, 2023
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 27, 2023
These tests depend on both #790 and #793, hence they come in separate PR. --- **Stack**: - #819 - #818 - #809 - #808 - #807 - #806 - #805 - #803 - #802 - #799 - #798 ⬅⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
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 implementation focuses solely on local registries, and it has almost no security.
Stack:
RegistryClientCache
stub #808Clone
forUi
#807reqwest
HTTP client #802scarb publish
#793RegistrySource
#790 ⬅