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

Allow more options to the Apollo Server config #7665

Merged
merged 24 commits into from
Sep 4, 2020
Merged

Allow more options to the Apollo Server config #7665

merged 24 commits into from
Sep 4, 2020

Commits on Sep 1, 2020

  1. Extract server config to a constant

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e8618ca View commit details
    Browse the repository at this point in the history
  2. Omit options to server config

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e798461 View commit details
    Browse the repository at this point in the history
  3. Move default config to serverParams

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ed53034 View commit details
    Browse the repository at this point in the history
  4. Simplify Apollo server config

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d172710 View commit details
    Browse the repository at this point in the history
  5. Simplify with a new apolloServerConfig property

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    96b80bd View commit details
    Browse the repository at this point in the history
  6. Update tracing documentation

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    92323c7 View commit details
    Browse the repository at this point in the history
  7. Extract deprecated options

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    acf5524 View commit details
    Browse the repository at this point in the history
  8. Add default options

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ec11160 View commit details
    Browse the repository at this point in the history
  9. Update documentation

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e53482a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Rename to deprecatedApolloServerConfig

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    64040b7 View commit details
    Browse the repository at this point in the history
  2. Empty default options

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    fe01416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c17d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c277d96 View commit details
    Browse the repository at this point in the history
  5. Update default config

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f4c6baa View commit details
    Browse the repository at this point in the history
  6. Add warning note

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    80235bc View commit details
    Browse the repository at this point in the history
  7. Add documentation note

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    24d0d91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7f70c4 View commit details
    Browse the repository at this point in the history
  9. Update documentation note

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1575332 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Fix the config check

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    0a3921c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b0e25 View commit details
    Browse the repository at this point in the history
  3. Fix the config check

    Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
    abdonrd committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    797bf1f View commit details
    Browse the repository at this point in the history
  4. Refactor old code and rename param to appoloServer to avoid redondancy

    Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
    alexandrebodin committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f3c772c View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
    alexandrebodin committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b83b0c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e59d214 View commit details
    Browse the repository at this point in the history