grafana/public/app/features/profile
Marcus Andersson 1a0c1a39e4
DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586)
* added moment timezone package.

* added a qnd way of selecting timezone.

* added a first draft to display how it can be used.

* fixed failing tests.

* made moment.local to be in utc when running tests.

* added tests to verify that the timeZone support works as expected.

* Fixed so we use the formatter in the graph context menu.

* changed so we will format d3 according to timeZone.

* changed from class base to function based for easier consumption.

* fixed so tests got green.

* renamed to make it shorter.

* fixed formatting in logRow.

* removed unused value.

* added time formatter to flot.

* fixed failing tests.

* changed so history will use the formatting with support for timezone.

* added todo.

* added so we append the correct abbrivation behind time.

* added time zone abbrevation in timepicker.

* adding timezone in rangeutil tool.

* will use timezone when formatting range.

* changed so we use new functions to format date so timezone is respected.

* wip - dashboard settings.

* changed so the time picker settings is in react.

* added force update.

* wip to get the react graph to work.

* fixed formatting and parsing on the timepicker.

* updated snap to be correct.

* fixed so we format values properly in time picker.

* make sure we pass timezone on all the proper places.

* fixed so we use correct timeZone in explore.

* fixed failing tests.

* fixed so we always parse from local to selected timezone.

* removed unused variable.

* reverted back.

* trying to fix issue with directive.

* fixed issue.

* fixed strict null errors.

* fixed so we still can select default.

* make sure we reads the time zone from getTimezone
2020-04-27 15:28:06 +02:00
..
partials @grafana/ui: Various smaller Icon updates (#23588) 2020-04-16 13:49:58 +02:00
state TimePicker: New time picker dropdown & custom range UI (#16811) 2019-06-24 14:39:59 +02:00
all.ts Rewrite user profile edit to react (#17917) 2019-08-19 13:40:14 -04:00
ChangePasswordForm.tsx Forms migration: Change password (#23623) 2020-04-17 11:24:21 +02:00
ChangePasswordPage.tsx Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
ProfileCtrl.ts DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
ReactProfileWrapper.tsx Profile: Fix issue with user profile not showing more than sessions some times (#19578) 2019-10-03 18:09:16 +02:00
SignupForm.test.tsx Migrations: Signup page (#21514) 2020-02-17 11:13:13 +01:00
SignupForm.tsx Input: Width prop (#23615) 2020-04-21 10:42:57 +02:00
SignupPage.tsx @grafana/ui: Create Icon component and replace part of the icons (#23402) 2020-04-08 14:33:31 +02:00
UserOrganizations.tsx Form Migrations: Button (#23019) 2020-03-26 11:50:27 +01:00
UserProfileEditForm.tsx Form migrations: Final components to LegacyForms (#23707) 2020-04-21 11:42:21 +02:00
UserTeams.tsx convert teams section of user profile to react (#18633) 2019-08-23 08:26:52 -04:00