-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Design principles #2
Labels
📝 documentation
Focuses on changes to the documentation (docs)
Comments
DxCx
added a commit
to DxCx/graphql-server
that referenced
this issue
Jun 12, 2017
helfer
pushed a commit
that referenced
this issue
Jun 13, 2017
abernix
added a commit
that referenced
this issue
Jan 25, 2019
Operation Registry Agent for Apollo Server
abernix
added a commit
to abernix/apollo-server
that referenced
this issue
Feb 26, 2019
…ql#2) Much in the same way as this repository has an `apollo-server-express` example, this brings an example which uses hapi.
trevor-scheer
pushed a commit
that referenced
this issue
May 6, 2020
I'm not sure if the `--exact` flag was ever what we wanted. Specifically, the `--exact` flag publishes every package without semantic version symbols in all of its `package.json` dependencies (e.g. prod, dev, optional). This means that if any package in this repository depends on another package, all related packages must be republished when a new version of one package comes out, even if there are no other changes to the others. This means we're essentially over-publishing. My hunch is that, at one point, when we were trying to publish early-access/preview releases of some packages, we used the `--exact` flag in combination with general `prerelease` and `--canary` flags and this has remained as a historical artifact.
trevor-scheer
pushed a commit
that referenced
this issue
May 14, 2020
I'm not sure if the `--exact` flag was ever what we wanted. Specifically, the `--exact` flag publishes every package without semantic version symbols in all of its `package.json` dependencies (e.g. prod, dev, optional). This means that if any package in this repository depends on another package, all related packages must be republished when a new version of one package comes out, even if there are no other changes to the others. This means we're essentially over-publishing. My hunch is that, at one point, when we were trying to publish early-access/preview releases of some packages, we used the `--exact` flag in combination with general `prerelease` and `--canary` flags and this has remained as a historical artifact.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need a doc about design principles for the apollo server
The text was updated successfully, but these errors were encountered: