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
Swapnil Nakade
6b2427f1c2
(chore): replace ioutil with io and os for file operations ( #3761 )
...
Switched all file operations from ioutil package to io and os packages due to the deprecation of ioutil in Go 1.16. This change contributes to the maintainability of the codebase, ensuring it's up-to-date with the current standard library. Additionally, implemented usage of filepath.Join for platform-independent file paths.
2023-10-19 08:46:20 +00:00
Amol Umbark
9c4521b34a
feat: enterprise edition ( #1575 )
...
* feat: added license manager and feature flags
* feat: completed org domain api
* chore: checking in saml auth handler code
* feat: added signup with sso
* feat: added login support for admins
* feat: added pem support for certificate
* ci(build-workflow): 👷 include EE query-service
* fix: 🐛 update package name
* chore(ee): 🔧 LD_FLAGS related changes
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: nityanandagohain <nityanandagohain@gmail.com>
2022-10-06 20:13:30 +05:30
Vishal Sharma
5d080f5564
fix: 🐛 convert TTL APIs to async #902 ( #1173 )
...
* fix: 🐛 convert TTL APIs to async
* chore: add archive support
* chore: update TTL async APIs according to new design
* chore: 🔥 clean removeTTL API
* fix: metrics s3 config
* test: ✅ update tests for async TTL api
* chore: refractoring
Co-authored-by: Pranay Prateek <pranay@signoz.io>
2022-05-25 16:55:30 +05:30
Ahsan Barkati
6ccdc5296e
feat(auth): Add auth and access-controls support ( #874 )
...
* auth and rbac support enabled
2022-05-03 15:26:32 +05:30