Vikrant Gupta
8137ec54ba
fix: arithmetic operators are removed from Dashboard query builder formulas ( #6276 )
...
* fix: the redirect from dashboard landing page to edit removing arithmetic operations
* fix: the url for the dashboard edit widget
2024-10-26 21:46:18 +05:30
Vibhu Pandey
f7b80524a5
feat(integrations): whitelist /deployments/me ( #6275 )
2024-10-26 16:11:43 +05:30
Sudeep MP
4be0508dd2
feat: add Request Dashboard button and improve dashboard list styles ( #6251 )
...
* feat: add Request Dashboard button and improve dashboard list styles
* feat: support for empty state and dashboard list state
v0.57.0-cloud.5
2024-10-25 13:04:54 +00:00
Shivanshu Raj Shrivastava
a31c4b8339
Fix api query context ( #6268 )
...
* chore: fix naming api query context
2024-10-25 14:06:54 +05:30
Vishal Sharma
d7846338ce
chore: remove facing issues button ( #6256 )
2024-10-24 16:53:00 +05:30
Vikrant Gupta
5dac1ad20a
fix: explicitly return the empty slice for variables query ( #6258 )
v0.57.0-cloud.4
2024-10-24 15:03:35 +05:30
Yunus M
8d704c331c
feat: update the response data type
2024-10-24 14:54:34 +05:30
Yunus M
f8e47496fa
feat: add get and update apis for org and user preferences
2024-10-24 14:54:34 +05:30
Srikanth Chekuri
6fef9d9676
chore: fix access for downtime schedules ( #6255 )
v0.57.0-cloud.3
2024-10-24 07:37:03 +00:00
Srikanth Chekuri
190767fd0a
chore: add k8s nodes, namespaces, and cluster list ( #6230 )
2024-10-24 12:17:24 +05:30
Srikanth Chekuri
1e78786cae
chore: add k8s pods list ( #6229 )
2024-10-24 11:33:51 +05:30
Srikanth Chekuri
6448fb17e7
chore: update hosts list to use pre-aggregated data table dynamically ( #6227 )
2024-10-24 11:19:39 +05:30
Srikanth Chekuri
f2e33d7ca9
chore: enable anomaly detection for ee/paid plan ( #6243 )
2024-10-24 07:38:31 +05:30
Srikanth Chekuri
6c7167a224
chore: add missing shiftby in alert rule ( #6239 )
2024-10-24 02:20:32 +05:30
dependabot[bot]
00421235b0
chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /frontend ( #5817 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 01:38:31 +05:30
Vishal Sharma
0e2b67059b
Fix/bulk invite api error response ( #6247 )
2024-10-23 23:43:46 +05:30
Yunus M
910c44cefc
feat: add org onboarding preference ( #6248 )
2024-10-23 23:27:25 +05:30
Vishal Sharma
8bad036423
fix: name is optional in bulk invite API ( #6246 )
2024-10-23 19:49:45 +05:30
Yunus M
a21830132f
feat: remove hardcode is darkmode value from get anomaly data func ( #6245 )
2024-10-23 19:36:02 +05:30
Yunus M
9419f56e95
feat: tooltip plugin to show series data in tooltip ( #6194 )
...
* feat: tooltip plugin to show series data in tooltip
* feat: send anomaly function as last function
* feat: default z_score_threshold to 3
* fix: anomaly function not applied on initial load
* feat: maintain select alert type on reload
* feat: maintain select alert type on reload
* chore: update events to handle anomaly alert interactions
2024-10-23 19:06:38 +05:30
Sai Chander
347868c18b
feat: enable offline functionality for frontend ( #6152 )
...
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com>
2024-10-23 05:53:51 +00:00
Srikanth Chekuri
17e20e7f41
chore: split migrator job to sync and async ( #6107 )
2024-10-23 00:05:10 +05:30
Nityananda Gohain
2b0da82f94
feat: move resource qb to its own package and use common options ( #6238 )
...
* feat: move resource qb to its own package and use common options
* fix: add remaining files
* fix: remove redundant struct
2024-10-22 16:46:58 +05:30
Vikrant Gupta
911362cecf
chore: remove the required check from organisation name ( #6225 )
v0.57.0-cloud.2
2024-10-21 18:34:37 +05:30
SagarRajput-7
481f9620d3
chore: added doc link for kafka on getStarted for non-cloud users ( #6222 )
...
* chore: added doc link for kafka on getStarted for non-cloud users
* chore: added link with utm parameter
2024-10-21 15:52:35 +05:30
SagarRajput-7
e5be431f18
fix: removed selectedValue & uuid from exported and copied dashboard json ( #6145 )
...
* fix: removed selectedValue from exported and copied dashboard json
* fix: added uuid validation to not expect empty uuid
* fix: removed uuid from export and copied dashboard json
* fix: resolved comment and removed uuid when empty
* fix: renamed function
2024-10-21 15:51:43 +05:30
SagarRajput-7
503ed45a99
fix: fixed threshold for columns with units ( #6079 )
...
* fix: fixed threshold for columns with units
* fix: added interunit and category conversion for handling threshold across different unit types
* fix: added invalid comparison text and removed unsupported unit categories
* fix: cleanup and multiple threshold and state change handling
* fix: restrict category select to only columnUnit group
* fix: restricted column name from threshold option
* fix: removed console log
* fix: resolved comments and some refactoring
* fix: resolved comments and some refactoring
2024-10-21 15:51:22 +05:30
Srikanth Chekuri
28818fbaac
chore: update query builder to use 5min/30min aggregation tables ( #5679 )
2024-10-21 14:22:32 +05:30
Vikrant Gupta
c0e40614bf
fix: issues with the logs where clause filter ( #6198 )
...
* fix: flicker in logs explorer page
* fix: added inline code comments
* fix: edit rules css should be scoped inside the container
* fix: add explicit space after adding key and operators to help users type and create the tag
* fix: do not wait for api to complete for the user to enter the query
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-10-21 11:42:20 +05:30
Akira Hayashi
2d732ae4a9
chore: run all query-service tests ( #6098 )
2024-10-20 15:24:12 +00:00
Vikrant Gupta
8466e31e02
chore: change the log background to same as severity text with some opacity ( #6217 )
...
* chore: change the log background to same as severity text with some opacity
* chore: make the log background changes for column renderer
* chore: remove the backdrop mask from logs details drawer
* chore: fix tests
2024-10-18 18:19:42 +05:30
Vikrant Gupta
efdaf7ee43
chore: make the clear selection view more highlighted ( #6216 )
...
* chore: make the clear selection view more highlighted
* chore: address minor design issue
2024-10-18 18:18:30 +05:30
Vikrant Gupta
0dec94a5c6
chore: remove the trial expiry banner on logout ( #6212 )
2024-10-18 18:17:17 +05:30
Shivanshu Raj Shrivastava
204728ff60
chore: move constants to fix ci ( #6213 )
2024-10-18 01:15:54 +05:30
Shivanshu Raj Shrivastava
e51f4d986d
feat: kafka Scenario 1, 3, 4 all squashed ( #6144 )
...
* feat: kafka partition level observerability features
v0.57.0-cloud.1
2024-10-17 19:44:42 +05:30
Vishal Sharma
337a941d0d
feat: onboarding API via proxy ( #6058 )
...
* feat: onboarding API via proxy
* chore: update profiles route
* chore: update profiles url
2024-10-17 19:09:10 +05:30
Vishal Sharma
fc4b55cb34
feat: bulk invite user api ( #6057 )
2024-10-17 18:41:31 +05:30
Shaheer Kochai
96cb8053df
chore: add test id to additional filters button ( #6183 )
2024-10-17 10:13:35 +04:30
Shaheer Kochai
5651d69485
fix: add v4 to the new alert payload ( #6090 )
2024-10-17 10:12:26 +04:30
Prashant Shahi
a6e492880d
fix(docker): use env prefix for boolean in collector config ( #6199 )
...
### Summary
Fixes for `expected type 'bool', got unconvertible type 'string'` errors.
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-10-16 15:07:02 +05:30
SagarRajput-7
80b3c3e256
fix: fixed all not deselecting and empty array setting to _ALL_ ( #6086 )
2024-10-16 11:22:30 +05:30
Srikanth Chekuri
0806420dd7
chore: add process list ( #6125 )
2024-10-15 23:02:52 +05:30
Yunus M
18e240e3d1
feat: search series in anomaly response data ( #6185 )
2024-10-15 19:16:43 +05:30
Prashant Shahi
d0965a24c5
Merge pull request #6181 from SigNoz/sync/signoz-0.56.0
...
Sync/post release v0.56
2024-10-15 00:11:37 +05:30
Robi
7ed689693f
fix: remove trailing slash from http payload ( #6176 )
2024-10-14 19:46:45 +05:30
rahulkeswani101
90ae55264a
fix: updated row key in triggered alert list table ( #6154 )
2024-10-14 17:16:44 +05:30
Srikanth Chekuri
bf4c792cdb
chore: update default feature flag and error response for formula ( #6184 )
2024-10-14 14:04:49 +05:30
SagarRajput-7
dd097821d1
fix: fixed incorrect label for orderBy clause when selected ( #6177 )
2024-10-14 14:04:27 +05:30
Yunus M
701b8803ac
feat: move anomaly detection behind ff and show beta ( #6180 )
2024-10-14 12:18:55 +05:30
Raj Kamal Singh
2728ddd255
Fix: log pipelines generates bad config if first op is disabled ( #6174 )
...
* chore: add test reproducing bad config generation when first pipeline op is disabled
* fix: logs pipelines: set router output to first enabled operator
2024-10-14 11:24:42 +05:30