Delirium
7d38608b22
fix(ui): small fixes for player redesign ( #1988 )
2024-03-25 12:03:58 +01:00
Delirium
3e1415eded
fix(ui): don't prevent default keyboard behavior unless its player shortcut ( #1987 )
2024-03-25 09:50:19 +01:00
Alexander
8c84fd6550
feat(backend): added new fields to mobile start request
2024-03-25 09:14:00 +01:00
Delirium
80f0005362
feat(ui): timeline zoom ( #1982 )
...
* feat(ui): timeline zoom
* stable draggable markers
* integrate zoom into panels, ready up ai stuff for zoom
* tabs for ai, slider styles
* fixes for zoom tabs
* code style
2024-03-22 15:17:46 +01:00
Alexander
d2cabcdb54
feat(backend): moved file tagging feature to EE
2024-03-22 14:10:13 +01:00
Delirium
96453e96e5
feat ui: change in player controls, move ai summary button, refactor old code etc ( #1978 )
...
* feat(ui): rework for player look
* remove unused code
* move summary button and block inside xray
* move class
* fixup mobile controls panel
* change notes, change xray feat selection
2024-03-21 10:40:36 +01:00
rjshrjndrn
1f1e4703c2
chore(helm): run cleanup every day with 2 days retention
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-19 16:47:34 +01:00
Alexander
67a59545f4
feat(backend): fixed db methods in ee
2024-03-19 16:29:32 +01:00
Alexander
b6d71194d7
feat(backend): autodeleted include
2024-03-19 14:48:05 +01:00
Rajesh Rajendran
bed88026bd
Actions: composite actions for repetitive tasks ( #1977 )
...
* ci(actions): Update the secret update process
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* ci(actions): Composite actions
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* fix(ci): keys injection
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* fix(ci): missing env variable
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* fix(ci): action name
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
---------
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-19 14:44:11 +01:00
Alexander
6c12af6125
feat(backend): fixed an issue in CH connector
2024-03-19 12:20:46 +01:00
rjshrjndrn
9d416248e2
ci(actions): Update the secret update process
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-19 11:07:49 +01:00
Delirium
2a182cc6b8
fix(ui): map duration, graphql and metadata; add filter scan ( #1976 )
...
* fix(ui): map duration, graphql and metadata; add filter scan
* fix(ui): rm copypaste
2024-03-19 10:36:24 +01:00
Delirium
f6d3654a2b
tracker: 12.0.5 changelogs ( #1975 )
2024-03-19 10:00:41 +01:00
Duck
cbbe1329f9
tracker: 12.0.5 srcset join/split fix
2024-03-19 09:56:51 +01:00
Delirium
c8525a6fec
fix(ui): fix actions toggle shortcut ( #1974 )
2024-03-18 17:38:27 +01:00
Delirium
d2177a5267
fix(ui): wrap searchbar on small screens ( #1973 )
2024-03-18 16:39:03 +01:00
Delirium
893e7093d8
fix(ui): fix alert creation modal ( #1972 )
2024-03-18 16:10:13 +01:00
Delirium
94ce9fbc09
fix(ui): fix mapper from intelligent search ( #1971 )
...
* fix(ui): fix mapper from intelligent search
* fix typo
2024-03-18 13:17:34 +01:00
Delirium
325a10ea33
fix(ui): search clear and enter icon ( #1970 )
...
* fix(ui): fix search input clear
* fix merge
* fix shortcuts
2024-03-18 12:50:07 +01:00
Delirium
ba4e8a474f
fix(ui): fix search input clear ( #1969 )
2024-03-18 12:12:46 +01:00
Kraiem Taha Yassine
8c41e6cda8
Dev ( #1968 )
...
* fix(DB): allow null session_id for assist_records(session_id)
* fix(chalice): fixed missing-user access
2024-03-18 11:47:44 +01:00
Delirium
39f8602c76
feat(ui): intelligent search ( #1881 )
...
* feat(ui): start ai summary UI
* feat(ui): add api
* feat(ui): rm console log
* feat(ui): style fix
* feat(ui): some ui changes
* feat(ui): some ui changes
* feat(ui): some text formatting
* feat(ui): ai search stuff
* fix(ui): add int search ui
* feat(ui): map llm response to OR filters
* fix(ui): remove log
* fix
2024-03-18 11:12:01 +01:00
Delirium
c0f4a99545
feat(ui): add shortcuts to player page, clear unused files ( #1963 )
...
* feat(ui): remove dead code, add more shortcuts to player
* feat(ui): remove dead code, add more shortcuts to player
* feat(ui): add shortcuts
* feat(ui): additional menu shortcuts
* fix(ui): fix depds for effect
2024-03-18 11:09:49 +01:00
Kraiem Taha Yassine
902ec87d7a
fix(DB): allow null session_id for assist_records(session_id) ( #1965 )
2024-03-17 15:07:23 +01:00
Delirium
3eb9f5cc52
Patch/fix pagination total ( #1960 )
...
* fix(ui): fix total pages in pagination
* fix(ui): pages
2024-03-15 12:01:24 +01:00
Delirium
09d1820403
fix(ui): fix onboarding state ( #1959 )
2024-03-15 10:57:29 +01:00
Delirium
11a1cf709f
feat(ui): change share modal in player ( #1958 )
...
* feat(ui): change share modal in player
* fix(ui): rm console
2024-03-15 10:31:47 +01:00
rjshrjndrn
0f9eca733a
fix(build): source script
...
Shouldn't have "" else the empty string will cause issue.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-14 18:03:26 +01:00
Alexander
36b6dfb5bd
feat(backend): fixed no sessID in storage service
2024-03-14 17:17:50 +01:00
Alexander
51a6d87e68
feat(backend): fixed failover mock
2024-03-14 17:06:43 +01:00
Alexander
ee75b2795a
feat(backend): fixed broken logs in failover module
2024-03-14 16:40:14 +01:00
Delirium
b1ca164449
feat(ui): change pagination component to ant ( #1957 )
2024-03-14 16:05:07 +01:00
Alexander
fa24030f0b
feat(backend): added more details to http logs
2024-03-14 15:43:57 +01:00
rjshrjndrn
6ab9199a62
feat(init): Provision to override build scripts
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-14 15:22:50 +01:00
Delirium
da186650a9
fix(tracker): update fflate and changelogs ( #1956 )
2024-03-14 14:48:13 +01:00
Alexander
a453256f23
feat(backend): moved log to prevent error code loss
2024-03-14 14:30:46 +01:00
Alexander
45c956c489
Json logs format ( #1952 )
...
* feat(backend): try a new approach for logs formatting (http)
* feat(backend): added logger module
* feat(backend): added project/session info to /i endpoint
* feat(backend): found a solution for correct caller information
* feat(backend): finished logs for http handlers
* feat(backend): finished logs for mobile http handlers
* feat(backend): finished ender
* feat(backend): finished assets
* feat(backend): finished heuristics
* feat(backend): finished image-storage
* feat(backend): finished sink
* feat(backend): finished storage
* feat(backend): formatted logs in all services
* feat(backend): finished foss part
* feat(backend): added missed foss part
* feat(backend): fixed panic in memory manager and sink service
* feat(backend): connectors
2024-03-14 12:51:14 +01:00
rjshrjndrn
7e83cd0f2b
fix(init): add domain name
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-14 12:24:24 +01:00
rjshrjndrn
494d215d66
fix(install): path for variable file
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-14 12:11:47 +01:00
rjshrjndrn
604317fc9e
refactor(cli): installation script
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-14 11:16:11 +01:00
Delirium
30596e5d97
fix(ui): attempt to parse mob files with broken batches ( #1954 )
2024-03-13 18:22:05 +01:00
Kraiem Taha Yassine
26613db9cf
fix(chalice): reduce AIO-PG pool size ( #1953 )
...
refactor(chalice): configurable AIO-PG pool size
(cherry picked from commit 3249329537 )
2024-03-13 17:32:58 +01:00
rjshrjndrn
415971b022
chore(cli): removing deprecated checks
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-13 12:22:09 +01:00
rjshrjndrn
29d40839f8
fix(vars): nginx ingress controller default listener LB
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-13 11:13:14 +01:00
rjshrjndrn
8c53804f45
fix(vars.yaml): Same accesskey for minio and s3, if using minio
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-13 10:47:45 +01:00
rjshrjndrn
b34e7bb100
feat(install): Stream line secret generation
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-12 18:37:19 +01:00
Delirium
18fa90fe7c
fix(ui): fix method to copy debug token ( #1951 )
2024-03-12 17:46:20 +01:00
Delirium
f9d915d18a
fix(ui): easier token grabber for dev ( #1950 )
2024-03-12 17:38:55 +01:00
rjshrjndrn
e1e07dfb9f
chore(build): Chalice support arm build
...
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2024-03-12 17:28:08 +01:00