palash-signoz
1272e18672
Feature(FE): Setup cypress ( #263 )
...
* gitignore is updated
* cypress is updated
* json is updated
* default test case is updated
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-23 11:52:02 +05:30
palash-signoz
9008d19a7b
fix(FE): AppRoutes is refactored ( #260 )
...
* react-app-env.d.ts is moved to the typings
* webpack config for development and production is updated
* extra browser router component is removed
* loable component is made
* spinner component is updated
* route are updated
* routes are imported is Loadable fashion with chunkName
* AppRoute is updated
* AppWrapper is changed to AppRouter
* merge conflits are resolved
* Loadable component is updated
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-23 11:38:25 +05:30
Ankit Nayan
f394f72bfb
feat: grpc error calculation added to druid query ( #268 )
...
* feat: added statusCode for grpc
* feat: errors will now have grpc errors too
* removing dependency on viper
* grpc error calculation added to druid queries
2021-08-23 10:13:14 +05:30
Ankit Nayan
45cb0353e6
Feat: Enables error from grpc calls ( #265 )
...
* feat: added statusCode for grpc
* feat: errors will now have grpc errors too
2021-08-23 09:19:54 +05:30
Ankit Nayan
506c34f385
release: 0.3.5
0.3.5
v0.3.5
2021-08-20 12:45:37 +05:30
Ankit Nayan
aca67d4f33
fix: removing action on pr as secret is not shared by forked repos
2021-08-20 12:42:49 +05:30
palash-signoz
c00e9f5236
contribution.md for frontend local instruction is updated ( #264 )
...
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-19 23:15:08 +05:30
palash-signoz
8cef9de35c
fix: css issue for the tabs is updated ( #259 )
...
Co-authored-by: FIPalash Gupta <palash@indiagold.co>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-19 23:13:44 +05:30
palash-signoz
4817a17320
fix(FE): onFocusSelected bug is resolved ( #258 )
...
* fix: onFocusSelected bug is resolved
* dependecies array is updated
* updated the dependency array
* fix: TraceGantt chart is updated
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-19 23:13:16 +05:30
palash-signoz
0055eaf656
fix: css issue for the SelectedSpanDetails is updated ( #257 )
...
Co-authored-by: FIPalash Gupta <palash@indiagold.co>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-19 23:04:15 +05:30
palash-signoz
4b205e61c8
fix(FE): tsConfig baseUrl is used rather than using the alias for module ( #256 )
...
* tsconfig-paths-webpack-plugin package is added
* baseUrl is updated
* webpack config for development and production are updated
* baseUrl is removed in the file
* more .. is being removed
* chore: removed the commented part in the webpack.config
Co-authored-by: FIPalash Gupta <palash@indiagold.co>
2021-08-19 22:53:33 +05:30
Ankit Nayan
77c0237ba1
feat: PR will trigger build and push of docker image in pattern pull-NUMBER
2021-08-19 20:23:24 +05:30
palash-signoz
a2acee209c
commit lint is fixed ( #261 )
2021-08-18 18:56:44 +05:30
Ankit Nayan
5381dc7e56
preparing for release 0.3.4
v0.3.4
2021-08-10 23:39:27 +05:30
Ankit Nayan
76848b8925
fix: api method allowed
2021-08-10 23:32:28 +05:30
Ankit Nayan
3f32322385
chore: adding commitlint
2021-08-03 02:06:34 +05:30
Ankit Nayan
29c26777b6
fix: fixed branch name in release drafter
2021-08-03 01:31:41 +05:30
Ankit Nayan
f861a5c77d
adding release-drafter
2021-08-03 01:04:59 +05:30
Ankit Nayan
d1a4bb10ea
Update push.yaml
v0.3.3
2021-08-02 23:37:41 +05:30
Ankit Nayan
41e2c6b075
release 0.3.3
2021-08-02 22:15:01 +05:30
Abhishek Sehgal
b5b0725cc4
feat: Allow users to search spans with status code regex ( #249 )
2021-08-02 15:38:18 +05:30
Rahul Rana
3acef9c86a
chore: use a new port if existing port is in use ( #199 )
...
* BugFix:Open a new port on local dev server if existing port is being used.
* Update Read me and dev dependcies
* Fix yarn package and add npmrc file
2021-07-31 12:43:00 +05:30
Kishore
48e32878e6
feat(FE: Span): add span kind filter ( #219 )
...
* Added span kind filter
* changed state to const
* Removed unnecessary console
* Fixed undefined issue, changed a bit in the spanKind type
* set default value for parameter passed in handleChangeSpanKind func
2021-07-30 17:21:41 +05:30
Palash gupta
f070bdf5b9
feat(FE): add Not Found Route ( #217 )
...
* base layout is updated
* app wrapper is updated
* InstrumentationPage spell is corrected
* not found is updated
* not found component is updated
* changes are updated
* appwrapper is updated
* fix: removed the unwanted file
* fix: React.FC is removed
* fix: styles are imported under single file
* webpack config is updated
* webpack config is updated
* env is updated
2021-07-30 11:47:58 +05:30
Vimalraj
888e3ff79b
Added new Spiner Component and Changed the Old Spin indicator ( #224 )
2021-07-29 18:26:38 +05:30
Palash gupta
3e8c9308b6
Fix/base url ( #212 )
...
* env is updated
* webpack config is updated
* webpack config is updated
* dotenv-expanded is removed
* vars is updated
* env is updated
* docker ignore is updated
* webpack config is updated
* dev and build is updarted with the progress arguments
* config is updated
2021-07-29 17:35:43 +05:30
Pranay Prateek
a3c1080519
Update README.md
2021-07-25 22:35:58 +05:30
Pranay Prateek
350a49060f
Update README.md
2021-07-25 22:35:21 +05:30
Tony Qu
35abf2dddf
translate readme.md into simplified chinese ( #244 )
...
* translate into simplified chinese
* fix missing translation
2021-07-25 22:24:10 +05:30
Pranay Prateek
9a32db608f
Update CONTRIBUTING.md
2021-07-19 22:31:15 +05:30
Pranay Prateek
11c94c0fbb
fix(README): Updated deployment instructions
2021-07-19 20:42:19 +05:30
Pranay Prateek
5431333b1a
Update README.md
2021-07-17 19:18:41 +05:30
Pranay Prateek
dd34bd5990
Updates slack url in README ( #232 )
...
* updated slack url in readme
2021-07-17 18:56:53 +05:30
Pranay Prateek
a8adadcfff
Added contributors image on README ( #231 )
...
* updated contributors image in readme
2021-07-17 18:02:10 +05:30
Pranay Prateek
db3c7a3b9f
chore: fixing readme ( #230 )
...
* updated readme
* updated readme - docs link
2021-07-17 15:02:38 +05:30
Pranay Prateek
1d479ca158
Updated ReadMe ( #229 )
...
* updated readme - docs link
2021-07-17 14:57:43 +05:30
Pranay Prateek
76e7bd5292
Updated ReadMe ( #228 )
...
* updated README for for clarity
* added comparison with other familiar tools
2021-07-17 14:23:58 +05:30
Pranay Prateek
2f99a661de
Update CONTRIBUTING.md
2021-07-15 10:50:01 +05:30
Raj Babu Das
b1169c7315
Adding multi architecture (ARM64 and AMD64) support for signoz components ( #201 )
...
* Adding multi arch support for amd64 and arm64
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* test
* reset package-lock.json
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* reset yarn-lock.json
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* reset yarn-lock.json
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
2021-07-14 23:36:27 +05:30
Pranay Prateek
ec0059dbd8
Update CONTRIBUTING.md
2021-07-14 21:18:32 +05:30
Pranay Prateek
3d4bdec4ba
Update CONTRIBUTING.md
2021-07-14 21:16:27 +05:30
Pranay Prateek
437de3682c
Update CONTRIBUTING.md
2021-07-14 21:15:23 +05:30
Pranay Prateek
9e76106ee0
Update CONTRIBUTING.md
2021-07-14 21:14:17 +05:30
Pranay Prateek
553967f76b
Update CONTRIBUTING.md
2021-07-14 21:13:34 +05:30
NIDHI TANDON
beb15e0a5f
feat(FE:TraceGanttChart): scroll to selected row on page load ( #213 )
...
* feat(FE:TraceGanttChart): scroll to selected scroll on page load
* refactor: update handleScroll
* refactor(traceGanttChart): scroll on selected row
2021-07-14 12:35:40 +05:30
Palash gupta
27e2ceffaa
gitignore is updated ( #211 )
...
Co-authored-by: NIDHI TANDON <nidhi-tandon@users.noreply.github.com>
2021-07-14 12:31:00 +05:30
Palash gupta
7de1737f5f
readme.md is updated ( #209 )
2021-07-05 23:27:11 +05:30
NIDHI TANDON
7917b5f3b4
Merge pull request #195 from SigNoz/refactor-gant-chart
...
refactor(FE: trace-gantt-chart): add ts support and change folder structure
2021-07-03 14:14:17 +05:30
NIDHI TANDON
470b68aa67
Merge branch 'main' into refactor-gant-chart
2021-07-03 11:38:49 +05:30
Kishore
1255da08dc
Instrumentation page light mode fix ( #202 )
2021-07-02 23:39:35 +05:30