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/#873 retrieve remote schemas #877

Merged

Commits on Jun 5, 2024

  1. initial config

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e326785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc6bf7 View commit details
    Browse the repository at this point in the history
  3. add schema merge placeholders

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d8efe90 View commit details
    Browse the repository at this point in the history
  4. add conditional to graphql route gen for env flag

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    51f190f View commit details
    Browse the repository at this point in the history
  5. throw error on invalid json parse eg. empty file

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3cc76e9 View commit details
    Browse the repository at this point in the history
  6. rename type

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    dc9e8b7 View commit details
    Browse the repository at this point in the history
  7. add vscode debug file to gitignore

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    60f93a2 View commit details
    Browse the repository at this point in the history
  8. add gql client lib

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4dba960 View commit details
    Browse the repository at this point in the history
  9. change gql lib

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e5eef63 View commit details
    Browse the repository at this point in the history
  10. Update modules/server/README.md

    Co-authored-by: Anders Richardsson <[email protected]>
    ciaranschutte and justincorrigible authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4fa70e3 View commit details
    Browse the repository at this point in the history
  11. add fetch field

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7b4aec5 View commit details
    Browse the repository at this point in the history
  12. rename field to documentType

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    12be615 View commit details
    Browse the repository at this point in the history
  13. Update modules/server/configTemplates/base.json

    Co-authored-by: Anders Richardsson <[email protected]>
    ciaranschutte and justincorrigible authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    892ca74 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feat/#872_initial_config' of github.com:overture-stack/…

    …arranger into feat/#872_initial_config
    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    514e375 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b50e5a View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/feat/#872_initial_config' into f…

    …eat/#873_retrieve_remote_schemas
    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7a4adca View commit details
    Browse the repository at this point in the history
  17. Update types.ts

    ciaranschutte authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    18630ae View commit details
    Browse the repository at this point in the history
  18. Merge remote-tracking branch 'origin/feat/#872_initial_config' into f…

    …eat/#873_retrieve_remote_schemas
    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    739b75b View commit details
    Browse the repository at this point in the history
  19. Update README.md

    ciaranschutte authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e3b5fbf View commit details
    Browse the repository at this point in the history
  20. add ignore to gitignore

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    28566fe View commit details
    Browse the repository at this point in the history
  21. rename fields, add nesting

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    578f5b2 View commit details
    Browse the repository at this point in the history
  22. remove env config to enable federated search

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b660880 View commit details
    Browse the repository at this point in the history
  23. remove env config to enable federated search

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a04db5b View commit details
    Browse the repository at this point in the history
  24. remove flag from env schema

    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5da7740 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'feat/#872_initial_config' into feat/#873_retrieve_remot…

    …e_schemas
    Ciaran Schutte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d762461 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. correct schema retrieval

    Ciaran Schutte committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    61aea8a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/federated_search' into f…

    …eat/#873_retrieve_remote_schemas
    Ciaran Schutte committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d5a87e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. fix GQL obj wrapping on schema construction

    Ciaran Schutte committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7b82c9e View commit details
    Browse the repository at this point in the history
  2. example

    Ciaran Schutte committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    45761b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. cleanup

    Ciaran Schutte committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7eee03b View commit details
    Browse the repository at this point in the history
  2. cleanup gql file

    Ciaran Schutte committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    09738b2 View commit details
    Browse the repository at this point in the history
  3. cleanup packages

    Ciaran Schutte committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    09b5889 View commit details
    Browse the repository at this point in the history
  4. fix import

    Ciaran Schutte committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    417fa0b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. add introspection query type predicate

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5d20665 View commit details
    Browse the repository at this point in the history
  2. add tsdoc

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    04e2b56 View commit details
    Browse the repository at this point in the history
  3. remove local folder ignore from project.gitignore

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d121594 View commit details
    Browse the repository at this point in the history
  4. remove unused util

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    241a8d3 View commit details
    Browse the repository at this point in the history
  5. renaming

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    774bfe4 View commit details
    Browse the repository at this point in the history
  6. break up query promise and results

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    050bf51 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    Co-authored-by: Anders Richardsson <[email protected]>
    ciaranschutte and justincorrigible authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7125e1a View commit details
    Browse the repository at this point in the history
  8. use axios

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4b2d34c View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/feat/#873_retrieve_remote_schema…

    …s' into feat/#873_retrieve_remote_schemas
    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    79d179d View commit details
    Browse the repository at this point in the history
  10. axios network check, doesn't throw like fetch

    Ciaran Schutte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6ca2241 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. change fetch config to axios config

    Ciaran Schutte committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    84fc60b View commit details
    Browse the repository at this point in the history
  2. Update modules/server/src/network/index.ts

    Co-authored-by: Anders Richardsson <[email protected]>
    ciaranschutte and justincorrigible authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    da5e256 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. add logs to thrown errors

    Ciaran Schutte committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f9d96da View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. small feedback fixes

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f741586 View commit details
    Browse the repository at this point in the history
  2. add typings + additional info in comments

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    59cc470 View commit details
    Browse the repository at this point in the history
  3. add better errors

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    da4f31e View commit details
    Browse the repository at this point in the history
  4. remove unused func. renaming

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c64cac7 View commit details
    Browse the repository at this point in the history
  5. add return type

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cd8848c View commit details
    Browse the repository at this point in the history
  6. remove assertion. add TS filter

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    18db891 View commit details
    Browse the repository at this point in the history
  7. change nulls to undefined

    Ciaran Schutte committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1b4f22b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. change explicit undefined to optional ts

    Ciaran Schutte committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cac6bbd View commit details
    Browse the repository at this point in the history
  2. add tsdoc comment

    Ciaran Schutte committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1c386ce View commit details
    Browse the repository at this point in the history
  3. change var type to loose record instead of uknown

    Ciaran Schutte committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8ae17be View commit details
    Browse the repository at this point in the history
  4. if else TS

    Ciaran Schutte committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c19ff5a View commit details
    Browse the repository at this point in the history
  5. if else TS

    Ciaran Schutte committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    68ca18e View commit details
    Browse the repository at this point in the history
  6. change to nested promise return

    Ciaran Schutte committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e67a16c View commit details
    Browse the repository at this point in the history