Ankit Nayan
|
cb22aef36f
|
Merge pull request #2225 from SigNoz/release/v0.16.0
Release/v0.16.0
|
2023-02-11 23:52:58 +05:30 |
|
Ankit Nayan
|
cf93712286
|
Merge branch 'develop' into release/v0.16.0
v0.16.0
|
2023-02-11 23:15:47 +05:30 |
|
Ankit Nayan
|
a906f94b8a
|
chore: reduce events
|
2023-02-11 23:15:07 +05:30 |
|
Kolesnyk Anton
|
93b6749920
|
fix: filters applied in the logs page (#2210)
* fix: filters applied in the logs page
* fix: remove console
* fix: adding of query params from query string to input
* fix: added parser
* chore: useSearch parser is updated with previous hooks
---------
Co-authored-by: palashgdev <palashgdev@gmail.com>
|
2023-02-11 08:39:34 +05:30 |
|
Amol Umbark
|
8ab527b174
|
feat: support printing threshold in alert summary and description (#1827)
|
2023-02-10 23:53:45 +05:30 |
|
Prashant Shahi
|
ad163c2b61
|
chore: 📌 pin versions: SigNoz 0.16.0, SigNoz OtelCollector 0.66.4
Signed-off-by: Prashant Shahi <prashant@signoz.io>
|
2023-02-10 23:50:45 +05:30 |
|
Prashant Shahi
|
21f909f4c0
|
chore: 🔧 Add low cardinal exception grouping configuration
Signed-off-by: Prashant Shahi <prashant@signoz.io>
|
2023-02-10 23:50:15 +05:30 |
|
palashgdev
|
b67206dd65
|
fix: graph component is memorised (#2223)
|
2023-02-10 18:02:37 +05:30 |
|
yun asny23
|
ce5afd31fd
|
fix: indent spaces in yml (#1657)
|
2023-02-10 16:41:16 +05:30 |
|
palashgdev
|
9a184f5740
|
fix: dark mode is fixed (#2220)
|
2023-02-10 13:40:50 +05:30 |
|
Amol Umbark
|
be14f1c32c
|
fix: removed direct ref to form item (#2221)
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
|
2023-02-10 12:29:41 +05:30 |
|
GitStart
|
ae37a608f8
|
fix: queries B and C coupling in a dashboard panel (#2218)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
|
2023-02-10 11:00:38 +05:30 |
|
Vishal Sharma
|
aaeb579d0d
|
chore: remove external metrics to trace nav (#2213)
|
2023-02-09 16:00:48 +05:30 |
|
palashgdev
|
1151e8521e
|
test: traceGraphFilter/utils selectedGroupByValue is added (#2201)
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
|
2023-02-08 12:58:53 +05:30 |
|
Vishal Sharma
|
d779b83715
|
feat: navigate to trace from metrics (#2191)
* feat: navigate to trace from metrics
* chore: add sonar back
* chore: refactor
|
2023-02-08 12:41:55 +05:30 |
|
Fernando Pimenta
|
47a41473df
|
Added support for installing SigNoz on RockyLinux (#2203)
Co-authored-by: Fernando Pimenta <fernandopimenta@tecnosys.com.br>
|
2023-02-08 10:35:52 +05:30 |
|
volodfast
|
de370d7f0c
|
feat: increase chart point visibility (#2185)
|
2023-02-07 20:59:11 +05:30 |
|
volodfast
|
8a5b26cefe
|
feat: highlight nearest in chart on hover (#2184)
Co-authored-by: palashgdev <palashgdev@gmail.com>
|
2023-02-07 16:55:33 +05:30 |
|
palashgdev
|
2a20b6fc86
|
fix: unit test is fixed with react 18 (#2199)
|
2023-02-07 16:42:49 +05:30 |
|
Vishal Sharma
|
02ef1744b4
|
feat: add autocomplete to groupBy filters (#2156)
* feat: add autocomplete to groupBy filters
* chore: handle none groupby in frontend
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
|
2023-02-07 11:41:09 +05:30 |
|
palashgdev
|
2c973adf0b
|
chore: removed react-vis dependecies (#2182)
|
2023-02-06 15:20:27 +05:30 |
|
Axay Sagathiya
|
f7ff491d35
|
Add error check in unit tests. (#1993)
|
2023-02-06 08:38:47 +05:30 |
|
Yash Joshi
|
6cd341a887
|
fix: redirect to latest tag release notes (#1970)
* fix: redirect to latest tag release notes
* chore: some refactoring is updated
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
|
2023-02-03 21:51:18 +05:30 |
|
Palash Gupta
|
0832bce955
|
chore: some of the eslint rules disabling is removed and types are removed (#2152)
Co-authored-by: Chintan Sudani <46838508+csudani7@users.noreply.github.com>
|
2023-02-03 20:32:22 +05:30 |
|
Chintan Sudani
|
62b2462e03
|
feat: modified resize table component (#2175)
* fix: Removed Strict mode to stop render twice
* feat: modified resize table component
|
2023-02-03 18:06:26 +05:30 |
|
Chintan Sudani
|
152846f554
|
feat: Added Resizable Wrapper for Ant Design Table (#2014)
* feat: Added Resizable Wrapper for AntD Table
* chore: Merging upstream develop into fork
* chore: updated lock file
* fix: Lint issues resolved
* fix: Lint issues resolved
* fix: Types issues
* fix: linting issues
* fix: Types issues
* fix: POC of new resize lib
* fix: linting issues
* chore: resize is updated
* fix: added old lib logic
* fix: removed console.log
* chore: types are updated
* chore: removed un used style
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
|
2023-02-02 16:53:15 +05:30 |
|
GitStart
|
846da08cbd
|
refactor: antdv5 notfications (#2161)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: gitstart-app[bot] <57568882+gitstart-app[bot]@users.noreply.github.com>
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com>
Co-authored-by: RubensRafael <rubensrafael2@live.com>
Co-authored-by: niteshsingh1357 <niteshsingh1357@gmail.com>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
|
2023-02-02 11:38:32 +05:30 |
|
Palash Gupta
|
17f32e9765
|
feat: global time is updated (#2013)
|
2023-02-02 11:12:12 +05:30 |
|
Chintan Sudani
|
48659a2957
|
fix: resolved violating issue on change of layout API call (#2164)
* fix: Removed Strict mode to stop render twice
* fix: resolved issue on change of layout API call
|
2023-02-02 10:52:14 +05:30 |
|
GitStart
|
a2a8a32d1c
|
fix: different time formats in hover legend and x-axis on charts (#2040)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: niteshsingh1357 <niteshsingh1357@gmail.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: gitstart-app[bot] <57568882+gitstart-app[bot]@users.noreply.github.com>
Co-authored-by: Rafael <rafael.toledo@engenharia.ufjf.br>
Co-authored-by: gitstart_bot <gitstart_bot@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
|
2023-02-01 15:04:17 +05:30 |
|
ezio ruan
|
28f2ee2627
|
Update README.md (#2139)
|
2023-01-31 19:38:51 +05:30 |
|
Ankit Nayan
|
3b01bb2614
|
Merge pull request #2147 from SigNoz/release/v0.15.0
Release/v0.15.0
|
2023-01-31 16:58:45 +05:30 |
|
Prashant Shahi
|
622e1765cf
|
Merge branch 'develop' into release/v0.15.0
v0.15.0
|
2023-01-31 16:21:38 +05:30 |
|
Amol Umbark
|
faaf0a6e73
|
fix: solved re-render issue when input fields were edited (#2149)
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
|
2023-01-31 14:46:03 +05:30 |
|
Prashant Shahi
|
4542a51531
|
Merge branch 'main' into release/v0.15.0
|
2023-01-31 00:56:31 +05:30 |
|
Prashant Shahi
|
191a538430
|
chore: 📌 pin versions: SigNoz 0.15.0
Signed-off-by: Prashant Shahi <prashant@signoz.io>
|
2023-01-31 00:22:47 +05:30 |
|
Prashant Shahi
|
e6ce80213b
|
Merge branch 'develop' into release/v0.15.0
|
2023-01-31 00:20:08 +05:30 |
|
Palash Gupta
|
3115b32dcd
|
fix: interval is blocked for custom time selection (#2146)
* fix: interval is blocked for custom time selection
* fix: custom is updated
* chore: selectedTime is updated in hidden logic
|
2023-01-30 19:27:13 +05:30 |
|
Chintan Sudani
|
af272a368b
|
fix: added lazy loading on dashboard (#2133)
* fix: Removed Strict mode to stop render twice
* fix: added lazy loading on dashboard
* fix: suggested changes
* fix: added react-intersection-observer changes
* fix: resolved multiple time api call issue
* chore: variable name is updated
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
|
2023-01-30 18:32:05 +05:30 |
|
Palash Gupta
|
b336a6cb45
|
fix: widget options are now opening (#2141)
|
2023-01-30 18:06:49 +05:30 |
|
Fellipe Montes
|
b72815ca2f
|
FIX: Exported dashboard include response of the queries #1981 (#2052)
* clear the queryData
* avoid creation of inline func and move logic to utils
* remove console.log
* fix
|
2023-01-30 16:07:23 +05:30 |
|
Amol Umbark
|
ed4a01dea6
|
fix: log issue remove field in query panel (#2130)
|
2023-01-27 13:27:59 +05:30 |
|
Vishal Sharma
|
1914c3b4a0
|
chore: update install message in install.sh script (#2131)
|
2023-01-27 12:53:23 +05:30 |
|
Prashant Shahi
|
3811e96e23
|
chore: 📌 pin versions: SigNoz OtelCollector 0.66.3 in standalone Docker
Signed-off-by: Prashant Shahi <prashant@signoz.io>
|
2023-01-27 11:11:25 +05:30 |
|
Prashant Shahi
|
8d16493432
|
chore: 📌 pin versions: SigNoz OtelCollector 0.66.3
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.15.0-rc.1
|
2023-01-26 14:30:18 +05:30 |
|
Vishal Sharma
|
db2bfbb887
|
fix: tag filter query builder (#2125)
|
2023-01-26 01:18:19 +05:30 |
|
Chintan Sudani
|
213838a021
|
fix: Chart loaders on reload and change of time interval at dashboard (#2068)
* fix: Chart data logic on dashboard reloads
* fix: linting issues
* fix: added right side loader & css config
* fix: loader condition change
* fix: linting issues
* fix: error state of API
* fix: Resolved suggested changes
* fix: Error state for API Failed
* fix: Default loading state
* fix: linting issues
* fix: Suggested changes
* feat: Added common hook for previous value
* chore: usePrevious is made type safety
* chore: chart data set is updated
* chore: removed eslint rule
* fix: commitlint issue on commit
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
|
2023-01-25 20:31:42 +05:30 |
|
Pranay Prateek
|
fd6f9a90e1
|
removing repostats workflow (#2053)
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
|
2023-01-25 20:13:57 +05:30 |
|
Prashant Shahi
|
13f9922c53
|
chore(frontend): 🔧 support ARM and copy yarnrc in Dockerfile (#2119)
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
|
2023-01-25 19:58:44 +05:30 |
|
Chintan Sudani
|
a654baaa5b
|
fix: graph flickering issue on trace page (#2120)
* fix: Removed Strict mode to stop render twice
* fix: graph flickering issue on trace page
|
2023-01-25 19:55:33 +05:30 |
|