-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: apollographql/apollo-server
base: a725306525a99650af46effb72ae9afe780ed88b
head repository: apollographql/apollo-server
compare: bcfd36cdd01f9d26d0a225aa62a79c6642cd743f
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d8360c - Browse repository at this point
Copy the full SHA 0d8360cView commit details -
Essentially, to make sure it's always using the latest dependency from the v2 that it (temporarily, until we roll them up into v3) depends on.
Configuration menu - View commit details
-
Copy full SHA for c281201 - Browse repository at this point
Copy the full SHA c281201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d60043 - Browse repository at this point
Copy the full SHA 0d60043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577ff59 - Browse repository at this point
Copy the full SHA 577ff59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20885e4 - Browse repository at this point
Copy the full SHA 20885e4View commit details -
Add
jest.config.js
in a broken state.This is pulled directly from the root's `jest.config.base.js`, but needs adjusting.
Configuration menu - View commit details
-
Copy full SHA for cd148f0 - Browse repository at this point
Copy the full SHA cd148f0View commit details -
Add currently broken
tsconfig.json
from../tsconfig.base.json
.This excludes project references, but otherwise hasn't had any changes to it yet.
Configuration menu - View commit details
-
Copy full SHA for 06c5af0 - Browse repository at this point
Copy the full SHA 06c5af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 729b488 - Browse repository at this point
Copy the full SHA 729b488View commit details -
Configuration menu - View commit details
-
Copy full SHA for b263140 - Browse repository at this point
Copy the full SHA b263140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 745c7e8 - Browse repository at this point
Copy the full SHA 745c7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42816a - Browse repository at this point
Copy the full SHA e42816aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7ddda - Browse repository at this point
Copy the full SHA 3f7dddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f2610a - Browse repository at this point
Copy the full SHA 2f2610aView commit details -
Add a
package-lock.json
file to@apollo/server
.Ultimately, there won't be a Lerna repository present here to manage this at a higher level.
Configuration menu - View commit details
-
Copy full SHA for 140e67f - Browse repository at this point
Copy the full SHA 140e67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d661ad8 - Browse repository at this point
Copy the full SHA d661ad8View commit details -
Remove
setupFiles
, currently only necessitated byapollo-server-env
.The `apollo-server-env` package will not be included in `@apollo/server`.
Configuration menu - View commit details
-
Copy full SHA for fd62570 - Browse repository at this point
Copy the full SHA fd62570View commit details -
We will not be doing this cross-package module mapping in `@apollo/se…
…rver`. I'm pretty sure.
Configuration menu - View commit details
-
Copy full SHA for 2b3226a - Browse repository at this point
Copy the full SHA 2b3226aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e63fb6 - Browse repository at this point
Copy the full SHA 2e63fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6844b69 - Browse repository at this point
Copy the full SHA 6844b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60133f2 - Browse repository at this point
Copy the full SHA 60133f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1985031 - Browse repository at this point
Copy the full SHA 1985031View commit details -
The default
moduleFileExtensions
withts-jest
handles/tsx?/
.Let's try any avoid `js` files until proven necessary.
Configuration menu - View commit details
-
Copy full SHA for e05c3d9 - Browse repository at this point
Copy the full SHA e05c3d9View commit details -
Try to use the default
jest
configuration for simplicity.Jest already matches almost precisely this, and their defaults seem well thought out: Default: [ "**/__tests__/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)" ] Ref: https://jestjs.io/docs/en/configuration#testmatch-array-string
Configuration menu - View commit details
-
Copy full SHA for f7296de - Browse repository at this point
Copy the full SHA f7296deView commit details -
Use the same
tsconfig.json
for tests and the project.Until we don't need to!
Configuration menu - View commit details
-
Copy full SHA for a6751e6 - Browse repository at this point
Copy the full SHA a6751e6View commit details -
Remove explicit
rootDir
, which should be the default already.Since the default is based on the presence of `package.json` or a `jest.config.js`, the setting of `rootDir` to `.` should be unnecessary. Ref: https://jestjs.io/docs/en/configuration#rootdir-string
Configuration menu - View commit details
-
Copy full SHA for b8d8510 - Browse repository at this point
Copy the full SHA b8d8510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c114e - Browse repository at this point
Copy the full SHA 73c114eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0da5f8 - Browse repository at this point
Copy the full SHA f0da5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b0d85 - Browse repository at this point
Copy the full SHA 92b0d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6907d4c - Browse repository at this point
Copy the full SHA 6907d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e34f25a - Browse repository at this point
Copy the full SHA e34f25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fb630 - Browse repository at this point
Copy the full SHA e2fb630View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3957b8 - Browse repository at this point
Copy the full SHA b3957b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffabee7 - Browse repository at this point
Copy the full SHA ffabee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c57750 - Browse repository at this point
Copy the full SHA 2c57750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b8a10 - Browse repository at this point
Copy the full SHA 63b8a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ecbcd - Browse repository at this point
Copy the full SHA 74ecbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for db4e35d - Browse repository at this point
Copy the full SHA db4e35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 410fb4c - Browse repository at this point
Copy the full SHA 410fb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22896c5 - Browse repository at this point
Copy the full SHA 22896c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d205bd - Browse repository at this point
Copy the full SHA 9d205bdView commit details
Commits on Sep 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 16b3346 - Browse repository at this point
Copy the full SHA 16b3346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61489af - Browse repository at this point
Copy the full SHA 61489afView commit details -
v3: Make Lerna aware of it in the most minimally way.
This should still provide some benefit, while mostly keeping things out of the way and ensuring that the v3 package will not be dependent on the monorepo structure.
Configuration menu - View commit details
-
Copy full SHA for 35a01b9 - Browse repository at this point
Copy the full SHA 35a01b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cef144 - Browse repository at this point
Copy the full SHA 2cef144View commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e71e69d - Browse repository at this point
Copy the full SHA e71e69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c85bf - Browse repository at this point
Copy the full SHA 55c85bfView commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3a8069f - Browse repository at this point
Copy the full SHA 3a8069fView commit details -
This inadvertently went too far and also modified the root (v2) rules.
Configuration menu - View commit details
-
Copy full SHA for f961e6c - Browse repository at this point
Copy the full SHA f961e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca93394 - Browse repository at this point
Copy the full SHA ca93394View commit details
Commits on Sep 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b80e59e - Browse repository at this point
Copy the full SHA b80e59eView commit details
There are no files selected for viewing