Srikanth Chekuri
cd9768c738
feat: dashboard variable chaining ( #2036 )
2023-01-16 14:57:04 +05:30
Nityananda Gohain
9c80ba6b78
fix: allow multiple spaces between a filter expression ( #1897 )
...
* fix: allow multiple spaces between a filter expression
* fix: regex updated to respect spaces between a search string
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-12-26 15:08:43 +05:30
Zsombor
c38d1c150d
Fix case sensitivity in query parsing ( #1670 )
...
* Fix case sensitivity in query parsing - now the parser correctly recognize fields which contains uppercase letters
* fix: logs parser respects the case of fields
Co-authored-by: nityanandagohain <nityanandagohain@gmail.com>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-10 19:27:57 +05:30
Nityananda Gohain
d06d41af87
fix: parser updated to differentiate between params and query string ( #1763 )
2022-11-28 14:18:43 +05:30
Nityananda Gohain
a3b03ef0ca
fix: parser updated to support escaped quotes in search ( #1704 )
...
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-11-10 18:24:20 +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
nityanandagohain
eb28ece680
parser updated for pagination
2022-08-10 14:27:46 +05:30
nityanandagohain
594bfc256c
fulltext validation updated
2022-08-01 13:02:00 +05:30
nityanandagohain
5894acdb2d
OR support added with contains
2022-08-01 12:30:11 +05:30
nityanandagohain
6eb9389e81
parser updated to include or as well
2022-08-01 12:17:15 +05:30
nityanandagohain
294d527a0e
parser updated to support more than one contains
2022-07-26 14:45:20 +05:30
nityanandagohain
2f17898390
primitive type pointers removed
2022-07-22 16:49:40 +05:30
nityanandagohain
bdb6901c74
generateSql returns value insted of pointer
2022-07-22 15:39:43 +05:30
nityanandagohain
448e14b32f
parser updated to support contians operator for other fields
2022-07-22 15:17:46 +05:30
nityanandagohain
8e4fbbe770
parsing logic and test updated
2022-07-19 10:40:19 +05:30
nityanandagohain
2e9affa80c
Filtering logic updated
2022-07-18 16:37:46 +05:30