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
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
e326785
initial config
Jun 5, 2024
5fc6bf7
add network to config template. add default values to base.json
Jun 5, 2024
d8efe90
add schema merge placeholders
Jun 5, 2024
51f190f
add conditional to graphql route gen for env flag
Jun 5, 2024
3cc76e9
throw error on invalid json parse eg. empty file
Jun 5, 2024
dc9e8b7
rename type
Jun 5, 2024
60f93a2
add vscode debug file to gitignore
Jun 5, 2024
4dba960
add gql client lib
Jun 5, 2024
e5eef63
change gql lib
Jun 5, 2024
4fa70e3
Update modules/server/README.md
ciaranschutte Jun 5, 2024
7b4aec5
add fetch field
Jun 5, 2024
12be615
rename field to documentType
Jun 5, 2024
892ca74
Update modules/server/configTemplates/base.json
ciaranschutte Jun 5, 2024
514e375
Merge branch 'feat/#872_initial_config' of github.com:overture-stack/…
Jun 5, 2024
4b50e5a
Update modules/server/src/config/utils/getConfigFromFiles.ts
ciaranschutte Jun 5, 2024
7a4adca
Merge remote-tracking branch 'origin/feat/#872_initial_config' into f…
Jun 5, 2024
18630ae
Update types.ts
ciaranschutte Jun 5, 2024
739b75b
Merge remote-tracking branch 'origin/feat/#872_initial_config' into f…
Jun 5, 2024
e3b5fbf
Update README.md
ciaranschutte Jun 5, 2024
28566fe
add ignore to gitignore
Jun 5, 2024
578f5b2
rename fields, add nesting
Jun 5, 2024
b660880
remove env config to enable federated search
Jun 5, 2024
a04db5b
remove env config to enable federated search
Jun 5, 2024
5da7740
remove flag from env schema
Jun 5, 2024
d762461
Merge branch 'feat/#872_initial_config' into feat/#873_retrieve_remot…
Jun 5, 2024
61aea8a
correct schema retrieval
Jun 7, 2024
d5a87e8
Merge remote-tracking branch 'origin/feature/federated_search' into f…
Jun 7, 2024
7b82c9e
fix GQL obj wrapping on schema construction
Jun 8, 2024
45761b3
example
Jun 8, 2024
7eee03b
cleanup
Jun 9, 2024
09738b2
cleanup gql file
Jun 9, 2024
09b5889
cleanup packages
Jun 9, 2024
417fa0b
fix import
Jun 9, 2024
5d20665
add introspection query type predicate
Jun 11, 2024
04e2b56
add tsdoc
Jun 11, 2024
d121594
remove local folder ignore from project.gitignore
Jun 11, 2024
241a8d3
remove unused util
Jun 11, 2024
774bfe4
renaming
Jun 11, 2024
050bf51
break up query promise and results
Jun 11, 2024
7125e1a
Update .gitignore
ciaranschutte Jun 11, 2024
4b2d34c
use axios
Jun 11, 2024
79d179d
Merge remote-tracking branch 'origin/feat/#873_retrieve_remote_schema…
Jun 11, 2024
6ca2241
axios network check, doesn't throw like fetch
Jun 11, 2024
84fc60b
change fetch config to axios config
Jun 12, 2024
da5e256
Update modules/server/src/network/index.ts
ciaranschutte Jun 12, 2024
f9d96da
add logs to thrown errors
Jun 13, 2024
f741586
small feedback fixes
Jun 21, 2024
59cc470
add typings + additional info in comments
Jun 21, 2024
da4f31e
add better errors
Jun 21, 2024
c64cac7
remove unused func. renaming
Jun 21, 2024
cd8848c
add return type
Jun 21, 2024
18db891
remove assertion. add TS filter
Jun 21, 2024
1b4f22b
change nulls to undefined
Jun 21, 2024
cac6bbd
change explicit undefined to optional ts
Jun 25, 2024
1c386ce
add tsdoc comment
Jun 25, 2024
8ae17be
change var type to loose record instead of uknown
Jun 25, 2024
c19ff5a
if else TS
Jun 25, 2024
68ca18e
if else TS
Jun 25, 2024
e67a16c
change to nested promise return
Jun 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading