https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
a73a5f6 DevEnv: updates @types/systemjs 0.20.6 -> 6.1.0 in grafana-runtime package 23 March 2020, 21:52:58 UTC
1baa1ea DevEnv: updates systemjs 0.20.19 -> 6.2.6 in grafana-runtime package 23 March 2020, 21:52:03 UTC
7d9b6a0 Alerting: Enable Alert rule tags to override PagerDuty Severity setting (#22736) 23 March 2020, 18:32:55 UTC
aeb8801 Storybook: Fix broken stories (#22975) * Rewrite to CSF and make it not crash * Move comments to be in generated docs * Fix broken ThresholdsEditor story * Fix breaking Select docs 23 March 2020, 16:54:48 UTC
a43e31f CircleCI: Reduce memory usage of golangci-lint (#22970) * CircleCI: Fix golangci-lint OOM by reducing concurrency and tweaking GC 23 March 2020, 16:33:06 UTC
d8b346f Fix mysterious Babel plugin errors (#22974) 23 March 2020, 16:32:04 UTC
cf5064b Variables: replaces homegrown variableAdapters with Registry (#22866) * Refactor: intial commit * Tests: fixes tests * Refactor: adds stricter typings 23 March 2020, 14:33:17 UTC
277edca Fix typos in ha_setup.md (#22951) 23 March 2020, 13:47:41 UTC
1632e1e SAML: Document 2.0 as version (#22960) Casually drops 2.0 in a couple of places in the docs so that a reader looking for information about supported SAML version can find it. Since SAML hasn't had any releases since 2005, we don't have to make a big deal out of it. 23 March 2020, 12:53:23 UTC
9af04a4 Variables: replaces UUID with name for a more performant lookup in TemplateSrv (#22858) * Refactor: renames uuid to id * Refactor: misc renames * Refactor: fixes renaming of variable * Refactor: changes method accessed by templateSrv * Refactor: fixes for NEW_VARIABLE_ID * Refactor: rename flow refactor * Tests: adds missing reducer and action tests * Refactor: keeping tests consitent * Chore: reorder imports * Chore: removes uuid package * Refactor: fixes imports 23 March 2020, 12:45:08 UTC
3798ac9 Upgrade golangci-lint and fixes some linting errors. (#22909) Example: https://play.golang.org/p/cfPIPG3BwjJ 23 March 2020, 12:37:53 UTC
c82a778 Storybook: Remove unneccesary stories and reorganize a bit (#22959) 23 March 2020, 12:02:09 UTC
8aca83a Menu: aligning user menu options (#22940) 23 March 2020, 10:29:36 UTC
8920313 Select: Fixed select text positition (#22952) 23 March 2020, 09:55:29 UTC
9b32f9d CircleCI: Pin grabpl to v0.2.0 (#22906) 23 March 2020, 08:42:12 UTC
3f12c4c Docs: fix broken link (#22949) 23 March 2020, 08:21:51 UTC
a7a1406 Variables: migrates ad hoc variable type to react/redux. (#22784) * Refactor: moves all the newVariables part to features/variables directory * Feature: adds datasource type * Tests: adds reducer tests * Tests: covers data source actions with tests * Chore: reduces strict null errors * boilerplate that will be replaced by real code. * added old editor template. * added initial version of ad hoc editor. * added working (apart from add) version of the editor. * Added placeholder for picker. * Have a working UI. Need to connect it so we refresh the variables on changes. * variable should be updated now. * removed console.log * made the url work. * cleaned up the adapter. * added possiblity to create filter directly from table. * moved infotext from general reducer to extended value of adhoc. * fixed strict null errors. * fixed strict null errors. * fixed issue where remove was displayed before being added. * fixed issue with fragment key. * changed so template_src is using the redux variables. * minor refactorings. * moved adhoc picker to adhoc variable. * adding tests for reducer and fixed bug. * added tests or urlparser. * added tests for ad hoc actions. * added more tests. * added more tests. * fixed strict null error. * fixed copy n pase error. * added utilit for getting new variable index. * removed console.log * added location to reducerTester type and created a module type for it. * changed so we only have one builder pattern. * fixed tests to use static expected values. * fixed strict errors. * fixed more strict errors. Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> 23 March 2020, 08:00:36 UTC
6c9d833 AuthProxy: Fixes bug where long username could not be cached (#22926) 20 March 2020, 20:50:27 UTC
5df00ab Admin: Added Name to user list (#22939) In Config-users Name is listed so it may also be visible in Admin-users 20 March 2020, 20:19:05 UTC
12bb295 Docs: Update email notifier documentation (#22919) * Docs: Update email notifier documentation Ref #21091 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 20 March 2020, 18:13:18 UTC
186e850 update latest to 6.7.1 (#22933) 20 March 2020, 16:32:11 UTC
66e1111 changelog 6.7.1 (#22932) 20 March 2020, 16:23:22 UTC
bdb5659 NewPanelEdit: Organise sidebar in tabs (#22870) * Refactor value mappings UI to work better with new panel edit * TS fix * Experimenting with tabs in the sidebar * Small refactor and added Panel general settings * Merge fixes * fix fieldOptions being used instead of fieldConfig * Added icons to tabs (testing) * Only 3 tabs i think, panel specific options need ot exist in first tab, some style tweaks * Moved title and no value up * Updated * Render panel options in Options tab and add old options styles hack to display those vertically * Basic settings to Panel settings * Make nullcheck pass * Snaps bump * Fix standard configs not update * Organise sidebar better, add tmp NewPanelEditorContext to hide duplicate legacy options Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 20 March 2020, 14:15:04 UTC
c600a08 Query components unsafe lifecycle methods (#21163) * Chore: refactor query components unsafe lifecycle methods * Chore: remove redundant defaults * Chore: check expression exist while filter targets in query * Chore: fix broken test * Chore: adding query filed tests * pass normalized query to QueryFieldsEditor Signed-off-by: Boyko Lalov <boiskila@gmail.com> * Remove introduced strictNullCheck errors and correctly solve merged conficts * Improve redability and fix strictNullChecks Co-authored-by: Ivana <ivana.huckova@gmail.com> 20 March 2020, 12:00:49 UTC
aea3929 Fix typo (#22923) Signed-off-by: huanggze <loganhuang@yunify.com> 20 March 2020, 11:46:07 UTC
8e13138 Panels: Fixed size issue with panels when existing panel edit mode (#22912) 20 March 2020, 10:49:54 UTC
d16211b Azure: Fixed dropdowns not showing current value (#22914) 20 March 2020, 10:04:21 UTC
82632bf Reporting: Update docs with new default value (#22916) 20 March 2020, 09:58:12 UTC
5cf7803 Fix: failing tests when running on none english os. (#22913) 20 March 2020, 09:34:35 UTC
8d5c605 BackendSrv: only add content-type on POST, PUT requests (#22910) * BackendSrv: only add content-type on POST, PUT requests Fixes #22869 * Tests: imports polyfill for Headers 20 March 2020, 09:21:32 UTC
87ffa25 cleanup: use unexported variable (#22908) Signed-off-by: huanggze <loganhuang@yunify.com> 20 March 2020, 08:40:14 UTC
65dbd7c CI: failfast for verify-repos.sh (#22902) * CI: failfast for verify-repos.sh * shellcheck 19 March 2020, 16:53:55 UTC
28d2d2a Chore: Update latest.json (#22903) 19 March 2020, 16:50:35 UTC
777246d Changelog: Update for v6.7.0 (#22900) 19 March 2020, 16:07:38 UTC
cb9dd66 Fix ValueMappingEditor test TS issue (#22895) * fix test * Revert "CircleCI: Don't build Storybook on PR (#22865)" This reverts commit 492264abc38fb37e76bedc99771bef745b23b132. 19 March 2020, 15:48:49 UTC
a61af9e Docs: Fix Broken Link (#22894) 19 March 2020, 13:48:26 UTC
a2b3da2 Migration: Create org (#22542) * Add NewOrgPage * Remove filrs * Remove import * Remove comments * Get navModel from Redux * Add DTO * Get nav model from state * Change error display * Add async await and check if org is available * Fix null strict null error * Update public/app/features/org/NewOrgPage.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> 19 March 2020, 13:22:53 UTC
f2742d4 NewPanelEdit: Refactor value mappings UI to work better with new panel edit (#22808) * Refactor value mappings UI to work better with new panel edit * TS fix 19 March 2020, 11:28:05 UTC
bf7579d FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (#22600) * Apply field overrides in PanelChrome * Move applyFieldOverrides to panel query runner * Review updates * Make sure overrides are applied back on souce panel when exiting the new edit mode * TS ignores in est * Make field display work in viz repeater * Review updates * Review and test updates * Change the way overrides and trransformations are retrieved in PQR * Add fieldConfig property to PanelModel * Dashboard migration v1 * Use field config when exiting new panel edit mode * Gauge - use fieldConfig from panel model * FieldDisplayOptions - don's extend FieldConfigSource * Fix fieldDisplay ts * StatPanel updated * Stat panel defaults applied * Table2 panel options update * React graph updates * BarGauge updated * PieChart, Gauge, BarGauge and Stat updates * PieChart - remove field config defaults from options * FieldDisplayEditor - remove unused methos * PanelModel - remove debugger * Remove fieldConfig from field options when migrating dashboard * Update data links migrations * Update fieldDisaplay tests to respect new fieldConfig * Update dashboard schema version in snapshots * Fix BarGaugePanel test * Rebase fixes * Add onFieldConfigChange to PanelProps type * Update shared single stat migration * Pass PanelModel instead of options only for panel type change handler [breaking] * Renames * Don't mutate panel options * Migrations update * Remove obsolete snap * Minor updates after review * Fix null checks * Temporarily (until we decide to switch to new pane edit) bring back old aditors * Temporarily rename ValueMappingEditor and MappingRow to Legacy* * Migrations update * Updae setFieldConfigDefaults API * Update the way field config defaults are applied * Use standard field config for gauge, bar gauge and stat panels * refactoring * Revert dashboard fieldOptions migrations as those are handled by single stat migrator * Fix ts in tests * Strict null fix and some minor fixes Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 19 March 2020, 10:50:31 UTC
d99a670 Reporting: Update docs with correct logger name (#22892) 19 March 2020, 10:48:38 UTC
8ba75e7 Design tweaks (#22886) 19 March 2020, 09:17:56 UTC
0d88a49 Remove duplicated localStorage mock (#22872) 19 March 2020, 08:24:28 UTC
db85c3e Rich history UX fixes (#22783) * Initial commit * Visualised renamed or deleted datasources as well, if they have queries * Pass ds image to card and information if the datasource was removed/renamed * Set up card with datasource info and change run query * Style comment, run button * Fix button naming * Remember last filters * Update public/app/core/store.ts * Update public/app/features/explore/RichHistory/RichHistory.tsx * Update comments * Rename datasource to data source * Add test coverage, fix naming * Remove unused styles, add feedback info Co-authored-by: Ivana <ivana.huckova@gmail.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 19 March 2020, 07:47:27 UTC
c7951a2 Storybook: Solve deployment issues (#22873) 19 March 2020, 06:51:22 UTC
18f1d5a Docs: Update templating.md (#22881) Updated because these were moved to the 6.7 milestone. 19 March 2020, 06:50:00 UTC
3b9a4e6 AzureMonitor: support workspaces function for template variables (#22882) * azuremonitor: adds support for workspaces query macro... ...for Azure Logs template variable queries * docs: azure logs workspaces templating function * Update docs/sources/features/datasources/azuremonitor.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * docs: convert list into table * docs: fixes prettier formatting problem Prettier adds a slash before dollar signs in markdown. Disabling it for this table with a prettier comment. https://prettier.io/docs/en/ignore.html Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 18 March 2020, 23:41:35 UTC
ec9167e Check if the datasource is of type loki using meta.id instead of name. (#22877) Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com> 18 March 2020, 20:18:48 UTC
26626d9 Prometheus: Render missing labels in legend formats as an empty string (#22355) * Empty value for unknown Prometheus label (grafana#16041) * Empty value for unknown Prometheus label (grafana#16041) * fix linter 18 March 2020, 18:57:11 UTC
5a5122e BarGauge: Fix strict null that breaks Storybook build (#22871) 18 March 2020, 17:23:48 UTC
bb05989 SQLStore: Add migration for adding index on annotation.alert_id (#22876) 18 March 2020, 16:59:42 UTC
fc2fece Docs: Update export-pdf.md (#22767) * Update export-pdf.md Minor edits and one question. * Update docs/sources/enterprise/export-pdf.md Co-Authored-By: Alexander Zobnin <alexanderzobnin@gmail.com> * Update export-pdf.md Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> 18 March 2020, 15:58:11 UTC
52242dd Variables: adds missing feature toggle in DashboardModel (#22868) 18 March 2020, 14:55:12 UTC
229f135 Devenv: adds grafana block with a customizeable version (#22867) The grafana block is pre-configured with the devenv datasources and dashboards and will work with any other blocks out of the box. 18 March 2020, 14:42:41 UTC
0e09a3f Alerting: support alerting on data.Frame (that can be time series) (#22812) data.Frame (that can be series) are converted to as tsdb.TimeSeriesSlice - so new backend plugins can be shimmed into existing alerting use sdk v0.31.0 18 March 2020, 14:30:07 UTC
44b7f3e AlertNotifications: Translate notifications IDs to UIDs in Rule builder (#19882) * AlertNotifications: Translate notifications IDs to UIDs in alert Rule builder * Avoid shadowing errors, raise validation error on non-existing notification id * create a cache for notification Uids to minimize db overhead * add cache usage test * avoid caching empty notification Uids * isolate db in alert notificationUid caching tests 18 March 2020, 13:00:56 UTC
492264a CircleCI: Don't build Storybook on PR (#22865) 18 March 2020, 12:57:17 UTC
044ec40 Graphite: Rollup Indicator (#22738) * WIP: Rollup indiator progress * Progress * Progress, can now open inspector with right tab * changed type and made inspect * Showing stats * Progress * Progress * Getting ready for v1 * Added option and fixed some strict nulls * Updated * Fixed test 18 March 2020, 12:00:14 UTC
579abad Plugins: Return jsondetails as an json object instead of raw json on datasource healthchecks. (#22859) 18 March 2020, 11:08:52 UTC
60e3437 Backend plugins: Exclude plugin metrics in Grafana's metrics endpoint (#22857) Excludes backend plugin metrics in Grafana's metrics endpoint Adds /api/:pluginId/metrics endpoint for retrieving metrics from backend plugin as Prometheus text-based exposition format. Fixes #22814 18 March 2020, 11:08:20 UTC
aa4ed76 Graphite: Fixed issue with query editor and next select metric now showing after selecting metric node (#22856) * Graphite: Fixed digest issue in graphite query editor * Fixed unit test * Updated 18 March 2020, 10:47:31 UTC
6070f74 Webpack: Fix webpack for enterprise (#22863) 18 March 2020, 10:18:48 UTC
0a2dda3 Metrics: Storybook documented components (#22854) 18 March 2020, 07:22:46 UTC
be73dcd Search: Improve tags layout , #22804 (#22830) 18 March 2020, 07:14:56 UTC
1cd7ce2 Stackdriver: Fix GCE auth bug when creating new data source (#22836) * Fix test datasource for gce auth * Cache gce default project locally * Await gce default project call * Remove reload functionality * Fix build problem 18 March 2020, 07:11:14 UTC
eb96a8f @grafana/runtime: Add cancellation of queries to DataSourceWithBackend (#22818) 17 March 2020, 23:12:03 UTC
8edf8e3 Rich history: Test coverage (#22852) * Add unit test coverage * Add tests to util/richHistory * Remove unused import * Remove redundant tests * Fix tests for components * Test saving to local storage * Add boxshadow to container * Revert "Add boxshadow to container" This reverts commit 5ca2e850e48377374169956bc98eca05cc8a8102. * Fix failing tests after merging master * Fix imports, aria-labels * Remove console.log 17 March 2020, 22:24:27 UTC
3fcbc18 Chore: Support Volta in package.json (#22849) 17 March 2020, 21:08:32 UTC
756ad31 CircleCI: Skip enterprise builds for forked PRs (#22851) * CircleCI: Skip enterprise builds for forked PRs 17 March 2020, 20:39:02 UTC
6310aaf Toolkit: docker image for plugin CI process (#22790) * Adding dockerfile for builds * Adding standardized bashrc * Updated dockerfile * removed bashrc. Not required * WIP: Updates to dockerfile for e2e and readme * Storybook: Add relative logo url (#22786) * DevEnv: update frontend dependencies - rollup (#22794) * DevEnv: updates rollup 1.6.0 -> 2.0.6 in grafana-data package * DevEnv: updates rollup 1.6.0 -> 2.0.6 in grafana-e2e package * DevEnv: updates rollup 1.6.0 -> 2.0.6 in grafana-runtime package * DevEnv: updates rollup 1.6.0 -> 2.0.6 in grafana-ui package * DevEnv: updates rollup-plugin-sourcemaps 0.4.2 -> 0.5.0 in grafana-data package * DevEnv: updates rollup-plugin-sourcemaps 0.4.2 -> 0.5.0 in grafana-e2e package * DevEnv: updates rollup-plugin-sourcemaps 0.4.2 -> 0.5.0 in grafana-runtime package * DevEnv: updates rollup-plugin-sourcemaps 0.4.2 -> 0.5.0 in grafana-ui package * DevEnv: updates rollup-plugin-terser 4.0.4 -> 5.3.0 in grafana-data package * DevEnv: updates rollup-plugin-terser 4.0.4 -> 5.3.0 in grafana-e2e package * DevEnv: updates rollup-plugin-terser 4.0.4 -> 5.3.0 in grafana-runtime package * DevEnv: updates rollup-plugin-terser 4.0.4 -> 5.3.0 in grafana-ui package * DevEnv: updates rollup-plugin-typescript2 0.19.3 -> 0.26.0 in grafana-data package * DevEnv: updates rollup-plugin-typescript2 0.19.3 -> 0.26.0 in grafana-e2e package * DevEnv: updates rollup-plugin-typescript2 0.19.3 -> 0.26.0 in grafana-runtime package * DevEnv: updates rollup-plugin-typescript2 0.19.3 -> 0.26.0 in grafana-ui package * DevEnv: updates @rollup/plugin-commonjs 9.2.1 -> 11.0.2 in grafana-data package * DevEnv: updates @rollup/plugin-commonjs 9.2.1 -> 11.0.2 in grafana-e2e package * DevEnv: updates @rollup/plugin-commonjs 9.2.1 -> 11.0.2 in grafana-runtime package * DevEnv: updates @rollup/plugin-commonjs 9.2.1 -> 11.0.2 in grafana-ui package * DevEnv: updates rollup config import in grafana-data package * DevEnv: updates rollup config import in grafana-e2e package * DevEnv: updates rollup config import in grafana-ui package * DevEnv: updates rollup config import in grafana-runtime package * DevEnv: updates @rollup/plugin-node-resolve 4.0.1 -> 7.1.1 in grafana-data package * DevEnv: updates @rollup/plugin-node-resolve 4.0.1 -> 7.1.1 in grafana-e2e package * DevEnv: updates @rollup/plugin-node-resolve 4.0.1 -> 7.1.1 in grafana-runtime package * DevEnv: updates @rollup/plugin-node-resolve 4.0.1 -> 7.1.1 in grafana-ui package * DevEnv: updates lockfile * DevEnv: updates rollup config plugin-node-resolve import in grafana-data package * DevEnv: updates rollup config plugin-node-resolve import in grafana-ui package * DevEnv: updates rollup config plugin-node-resolve import in grafana-e2e package * DevEnv: updates rollup config plugin-node-resolve import in grafana-runtime package * DevEnv: updates rollup-plugin-visualizer 0.9.2 -> 3.3.1 in grafana-data package * DevEnv: updates rollup-plugin-visualizer 0.9.2 -> 3.3.1 in grafana-e2e package * DevEnv: updates rollup-plugin-visualizer 0.9.2 -> 3.3.1 in grafana-runtime package * DevEnv: updates rollup-plugin-visualizer 0.9.2 -> 3.3.1 in grafana-ui package * Fronted: Fixed webpack chunk syntax error * Fix: fixes issue with headers property with different casing (#22778) Fixes #22756 * Variables: migrates data source variable type to React/Redux (#22770) * Refactor: moves all the newVariables part to features/variables directory * Feature: adds datasource type * Tests: adds reducer tests * Tests: covers data source actions with tests * Chore: reduces strict null errors * AngularPanels: Fixed inner height calculation (#22796) * Chore: migrate admin/users from angular to react + redux (#22759) * Start adding admin users list page to redux/react. * removed unused code. * added pagination. * changed so we use the new form styles. * added tooltip. * using tagbadge for authlabels. * remove unused code. * removed old code. * Fixed the last feedback on PR. * DevEnv: update frontend dependencies - webpack (#22144) * DevEnv: updates webpack 4.29.6 -> 4.41.5 * DevEnv: updates webpack-cli 3.2.3 -> 3.3.10 * DevEnv: updates webpack-dev-server 3.2.1 -> 3.10.3 * DevEnv: updates terser-webpack-plugin 1.2.3 -> 2.3.4 * DevEnv: updates webpack-bundle-analyzer 3.3.2 -> 3.6.0 * DevEnv updates webpack-merge 4.2.1 -> 4.2.2 * DevEnv: updates clean-webpack-plugin 2.0.0 -> 3.0.0 * DevEnv: updates file-loader 3.0.1 -> 5.0.2 * DevEnv: updates css-loader 2.1.1 -> 3.4.2 * DevEnv: updates sass-loader 7.1.0 -> 8.0.2 * DevEnv: updates style-loader 0.23.1 -> 1.1.3 * DevEnv: updates fork-ts-checker-webpack-plugin 1.0.0 -> 4.0.3 * DevEnv: updates optimize-css-assets-webpack-plugin 5.0.1 -> 5.0.3 * DevEnv: updates mini-css-extract-plugin 0.5.0 -> 0.9.0 * DevEnv: updates @cypress/webpack-preprocessor 4.1.1 -> 4.1.3 in grafana-e2e package * DevEnv: updates @types/webpack 4.4.34 -> 4.41.7 in grafana-toolkit package * DevEnv: updates copy-webpack-plugin 5.0.3 -> 5.1.1 in grafana-toolkit package * DevEnv: updates terser-webpack-plugin 1.3.0 -> 2.3.4 in grafana-toolkit package * DevEnv: updates webpack 4.35.0 -> 4.41.5 in grafana-toolkit package * DevEnv: updates import of CleanWebpackPlugin to named import (#22800) * Build: Migrate PR pipeline (#22788) Implement new PR pipeline Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * DevEnv: update frontend dependencies - mixed 1/2 (#22147) * DevEnv: updates @emotion/core 10.0.10 -> 10.0.27 * DevEnv: updates autoprefixer 9.5.0 -> 9.7.4 * DevEnv: updates axios 0.19.0 -> 0.19.2 * DevEnv: updates es6-promise 3.3.1 -> 4.2.8 * DevEnv: updates glob 7.1.3 -> 7.1.6 * DevEnv: updates husky 1.3.1 -> 4.2.1 * DevEnv: updates lerna 3.15.0 -> 3.20.2 * DevEnv: updates lint-staged 8.1.5 -> 10.0.7 * DevEnv: updates module-alias 2.2.0 -> 2.2.2 * DevEnv: updates monaco-editor 0.15.6 -> 0.19.3 * DevEnv: updates postcss-browser-reporter 0.5.0 -> 0.6.0 * DevEnv: updates rimraf 2.6.3 -> 3.0.1 * Revert "DevEnv: updates monaco-editor 0.15.6 -> 0.19.3" * DevEnv: updates axios 0.19.0 -> 0.19.2 in grafana-toolkit package * DevEnv: updates lockfile * DevEnv: update frontend dependencies - mixed 2/2 (#22148) * DevEnv: updates sinon 1.17.6 -> 8.1.1 * DevEnv: updates zone.js 0.7.8 -> 0.10.2 * DevEnv: updates brace 0.10.0 -> 0.11.1 * DevEnv: updates eventemitter3 2.0.3 -> 4.0.0 * DevEnv: updates file-saver 1.3.8 -> 2.0.2 * DevEnv: updates is-hotkey 0.1.4 -> 0.1.6 * DevEnv: updates mousetrap 1.6.3 -> 1.6.5 * DevEnv: updates prismjs 1.16.0 -> 1.19.0 * DevEnv: updates search-query-parser 1.5.2 -> 1.5.4 * DevEnv: updates tether 1.4.5 -> 1.4.7 * DevEnv: updates xss 1.0.3 -> 1.0.6 * Revert "DevEnv: updates zone.js 0.7.8 -> 0.10.2" * DevEnv: updates sinon 1.17.6 -> 8.1.1 in grafana-data package * DevEnv: updates @types/sinon 7.0.11 -> 7.5.2 in grafana-data package * DevEnv: updates eventemitter import * DevEnv: updates lockfile * Variables: migrates interval variable type to React/Redux (#22797) * Feature: migrates interval variable type to React/Redux * Forms: Fix input suffix position (#22780) * Forms: Fix input suffix position * Update * FieldOverrides: Apply field overrides in PanelQueryRunner (#22439) * Apply field overrides in PanelChrome * Move applyFieldOverrides to panel query runner * Review updates * Make sure overrides are applied back on souce panel when exiting the new edit mode * TS ignores in est * Make field display work in viz repeater * Review updates * Review and test updates * Change the way overrides and trransformations are retrieved in PQR * Minor updates after review * Fix null checks * E2E: Add new run modes for e2e tests (#22795) * WIP: started e2e tests for bar gauge * Updated * Updated * Updated cypress from 3.7 -> 4.1 * reverted cypress upgrade * Updated test * Update e2e docs * Updated docs * DevEnv: update frontend dependencies - npm, nodemon, typescript (#22145) * DevEnv: updates npm 6.13.4 -> 6.13.7 * DevEnv: updates nodemon 1.18.10 -> 2.0.2 * DevEnv: updates typescript 3.7.2 -> 3.7.5 * DevEnv: removes npm from dev dependencies * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-data package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-e2e package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-toolkit package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-ui package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-runtime package * SaveDashboard: Updated modal design/layout a bit (#22810) * DevEnv: updates build-ci-deploy dockerfile and CI config to include yarn (#22809) * DevEnv: updates build-ci-deploy dockerfile * DevEnv: updates build-ci-deploy dockerfile version in circleci config * Plugins: Hide plugins page from viewers, and limit /api/plugins to only core plugins when called by viewer role (#21901) * Hide plugins list from viewers * Made /api/plugins only return core plugins for users with viewer role Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * Webpack: Add relative node_modules path (#22806) * DevEnv: updates lockfile to fix breaking builds on CI (#22811) * DevEnv: updates lockfile * DevEnv: updates lockfile * Added readme, and review feedback * Renamed README * fixed error in path for docs * Added updatedb * Set grafana checkout to latest stable * Variables: fixes so single value picker closes dropdown on select (#22823) * FieldOverrides: Remove console warn from processFieldConfigValue (#22824) * Grafana-UI: Add invalid state to Forms.Textarea (#22775) * Storybook: Bring back theme switch (#22826) * TestData: New dashboard that tests variables that update on time range change (#22829) * CircleCI: Download grabpl from GCS (#22828) * CircleCI: Download grabpl from GCS Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CircleCI: Fix installation of grabpl Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix dashboard picker's props (#22815) * TablePanel: Enable new units picker (#22833) * CircleCI: Install build pipeline tool from GitHub repo (#22837) * Variables: fixes so order in list is preserved after save (#22805) * Storybook: Deploy on PR, master and release (#22827) * Update CircleCI deployment * Add GCP auth * Change master to latest dir * Variables: adds onTimeRangeUpdated to newVariables (#22821) * Feature: adds onTimeRangeUpdated to newVariables * Refactor: removes VariableWithRefresh and unused func * Refactor: adds console output when something throws as well * Storybook: add canary deploy from master (#22843) * Canary from master latest from release * Fix logo URL * Adding dockerfile for builds * Adding standardized bashrc * Updated dockerfile * removed bashrc. Not required * WIP: Updates to dockerfile for e2e and readme * Added readme, and review feedback * Renamed README * fixed error in path for docs * Added updatedb * Set grafana checkout to latest stable * Feedback from code review * Update packages/grafana-toolkit/docker/grafana-plugin-ci/README.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * recommended changes from code review Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Co-authored-by: Lukas Siatka <lukasz.siatka@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> 17 March 2020, 19:36:35 UTC
d731275 Revert "Explore: Add test coverage for Rich history (#22722)" (#22850) This reverts commit 40a8aea3137a9dd5c19adfa53a12e5b0d388af9b. 17 March 2020, 16:20:32 UTC
0a094a7 Datasource config was not mapped for datasource healthcheck (#22848) closes #22825 17 March 2020, 15:59:47 UTC
b0407b3 upgrades plugin sdk to 0.30.0 (#22846) ref grafana/grafana-plugin-sdk-go#94 ref grafana/grafana-plugin-sdk-go#70 17 March 2020, 15:58:52 UTC
40a8aea Explore: Add test coverage for Rich history (#22722) * Add unit test coverage * Add tests to util/richHistory * Remove unused import * Remove redundant tests * Fix tests for components * Test saving to local storage * Add boxshadow to container * Revert "Add boxshadow to container" This reverts commit 5ca2e850e48377374169956bc98eca05cc8a8102. 17 March 2020, 15:10:56 UTC
5446900 Rich History: UX adjustments and fixes (#22729) * Initial commit * Fix spelling of data sources * Display sorting value for starred and query tab * Fix handle color for light theme * Add close button and fix animation * Remove toggling of tabs * Stop event propagation when clicking on comment buttons * Add title for card functionality * Remove interpolation for easier searchability of variables * Improve syncing of comments and starred * Add modal to check if user wants to permanently delete history * Fix the height of the query card buttons * Adjust slider's width based on drawer width * Add spacing between slider and legend * Semantic variable naming * Fix disabled button when live tailing * Add error handling * Remove unused imports * Fix starring, remove useEffect * Remove emiting of appEvents.alertError in store * Remove unused imports 17 March 2020, 15:06:02 UTC
e38e08d CircleCI: Don't publish storybook for PRs (#22845) 17 March 2020, 14:56:08 UTC
81fed25 Storybook: add canary deploy from master (#22843) * Canary from master latest from release * Fix logo URL 17 March 2020, 14:03:59 UTC
d953511 Variables: adds onTimeRangeUpdated to newVariables (#22821) * Feature: adds onTimeRangeUpdated to newVariables * Refactor: removes VariableWithRefresh and unused func * Refactor: adds console output when something throws as well 17 March 2020, 13:10:30 UTC
7f76e8b Storybook: Deploy on PR, master and release (#22827) * Update CircleCI deployment * Add GCP auth * Change master to latest dir 17 March 2020, 12:34:41 UTC
dc76cc1 Variables: fixes so order in list is preserved after save (#22805) 17 March 2020, 12:28:14 UTC
85b1742 CircleCI: Install build pipeline tool from GitHub repo (#22837) 17 March 2020, 11:50:35 UTC
5829891 TablePanel: Enable new units picker (#22833) 17 March 2020, 11:32:48 UTC
2fac834 Fix dashboard picker's props (#22815) 17 March 2020, 10:07:40 UTC
67fc251 CircleCI: Download grabpl from GCS (#22828) * CircleCI: Download grabpl from GCS Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CircleCI: Fix installation of grabpl Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 17 March 2020, 10:00:23 UTC
6c6fa76 TestData: New dashboard that tests variables that update on time range change (#22829) 17 March 2020, 09:33:36 UTC
22fc1e9 Storybook: Bring back theme switch (#22826) 17 March 2020, 08:52:46 UTC
cd50da3 Grafana-UI: Add invalid state to Forms.Textarea (#22775) 17 March 2020, 08:15:07 UTC
b930966 FieldOverrides: Remove console warn from processFieldConfigValue (#22824) 17 March 2020, 07:32:14 UTC
45784f5 Variables: fixes so single value picker closes dropdown on select (#22823) 17 March 2020, 07:29:10 UTC
2bed1bc DevEnv: updates lockfile to fix breaking builds on CI (#22811) * DevEnv: updates lockfile * DevEnv: updates lockfile 16 March 2020, 14:52:25 UTC
c64182d Webpack: Add relative node_modules path (#22806) 16 March 2020, 14:44:23 UTC
f345d7f Plugins: Hide plugins page from viewers, and limit /api/plugins to only core plugins when called by viewer role (#21901) * Hide plugins list from viewers * Made /api/plugins only return core plugins for users with viewer role Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 16 March 2020, 14:40:46 UTC
935ec07 DevEnv: updates build-ci-deploy dockerfile and CI config to include yarn (#22809) * DevEnv: updates build-ci-deploy dockerfile * DevEnv: updates build-ci-deploy dockerfile version in circleci config 16 March 2020, 14:37:44 UTC
46165a7 SaveDashboard: Updated modal design/layout a bit (#22810) 16 March 2020, 14:33:18 UTC
a3037e3 DevEnv: update frontend dependencies - npm, nodemon, typescript (#22145) * DevEnv: updates npm 6.13.4 -> 6.13.7 * DevEnv: updates nodemon 1.18.10 -> 2.0.2 * DevEnv: updates typescript 3.7.2 -> 3.7.5 * DevEnv: removes npm from dev dependencies * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-data package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-e2e package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-toolkit package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-ui package * DevEnv: updates typescript 3.7.2 -> 3.7.5 in grafana-runtime package 16 March 2020, 14:04:02 UTC
75d7f90 E2E: Add new run modes for e2e tests (#22795) * WIP: started e2e tests for bar gauge * Updated * Updated * Updated cypress from 3.7 -> 4.1 * reverted cypress upgrade * Updated test * Update e2e docs * Updated docs 16 March 2020, 13:35:55 UTC
642c1a1 FieldOverrides: Apply field overrides in PanelQueryRunner (#22439) * Apply field overrides in PanelChrome * Move applyFieldOverrides to panel query runner * Review updates * Make sure overrides are applied back on souce panel when exiting the new edit mode * TS ignores in est * Make field display work in viz repeater * Review updates * Review and test updates * Change the way overrides and trransformations are retrieved in PQR * Minor updates after review * Fix null checks 16 March 2020, 13:26:03 UTC
ab0238e Forms: Fix input suffix position (#22780) * Forms: Fix input suffix position * Update 16 March 2020, 13:18:40 UTC
fb789e8 Variables: migrates interval variable type to React/Redux (#22797) * Feature: migrates interval variable type to React/Redux 16 March 2020, 12:45:51 UTC
fd99bfa DevEnv: update frontend dependencies - mixed 2/2 (#22148) * DevEnv: updates sinon 1.17.6 -> 8.1.1 * DevEnv: updates zone.js 0.7.8 -> 0.10.2 * DevEnv: updates brace 0.10.0 -> 0.11.1 * DevEnv: updates eventemitter3 2.0.3 -> 4.0.0 * DevEnv: updates file-saver 1.3.8 -> 2.0.2 * DevEnv: updates is-hotkey 0.1.4 -> 0.1.6 * DevEnv: updates mousetrap 1.6.3 -> 1.6.5 * DevEnv: updates prismjs 1.16.0 -> 1.19.0 * DevEnv: updates search-query-parser 1.5.2 -> 1.5.4 * DevEnv: updates tether 1.4.5 -> 1.4.7 * DevEnv: updates xss 1.0.3 -> 1.0.6 * Revert "DevEnv: updates zone.js 0.7.8 -> 0.10.2" * DevEnv: updates sinon 1.17.6 -> 8.1.1 in grafana-data package * DevEnv: updates @types/sinon 7.0.11 -> 7.5.2 in grafana-data package * DevEnv: updates eventemitter import * DevEnv: updates lockfile 16 March 2020, 12:14:57 UTC
f44399a DevEnv: update frontend dependencies - mixed 1/2 (#22147) * DevEnv: updates @emotion/core 10.0.10 -> 10.0.27 * DevEnv: updates autoprefixer 9.5.0 -> 9.7.4 * DevEnv: updates axios 0.19.0 -> 0.19.2 * DevEnv: updates es6-promise 3.3.1 -> 4.2.8 * DevEnv: updates glob 7.1.3 -> 7.1.6 * DevEnv: updates husky 1.3.1 -> 4.2.1 * DevEnv: updates lerna 3.15.0 -> 3.20.2 * DevEnv: updates lint-staged 8.1.5 -> 10.0.7 * DevEnv: updates module-alias 2.2.0 -> 2.2.2 * DevEnv: updates monaco-editor 0.15.6 -> 0.19.3 * DevEnv: updates postcss-browser-reporter 0.5.0 -> 0.6.0 * DevEnv: updates rimraf 2.6.3 -> 3.0.1 * Revert "DevEnv: updates monaco-editor 0.15.6 -> 0.19.3" * DevEnv: updates axios 0.19.0 -> 0.19.2 in grafana-toolkit package * DevEnv: updates lockfile 16 March 2020, 12:10:42 UTC
back to top