analytics/assets
RobertJoonas 039790b82d
Prepare for graph v2 (#4451)
* add the ability to pass date param into Query.build

* stop returning interval from main_graph controller action

* globally rename 'date' interval to 'day'

* Allow parsing query date range from a 'period' param

The 'period' param will not be exposed in the public API, but makes it
possible to construct a "realtime" query.

* Revert "Allow parsing query date range from a 'period' param"

This reverts commit c5630eaef9.

* call beginning_of_time for first_datetime instead of last

* allow 'realtime' and '30m' date_range shortcuts

* evaluate date_range to 'realtime' or '30m' instead of Date.range(today, today)

* Revert "evaluate date_range to 'realtime' or '30m' instead of Date.range(today, today)"

This reverts commit a887569ec5.

* Revert "allow 'realtime' and '30m' date_range shortcuts"

This reverts commit 91ae0fa5e6.

* fix graph tooltips
2024-08-22 14:33:05 +03:00
..
css Add Typescript (#4427) 2024-08-13 11:39:35 +03:00
js Prepare for graph v2 (#4451) 2024-08-22 14:33:05 +03:00
test-utils Add testing framework (#4440) 2024-08-15 12:27:22 +03:00
.eslintrc.json Add testing framework (#4440) 2024-08-15 12:27:22 +03:00
.prettierignore 1. Remove the "airbnb" eslint plugin since it conflicts with prettier (#1374) 2021-10-11 14:48:19 +02:00
.prettierrc.json Add Typescript (#4427) 2024-08-13 11:39:35 +03:00
.stylelintrc.json Update assets dev dependencies 2024-08-12 09:39:25 +03:00
jest.config.json Add testing framework (#4440) 2024-08-15 12:27:22 +03:00
package-lock.json Add testing framework (#4440) 2024-08-15 12:27:22 +03:00
package.json Add testing framework (#4440) 2024-08-15 12:27:22 +03:00
tailwind.config.js Add Typescript (#4427) 2024-08-13 11:39:35 +03:00
tsconfig.json Update Typescript config and add typecheck to CI 2024-08-21 12:40:22 +03:00