grafana/public/app/features/profile
Guilherme Caulada a9faab6b09
Dashboard: Add week start option to global and dashboard preferences (#40010)
* Add global week start option to shared preferences

* Add default_week_start to configuration docs

* Add week start option to dashboards

* Add week start argument to tsdb time range parser

* Fix strict check issues

* Add tests for week start

* Change wording on default_week_start documentation

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Update week_start column to be a nullable field

Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>

* Update configuration to include browser option

* Update WeekStartPicker container selector

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>

* Add menuShouldPortal to WeekStartPicker to remove deprecation warning

Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>

* Add inputId to WeekStartPicker

* Use e2e selector on WeekStartPicker aria-label

* Simplify WeekStartPicker onChange condition

* Specify value type on WeekStartPicker weekStarts

* Remove setWeekStart side effect from reducer

* Fix updateLocale failing to reset week start

* Store week start as string to handle empty values

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-10-18 10:27:14 -03:00
..
state Dashboard: Add week start option to global and dashboard preferences (#40010) 2021-10-18 10:27:14 -03:00
all.ts Convert remaining profile bits to React (#24310) 2020-06-08 18:19:00 +03:00
api.ts Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
ChangePasswordForm.tsx Password Field Improvements (#36160) 2021-07-13 09:32:03 +03:00
ChangePasswordPage.test.tsx Update dependency @testing-library/user-event to v13 (#40394) 2021-10-14 13:29:41 +01:00
ChangePasswordPage.tsx Build: Upgrade Webpack 5 (#36444) 2021-08-31 12:55:05 +02:00
types.ts Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserOrganizations.tsx A11y: Fix for Fastpass issues on the Profile page (#40212) 2021-10-11 06:32:54 +02:00
UserProfileEditForm.tsx Admin: Fixes infinite loading edit profile page (#34627) 2021-05-25 14:48:16 +02:00
UserProfileEditPage.test.tsx Update dependency @testing-library/user-event to v13 (#40394) 2021-10-14 13:29:41 +01:00
UserProfileEditPage.tsx Build: Upgrade Webpack 5 (#36444) 2021-08-31 12:55:05 +02:00
UserSessions.tsx A11y: Fix for Fastpass issues on the Profile page (#40212) 2021-10-11 06:32:54 +02:00
UserTeams.tsx A11y: Fix for Fastpass issues on the Profile page (#40212) 2021-10-11 06:32:54 +02:00