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
* Initial commit for proposed query handlers refactoring:
* updated CustomHandler interface
* unified how query routes are added. no need to pass router around and wrapping is done in one place.
* routes are registered with names so they could be easily found later when custom handlers are registered.
* trying to make linter happy
* linter fixes
* revert old behaviour
* Make sure route methods are taken into account when adding and searching for named route.
* fixed code formatting
* [dbnode] Refactor wide query path (#2826)
* [dbnode] Introduce Aggregator type (#2840)
* [coordinator] Set default namespace tag to avoid colliding with commonly used "namespace" label (#2878)
* [coordinator] Set default namespace tag to avoid colliding with common "namespace" default value
* Use defined constant
* Add downsampler test case to demonstrate override namespace tag
Co-authored-by: Wesley Kim <[email protected]>
* Improve some slow tests (#2881)
* Improe some slow tests
* lint
* lint
* goddamn imports
* Changes after code review.
* [query] Remove dead code in prom package (#2871)
* Register separate route for each method.
* linter fixes
* removed code duplication in hasndler_test
* Fail if route was already registered.
* formatted code
* Update src/query/api/v1/httpd/handler_test.go
Co-authored-by: Vilius Pranckaitis <[email protected]>
* Update src/query/api/v1/httpd/handler_test.go
Co-authored-by: Vilius Pranckaitis <[email protected]>
* More handler tests.
Co-authored-by: arnikola <[email protected]>
Co-authored-by: Linas Medžiūnas <[email protected]>
Co-authored-by: Rob Skillington <[email protected]>
Co-authored-by: Wesley Kim <[email protected]>
Co-authored-by: Vytenis Darulis <[email protected]>
Co-authored-by: Vilius Pranckaitis <[email protected]>
0 commit comments