Alexander
c4e4c3d2cd
feat(assist-server): better cache management
2025-04-18 15:33:01 +02:00
Alexander
f15e84086f
feat(assist-server): removed useless method
2025-04-18 15:33:01 +02:00
Alexander
a7b91ddcad
feat(assist-api): fixed total and counter calculation
2025-04-18 15:33:01 +02:00
Alexander
17a10da4de
feat(assist-api): removed fields we do not use
2025-04-18 15:33:01 +02:00
Alexander
f659b24838
feat(assist-api): ignore sessionInfo for agents
2025-04-18 15:33:01 +02:00
Alexander
a4a5ce6498
feat(assist-api): ignore request's body for isLive and getByID
2025-04-18 15:33:01 +02:00
Alexander
7836153fca
feat(assist-api): more optimised search method
2025-04-18 15:33:01 +02:00
Alexander
2e85fc953a
feat(assist-api): correct response format for getByID
2025-04-18 15:33:01 +02:00
Alexander
ab1b5c19ec
feat(assist-api): correct response format for autocomplete
2025-04-18 15:33:01 +02:00
Alexander
5708aa4b39
feat(assist-api): send parsed session's data to chalice
2025-04-18 15:33:01 +02:00
Alexander
fee79521a1
feat(assist-api): added data field to response
2025-04-18 15:33:01 +02:00
Alexander
25adc0410d
feat(assist-api): added counter support
2025-04-18 15:33:00 +02:00
Alexander
1f411662c0
feat(assist-api): correctly handle empty filters
2025-04-18 15:33:00 +02:00
Alexander
bcb3b407e8
feat(assist-api): adapted body request parser to current chalice worker schema
2025-04-18 15:33:00 +02:00
Alexander
f25575a0a8
feat(assist-api): body req debug logs
2025-04-18 15:33:00 +02:00
Alexander
4cc30cdcea
feat(assist-api): extra debug logs
2025-04-18 15:33:00 +02:00
Alexander
99b25420da
feat(assist-api): disabled ingress
2025-04-18 15:33:00 +02:00
Alexander
7dc6c18520
feat(assist-api): extra path prefix
2025-04-18 15:33:00 +02:00
Alexander
31ff31d218
feat(assist-api): added default rules section to ingress
2025-04-18 15:33:00 +02:00
Alexander
8e4292c965
feat(assist-api): trying to fix ingress declaration
2025-04-18 15:33:00 +02:00
Alexander
3ef71f5044
feat(assist-api): fixed the http method
2025-04-18 15:33:00 +02:00
Alexander
8b617fcbd7
feat(assist-api): ingress enabled in helm chart
2025-04-18 15:33:00 +02:00
Alexander
72acf77a1b
feat(assist-api): removed jwt auth and added assistKey support
2025-04-18 15:33:00 +02:00
Alexander
70a10ea1d6
feat(assist-api): extra debug logs
2025-04-18 15:33:00 +02:00
Alexander
7c6a52aa73
feat(assist-api): fixed the port number
2025-04-18 15:33:00 +02:00
Alexander
b7d2d9d77a
Revert "feat(assist-api): no comments"
...
This reverts commit bd1c4bcdea22a5099a7f5ffb246fdec0bbd6576a.
2025-04-18 15:33:00 +02:00
Alexander
28cb2ba74c
feat(assist-api): no comments
2025-04-18 15:33:00 +02:00
Alexander
8280c8754c
feat(assist-api): fixed an possible panic
2025-04-18 15:33:00 +02:00
Alexander
b41248571e
feat(assist-server): correct redis prefix
2025-04-18 15:33:00 +02:00
Alexander
b7df5c7f87
feat(assist-api): added debug level support for logger
2025-04-18 15:33:00 +02:00
Alexander
9c0f50b2fb
feat(assist-api): added the missing config
2025-04-18 15:33:00 +02:00
Alexander
96f58b94d5
feat(assist-api): added the golang part
2025-04-18 15:33:00 +02:00
Alexander
df10fa706b
feat(assist-server): removed always empty projectId field
2025-04-18 15:33:00 +02:00
Alexander
471b860841
feat(assist-server): correct .expire() call
2025-04-18 15:33:00 +02:00
Alexander
1b46863089
feat(assist-server): fixed an issue with TTL
2025-04-18 15:33:00 +02:00
Alexander
c103283766
feat(assist-server): use int ttl for cache
2025-04-18 15:33:00 +02:00
Alexander
373d71e4f3
feat(ch-connector): added current url for all events
2025-04-18 15:31:55 +02:00
nick-delirium
cde427ae4c
tracker: bump proxy version to .3, prevent crash on calling obscure fn on objects
2025-04-17 17:35:27 +02:00
nick-delirium
7cfef90cc8
ui: virtualizer for filter options list
2025-04-16 15:22:37 +02:00
nick-delirium
04db655776
ui: fix auto import paths
2025-04-16 15:07:37 +02:00
nick-delirium
b91f5df89f
ui: fix imports for eventsblock
2025-04-16 12:22:16 +02:00
nick-delirium
7fd741348c
ui: fix session search on url change
2025-04-16 11:55:47 +02:00
nick-delirium
2aaafa5b22
ui: fixing security warnings
2025-04-16 11:43:45 +02:00
nick-delirium
11f9b865cf
tracker: 16.1.3 with network proxy fix
2025-04-16 11:39:17 +02:00
rjshrjndrn
60a691bbaf
chore(make): Adding make file
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-04-16 10:07:36 +02:00
Shekar Siri
3f1f6c03f2
feat(widget-sessions): improve session filtering logic
...
- Refactored session filtering logic to handle nested filters properly.
- Enhanced `fetchSessions` to ensure null checks and avoid errors.
- Updated `loadData` to handle `USER_PATH` and `HEATMAP` metric types.
- Improved UI consistency by adjusting spacing and formatting.
- Replaced redundant code with cleaner, more maintainable patterns.
This change improves the reliability and readability of the session
filtering and loading logic in the WidgetSessions component.
2025-04-15 18:15:23 +02:00
nick-delirium
dcd19e3c83
player: add debug methods (get node, get node messages)
2025-04-15 15:57:01 +02:00
nick-delirium
ced855568f
tracker: drop mentions of lint-staged
2025-04-15 14:42:55 +02:00
Andrey Babushkin
c8483df795
removed sorting by id ( #3304 )
2025-04-15 13:31:35 +02:00
Jorgen Evens
d544da0665
fix(helm): fix broken volumeMounts indentation
2025-04-14 15:51:55 +02:00