- 16 Feb, 2020 1 commit
-
-
* remove datasource * get datasoure from refId * metrictank does not need to say the datasource
Ryan McKinley committed
-
- 15 Feb, 2020 2 commits
-
-
Dominik Prokop committed
-
Ryan McKinley committed
-
- 14 Feb, 2020 15 commits
-
-
Added missing link
Diana Payton committed -
* Create linking.md * Update linking.md * Updated menu and edited linking content * Changed file name * Update navigation-links.md
Diana Payton committed -
* Refactored Enterprise side menu * Update menu.yaml * Fixed links * Update menu.yaml
Diana Payton committed -
Arve Knudsen committed
-
* Alerting: Update types of supported Slack recipients * Document Slack recipient requirements
Arve Knudsen committed -
* change URL occurences to uppercase * Update docs/sources/tutorials/iis.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Jeet Parekh committed -
fixing link for provisioning data sources to use relref
annelaurefroment committed -
* DevEnv: updates @types/testing-library__react-hooks 3.1.0 -> 3.2.0 * DevEnv: updates @types/enzyme-adapter-react-16 1.0.5 -> 1.0.6 * DevEnv: updates @types/react-test-renderer 16.9.0 -> 16.9.2 * DevEnv: updates react-test-renderer 16.9.0 -> 16.12.0 * DevEnv: updates @types/enzyme 3.9.0 -> 3.10.5 * DevEnv: updates enzyme-adapter-react-16 1.0.6 -> 1.15.2 * DevEnv: updates enzyme 3.9.0 -> 3.11.0 * Fix: updates snapshots * Fix: updates tests * DevEnv: updates enzyme-to-json 3.3.5 -> 3.4.4 * DevEnv: updates expect.js 0.2.0 -> 0.3.1 * DevEnv: updates @types/puppeteer-core 1.9.0 -> 2.0.0 * DevEnv: updates puppeteer-core 1.15.0 -> 2.1.1 * DevEnv: updates @types/expect-puppeteer 3.3.1 -> 4.4.0 * DevEnv: updates expect-puppeteer 4.1.1 -> 4.4.0 * DevEnv: updates mocha 4.1.0 -> 7.0.1
Lukas Siatka committed -
* DevEnv: updates @types/classnames 2.2.7 -> 2.2.9 * DevEnv: updates @types/jquery 1.10.35 -> 3.3.32 * DevEnv: updates @types/lodash 4.14.123 -> 4.14.149 * DevEnv: updates @types/pngjs 3.3.2 -> 3.4.1
Lukas Siatka committed -
* Make explore url work when grafana served from sub url * Update public/app/core/utils/explore.ts
Dominik Prokop committed -
* DevEnv: updates node-sass 4.12.0 -> 4.13.1 * DevEnv: updates ts-node 8.5.0 -> 8.6.2 * DevEnv: updates @types/node 11.13.4 -> 13.7.0 * DevEnv: updates lockfile
Lukas Siatka committed -
* request uri will contain the subpath
Brian Gann committed -
* first things * rename * add stats, remove table related changes * header size and expand icon * add case for nan request time * fixing null checks * reverting changes to table * fix background on header * Some small fixes after review * do not use formInputBg
Peter Holmberg committed -
Dominik Prokop committed
-
* Azure OAuth: extract groups from token for teamsync * Docs: changed some headers * Azure OAuth: fix tests * Azure OAuth: fix linter error (simplify) * Azure OAuth: add allowed_groups option * Azure OAuth: docs for team sync and allowed_groups * Azure OAuth: tests for allowed_groups * Update docs/sources/auth/azuread.md Co-Authored-By: Leonard Gram <leo@xlson.com> Co-authored-by: Leonard Gram <leo@xlson.com>
Alexander Zobnin committed
-
- 13 Feb, 2020 19 commits
-
-
* Update shortcuts.md Removed content that was out-of-date and redundant with the UI. * Added panels.md * Added dashboards.md * Added data-sources.md * Update data-sources.md * Sorted basic concepts into other topics * Update docs/sources/menu.yaml Co-Authored-By: Marcus Olsson <accounts+github@marcus.se.net> * Update panels.md * Update data-sources.md Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Diana Payton committed -
* 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 -
* Suggesting few changes to the doc 1. Note should be followed by a dot (.) 2. Correcting a typo in default 3. Re-writing sub sentence to make reading better * Update docs/sources/installation/configuration.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update configuration.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
Idea is to provide information to the user that query can be executed on any data source that is available in grafana, therefore suggested little modification
Mohit Nain committed -
Mohit Nain committed
-
Torkel Ödegaard committed
-
Hugo Häggmark committed
-
* PanelEdit: Fixed timing and state related issues * Added unit test and changed some logic * Fixed id logic * Updated snapshots * Update public/app/features/dashboard/state/PanelModel.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
Andrej Ocenas committed
-
Robby Milo committed
-
* e2e: Fixed issue with aria label * removed ini
Torkel Ödegaard committed -
* remove whitespace replace * readd replace newline * adding a test
Peter Holmberg committed -
* Angular/React: Migrates FolderPicker from angular to react * move to core * snap * minor changes * more removes * Managing creating new and saving in movetofolderctrl * Do not use new forms.field, fix select menu * FolderPicker responsible to creating new folder * create new as prop * snap * remove unnecessary things * remove console log * snap * fix null checks * add search debouncing * set folder to state, null check * typing folder * adding case for loadOptions * snap Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
kay delaney committed -
* Implement Azure AD oauth * Use go-jose and cleanup * Update go-jose in go.mod * cleanup * Add unit tests * Fix scopes * Add documentation page * Improve documentation * Convert extract_role into function. * Do not use upn and replace unique_name with preferred_username * Configure login button * Use official microsoft icon and color from branding guideline. * Add Azure AD config section in sample.ini.
twendt committed -
* DevEnv: updates grunt 1.0.1 -> 1.0.4 * DevEnv: updates grunt-cli 1.2.0 -> 1.3.2 * DevEnv: updates grunt-contrib-clean 1.0.0 -> 2.0.0 * DevEnv: updates grunt-exec 1.0.1 -> 3.0.0 * DevEnv: updates grunt-postcss 0.8.0 -> 0.9.0 * DevEnv: updates load-grunt-tasks 3.5.2 -> 5.1.0
Lukas Siatka committed -
Bugfix: updates cloudwatch query editor test async render to prevent it from throwing error (#22150)
Lukas Siatka committed -
* NewPanelEdit: minor design tweak * Updated
Torkel Ödegaard committed -
Changed `graph2` to `graph` in two places.
Diana Payton committed -
* DevEnv: updates @babel/core 7.8.3 -> 7.8.4 * DevEnv: updates @babel/preset-env 7.8.3 -> 7.8.4 * DevEnv: updates babel-loader 8.0.5 -> 8.0.6
Lukas Siatka committed
-
- 12 Feb, 2020 3 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ivana Huckova committed
-
- Fixes CSS so switch dot is symmetrical when checked/unchecked - Fixes CSS so hover styles are applied
kay delaney committed
-