Commit Graph

65 Commits (9198952f7c6eddb6c2cd64eb5cb488599a5a9f23)

Author SHA1 Message Date
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter
8 months ago
Paweł Szulik 6e9cca8158 Refactor web tests to use testify.
10 months ago
Baskar Shanmugam 905a0bd63a
Added 'limit' query parameter support to /api/v1/status/tsdb endpoint (#12336)
2 years ago
Nicolas Dumazet 9594fa4dbd
/-/{healthy,ready}/ respond to HEAD (#11160)
2 years ago
Matthew ee11771323
fix: add response closures to web_test.go (#10675)
2 years ago
Łukasz Mierzwa 44e5f220c0
Move prometheus_ready metric to web package (#10729)
3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528)
3 years ago
Augustin Husson 727cdbff4c
remove old UI (#10208)
3 years ago
Shihao Xia f5c3ea1bf2
fix missing db.Close() in web_test.go in order to avoid goroutine leak (#10035)
3 years ago
renzheng.wang 3462b79f4b
fix TestAgentAPIEndPoints (#9882)
3 years ago
Matheus Alcantara c965a7555b
web: use t.TempDir instead of ioutil.TempDir on tests (#9981)
3 years ago
Julien Pivotto c78fcd29ba
Adapt UI for Prometheus Agent (#9851)
3 years ago
Mateusz Gozdek 79a753db7e web: randomize used port in TestAgentAPIEndPoints test
3 years ago
Mateusz Gozdek b2c933e317 web: randomize used listening ports for tests
3 years ago
Robert Fratto bc72a718c4
Initial draft of prometheus-agent (#8785)
3 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662)
4 years ago
Julien Pivotto 5b4f46a348 Add TLS and basic authentication
4 years ago
Ben Kochie 5055dfbbe4 Listen on web early in startup
4 years ago
Julien Pivotto cda52234eb
Fix panic with double close() of channel on /-/quit/ (#8166)
4 years ago
Julius Volz 3470ee1fbf
Make React UI the default, keep old UI under /classic (#8142)
4 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122)
4 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110)
4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087)
4 years ago
Julien Pivotto e208afcc95
web: Remove APIv2 (#7935)
4 years ago
Julien Pivotto 6573bf42f2
web: Close and exhaust all response bodies in tests + cleanup snapshot directory (#7850)
4 years ago
Li Zhijian 369245e606
cleanup one more tempfile (#7839)
4 years ago
Li Zhijian 6f6ef1451e
Cleanup tempfiles (#7696)
4 years ago
Julien Pivotto e96d786fb8
Stop CMUX and GRPC servers even with stale connections (#7810)
4 years ago
Ganesh Vernekar d4b9fe801f
M-map full chunks of Head from disk (#6679)
5 years ago
Ben Ye 1e4e37144d
Fixed wrongly handled not ready TSDB on web and API. (#7182)
5 years ago
Ben Ye ecda6013ed
Use only local tsdb for federation (#7096)
5 years ago
Bartlomiej Plotka a20bebf7eb Moved readyStorage to main.
5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now.
5 years ago
Harkishen Singh 489a9aa7b9
Adds normalization of localhost urls in targets page react (#6794)
5 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus
5 years ago
Simon Pasquier be67b8d460
web: fix flaky TestHTTPMetrics() (#5695)
6 years ago
Simon Pasquier d7f38dfdde
web: add 'code' label to HTTP metrics (#5640)
6 years ago
Minh-Long Do b26b5c9e96 Add rendering test of template based web endpoints (#5188)
6 years ago
Simon Pasquier 6fa8de132b
web/v1/api: add tests for admin actions (#4767)
6 years ago
Simon Pasquier 2d7f562ed6 web: fix asset paths for Windows platforms (#4616)
6 years ago
Fabian Reinartz e7cfc7dae5 web: restore old path prefix behavior
7 years ago
Fabian Reinartz 8a4bda8d57 web: remove security headers
7 years ago
Eric V c207920500 Added HTTP security headers to web.go (#3583)
7 years ago
beorn7 94ff07b81d Merge branch 'release-2.2'
7 years ago
Ganesh Vernekar b44ce11d1b Added test to check pathPrefix
7 years ago
Anton Tereshchenkov 4cb8f6c260 web: remove unused MetricsPath option (#3964)
7 years ago
Krasi Georgiev 4be9a40b89 fatalf is not thread safe so using panic instead (#3680)
7 years ago
Krasi Georgiev c94fa731aa bypass the proxy for the tests
7 years ago
Krasi Georgiev 0e58cda1fe use Fatalf instead of panic
7 years ago
Krasi Georgiev 61d793cb1f handle web_test webhandler errors.
7 years ago