- 03 Nov, 2020 2 commits
-
-
* Events: Removing unused or unnessary events * More cleanup * Updated
Torkel Ödegaard committed -
* Angular: Update to angukar v1.8 with backward compatability monkey patches * Update fix * Updated * Updated * Fixes * Update wording * Update
Torkel Ödegaard committed
-
- 02 Nov, 2020 1 commit
-
-
* Dependencies: Remove unused dependency * Remove import * Updated
Torkel Ödegaard committed
-
- 21 Sep, 2020 1 commit
-
-
fix typo
kevin.xu committed
-
- 14 Jul, 2020 1 commit
-
-
Mitsuhiro Tanda committed
-
- 26 Jun, 2020 1 commit
-
-
* 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.
Marcus Andersson committed
-
- 25 May, 2020 1 commit
-
-
* add some padding to accommodate for vertical scrollbar * use theme spacing * Move padding to inner div and make it use actual scrollbar width Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Peter Holmberg committed
-
- 07 May, 2020 1 commit
-
-
Ryan McKinley committed
-
- 27 Apr, 2020 1 commit
-
-
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
Marcus Andersson committed
-
- 10 Apr, 2020 1 commit
-
-
* Use single registry for transformations * Fix transformations tests * Added documentation comments and minor refactor * Added documentation comments and minor refactor Minor misunderstanding between me and Typescript. We should be good friends back now. * Fix registry import
Dominik Prokop committed
-
- 09 Apr, 2020 1 commit
-
-
React: Add why-did-you-render dev extension to better see what components re-render and why (in console) (#23455) * React: Add why-did-you-render dev extension to better understand what components re-renders * Lock version * Updated yarn locj
Torkel Ödegaard committed
-
- 26 Mar, 2020 1 commit
-
-
* Registry of standard option editors * Move override processors to grafana data * API for declaratively creating field config/panel options * Enable declarative API in PanelPlugin for options and field config * Use new api in react table panel * Add color and unit picker to option registries * Add some docs and tests * Fix tests
Dominik Prokop committed
-
- 23 Mar, 2020 1 commit
-
-
* Refactor: intial commit * Tests: fixes tests * Refactor: adds stricter typings
Hugo Häggmark committed
-
- 13 Feb, 2020 1 commit
-
-
* test apply * test apply * Move standard field config editor registry to grafana-data * merge master * Apply field config defaults * Make field and dataFrameIndex optional on on FieldOverrideContext * Apply custom field config overrides * Gauge - make sure thresholds are set * Move series and field scoped vars calculation * Enable template variables interpolation in title fields * Expose standars field configs from grafana ui via function * Add missing option to the config for the min value to be derived from field values * Fix ts issue Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed
-
- 30 Jan, 2020 1 commit
-
-
* Applied prettier to relevant webpack configs * Replaced ng-annotate with babel-plugin-angularjs-annotate … and replaced ts-loader with @preset/typescript * Removed redundant import … that is problematic with Babel's module resolver * Updated lockfile * Traspile debug package to es5 for PhantomJS support * Update babel to latest version * Remove @babel/poolyfill and url search params polyfill * Add ts-loader to grafana-ui dependencies * Update prod webpack build to use cor-js 3 * Applied prettier to relevant webpack configs * Replaced ng-annotate with babel-plugin-angularjs-annotate … and replaced ts-loader with @preset/typescript * Updated lockfile Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Steven Vachon committed
-
- 23 Jan, 2020 1 commit
-
-
In 043bb595 a URLSearchParams usage was introduced which is not supported by PhantomJS. @babel/polyfill(deprecated) does not contain polyfill for URLSearchParams, hence the code (and Prometheus graphs rendering) was failing in PhantomJS environment. The solution is to add https://www.npmjs.com/package/url-search-params-polyfill that takes care of the URLSearchParams
Dominik Prokop committed
-
- 22 Jan, 2020 1 commit
-
-
* Chore: Fixes PhantomJs rendering * Docs: Updated docs * Update contribute/style-guides/e2e.md Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Docs: Updates docs according to PR comments Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Hugo Häggmark committed
-
- 16 Dec, 2019 1 commit
-
-
Marcus Efraimsson committed
-
- 05 Dec, 2019 1 commit
-
-
* Introduce Echo for collecting frontend metrics * Update public/app/core/services/echo/Echo.ts Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com> * Custom meta when adding event * Rename consumer to backend * Remove buffer from Echo * Minor tweaks * Update package.json * Update public/app/app.ts * Update public/app/app.ts * Collect paint metrics when collecting tti. Remove echoBackendFactory * Update yarn.lock * Move Echo interfaces to runtime * progress on meta and echo * Collect meta analytics events * Move MetaanalyticsBackend to enterprise repo * Fixed unit tests * Removed unused type from test * Fixed issues with chunk loading (reverted index-template changes) * Restored changes * Fixed webpack prod
Dominik Prokop committed
-
- 23 Oct, 2019 1 commit
-
-
* display appEvent on load * move to app.ts, create util and tests * adding case for ie edge * Updated browser notice text
Peter Holmberg committed
-
- 05 Aug, 2019 1 commit
-
-
Hugo Häggmark committed
-
- 06 Jul, 2019 1 commit
-
-
* moving to data WIP * more refactoring * add missing test * mock full path * remove sinon from grafana-ui
Ryan McKinley committed
-
- 01 Jul, 2019 1 commit
-
-
* TimePicker: Restore time picker settings * CleanUp: removed unuused angular-ui (calendar) components * Fix angular boot dependency list * TimePicker: set time to 23:59:00 when setting To time using calendar
Torkel Ödegaard committed
-
- 26 Jun, 2019 1 commit
-
-
* Replace remarkable with marked * Add wrapper and options for marked
Tobias Skarhed committed
-
- 08 May, 2019 1 commit
-
-
* Wip: Initial commit * Refactor: Replaces moment.utc( * Refactor: replaces the last isMoment statements * Refactor: Removes almost all moment imports * Refactor: Moves moment_wrapper to grafana/ui * Refactor: Renames momentWrapper * Refactor: Removes one more moment import * Refactor: Removes unitOfTime import * Fix: Fixes Prettier error * Refactor: Renames DateTimeType to DateTime * Refactor: Renames isDateTimeType to isDateTime * Refactor: Renames dateTime to dateTime * Feature: Bans moment imports and types
Hugo Häggmark committed
-
- 15 Apr, 2019 1 commit
-
-
Hugo Häggmark committed
-
- 11 Apr, 2019 1 commit
-
-
* auto load * update comments * gofmt * use preload from json * fix formatting * change general plugin loader to app * Refactoring: Plugin preloading #15266
Ryan McKinley committed
-
- 15 Mar, 2019 1 commit
-
-
progress: #14714
Hugo Häggmark committed
-
- 24 Jan, 2019 1 commit
-
-
Johannes Schill committed
-
- 29 Oct, 2018 1 commit
-
-
David Kaltschmidt committed
-
- 14 Oct, 2018 1 commit
-
-
Torkel Ödegaard committed
-
- 12 Oct, 2018 1 commit
-
-
Torkel Ödegaard committed
-
- 11 Oct, 2018 1 commit
-
-
Torkel Ödegaard committed
-
- 10 Oct, 2018 1 commit
-
-
Johannes Schill committed
-
- 05 Sep, 2018 1 commit
-
-
Patrick O'Carroll committed
-
- 03 Sep, 2018 1 commit
-
-
* updated rules for variable name and fixed files that didn't follow new rules * fixed test so it uses new rule * made exceptions to rule in interval_variable
Patrick O'Carroll committed
-
- 26 Aug, 2018 1 commit
-
-
Torkel Ödegaard committed
-
- 04 Jan, 2018 1 commit
-
-
Torkel Ödegaard committed
-
- 21 Dec, 2017 1 commit
-
-
Torkel Ödegaard committed
-
- 20 Dec, 2017 1 commit
-
-
Torkel Ödegaard committed
-