Commit graph

8704 commits

Author SHA1 Message Date
nick-delirium
f760f3c55c ui: fix timepicker and timezone interactions 2025-04-24 14:32:38 +02:00
GitHub Action
acd11c38c6 Increment chalice chart version 2025-04-23 11:10:33 +00:00
Taha Yassine Kraiem
e78eac49fa Merge branch 'api/api-v1.21.0-origin' into patch/api-v1.21.0 2025-04-23 15:02:42 +01:00
GitHub Action
ab905b73a1 Increment frontend chart version 2025-04-23 10:26:12 +00:00
Shekar Siri
019c6c2bb8 fix(ui): fix text overflow of drillodwn text 2025-04-23 13:10:32 +02:00
Shekar Siri
1324c26429 change(ui): force the table cards events order to use and istead the defaul then 2025-04-23 12:48:46 +02:00
Shekar Siri
9612fa2024 fix(ui): autocomplete options for metadata 2025-04-23 12:26:11 +02:00
Taha Yassine Kraiem
3b6201df9c fix(chalice): enforce AND operator for table of requests and table of pages 2025-04-22 18:25:25 +01:00
GitHub Action
6cbe9632c9 Increment frontend chart version 2025-04-17 11:24:17 +00:00
nick-delirium
46e0903eef ui: fix saved search applier 2025-04-17 14:33:52 +02:00
nick-delirium
dadb1bc01f ui: search fetching 2025-04-17 14:33:52 +02:00
nick-delirium
2cf3243d52 ui: rm load check 2025-04-17 14:33:52 +02:00
nick-delirium
ec27fa2250 ui: patch 1.21 session search 2025-04-17 14:33:52 +02:00
GitHub Action
502e1135f1 Increment frontend chart version 2025-04-14 09:36:51 +00:00
Shekar Siri
fc542f4671 feat(widget-sessions): improve card session filtering logic
- Updated session filtering logic to handle nested filters with null checks.
- Refactored code to improve readability and maintain consistent formatting.
- Enhanced UI components for better user experience, including filter tags
  and pagination.
- Fixed potential issues with duplicate session handling in series filtering.
2025-04-15 16:36:31 +02:00
GitHub Action
1ac90a6059 Increment frontend chart version 2025-04-11 09:40:35 +00:00
Shekar Siri
41b9e38085 feat(ui): improve session count display and filter logic
- Added `flex-shrink-0` class to session count text in
  `CardSessionsByList` for better layout handling.
- Introduced conditional filter logic in `SessionsBy` to handle
  `FETCH` metric with specific `FETCH_URL` filter.
- Removed unused filter mapping logic for cleaner code.

This improves UI consistency and enhances filter functionality.
2025-04-14 11:36:50 +02:00
GitHub Action
6e7a3b22ab Increment chalice chart version 2025-04-10 10:54:28 +00:00
Taha Yassine Kraiem
a319146519 fix(chalice): fixes for table of requests 2025-04-11 11:54:12 +02:00
Taha Yassine Kraiem
075beaf5dc fix(chalice): fixes for table of requests 2025-04-11 11:54:12 +02:00
GitHub Action
7385ed957f Increment frontend chart version 2025-04-10 10:54:27 +00:00
GitHub Action
87085ee191 Increment chalice chart version 2025-04-10 13:59:46 +00:00
GitHub Action
e20043a639 Increment frontend chart version 2025-03-10 10:53:21 +00:00
Shekar Siri
26630b7454 refactor(FilterAutoComplete): optimize component code
- Convert inline function objects to concise syntax
- Properly memoize loadOptions with useCallback
- Add cleanup for debounce function on component unmount
- Fix spacing and remove commented code
- Update debounce implementation to maintain reference stability
2025-04-10 14:31:21 +02:00
Shekar Siri
c499114c78 feat(dates): implement 15-minute interval rounding
Implement time interval rounding to support standardized data queries
by rounding dates to the next 15-minute interval. This change:
- Adds roundToNextInterval method to Search class
- Updates Period.js to round dates to 15-minute intervals
- Updates date range calculations to preserve proper time spans
- Upgrades Sentry browser dependency from v5 to v8.55.0
2025-04-10 12:54:26 +02:00
GitHub Action
83897cb89c Increment frontend chart version 2025-03-10 10:53:20 +00:00
GitHub Action
47411e7f2b Increment chalice chart version 2025-04-08 11:03:20 +00:00
Shekar Siri
6bf370b25f feat(filterItem): improve value handling in toJson method
Enhanced the  method in  to handle various cases for
the  property more robustly. Added checks for empty or invalid
values and adjusted mapping logic for specific filter types like
 and .

- Updated type annotations for better clarity.
- Removed unnecessary trailing commas in imports.
- Improved readability and maintainability of the code.
2025-04-08 12:45:28 +02:00
Shekar Siri
5ec3855491 fix(api): removed extra conditions which has empty filters 2025-04-08 12:45:22 +02:00
rjshrjndrn
d95cfd9ff6 chore(helm): Updating chalice image release 2025-03-10 11:53:19 +01:00
rjshrjndrn
f0d6d8ea12 Updating libxml req 2025-04-03 15:39:46 +02:00
rjshrjndrn
9c57f3db32 chore(helm): Updating chalice image release 2025-04-02 16:56:14 +02:00
Alexander
fa59621482 feat(chalice): added for_spot=True for authenticate_sso 2025-03-11 11:53:18 +01:00
rjshrjndrn
e4ae3c8ba4 feat(helm): add configurable assets origin
Add a helper template to allow customizing the assets origin URL.
This gives users the ability to override the default S3 endpoint
construction when needed, while maintaining backward compatibility.
This can be used when try to use proxy the bucket like cloudfront or
some custom domain.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-10 11:54:32 +01:00
Laurenz Glück
af8cfacd98 fix: updates docker-compose setup to be compatible with v1.21.0 2025-03-07 10:18:08 +01:00
rjshrjndrn
a2ad342a8f refactor(ci): revamp release deployment workflow
Completely redesign the release deployment workflow to:
- Simplify image building and deployment process
- Add branch-based tagging with commit SHA
- Replace AWS ECR login with direct Docker registry auth
- Improve service deployment with explicit image setting
- Update naming and descriptions for better clarity

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-06 13:46:01 +01:00
rjshrjndrn
d108e1db82 ci(actions): release build and deployment
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-06 13:46:01 +01:00
Aspyryan
51496ae5e2
Running buffer slicing when browser is idle (#3050)
* Fixed tracker uploadOfflineRecording

* Make FlushBuffer perform slicing when browser is idle

* Use map function to cast away proxy objects in flushBuffer
2025-03-03 17:01:35 +01:00
Aspyryan
6b26f85d6e
Fixed tracker uploadOfflineRecording (#3048)
Co-authored-by: Jasper Baetsle <jasper.baetsle@orbid.be>
2025-02-20 17:14:13 +01:00
Mehdi Osman
0ca9327c7b
Increment frontend chart version (#3040)
Co-authored-by: GitHub Action <action@github.com>
2025-02-18 10:15:08 +01:00
Delirium
8914399cad
ui: fix metadata mapper for AssistSessionsModal (#3039) 2025-02-18 10:09:22 +01:00
rjshrjndrn
885c20827e fix(helm): regression #3026
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-02-11 19:12:56 +01:00
rjshrjndrn
8888399359 feat(chalice): if iam role is using then the host variable should be empty
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-02-11 17:22:51 +01:00
rjshrjndrn
eca379feed fix(helm): handle empty s3 endpoint url
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-02-11 16:16:09 +01:00
Kraiem Taha Yassine
f9ec7bce68
chore(actions): changed github actions (#3017) 2025-02-10 12:58:01 +01:00
rjshrjndrn
3975962f70 fix(helm): varable value
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-02-06 11:28:08 +01:00
rjshrjndrn
0780b17a1a chore(helm): Adding secret with db secrets
Use all the db jobs with secret from this.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-02-06 11:27:55 +01:00
Mehdi Osman
4b34eceb15
Increment frontend chart version (#3008)
Co-authored-by: GitHub Action <action@github.com>
2025-02-05 12:33:39 +01:00
Shekar Siri
917dad581d
fix(ui): sessions listings settings filter (#3007) 2025-02-05 12:23:16 +01:00
Mehdi Osman
72e42dfd5f
Increment frontend chart version (#2984)
Co-authored-by: GitHub Action <action@github.com>
2025-01-30 09:34:54 +01:00