-
Notifications
You must be signed in to change notification settings - Fork 247
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: Local pub server #2919
Merged
Merged
feat: Local pub server #2919
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
dnys1
force-pushed
the
feat/aft/unpub
branch
2 times, most recently
from
April 23, 2023 17:02
d3d3b62
to
a1df0bd
Compare
Adds a minimal package for running a local, embedded pub server.
Running license script without `addlicense` installed should not leave a bunch of files around and should be runnable without sudo
Adds a mechanism for seeding the local pub server with either the packages of a local directory or of a remote git repo.
Adds a command for serving the repo's packages on a local pub server.
TODO: consolidate with `aft`
Jordan-Nelson
approved these changes
Aug 16, 2023
NikaHsn
approved these changes
Aug 17, 2023
dnys1
added a commit
that referenced
this pull request
Aug 17, 2023
* ci: Fix db_common tests on Windows * Use powershell * feat: Add `pub_server` package Adds a minimal package for running a local, embedded pub server. * chore: Improve license script Running license script without `addlicense` installed should not leave a bunch of files around and should be runnable without sudo * feat(pub_server): Add launcher Adds a mechanism for seeding the local pub server with either the packages of a local directory or of a remote git repo. * feat(aft): Add `serve` command Adds a command for serving the repo's packages on a local pub server. * chore(pub_server): Clean up * ci: Add `pub_server` workflow * chore(pub_server): Add more doc comments * test(pub_server): Add e2e tests
dnys1
added a commit
that referenced
this pull request
Aug 17, 2023
* ci: Fix db_common tests on Windows * Use powershell * feat: Add `pub_server` package Adds a minimal package for running a local, embedded pub server. * chore: Improve license script Running license script without `addlicense` installed should not leave a bunch of files around and should be runnable without sudo * feat(pub_server): Add launcher Adds a mechanism for seeding the local pub server with either the packages of a local directory or of a remote git repo. * feat(aft): Add `serve` command Adds a command for serving the repo's packages on a local pub server. * chore(pub_server): Clean up * ci: Add `pub_server` workflow * chore(pub_server): Add more doc comments * test(pub_server): Add e2e tests
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.
aft serve
command to do this automatically for the Amplify repo.