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(feature-flagged-query-cache): Added a feature flagged query cache #19072

Merged
merged 25 commits into from
Aug 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1774145
feat(performance): initial stab at creating the caching layer for das…
asalem1 Jul 14, 2020
c8fb9dc
feat(WIP): WIP
asalem1 Jul 15, 2020
f310abc
feat(query-cache): updated QueryCache class to include cache invalida…
asalem1 Jul 20, 2020
24f09d0
feat(query-cache): resets queryCache for corresponding query when VEO…
asalem1 Jul 20, 2020
3b6566b
chore(test): added tests for filterUnusedVars
asalem1 Jul 21, 2020
fd5bcdb
feat(test): added tests for the QueryCache and simplified existing da…
asalem1 Jul 21, 2020
4abea72
chore(pr-suggestions): added comments, removed unnecessary data from …
asalem1 Jul 21, 2020
8b03184
chore(filterUnusedVars): removed unused RemoteDataState type
asalem1 Jul 21, 2020
5534731
chore(ui): removed unused variables from test
asalem1 Jul 21, 2020
05c35ad
chore(updated-test): updated tests to reduce complexity, update the w…
asalem1 Jul 22, 2020
53b7c68
chore(naming): update method, const and parameter names to add clarit…
asalem1 Jul 22, 2020
2b4d6a7
chore(naming): renamed getRunQueryResults to getCachedResultsOrRunQue…
asalem1 Jul 22, 2020
eeff92d
chore(thunk): updated to use a thunk rather than passing the entire f…
asalem1 Jul 23, 2020
d91d39b
chore(TIME_INVALIDATION): updated the invalidation time to ten minutes
asalem1 Jul 23, 2020
67cdcf7
chore(watchdog): running watchdog every 5 minutes
asalem1 Jul 23, 2020
64e4d95
chore(rebase): rebased master
asalem1 Jul 23, 2020
aafbd09
feat(integrated-mutex): integrated mutex and state initialization for…
asalem1 Jul 23, 2020
ed30f2d
chore(rebase-master): rebased master and removed abortController refe…
asalem1 Jul 24, 2020
5f694d0
feat(flag): added feature flag to queryCache
asalem1 Jul 24, 2020
99aa8e5
chore(event): added eventing for getting and setting on the queryCache
asalem1 Jul 24, 2020
e8ff1cf
chore(event-naming): renamed event strings to be more readable
asalem1 Jul 24, 2020
3823e86
chore(update-metrics): updated event metrics
asalem1 Jul 27, 2020
3776c3d
chore(event): added an event to register initial query cache events
asalem1 Jul 27, 2020
f20ce7b
fix(windowPeriod): fixed windowPeriod issue by separately querying fo…
asalem1 Jul 28, 2020
aeb14b9
chore(ts-issue): resolved TS issue that was caused by wrong variable …
asalem1 Jul 28, 2020
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
16 changes: 16 additions & 0 deletions kit/feature/list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading