Commit graph

8691 commits

Author SHA1 Message Date
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
Shekar Siri
a9a5829000
fix(ui): conditional capture metadata (#2983)
* fix(ui): conditional capture metadata

* change(ui): removed log
2025-01-29 15:46:04 +01:00
Mehdi Osman
1af02eb2c3
Increment chalice chart version (#2981)
Co-authored-by: GitHub Action <action@github.com>
2025-01-28 16:22:39 +01:00
Kraiem Taha Yassine
ac519a0a10
refactor(chalice): return file_key with first mob (#2980) 2025-01-28 16:07:17 +01:00
Mehdi Osman
14f72dbbd7
Updated patch build from main 8326b913f1 (#2978)
* Increment chalice chart version

* Increment frontend chart version

---------

Co-authored-by: GitHub Action <action@github.com>
2025-01-28 13:09:00 +01:00
Shekar Siri
8326b913f1
fix(ui/db): co-browse (assist) list sorting and db default settings for existing users (#2977)
* fix(ui): co-browser (assist) list sorting

* fix(ui): co-browser (assist) list sorting - duration

* fix(ui): default settings values for existing users
2025-01-28 12:54:36 +01:00
Mehdi Osman
fdbed5139c
Increment assets chart version (#2971)
Co-authored-by: GitHub Action <action@github.com>
2025-01-24 14:39:50 +01:00
Alexander
76b0ae7b0d
feat(assets): use content encoding of the original file (#2970) 2025-01-24 14:35:11 +01:00
rjshrjndrn
1a4893bde8 chore(cli): install k3s with cloudflare dns
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-01-17 16:52:16 +01:00
Mehdi Osman
9e0f309453
Increment frontend chart version (#2946)
Co-authored-by: GitHub Action <action@github.com>
2025-01-13 13:58:59 +01:00
Shekar Siri
262392f32a
fix(ui): user invitation (#2945) 2025-01-13 13:52:44 +01:00
Mehdi Osman
f8a18006d3
Increment chalice chart version (#2940)
Co-authored-by: GitHub Action <action@github.com>
2025-01-10 16:47:14 +01:00
Mehdi Osman
ddaaa1be71
Increment chalice chart version (#2939)
Co-authored-by: GitHub Action <action@github.com>
2025-01-10 16:27:46 +01:00
Mehdi Osman
0417f2c756
Increment chalice chart version (#2938)
Co-authored-by: GitHub Action <action@github.com>
2025-01-10 16:08:48 +01:00