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: The Federation #6100

Merged
merged 31 commits into from
Feb 14, 2020
Merged

feat: The Federation #6100

merged 31 commits into from
Feb 14, 2020

Commits on Feb 12, 2020

  1. feat: add apollo federation package

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    975d59e View commit details
    Browse the repository at this point in the history
  2. BREAKING: remove subscriptions config

    Subscriptions are not currently compatible with Apollo Server 2.x
    
    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    09347b6 View commit details
    Browse the repository at this point in the history
  3. BREAKING: remove subscriptions

    Subscriptions are not currently compatible with Apollo Server 2.x
    
    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5c7b96d View commit details
    Browse the repository at this point in the history
  4. BREAKING: remove subscriptions

    Subscriptions are not currently compatible with Apollo Server 2.x
    
    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2be7343 View commit details
    Browse the repository at this point in the history
  5. BREAKING: remove subscriptions

    Subscriptions are not currently compatible with Apollo Server 2.x
    
    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    011fcbe View commit details
    Browse the repository at this point in the history
  6. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    156b383 View commit details
    Browse the repository at this point in the history
  7. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    dc1657f View commit details
    Browse the repository at this point in the history
  8. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    49b1266 View commit details
    Browse the repository at this point in the history
  9. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b2df7c8 View commit details
    Browse the repository at this point in the history
  10. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5677e45 View commit details
    Browse the repository at this point in the history
  11. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d3f87e2 View commit details
    Browse the repository at this point in the history
  12. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5b17a09 View commit details
    Browse the repository at this point in the history
  13. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2d55c19 View commit details
    Browse the repository at this point in the history
  14. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8fe304e View commit details
    Browse the repository at this point in the history
  15. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    510d912 View commit details
    Browse the repository at this point in the history
  16. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d556422 View commit details
    Browse the repository at this point in the history
  17. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    da2df3c View commit details
    Browse the repository at this point in the history
  18. refactor: use backticks instead of double quotes

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    4aa7c07 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    111a40c View commit details
    Browse the repository at this point in the history
  20. feat: build federated schema

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    81b60b1 View commit details
    Browse the repository at this point in the history
  21. test: ensure remote schemas cannot be registered

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2365b56 View commit details
    Browse the repository at this point in the history
  22. test: add snapshot

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d0e09f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. feat: add subscription tick as a separate schema file

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    241c27a View commit details
    Browse the repository at this point in the history
  2. feat: optionally include subscription tick resolver

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    1697c7a View commit details
    Browse the repository at this point in the history
  3. feat: add checks for federation and subscription vars

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    50e60f7 View commit details
    Browse the repository at this point in the history
  4. feat: optionally support subscriptions

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    df1d43b View commit details
    Browse the repository at this point in the history
  5. feat: optionally log subscription path

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fef70b1 View commit details
    Browse the repository at this point in the history
  6. feat: support federated and non-federated configs

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d4fca3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87af4cb View commit details
    Browse the repository at this point in the history
  8. test: revert test to previous implementation

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    22972cd View commit details
    Browse the repository at this point in the history
  9. test: remove unused snapshot

    Signed-off-by: Mike Murray <[email protected]>
    mikemurray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    db4d516 View commit details
    Browse the repository at this point in the history