Commit Graph

1212 Commits (beorn7/polymorphism)

Author SHA1 Message Date
beorn7 d57b3e3f73 promql: Attempt point type polymorphism 4 years ago
dependabot[bot] 0028c4f3ec
build(deps-dev): bump eslint-plugin-import in /web/ui (#9786) 4 years ago
dependabot[bot] d19f83ee5e
build(deps-dev): bump prettier from 2.4.0 to 2.4.1 in /web/ui (#9785) 4 years ago
dependabot[bot] ae7824e993
build(deps): bump bootstrap from 4.6.0 to 5.1.3 in /web/ui (#9778) 4 years ago
dependabot[bot] 042007f9ee
build(deps-dev): bump mocha from 8.4.0 to 9.1.3 in /web/ui (#9775) 4 years ago
dependabot[bot] 9c38a3f6ba
build(deps-dev): bump @types/sinon from 10.0.2 to 10.0.6 in /web/ui (#9774) 4 years ago
dependabot[bot] 49d8f02c1f
build(deps): bump @codemirror/state from 0.19.2 to 0.19.5 in /web/ui (#9776) 4 years ago
dependabot[bot] a1bbc0406d
build(deps-dev): bump @lezer/generator from 0.15.1 to 0.15.2 in /web/ui (#9777) 4 years ago
dependabot[bot] ede7f7c3b9
build(deps-dev): bump @types/sanitize-html from 1.27.2 to 2.5.0 in /web/ui (#9768) 4 years ago
dependabot[bot] d2939ecacc
build(deps-dev): bump @types/chai from 4.2.21 to 4.2.22 in /web/ui (#9772) 4 years ago
dependabot[bot] 00c68e832e
build(deps-dev): bump @types/jquery from 3.5.6 to 3.5.8 in /web/ui (#9769) 4 years ago
dependabot[bot] b58d34f833
build(deps-dev): bump eslint-plugin-flowtype in /web/ui (#9770) 4 years ago
dependabot[bot] ee5318b064
build(deps-dev): bump @types/mocha from 8.2.3 to 9.0.0 in /web/ui (#9771) 4 years ago
dependabot[bot] 8b25e35a3e
build(deps): bump @codemirror/language from 0.19.3 to 0.19.4 in /web/ui (#9745) 4 years ago
dependabot[bot] d1f17a6ca3
build(deps-dev): bump @types/react-resize-detector from 5.0.0 to 6.1.0 in /web/ui (#9746) 4 years ago
dependabot[bot] 1bf9937933
build(deps-dev): bump eslint from 7.32.0 to 8.2.0 in /web/ui (#9750) 4 years ago
dependabot[bot] 006c4f46fe
build(deps-dev): bump @types/react-copy-to-clipboard from 5.0.1 to 5.0.2 in /web/ui (#9748) 4 years ago
dependabot[bot] 9fe9b246f2
build(deps-dev): bump @lezer/common from 0.15.5 to 0.15.8 in /web/ui (#9749) 4 years ago
dependabot[bot] 7dfadd7f8d
Bump i from 0.3.6 to 0.3.7 in /web/ui (#9732) 4 years ago
dependabot[bot] 02840e7bec
Bump @types/react-router-dom from 5.1.8 to 5.3.2 in /web/ui (#9736) 4 years ago
dependabot[bot] ab81e0f583
Bump @types/node from 16.9.1 to 16.11.7 in /web/ui (#9734) 4 years ago
dependabot[bot] 1b5aedea1a
Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.33.0 in /web/ui (#9733) 4 years ago
dependabot[bot] 19a7709541
Bump @codemirror/highlight from 0.19.5 to 0.19.6 in /web/ui (#9735) 4 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 years ago
Mateusz Gozdek 79a753db7e web: randomize used port in TestAgentAPIEndPoints test 4 years ago
Augustin Husson 69b761a187
fix the different url used in the codemirror-promql readme (#9713) 4 years ago
Mateusz Gozdek 2cf7479622 web: prepare TestFederation_NotReady test for parallel execution 4 years ago
Mateusz Gozdek b2c933e317 web: randomize used listening ports for tests 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Matthew 628211c25a
Feat UI metrics search (#9629) 4 years ago
Augustin Husson 4caae4e4a6
add a negative boost for some trigonometric functions that can overlapp other regular promQL functions (#9688) 4 years ago
Augustin Husson 17fc57948a
codemirror-promql moved to prometheus org (#9651) 4 years ago
Julien Pivotto b40e254f25
Agent: Add a boolean to the index to indicate agent mode. (#9649) 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Robert Fratto bc72a718c4
Initial draft of prometheus-agent (#8785) 4 years ago
Julius Volz e7a12ac80a
Fix broken prefixed asset links in webpack build (#9586) 4 years ago
Augustin Husson a4ad290987
remove old promql editor (#9452) 4 years ago
Augustin Husson 703d9bcd56
prepare the changelog for a next release of codemirror-promql (#9492) 4 years ago
Augustin Husson 08011925a1
update documentation around react-app (#9476) 4 years ago
Paweł Szulik 4414351576
web api: Delete unnecessary conversion. (#9517) 4 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 4 years ago
Pablo Caderno b878527151
Added deferred close to 'http.File' opened (#9443) (#9461) 4 years ago
Mayursinh Sarvaiya 1270b87970
chore(ui): debounce effect in timerange query (#9359) 4 years ago
Augustin Husson 149e36921b
assess in readme that codemirror-promql is in prometheus/prometheus (#9388) 4 years ago
Augustin Husson eca9546ba4
fix package-lock.json (#9400) 4 years ago
Augustin Husson dbbfd1ccf6
change license in package.json file of cmp (#9399) 4 years ago
Levi Harrison 2f896c98ff Address review comments 4 years ago
Augustin Husson 3e494eac71
upgrade to codemirror v19 (#9363) 4 years ago
Augustin Husson 7bcca77340
provide a way to override the apiPrefix in codemirror prom client + cleanup readme (#9384) 4 years ago
Levi Harrison e27ac3e7e4 Add grammar (maybe?) 4 years ago