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

vis_type_timeseries server side new platform migration #52501

Merged
merged 119 commits into from
Dec 19, 2019
Merged
Changes from 1 commit
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
735f57e
Basic cleanup before refactoring for shim work
jasonrhodes Sep 6, 2019
d46a6ab
shim WIP
jasonrhodes Sep 10, 2019
6407924
Removes the configuration adapter
jasonrhodes Sep 11, 2019
51fc360
WIP more stuff
jasonrhodes Sep 17, 2019
dd83941
WIP refactoring of shimming work
jasonrhodes Sep 25, 2019
0ad3df3
WIP continues
jasonrhodes Oct 2, 2019
c5eb8cc
Logging UI now runs on top of new platform shim
jasonrhodes Oct 8, 2019
b9413b2
WIP continues
jasonrhodes Oct 23, 2019
cda2d41
Removes unused imports and variables
jasonrhodes Oct 23, 2019
49b0d7e
Basic infra NP server shim in place
jasonrhodes Oct 29, 2019
1ef3408
Reimplemented graphql http error handling for infra NP server shim
jasonrhodes Oct 29, 2019
9d01529
Adds new platform infra plugin to handle NP config for legacy server …
jasonrhodes Oct 30, 2019
daea0e6
Basic cleanup before refactoring for shim work
jasonrhodes Sep 6, 2019
3cacf78
shim WIP
jasonrhodes Sep 10, 2019
188e947
Removes the configuration adapter
jasonrhodes Sep 11, 2019
222d7e5
WIP more stuff
jasonrhodes Sep 17, 2019
f599939
WIP refactoring of shimming work
jasonrhodes Sep 25, 2019
b594898
WIP continues
jasonrhodes Oct 2, 2019
8502516
Logging UI now runs on top of new platform shim
jasonrhodes Oct 8, 2019
51b5e8f
WIP continues
jasonrhodes Oct 23, 2019
e12cbbd
Removes unused imports and variables
jasonrhodes Oct 23, 2019
b07fcf3
Basic infra NP server shim in place
jasonrhodes Oct 29, 2019
bdc1c31
Reimplemented graphql http error handling for infra NP server shim
jasonrhodes Oct 29, 2019
a73b778
Adds new platform infra plugin to handle NP config for legacy server …
jasonrhodes Oct 30, 2019
8e00bfd
Adds comment about duplicating full config for NP config
jasonrhodes Oct 30, 2019
42cf3e5
Use New Platform features plugin to registerFeature()
Kerry350 Oct 31, 2019
f3bd21d
Fixing merge conflicts from collaboration
jasonrhodes Oct 31, 2019
9982b9f
Re-arranging and relying on request context as uch as possible
jasonrhodes Nov 1, 2019
4b7a649
Refactors KibanaRequest for RequestHandlerContext
jasonrhodes Nov 1, 2019
645fa97
fixes types for callWithRequest
jasonrhodes Nov 4, 2019
208dadf
Moves callWithRequest method override types directly into class to ge…
jasonrhodes Nov 5, 2019
07ad280
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
jasonrhodes Nov 5, 2019
2cd167a
Fixes callWithRequest framework types
jasonrhodes Nov 6, 2019
f530de1
Removes a few NP_TODO comments
jasonrhodes Nov 7, 2019
c19a066
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 12, 2019
1f0e119
Fix broken imports
Kerry350 Nov 12, 2019
d9e6162
Ensure GraphQL resolvers are actually passed requestContext and not t…
Kerry350 Nov 12, 2019
de9610e
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 13, 2019
6319c1d
Remove the legacy traces of the savedObjects plugin
Kerry350 Nov 13, 2019
4979eab
Fixes TSVB access with NP raw requests and requestContext
Kerry350 Nov 15, 2019
dbcc3aa
Remove unused getUiSettingsService (moved to requestContext)
Kerry350 Nov 15, 2019
3ebba32
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 15, 2019
dce7b93
Migrate to new Spaces plugin
Kerry350 Nov 15, 2019
96d8940
Fix calculateMetricInterval after merged changes
Kerry350 Nov 15, 2019
c18b71d
Reinstate and migrate the infrastructure metadata route
Kerry350 Nov 15, 2019
01fb737
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 18, 2019
eb1d0a2
Fix various type check errors
Kerry350 Nov 18, 2019
b9565ed
Amend InfraSources lib unit tests
Kerry350 Nov 18, 2019
fa8ddba
Amend MetricsExplorer API response
Kerry350 Nov 18, 2019
4ffa82d
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 19, 2019
d3f23b7
Remove GraphQLI references from feature controls tests
Kerry350 Nov 19, 2019
410fd43
Remove other GraphiQL references
Kerry350 Nov 19, 2019
5d76435
Fix security / access issue
Kerry350 Nov 19, 2019
5ca1e3b
Add a framework level registerRoute method which always adds access t…
Kerry350 Nov 19, 2019
1805b06
*Temp* disable test
Kerry350 Nov 19, 2019
476734e
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 20, 2019
33f38ce
Merge remote-tracking branch 'upstream/master' into np-migration-foll…
Kerry350 Nov 21, 2019
0a40478
Add real types for plugin dependencies where possible
Kerry350 Nov 21, 2019
cc62aa1
Remove comment
Kerry350 Nov 21, 2019
428900f
Adjust some comments that are repeats and will be flagged by TS once …
Kerry350 Nov 21, 2019
d32b6d7
Merge remote-tracking branch 'upstream/master' into np-migration-foll…
Kerry350 Nov 22, 2019
9d6a97a
Merge remote-tracking branch 'upstream/master' into np-migration-foll…
Kerry350 Nov 25, 2019
f76b126
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 25, 2019
f8723b4
Merge branch 'master' into logs-ui-server-np-shim
elasticmachine Nov 25, 2019
6748dab
Fully convert Metrics Explorer to using io-ts for types / validation
Kerry350 Nov 25, 2019
9267618
Merge branch 'logs-ui-server-np-shim' of github.com:jasonrhodes/kiban…
Kerry350 Nov 26, 2019
67d6083
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 26, 2019
32588c9
Migrate the log rate validation endpoint to the new platform
Kerry350 Nov 26, 2019
b264c60
Merge remote-tracking branch 'jason-fork/logs-ui-server-np-shim' into…
Kerry350 Nov 26, 2019
ec8bc6d
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 27, 2019
f6d3727
Merge remote-tracking branch 'jason-fork/logs-ui-server-np-shim' into…
Kerry350 Nov 27, 2019
a918f08
Expose public contract to other plugins via setup function
Kerry350 Nov 27, 2019
7028227
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
jasonrhodes Nov 27, 2019
2d2df6d
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Nov 28, 2019
b2057b5
Merge branch 'logs-ui-server-np-shim' into np-migration-followups
Kerry350 Nov 28, 2019
97c1d14
Commit types
Kerry350 Nov 28, 2019
625de25
Add preliminary New Platform plugin scaffolding
Kerry350 Nov 28, 2019
c48c325
Refactor plugin <-> plugin getVisData calling
Kerry350 Nov 29, 2019
442f8b2
Merge remote-tracking branch 'upstream/master' into vis-type-timeseri…
Kerry350 Dec 2, 2019
21fe92b
Migrate routing for the vis data route to the new platform router and…
Kerry350 Dec 2, 2019
733e62a
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Dec 2, 2019
e0c8c1d
Amend types
Kerry350 Dec 2, 2019
34f2c91
Merge branch 'logs-ui-server-np-shim' into np-migration-followups
Kerry350 Dec 2, 2019
d22bbd5
Merge branch 'np-migration-followups' into vis-type-timeseries-np-mig…
Kerry350 Dec 2, 2019
eab1272
Merge branch 'logs-ui-server-np-shim' of github.com:jasonrhodes/kiban…
jasonrhodes Dec 2, 2019
c61c821
Fix type
Kerry350 Dec 3, 2019
a38ecf6
Merge branch 'np-migration-followups' into vis-type-timeseries-np-mig…
Kerry350 Dec 3, 2019
17c6990
Example of how to expose APM get indices method in NP
jasonrhodes Dec 3, 2019
521d245
Fix calls to TSVB bug caused by object mutation
Kerry350 Dec 3, 2019
294ffef
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Dec 3, 2019
023c8dc
Merge branch 'logs-ui-server-np-shim' into np-migration-followups
Kerry350 Dec 3, 2019
3718118
Merge branch 'np-migration-followups' into vis-type-timeseries-np-mig…
Kerry350 Dec 3, 2019
3a41dd8
Converts getApmIndices function to accept saved object client, implem…
jasonrhodes Dec 3, 2019
21a6cee
Merge branch 'logs-ui-server-np-shim' of github.com:jasonrhodes/kiban…
jasonrhodes Dec 3, 2019
e41ddee
Get rid of unnecessary Observable usage
Kerry350 Dec 4, 2019
6993fb0
Remove notion of "request" and pass the relevant options instead
Kerry350 Dec 4, 2019
a384c5e
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Dec 4, 2019
79051b0
Merge branch 'logs-ui-server-np-shim' of github.com:jasonrhodes/kiban…
Kerry350 Dec 4, 2019
85fae62
Fix APM setup_request tests
Kerry350 Dec 4, 2019
5e0cd63
Fixes some unused references for linting
jasonrhodes Dec 4, 2019
7271327
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Dec 5, 2019
6373386
Migrate all work from #50730 to NP
Kerry350 Dec 5, 2019
46591d0
Remove duplicate declaration files for rison_node and add a single so…
Kerry350 Dec 5, 2019
caba63f
Merge remote-tracking branch 'upstream/master' into logs-ui-server-np…
Kerry350 Dec 6, 2019
8f2488a
Merge branch 'logs-ui-server-np-shim' into np-migration-followups
Kerry350 Dec 6, 2019
8c63176
Merge branch 'np-migration-followups' into vis-type-timeseries-np-mig…
Kerry350 Dec 6, 2019
580a7a1
Read the ES shard timeout config value from the correct location and …
Kerry350 Dec 6, 2019
4c1f889
Pass through req.body as VisDataOptions on the API layer
Kerry350 Dec 6, 2019
2516905
Merge remote-tracking branch 'upstream/master' into np-migration-foll…
Kerry350 Dec 9, 2019
7eee0e4
Merge branch 'np-migration-followups' into vis-type-timeseries-np-mig…
Kerry350 Dec 9, 2019
54d785f
Fix test
Kerry350 Dec 9, 2019
301198d
Sort typings file (conflict resolution mistake)
Kerry350 Dec 9, 2019
4bd6fc5
Merge remote-tracking branch 'upstream/master' into np-migration-foll…
Kerry350 Dec 9, 2019
d310ec2
Merge branch 'np-migration-followups' into vis-type-timeseries-np-mig…
Kerry350 Dec 9, 2019
8aa93ea
Add .d.ts file to appease typecheck
Kerry350 Dec 9, 2019
96a95b5
Merge remote-tracking branch 'upstream/master' into vis-type-timeseri…
Kerry350 Dec 18, 2019
1d537bd
Add kibanaVersion property to kibana.json
Kerry350 Dec 18, 2019
e94b258
Merge remote-tracking branch 'upstream/master' into vis-type-timeseri…
Kerry350 Dec 19, 2019
3274c81
ES lint fix
Kerry350 Dec 19, 2019
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('getEsShardTimeout', () => {
const req = {
getEsShardTimeout: async () => {
return 12345;
}
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh lol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know right...dunno why it didn't tell me in the first place 🤔

};

const timeout = await getEsShardTimeout(req);
Expand Down