You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(server-core,api-gateway): Allow manual rebuilding pre-aggregation partitions within date Range (#9342)
* spelling
* add dateRange to PreAggsJobsRequest
* pass dateRange to preAggregations(filter)
* a bit of code polishment
* add preAggsJobsRequestSchema validator
* fix PreAggsJobsRequest types
* specify type for parseLocalDate()
* refresh only matched partitions
* add html reporters
* some code polishment
* fix/add some tests to dateParser()
* code polishment
* add another check
* add tests for api-gw preagg jobs endpoint
* align refactor some types
* code polish
* refresh only matched partitions fix
* code polish
* add tests for pre-agg jobs
* jest reporters
* add tests for refreshScheduler.getCachedBuildJobs()
* improve caching in pre-agg-load-cache
* increase delay in tests to pass
* use asyncDebounce for caching in pre-agg-load-cache
* Revert "use asyncDebounce for caching in pre-agg-load-cache"
This reverts commit a353cf1.
* Revert "improve caching in pre-agg-load-cache"
This reverts commit f8f640c.
* set coverageReporters
* add docs
* fix regexp
* fix dateParser + tests
* fix preAggsJobsRequestSchema validator
* fix error message
Co-authored-by: Igor Lukanin <[email protected]>
* simplify regexp in dateParser
* tests polish
* little fix
---------
Co-authored-by: Igor Lukanin <[email protected]>
0 commit comments