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: Local pub server #2919

Merged
merged 13 commits into from
Aug 17, 2023
Merged

feat: Local pub server #2919

merged 13 commits into from
Aug 17, 2023

Conversation

dnys1
Copy link
Contributor

@dnys1 dnys1 commented Apr 22, 2023

  • Adds a minimal package for running a local, embedded pub server.
  • Adds a mechanism for seeding the local pub server with a local or remote git repo.
  • Adds aft serve command to do this automatically for the Amplify repo.

@dnys1 dnys1 marked this pull request as ready for review April 22, 2023 20:29
@dnys1 dnys1 requested a review from a team as a code owner April 22, 2023 20:29
@dnys1 dnys1 force-pushed the feat/aft/unpub branch 2 times, most recently from d3d3b62 to a1df0bd Compare April 23, 2023 17:02
@dnys1 dnys1 changed the base branch from main to ci/db-common-windows April 23, 2023 21:12
Base automatically changed from ci/db-common-windows to main April 24, 2023 15:01
@dnys1 dnys1 enabled auto-merge (squash) April 24, 2023 15:09
dnys1 and others added 13 commits August 14, 2023 12:13
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`
@dnys1 dnys1 added the pr:squash PR should be submitted with a sqaush commit label Aug 14, 2023
@dnys1 dnys1 merged commit 028a96d into main Aug 17, 2023
44 of 45 checks passed
@dnys1 dnys1 deleted the feat/aft/unpub branch August 17, 2023 00:13
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
Labels
pr:squash PR should be submitted with a sqaush commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants