-
Notifications
You must be signed in to change notification settings - Fork 25
Feature/federated #926
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
Merged
Merged
Feature/federated #926
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
05a16da
Network aggregation search - Initial Config (#876)
ciaranschutte 055a90d
Feat/#873 retrieve remote schemas (#877)
ciaranschutte 687a5ff
Pr feedback - doc updates (#879)
ciaranschutte 355a815
Feat/#874 merge schemas (#878)
ciaranschutte 63a4ef6
Add core functionality for remote connection resolvers (#880)
ciaranschutte 9a2e883
Feat/agg resolver (#881)
ciaranschutte 5ecee76
Feat/resolve stats (#883)
ciaranschutte 1cbe1fe
Feat/resolver responses (#884)
ciaranschutte 7597767
Fix network agg resolution (#885)
ciaranschutte f4128af
Response data & batching requests (#887)
ciaranschutte 9fc2b20
Fed Search request timeouts (#889)
ciaranschutte 50ea574
Reorg connection (#891)
ciaranschutte 5b210b5
Accumulator pipeline (#893)
ciaranschutte 8f8aa62
Feat/fed total hits (#895)
ciaranschutte fbd1c34
feat/agg acc tests (#897)
ciaranschutte a500e42
Feat/fed numeric agg resolution (#898)
ciaranschutte c111736
use Math methods (#900)
ciaranschutte 9129dea
Individual node config query fields (#899)
ciaranschutte 0ae434e
Feat/aggregate not available (#903)
ciaranschutte 4a6a458
Feat/filters (#904)
ciaranschutte c0cf685
Minor comment updates (#905)
ciaranschutte 4271ab8
Fed search cleanup typings (#906)
ciaranschutte a779c67
Fix broken build (#907)
ciaranschutte 0cc9851
add agg mode env config (#908)
ciaranschutte 2caa01f
Feature/threshold calc (#909)
ciaranschutte 1cff5cd
multiple node with data thresholding (#912)
ciaranschutte c920d0c
Feat/fed search cleanup (#920)
ciaranschutte a41beb7
Feat/fed search networked cleanup (#921)
ciaranschutte 959d8b1
Update modules/server/src/app.js
ciaranschutte 2949a67
make horrible ajax.ts console logging somewhat useful
ciaranschutte 49c5096
improve release process
justincorrigible bcbf899
fix paths and imports for new build config
fd53c02
update tests to todos
ddd36e3
fix some imports
7417058
fix build issues with lodash and missing config flag
98aa919
Merge branch 'main' into feature/federated
ciaranschutte ed5f625
fix paths
5a5275c
comment out test files, broken with tsx vs jest
122df8f
fix path
874a6d6
fix path
22f45ed
improve release process
justincorrigible 1c8829d
Merge branch 'main' into feature/federated
ciaranschutte eaf5813
allow toolbar options customization
justincorrigible 83065d2
fix setsIndex conflict resolutioon misses
justincorrigible 9bf0154
default for ENABLE_DOCUMENT_HITS env flag is true
5dac0e2
Merge branch 'main' into feature/federated
ciaranschutte 1fabba7
default enable document hits to true
1a760c7
add DATA_MASK_MIN_THRESHOLD env var as pass through var
c129b26
Merge remote-tracking branch 'origin/main' into feature/federated
8ebbee8
debug
23ca998
debug
fc1bec0
debug
f6e1043
add default param value
e24dc7c
debug
b8b3779
string util important fix
7e50e76
fix for tests
justincorrigible 65ea6cc
Merge branch 'main' into feature/federated
ciaranschutte 802fd13
Add comment re data masking
c1a55a3
remove debug log
52e7cb7
Update modules/server/src/mapping/createConnectionTypeDefs.js
ciaranschutte 3e078a3
Update modules/server/src/mapping/createConnectionTypeDefs.js
ciaranschutte b741e14
Update modules/server/src/mapping/masking.ts
ciaranschutte 3796569
Update modules/server/src/mapping/resolveHitsFromAggs.ts
ciaranschutte 2f559b9
Update modules/server/src/mapping/resolvers.ts
ciaranschutte 040c2f0
Update modules/server/src/mapping/resolvers.ts
ciaranschutte 527e777
remove specific NetworkAggError class
a455563
fix error response type narrow
d8629a2
missing param
621a765
add explanation comment for aggs resolver, gql info lookup
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| lerna-debug.log | ||
| .groovylintrc.json | ||
| .vscode/*.log | ||
| .vscode/launch.json | ||
|
|
||
| **/dist | ||
| **/node_modules | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "network": { | ||
| "servers": [] | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.