Vikrant Gupta
50834be4db
fix: update the extend trial from default mailto client to notification panel ( #4514 )
2024-02-11 23:55:54 +05:30
Srikanth Chekuri
260d21afd0
fix: update prom rule to use range query ( #4461 )
2024-02-11 22:31:46 +05:30
Srikanth Chekuri
3b98073ad4
chore: add time shift function and some refactoring ( #4445 )
2024-02-11 00:31:47 +05:30
Liran Tal
6bd2c1ba74
docs: use the proper Node.js written convention form ( #3140 )
2024-02-10 17:05:29 +05:30
Lars Lehtonen
968cc0eb82
chore: fix dropped errors in tests
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-02-10 15:56:54 +05:30
Ankit Nayan
3ce385ef23
fix: ee/query-service/Dockerfile to reduce vulnerabilities ( #4443 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-02-10 15:48:22 +05:30
Srikanth Chekuri
c6581782d0
chore: add formula eval in query-service ( #4402 )
2024-02-06 22:29:12 +05:30
Srikanth Chekuri
61977ebe86
chore: bump clickhouse-server to 24.1.2-alpine ( #4492 )
...
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2024-02-06 18:53:50 +05:30
Prashant Shahi
56b71d0f02
ci(testing-deploy): update workflow to handle force-push scenerio ( #4503 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-02-06 16:49:23 +05:30
Vikrant Gupta
f6ab060545
feat: setup the context for keyboard hotkeys ( #4493 )
...
* feat: setup the context for keyboard hotkeys
* feat: add error handling for duplicate callbacks
* feat: supported added for caps and document the return value
* feat: added shortcut for cmd+b for sideNav open and close
* feat: added jest test
* fix: address review comments
* fix: block the browser default actions wherever possible
* fix: remove browser ovverides prevention code
2024-02-06 14:17:27 +05:30
Nityananda Gohain
554c4332c4
fix: don't throw error while fetching orgname ( #4496 )
...
* fix: don't throw error while fetching orgname
* fix: don't ignore the error
2024-02-05 20:23:20 +05:30
Prashant Shahi
9d689693b4
chore(gh-workflows): 💚 bump up GH action versions ( #3702 )
...
* chore(gh-workflows): 💚 bump up GH action versions
* ci(e2e-k3s): fix the test environment
* chore: upgrade checkout/setup-node to v4
* chore: upgrade appleboy/ssh-action to v1.0.3
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-02-05 14:46:06 +05:30
Vikrant Gupta
26bc94fc46
feat: support dashboard local state ( #4475 )
2024-02-05 12:07:55 +05:30
Nityananda Gohain
6837c41090
fix: remove sending_queue and retry_on_failure settings ( #3815 )
...
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2024-02-05 11:26:45 +05:30
Srikanth Chekuri
8fe0e60208
fix: make label compliant with prometheus spec ( #4488 )
2024-02-03 06:31:10 +05:30
Srikanth Chekuri
00b111fbe3
feat: add alerts to explorer link in notification ( #4446 )
2024-02-02 21:16:14 +05:30
Yunus M
f5b5a9a657
fix: maintain existing pagination configs ( #4484 )
...
* fix: maintain existing pagination configs
* fix: pass pagination info services table
* fix: general setting - cloud - add email mailto link
2024-02-02 16:44:27 +05:30
Vikrant Gupta
ac835c80e9
fix: custom range should be unique to pages ( #4460 )
...
* fix: custom range should be unique to pages
* fix: added type safety
* fix: added type safety
2024-02-02 14:43:59 +05:30
Vikrant Gupta
2cf0bb4fa5
feat: add typecheck on pre-commit hook ( #4472 )
...
* feat: add typecheck on pre-commit hook
2024-02-02 12:58:14 +05:30
Yunus M
0f44246795
feat: all line series with same labels should have same color in a dashboard ( #4478 )
2024-02-01 18:06:32 +05:30
Yunus M
64307f323f
feat: show info message in general settings for cloud users to reachout for retention change ( #4476 )
2024-02-01 04:04:19 +05:30
Ankit Nayan
2f361de693
merging main
2024-02-01 00:50:21 +05:30
Yunus M
457380c065
Revert "fix: Logs UI: querybuildersearch: avoid emptying out query on sourceK…" ( #4473 )
...
This reverts commit 085cf34a49434e90f8ec50428a52017e14a985a3.
2024-02-01 00:13:42 +05:30
Prashant Shahi
96e3d00e74
Merge pull request #4469 from SigNoz/release/v0.38.0
...
Release/v0.38.0
2024-01-31 18:28:11 +05:30
Prashant Shahi
d224e08145
Merge branch 'main' into release/v0.38.0
v0.38.0
2024-01-31 17:34:02 +05:45
Prashant Shahi
13ced00a35
chore(signoz): 📌 pin versions: SigNoz 0.38, SigNoz OtelCollector 0.88.9
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-01-31 17:27:41 +05:45
Yunus M
5c60a862e5
fix: update only showTotal property by spreading pagination object ( #4467 )
...
* fix: update only showTotal property by spreading pagination object
2024-01-31 15:59:40 +05:30
Yunus M
78c9330666
fix: set light bg for full screen in dashboard ( #4465 )
2024-01-31 14:25:27 +05:30
Vikrant Gupta
01fc7a7fd4
fix: [GH-4451]: custom time range modal closed on focussing closed date ( #4456 )
...
* fix: [GH-4451]: custom time range modal closed on focussing closed date
* fix: jest test
2024-01-30 18:50:02 +05:30
Yunus M
0200fb3a21
fix: close delete modal on delete success ( #4459 )
2024-01-30 16:47:58 +05:30
Yunus M
e977963763
feat: show total items count in table ( #4453 )
2024-01-29 18:21:51 +05:30
Yunus M
824d9aaf85
feat: users should choose either to broadcast all or enter specific channels to alert ( #4441 )
...
* feat: users should choose either to broadcast all or enter specific channels to alert
* fix: remove console logs
2024-01-29 11:12:41 +05:30
Srikanth Chekuri
4db3e5e542
chore: include status ( #4447 )
2024-01-29 00:42:19 +05:30
Yunus M
a8b293a510
fix: variable selection flow - dependent variable option not updated … ( #4438 )
...
* fix: variable selection flow - dependent variable option not updated on change
* fix: dropdown width and parent element update
* fix: add key to variable item inputs
2024-01-27 12:59:28 +05:30
Srikanth Chekuri
4a4f48cec8
chore: support p9{9,5,0},75,50 for space aggregation ( #4382 )
2024-01-26 17:07:23 +05:30
Vikrant Gupta
7e5cf65ea3
fix: [GH-4434]: dashboard variables performance issues ( #4437 )
2024-01-25 23:12:19 +05:30
Keshav Gupta
bb7417ffbd
fix:edit the nameon sign up page if name is blank ( #4216 )
...
Co-authored-by: keshav <keshav.gupta@jarvis.consulting>
2024-01-25 19:42:14 +05:30
Raj Kamal Singh
085cf34a49
fix: Logs UI: querybuildersearch: avoid emptying out query on sourceKeys update if tags are yet to be populated ( #4355 )
...
* fix: querybuildersearch: do not call query onChange from sourceKeys useEffect if tags is empty
* chore: add comment explaining change
2024-01-25 12:35:36 +05:30
Srikanth Chekuri
be27a92fc9
chore: add functions support ( #4381 )
2024-01-25 01:14:45 +05:30
Vikrant Gupta
253137a6b8
fix: center align the dashboard delete modal ( #4429 )
2024-01-25 01:05:47 +05:30
Prashanth Banda
fce7ab7d24
fix(frontend,serviceMap): dynamically truncate service map node label ( #4365 )
2024-01-25 00:47:09 +05:30
Prashant Shahi
71f6b355c4
Merge pull request #4430 from SigNoz/release/v0.37.2
...
Release/v0.37.2
2024-01-24 23:19:16 +05:30
Prashant Shahi
110b545454
chore(signoz): 📌 pin versions: SigNoz 0.37.2, SigNoz OtelCollector 0.88.9
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.37.2
2024-01-24 23:15:12 +05:45
Yunus M
5b0e3d375a
fix: custom time width and refresh text visibility issues ( #4428 )
2024-01-24 16:09:32 +05:30
Rajat Dabade
9e05cb48fe
refactor: fill span for full view and dashboard view ( #4424 )
...
* refactor: fill span for full view and dashboard view
* refactor: fill span works in full view and dashboard
2024-01-24 15:37:34 +05:30
Yunus M
6d67ca72a0
fix: update search logic in dashboard to search for title, description, tags ( #4427 )
2024-01-24 14:18:15 +05:30
Vikrant Gupta
0626081eee
feat: added log attributes in the raw view old designs ( #4423 )
...
* feat: added log attributes in the raw view old designs
* feat: support it in old explorer page
2024-01-24 11:32:48 +05:30
Rajat Dabade
199d52b39f
refactor: added null check while searching for dashboard ( #4421 )
...
* refactor: added null check while searching for dashboard
* refactor: flitering null value out
* chore: removed extra space
* refactor: remove unnecessary null check
2024-01-23 16:36:25 +05:30
Ankit Nayan
204cad8448
merging main
2024-01-22 23:45:18 +05:30
Yunus M
8c6096d60e
fix: reset env on data source select, set logo center aligned ( #4417 )
2024-01-22 21:47:55 +05:30