aniketio-ctrl
83eeb46f99
feat(sqlstore): added sql formatter for json ( #9420 )
...
* chore: added sql formatter for json
* chore: updated json extract columns
* chore: added apend ident
* chore: resolved pr comments
* chore: resolved pr comments
* chore: resolved pr comments
* chore: resolved pr comments
* chore: minor changes
* chore: minor changes
* chore: minor changes
* chore: minor changes
* chore: resolve comments
* chore: added append value
* chore: added append value
* chore: added append value
* chore: added append value
* chore: added append value
* chore: added append value
* chore: added append value
* chore: added append value
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io >
2025-11-04 22:05:23 +05:30
Vikrant Gupta
d539ca9bab
feat(sql): swap mattn/sqlite with modernc.org/sqlite ( #9343 )
...
* feat(sql): swap mattn/sqlite with modernc.org/sqlite (#9325 )
* feat(sql): swap mattn/sqlite with modernc.org/sqlite
* feat(sql): revert the dashboard testing changes
* feat(sql): enable WAL mode for sqlite
* feat(sql): revert enable WAL mode for sqlite
* feat(sql): use sensible defaults for busy_timeout
* feat(sql): add ldflags
* feat(sql): enable WAL mode for sqlite
* feat(sql): some fixes
* feat(sql): some fixes
* feat(sql): fix yarn lock and config defaults
* feat(sql): update the defaults in example.conf
* feat(sql): remove wal mode from integration tests
2025-10-21 18:45:48 +05:30
Vibhu Pandey
c122bc09b4
feat(tokenizer|sso): add tokenizer for session management and oidc sso support ( #9183 )
...
## 📄 Summary
- Instead of relying on JWT for session management, we are adding another token system: opaque. This gives the benefits of expiration and revocation.
- We are now ensuring that emails are regex checked throughout the backend.
- Support has been added for OIDC protocol
2025-10-16 18:00:38 +05:30
Vikrant Gupta
bac8f8b211
Revert "feat(sql): swap mattn/sqlite with modernc.org/sqlite ( #9325 )" ( #9338 )
...
This reverts commit c62d41edf0 .
2025-10-14 15:01:51 +00:00
Vikrant Gupta
800a34e625
Revert "feat(sql): increase busy timeout ( #9336 )" ( #9337 )
...
This reverts commit 934c09b36b .
2025-10-14 20:21:51 +05:30
Vikrant Gupta
934c09b36b
feat(sql): increase busy timeout ( #9336 )
2025-10-14 13:23:57 +00:00
Vikrant Gupta
c62d41edf0
feat(sql): swap mattn/sqlite with modernc.org/sqlite ( #9325 )
...
* feat(sql): swap mattn/sqlite with modernc.org/sqlite
* feat(sql): revert the dashboard testing changes
* feat(sql): enable WAL mode for sqlite
* feat(sql): revert enable WAL mode for sqlite
* feat(sql): use sensible defaults for busy_timeout
* feat(sql): add ldflags
2025-10-14 15:28:19 +05:30
Vibhu Pandey
fbcff29fae
chore(sqlstore): remove sqlx ( #8306 )
...
## 📄 Summary
remove sqlx
2025-06-20 00:34:54 +05:30
Vibhu Pandey
5bceffbeaa
fix: fix modules and handler ( #7737 )
...
* fix: fix modules and handler
* fix: fix sqlmigration package
* fix: fix other fmt issues
* fix: fix tests
* fix: fix tests
2025-04-27 16:38:34 +05:30
Vikrant Gupta
64071165c4
feat(sqlmigration): cleanup the licenses and sites table ( #7422 )
...
* feat(sqlmigration): added migration for schema cleanup
* feat(sqlmigration): drop sites,licenses table and added uuid v7 for saved views
* feat(sqlmigration): commit the transaction
* feat(sqlmigration): address review comments
* feat(sqlmigration): address review comments
* feat(sqlmigration): frontend changes for saved views
* feat(sqlmigration): frontend changes for saved views
* feat(sqlmigration): frontend changes for saved views
* feat(sqlmigration): frontend changes for saved views
* feat(sqlmigration): frontend changes for saved views
2025-03-25 04:05:40 +05:30
Shivanshu Raj Shrivastava
efd4e30edf
fix: publish signoz as package ( #7378 )
...
Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com >
2025-03-20 15:31:41 +00:00
Nityananda Gohain
2d73f91380
Fix: Multitenancy support for ORG ( #7155 )
...
* fix: support multitenancy in org
* fix: register and login working now
* fix: changes to migration
* fix: migrations run both on sqlite and postgres
* fix: remove user flags from fe and be
* fix: remove ingestion keys from update
* fix: multitenancy support for apdex settings
* fix: render ts for users correctly
* fix: fix migration to run for new tenants
* fix: clean up migrations
* fix: address comments
* Update pkg/sqlmigration/013_update_organization.go
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: fix build
* fix: force invites with org id
* Update pkg/query-service/auth/auth.go
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: address comments
* fix: address comments
* fix: provier with their own dialect
* fix: update dialects
* fix: remove unwanted change
* Update pkg/query-service/app/http_handler.go
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: different files for types
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-06 15:39:45 +05:30
Vibhu Pandey
02865cf49e
feat(sqlstore): add transaction support for sqlstore ( #7224 )
...
### Summary
- add transaction support for sqlstore
- use transactions in alertmanager
2025-03-05 18:50:48 +05:30
Vibhu Pandey
2a939e813d
feat(sqlstorehook): add sqlstore logging hook ( #7137 )
...
### Summary
add sqlstore logging hook
2025-02-17 21:13:40 +05:30
Vibhu Pandey
001122db2c
feat(instrumentation): adopt slog ( #6907 )
...
### Summary
feat(instrumentation): adopt slog
2025-01-24 09:23:02 +00:00
Vibhu Pandey
c574adc634
feat(sqlstore): add sqlstore package ( #6835 )
...
### Summary
Add `sqlstore` package
2025-01-17 15:54:48 +05:30