Vishal Sharma
da4a6266c5
feat: add events API ( #4761 )
2024-03-28 21:43:41 +05:30
Vishal Sharma
5b419cb668
fix: improve user telemetry ( #3972 )
...
* fix: improve user telemetry
- move GetEmailFromJwt to common function
- update AttachJwtToContext() to use standard way of attaching value to context
- update userEmail in every possible sendEvent call
- send groupId in sendEvent call for SaaS operator analytics
* chore: added DEFAULT_CLOUD_EMAIL const
* chore: add AttachJwtToContext to analytics middleware
* test: added AttachJwtToContext to logs pipelines
2023-11-16 15:11:38 +05:30
Eng Zer Jun
dc4acc0730
refactor(query-service): remove redundant nil check ( #3614 )
...
From the Go specification [1]:
"1. For a nil slice, the number of iterations is 0."
"3. If the map is nil, the number of iterations is 0."
Therefore, an additional nil check for before the loop is unnecessary.
[1]: https://go.dev/ref/spec#For_range
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-09-24 14:42:17 +05:30
Vishal Sharma
7209ac0007
fix: login/precheck api in non-ee variant ( #3516 )
...
* fix: login/precheck api in non-ee variant
* fix: add return statement
* fix: make skip config empty
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-09-12 12:53:46 +05:30
Chandan Jhunjhunwal
03220fcf11
chore: Fixed the typo in ProfilePirctureURL attr ( #3307 )
2023-08-12 10:10:25 +05:30
Amol Umbark
ab514cc0f2
fix: changed ask admin message ( #2215 )
2023-02-24 14:57:07 +05:30
Ankit Nayan
16a49a8b04
fix: minor changes
2023-01-07 02:21:44 +05:30
Amol Umbark
0abae1c09c
feat: show release note in alerts dashboards and services pages ( #1840 )
...
* feat: show release note in alerts dashboards and services pages
* fix: made code changes as per review and changed message in release note
* fix: solved build pipeline issue
* fix: solved lint issue
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-09 20:16:09 +05:30
Ankit Nayan
88af456915
chore: detect first registration
2022-11-23 16:57:49 +05:30
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
Ankit Nayan
2dcc6fda77
chore: analtics changed after rbac ( #1058 )
2022-05-04 14:27:32 +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