Nityananda Gohain
0a2b7ca1d8
chore(auth): refactor the auth modules and handler in preparation for multi tenant login ( #7778 )
...
* chore: update auth
* chore: password changes
* chore: make changes in oss code
* chore: login
* chore: get to a running state
* fix: migration inital commit
* fix: signoz cloud intgtn tests
* fix: minor fixes
* chore: sso code fixed with org domain
* fix: tests
* fix: ee auth api's
* fix: changes in name
* fix: return user in login api
* fix: address comments
* fix: validate password
* fix: handle get domain by email properly
* fix: move authomain to usermodule
* fix: use displayname instead of hname
* fix: rename back endpoints
* fix: update telemetry
* fix: correct errors
* fix: test and fix the invite endpoints
* fix: delete all things related to user in store
* fix: address issues
* fix: ee delete invite
* fix: rename func
* fix: update user and update role
* fix: update role
* fix: login and invite changes
* fix: return org name in users response
* fix: update user role
* fix: nil check
* fix: getinvite and update role
* fix: sso
* fix: getinvite use sso ctx
* fix: use correct sourceurl
* fix: getsourceurl from req payload
* fix: update created_at
* fix: fix reset password
* fix: sso signup and token password change
* fix: don't delete last admin
* fix: reset password and migration
* fix: migration
* fix: reset password for sso users
* fix: clean up invite
* fix: migration
* fix: update claims and store code
* fix: use correct error
* fix: proper nil checks
* fix: make migration multitenant
* fix: address comments
* fix: minor fixes
* fix: test
* fix: rename reset password
---------
Co-authored-by: Vikrant Gupta <vikrant@signoz.io>
2025-05-14 23:12:55 +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
Vibhu Pandey
7118829107
fix(test|lint): fix lint and test in go ( #7346 )
...
### Summary
- fix lint and test in go
2025-03-18 14:01:48 +05:30
Vibhu Pandey
dc15ee8176
feat(sqlmigration): consolidate all sqlmigrations into one package ( #7018 )
...
* feat(sqlmigration): add sqlmigrations
* feat(sqlmigration): test sqlmigrations
* feat(sqlmigration): add remaining factories
* feat(sqlmigration): consolidate into single package
* fix(telemetrystore): remove existing env variables
* fix(telemetrystore): fix DSN
2025-02-04 09:23:36 +00:00
Vibhu Pandey
837f434fe9
feat(sqlstore): open a connection to sql once ( #6867 )
2025-01-22 07:19:38 +00:00
Srikanth Chekuri
2f949d2738
chore: address large number of staticcheck issues ( #5176 )
...
* chore: address large number of staticcheck issues
* chore: fix tests
* chore: fix more issue
* chore: fix options
2024-06-11 20:10:38 +05:30
Srikanth Chekuri
ae594061e9
chore: fix query-service logging ( #4696 )
2024-03-27 00:07:29 +05:30
Raj Kamal Singh
3a1e8d523a
Fix: qs: allow saving pipelines without connected agents ( #4189 )
...
* chore: add test validating pipelines can be saved without connected agents
* chore: allow pipelines to be saved without connected agents
2023-12-09 10:17:06 +05:30
Raj Kamal Singh
658a9cc11b
fix: only latest agent config versions can have a pending deployment ( #3836 )
2023-10-31 10:36:25 +05:30
Raj Kamal Singh
dfd94f67bd
chore: return 400 http status on pipeline validation error ( #3472 )
...
* chore: add integration test for log parsing pipelines validation
* chore: add helpers for creating unauthorized, unavailable & not found api errors
* chore: return *model.APIError from logpipeline and agentConf functions
* chore: some cleanup
* chore: some more cleanup
* chore: one more round of cleanups
2023-09-10 16:48:29 +05:30
Nityananda Gohain
1a3e46cecd
feat: integrate pipelines API ( #2457 )
...
* chore: integrate pipelines API
* fix: limit support integrated in pipelines
* fix: interface to string
* fix: json parser and allow deleting all pipelines
* fix: output modified if operators are disabled
* fix: validation updated for operators
* fix: expression check added
* fix: regex expression check added
* fix: remove operator validation updated
* fix: tests updated for pipeline builder
* fix: fix error messages in http handler
* fix: dont return payload if there is an error
* fix: extracting userId from context moved to auth package
* fix: api errors moved to http handler
* fix: get version logic updated
* fix: deployment result message updated
* fix: pipeline builder edgecase fixed and tests updated
* fix: get failing postablePipeline tests to pass
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Raj <rkssisodiya@gmail.com>
2023-07-31 21:34:42 +05:30
nityanandagohain
dfef41913f
fix: get last 10 versions in getConfigHistory
2023-03-15 16:26:46 +05:30
Srikanth Chekuri
210c5fd7f2
feat: opamp server application ( #1787 )
...
* feat: opamp server application
* chore: opamp
* chore: refactor server implementation
* chore: add Stop
* chore: merged opamp updates
* chore: removed all errorf
* chore: added a comment about zero version
* feat: added user context for created by
* chore: changed debugf to debug
* chore: removed lb from opamp + added config parser
* fix: added userid to ConfigNewVersion()
* chore: removed user id from contxt and added config parser
* fix: removed lock inside re-deploy
* chore: added config db fix
* fix: merged app/server.go from develop
* fix: restored extract jwt
* Update pkg/query-service/app/server.go
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
* fix: dependency version fix and import added
---------
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
2023-03-15 15:09:15 +05:30