grafana/public/app/core
Marcus Andersson 1abbb477cf
TimeZone: unify the time zone pickers to one that can rule them all. (#24803)
* draft on a unified TimeZonePicker.

* most of the data structures is in place.

* wip.

* wip.

* wip: timezone selector in progress.2

* fixed so we have proper data on all timezones.

* started to add timezone into time picker.

* addeing time zone footer.

* footer is working.

* fixed so we use the timeZone picker in shared preferences.

* Added so we can change timeZone from picker.

* did some styling changes.

* will update timezone on all places that we need to update it.

* removed console.log

* removed magic string.

* fixed border on calendar.

* ignoring eslint cache.

* cleaned up the code a bit.

* made the default selectable.

* corrected so the behaviour about default works as expected.

* excluded timezone from change tracker.

* revert so default will always be the intial value.

* default will always fallback to the one in the config.

* do the country mapping on startup.

* fixed nit.

* updated snapshots for timepicker.

* fixed build errors.

* updating so snapshot tests is in sync.

* removed Date.now from prop since it will change each run in the snapshot tests.

* fixed so e2e tests works as before.

* moved files into separate folders.
2020-06-26 09:08:15 +02:00
..
actions Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
components TimeZone: unify the time zone pickers to one that can rule them all. (#24803) 2020-06-26 09:08:15 +02:00
controllers Fixed share json (#23607) 2020-04-16 09:31:40 +02:00
copy Tracing: Add some error handling to JaegerQueryField (#23599) 2020-04-21 14:18:56 +02:00
directives Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
filters Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
hooks Migration: Alerting - notifications list (#22548) 2020-04-24 18:13:45 +02:00
live Chore: Fixed no implicit any Typescript errors (#16799) 2019-04-28 09:58:12 +02:00
middlewares Chore: Fixes various strict null errors (#21763) 2020-01-28 09:13:56 +01:00
reducers Chore: Upgrades jQuery and @types/jQuery (#25651) 2020-06-18 11:35:11 +02:00
selectors Search/virtualize list (#23710) 2020-04-24 11:08:06 +03:00
services Chore: upgrade to Typescript 3.9.3 (#25154) 2020-06-17 12:26:01 +02:00
specs Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
utils Chore: upgrade to Typescript 3.9.3 (#25154) 2020-06-17 12:26:01 +02:00
angular_wrappers.ts Convert remaining profile bits to React (#24310) 2020-06-08 18:19:00 +03:00
app_events.ts Dashboard settings starting to work 2019-02-03 10:55:58 +01:00
config.ts DataLinks: Sanitize data/panel link URLs (#21140) 2019-12-18 11:31:11 +01:00
constants.ts NewPanelEditor: Fixed cleanup that could cause crash (#22384) 2020-02-22 21:08:42 +01:00
core_module.ts react panels query processing 2018-10-14 18:19:49 +02:00
core.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
jquery_extended.ts GraphTooltip: added boundaries so we never render tooltip outside window. (#20874) 2019-12-04 18:08:49 +01:00
lodash_extended.ts Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
logs_model.test.ts Logs: Use result range instead of timepicker range for log histogram (#25027) 2020-05-29 15:39:13 +02:00
logs_model.ts Explore/Logs: Fix tooltip display for log graph (#25544) 2020-06-15 15:06:43 +01:00
mod_defs.d.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
nav_model_srv.ts @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
partials.ts Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
profiler.ts Image Rendering: Remove PhantomJS support (#23460) 2020-04-15 22:17:41 +02:00
store.ts Store: Error handling for setObject (#23650) 2020-04-20 15:13:02 +02:00
table_model.ts Datasource/CloudWatch: Prevents hidden dataframe fields from displaying in tables (#24580) 2020-05-13 14:34:23 +01:00
time_series2.ts Graph: Legend decimals now work as expected (#24931) 2020-05-20 17:28:41 +02:00