grafana/public/app/features/admin
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
..
ldap DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
partials Angular/Forms migration: Orgs list (#23821) 2020-04-27 10:00:17 +02:00
state DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
AdminEditOrgCtrl.ts Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
AdminEditOrgPage.tsx Migration: Admin org edit page (#23866) 2020-04-25 14:14:22 +02:00
AdminEditUserCtrl.ts DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
AdminListOrgsPage.tsx Angular/Forms migration: Orgs list (#23821) 2020-04-27 10:00:17 +02:00
AdminOrgsTable.tsx Fix strict nulls (#23931) 2020-04-27 12:07:32 +02:00
AdminSettings.tsx Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
index.ts Angular/Forms migration: Orgs list (#23821) 2020-04-27 10:00:17 +02:00
LicenseChrome.tsx Theme: Refactoring theme colors variables (#23513) 2020-04-12 15:05:49 +02:00
OrgRolePicker.tsx Input: Width prop (#23615) 2020-04-21 10:42:57 +02:00
ServerStats.test.tsx NewPanelEdit: Minor style and description tweaks, AND PanelQueryRunner & autoMinMax (#23445) 2020-04-09 05:47:12 +02:00
ServerStats.tsx Migration: Migrates Admin settings from angular to react (#19594) 2019-10-03 13:11:21 +01:00
UpgradePage.tsx Form Migrations: Button (#23019) 2020-03-26 11:50:27 +01:00
UserAdminPage.tsx Config: Use license info instead of build info for feature toggling (#21558) 2020-01-17 15:44:12 +01:00
UserCreatePage.tsx Input: Width prop (#23615) 2020-04-21 10:42:57 +02:00
UserLdapSyncInfo.tsx DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
UserListAdminPage.tsx Input: Width prop (#23615) 2020-04-21 10:42:57 +02:00
UserOrgs.tsx Form migrations: Last components from Forms namespace (#23556) 2020-04-14 18:52:56 +02:00
UserPermissions.tsx @grafana/ui: Create Icon component and replace part of the icons (#23402) 2020-04-08 14:33:31 +02:00
UserProfile.tsx Input: Width prop (#23615) 2020-04-21 10:42:57 +02:00
UserSessions.tsx Form Migrations: Button (#23019) 2020-03-26 11:50:27 +01:00
UserSyncInfo.tsx DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00