grandwizard28
e26690eae9
feat(sqlschema): move normalizer to its own struct
2026-03-17 15:30:38 +05:30
grandwizard28
b0c977716a
feat(sqlschema): add support for multiple indexes
2026-03-17 02:29:53 +05:30
grandwizard28
3e35b250c2
feat(sqlschema): add support for multiple indexes
2026-03-17 02:26:36 +05:30
grandwizard28
a6b8911885
feat(sqlschema): add support for partial unique indexes
2026-03-17 01:33:24 +05:30
Pandey
e5eb62e45b
feat: add more support to sqlschema ( #10602 )
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2026-03-16 17:24:13 +00:00
Pranjul Kalsi
bdce97a727
fix: replace fmt.Errorf with signoz/pkg/errors and update golangci-li… ( #9373 )
...
This PR fulfills the requirements of #9069 by:
- Adding a golangci-lint directive (forbidigo) to disallow all fmt.Errorf usages.
- Replacing existing fmt.Errorf instances with structured errors from github.com/SigNoz/signoz/pkg/errors for consistent error classification and lint compliance.
- Verified lint and build integrity.
2025-10-27 16:30:18 +05:30
Vibhu Pandey
c83eaf3d50
chore: enable forbidigo and noerrors in depguard ( #9047 )
...
* chore: enable forbidgo
* chore: enable forbidgo
2025-09-09 15:44:27 +05:30
Vibhu Pandey
c9e48b6de9
feat(sqlschema): add sqlschema ( #8384 )
...
## 📄 Summary
- add sqlschema package
- add unique index on email,org_id in users and user_invite
2025-07-08 00:21:26 +05:30