-
Notifications
You must be signed in to change notification settings - Fork 453
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
[query] Query handlers refactoring #2872
Commits on Nov 11, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 69e69d5 - Browse repository at this point
Copy the full SHA 69e69d5View commit details -
Merge branch 'master' into linasn/query-handlers-refactoring
* master: (28 commits) [dbnode] Add claims for index segments volume index (#2846) [dbnode] Remove namespaces from example config and integration tests (#2866) [dbnode] Resurrect flaky test skip (#2868) [aggregator] Fix checkCampaignStateLoop (#2867) [dbnode] implement deletion method in namespace kvadmin service (#2861) Replace closer with resource package (#2864) Add coding style guide (#2831) Add GOVERNANCE.md to describe governance (#2830) Add COMPATIBILITY.md to describe version compatibility (#2829) Refactor etcd config as discovery section with convenience types (#2843) Refactor x/lockfile into dbnode/server (#2862) [lint] Disable nlreturn linter (#2865) [m3cluster] Expose placement algorithm in placement service (#2858) [etcd] Set reasonable cluster connection/sync settings by default (#2860) [dbnode] Use bits.LeadingZeros64 to improve encoder performance (#2857) Cleanup m3nsch leftovers (#2856) Update ci-scripts to correct coverage tracking (#2854) [aggregator] Process campaign state without waiting for first campaign check interval (#2855) Bump go to 1.14 (#2853) [query] Remove single series error from M3 ...
Configuration menu - View commit details
-
Copy full SHA for 1fe3aa1 - Browse repository at this point
Copy the full SHA 1fe3aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebcdeb - Browse repository at this point
Copy the full SHA 5ebcdebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67814a7 - Browse repository at this point
Copy the full SHA 67814a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaddb85 - Browse repository at this point
Copy the full SHA eaddb85View commit details -
Make sure route methods are taken into account when adding and search…
…ing for named route.
Configuration menu - View commit details
-
Copy full SHA for 3b04c30 - Browse repository at this point
Copy the full SHA 3b04c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea121f2 - Browse repository at this point
Copy the full SHA ea121f2View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd38ead - Browse repository at this point
Copy the full SHA dd38eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3bd18a - Browse repository at this point
Copy the full SHA a3bd18aView commit details -
[coordinator] Set default namespace tag to avoid colliding with commo…
…nly 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 <wesley@chronosphere.io>
Configuration menu - View commit details
-
Copy full SHA for 3b5c0ff - Browse repository at this point
Copy the full SHA 3b5c0ffView commit details -
Improve some slow tests (#2881)
* Improe some slow tests * lint * lint * goddamn imports
Configuration menu - View commit details
-
Copy full SHA for 96a5efb - Browse repository at this point
Copy the full SHA 96a5efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9c6da - Browse repository at this point
Copy the full SHA 9b9c6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78db238 - Browse repository at this point
Copy the full SHA 78db238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af0b72 - Browse repository at this point
Copy the full SHA 9af0b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5814642 - Browse repository at this point
Copy the full SHA 5814642View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d6696 - Browse repository at this point
Copy the full SHA a7d6696View commit details -
Merge branch 'master' into linasn/query-handlers-refactoring
* master: [query] Remove dead code in prom package (#2871) Improve some slow tests (#2881) [coordinator] Set default namespace tag to avoid colliding with commonly used "namespace" label (#2878) [dbnode] Introduce Aggregator type (#2840) [dbnode] Refactor wide query path (#2826) [dbnode] Add validation to ensure index claims is singleton (#2877) [dbnode] Default HostID and Discovery config for minimal config (#2876)
Configuration menu - View commit details
-
Copy full SHA for 03f5e35 - Browse repository at this point
Copy the full SHA 03f5e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3a885 - Browse repository at this point
Copy the full SHA 3a3a885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d71d9a - Browse repository at this point
Copy the full SHA 2d71d9aView commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6b82ce4 - Browse repository at this point
Copy the full SHA 6b82ce4View commit details -
Update src/query/api/v1/httpd/handler_test.go
Co-authored-by: Vilius Pranckaitis <vpranckaitis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c46d9fd - Browse repository at this point
Copy the full SHA c46d9fdView commit details -
Update src/query/api/v1/httpd/handler_test.go
Co-authored-by: Vilius Pranckaitis <vpranckaitis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff3a894 - Browse repository at this point
Copy the full SHA ff3a894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bc8e4c - Browse repository at this point
Copy the full SHA 3bc8e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b956426 - Browse repository at this point
Copy the full SHA b956426View commit details