- 13 Aug, 2020 4 commits
-
-
Use `--no-cache-dir` flag to `pip` in Dockerfiles, to save space Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Pratik Raj committed -
* grafana-cli: Fix file path processing, returning of errors
Arve Knudsen committed -
* Chore: Let kbn util infer types Type fixes where needed * Address review comments + test fix * Modify kbn method and property names to pascalCase
Zoltán Bedi committed -
* Fix variable editor name-input bug You couldn't delete an invalid character after typing it into the name-input field. While investigating the issue turned out to be bigger, as there was a problem with valid characters too. (See test scenarios below) The fix seems to be, to remove an unnecessary check in the `changeVariableName` action. There is theoretically now the possibility, that the `changeVariableName` action is called with the same name, as the variable is already, but practically there seems no possibility, that this could happen. A test, which checks that, had to be removed too. Test scenarios: * 1st Scenario 1. Type "@" 2. Try deleting it * 2nd Scenario 1. Type "w" 2. delete "w" 3. Try typing "w" again Fixes #26562 * Fix bug when updating existing variable
Lucas Raschek committed
-
- 12 Aug, 2020 10 commits
-
-
Adding reference for the default database type SQLite
Nitesh Koushik S committed -
7.1 is stable
hebbet committed -
martinrw committed
-
this is in order to trigger no data when used with alerting. fixes #26897. This is perhaps better solved in the SDK but that needs more thought and is tracked in grafana/grafana-plugin-sdk-go#214
Kyle Brandt committed -
* Chore: Fix tests for Go 1.15
Arve Knudsen committed -
Closes #26792
kay delaney committed -
* Panel/BarGauge: Prevent overflow in panel with many series Closes #24889
kay delaney committed -
Adrián López committed
-
* Add page/limit to org search * Update docs * Fix test per PR feedback
Benjamin Blattberg committed -
* Update UX, only click on function can open and close popover * Add ClickOutsideWrapper
Ivana Huckova committed
-
- 11 Aug, 2020 5 commits
-
-
Zoltán Bedi committed
-
💅 * Fix lint error in types.ts * Bump eslint and its deps to latest * Add eslintignore and remove not needed eslintrcs * Change webpack configs eslint config * Update package.jsons and removed unused eslintrc files * Chore yarn lint --fix
💅 * Add devenv to eslintignore * Remove eslint disable comments for rules that are not used * Remaining eslint fixes💅 * Bump grafana/eslint-config💥 * Modify package.json No need for duplicate checks. * Modify eslintignore to ignore data and dist folders * Revert removing .eslintrc to make sure not to use certain packages * Modify package.json to remove not needed command * Use gitignore for ignoring pathsZoltán Bedi committed -
Closes #26823
kay delaney committed -
* added folder and moved content * added content * updated content * added content * Update troubleshoot-dashboards.md * added content
Diana Payton committed -
Zoltán Bedi committed
-
- 10 Aug, 2020 10 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* CI: Upgrade build image to use golangci-lint 1.30.0 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Upgrade Debian base image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Makefile: Upgrade golangci-lint Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* BackendSrv: Improves logic for hiding requests from query inspector * fixed tests * Update explore query inspector
Torkel Ödegaard committed -
Ivana Huckova committed
-
Hugo Häggmark committed
-
Torkel Ödegaard committed
-
* Transformations: Remove beta badge for transformations and field overrides * Removed imports * Update doc links
Torkel Ödegaard committed -
* Upgrade Go and Node versions in CI build image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Upgrade Dockerfile to Go 1.14.7 and Node 12.18.3 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Upgrade Dockerfile.ubuntu to Go 1.14.7 and Node 12.18.3 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* TextPanel: Fixes issue when interpolation of variables stops working * Tests: fixes broken typing in test * Tests: updates e2e dashboard to html so we get the raw strings * Tests: reverted back to markdown and fixed a bug
Hugo Häggmark committed -
Timothy Palpant committed
-
- 09 Aug, 2020 2 commits
-
-
Closes #26694
kay delaney committed -
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.19.0...v1.21.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
-
- 08 Aug, 2020 1 commit
-
-
## ButtonCascader ### added - new prop `icon` with type `IconName` ### changed - `icon` style is now `icons` with properties `left` and `right` for the respective icons ## ButtonCascader Story ### added - new story `withIcon` - new knob `icon` ### changed - `icon` style is now `icons` with properties `left` and `right` for the respective icons closes #23755
Michel Engelen committed
-
- 07 Aug, 2020 8 commits
-
-
* Minor changes * Only expect login “change password” notification for default passwords * Optionally populate basic auth when adding a datasource * Optionally match screenshot when adding a panel
Steven Vachon committed -
* Update _index.md * Update docs/sources/features/datasources/_index.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Diana Payton committed -
* feat(grafana-toolkit): add a flag to the plugin:ci-package command * docs(grafana-toolkit): add a short comment above the flag * fix(grafana-toolkit): fix option for signing a plugin with the admin endpoint
Levente Balogh committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* CloudWatch: Fix sorting of metrics results
Arve Knudsen committed -
* Orgs: Remove org deprecation notice * Updated
Torkel Ödegaard committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Fix updating organization name not updating configuration subtitle * PR feedback: Remove unnecessary square brackets * Refactor code to update redux state in a safer way, add org action test * Refactor updateConfigurationSubtitle test, remove jest.mock usage * Consolidate dependency type
Jake Krammer committed
-