This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
signoz
Watch
1
Star
0
Fork
0
You've already forked signoz
mirror of
https://github.com/SigNoz/signoz.git
synced
2025-12-18 07:56:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
signoz
/
frontend
/
.husky
/
commit-msg
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: commit lint is added in the frontend
2022-05-11 01:12:29 +05:30
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
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
cd frontend && yarn run commitlint --edit $1
Reference in New Issue
Copy Permalink