feat: add time range events filter (#7005)

* feat(console): add time range events filter

* deprecate creation_date, use oneof filter

* use range or from

* implement api

* fix timestamp format

* translate

* styles

* lint

* integration tests

* fix until date

* rearrange sorting control

* sort creation date

* fix events e2e test

* Update console/src/app/modules/filter-events/filter-events.component.html

Co-authored-by: Max Peintner <max@caos.ch>

* Update console/src/app/modules/filter-events/filter-events.component.html

Co-authored-by: Max Peintner <max@caos.ch>

* Update console/src/app/modules/filter-events/filter-events.component.html

Co-authored-by: Max Peintner <max@caos.ch>

* lint

* lint

* don't use utc call time

---------

Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
Elio Bischof
2023-12-07 11:15:53 +01:00
committed by GitHub
parent 2e505f40f9
commit 9da4abd459
24 changed files with 355 additions and 158 deletions

View File

@@ -871,14 +871,16 @@
},
"SEQUENCE": {
"LABEL": "Sekwencja",
"CHECKBOX": "Filtruj według sekwencji",
"SORT": "Sortowanie",
"ASC": "Rosnące",
"DESC": "Malejące"
"CHECKBOX": "Filtruj według sekwencji"
},
"SORT": "Sortowanie",
"ASC": "Rosnące",
"DESC": "Malejące",
"CREATIONDATE": {
"LABEL": "Data utworzenia",
"CHECKBOX": "Filtruj według daty utworzenia"
"RADIO_FROM": "Od",
"RADIO_RANGE": "Zakres",
"LABEL_SINCE": "Od",
"LABEL_UNTIL": "Do"
},
"OTHER": "inne",
"OTHERS": "inni"