- 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
-
- 22 Oct, 2019 21 commits
-
-
* Making flowchart work * Enable testEnvironment jest option * Add babel-jest to grafana-toolkit * Fix test * Resolve either js or ts jest setup files * Update packages/grafana-toolkit/src/config/jest.plugin.config.ts * Update packages/grafana-toolkit/src/config/webpack.plugin.config.ts
Dominik Prokop committed -
* Implement Label component * Expose next-gen form components from grafana-ui under Forms namespace * Minor Label update * Add Legend component * Test form story * Expose Legend class name via getFormStyles * Test * FieldValidationMessage spacing * Expose FieldValidationMessage styles via getFormStyles * Update snapshot
Dominik Prokop committed -
Ryan McKinley committed
-
Marcus Olsson committed
-
Check errors in pkg/models.
Arve Knudsen committed -
Check errors in pkg/setting.
Arve Knudsen committed -
Check errors in pkg/tsdb.
Arve Knudsen committed -
* Document Makefile * Fix review comments * Rename group to Services * Fix review comments
Marcus Olsson committed -
Ivana Huckova committed
-
* pkg/services: Check errors * pkg/services: Don't treat context.Canceled|context.DeadlineExceeded as error
Arve Knudsen committed -
Logs the real (dynamic) HTTP port when configured Grafana using setting.HttpPort = 0. Fixes #16709
Oleg Utkin committed -
* Make it clear that role switching is not supported * Update docs/sources/features/datasources/cloudwatch.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Erik Sundell committed -
Sofia Papagiannaki committed
-
fixes #19761
Nils Diefenbach committed -
Karan96Kaushik committed
-
Daniel Lee committed
-
Daniel Lee committed
-
Patrick O'Keeffe committed
-
Clarified the audience for ISSUE_TRIAGE.md
oddlittlebird committed -
Leonard Gram committed
-
Dominik Prokop committed
-
- 21 Oct, 2019 4 commits
-
-
Andrej Ocenas committed
-
Dominik Prokop committed
-
Peter Holmberg committed
-
Ryan McKinley committed
-
- 19 Oct, 2019 1 commit
-
-
* Chore: Updates yarn.lock * Chore: Fixes @types/webpack conflict
Hugo Häggmark committed
-
- 18 Oct, 2019 5 commits
-
-
pkg/plugins: Only warn if plugins fail to load. Fixes #19846
Arve Knudsen committed -
* Bump storybook to 5.2.4 * Update yarn.lock * Babel bump * Add core-js 2 to dev deps for babel to resolve dependencies correctly This is because storybook 5.2 introduced core-js 3.x which caused babel to have problems resolving core-js dependencies
Dominik Prokop committed -
Ryan McKinley committed
-
* Basic components for HTTP settings migration WIP * Add secureJsonFields to DataSourceSettings * Introduce datasource-http-settings-next directive for backward compatibility * fix lint * renames * rename fix * TagsInput component * move tags from app to grafana/ui * implement tagsinput on datasourcesettings * capitalize * new file for react directive for testing * some layout touch ups * FormField story * Minor touch ups * add url validation * using prevent default to prevent updating datasource when adding tag * using Stylefactory and fix tslint issue on MouseEvent * only show tlsauthsettings if tls or ca cert * fix url input length * fix for showAccessOptions * Implemented CertTextArea, removed commented code * removed commented / not used code * Rename and add more elements to Certification component * fixing newSecureJsonData * spelling * Fix issue with checkboxes being undefined * Removed old partials and minor fix * removed unused props from story
Dominik Prokop committed -
* WIP: Initial hardcoded version * Feature: Introduces SearchFiltering to Graphite * Feature: Adds searchFiltering to MySql * Tests: Adds tests to Graphite and MySql * Feature: Adds $__searchFilter to TestData * Refactor: Adds searchFilter to Postgres and extracts function * Tests: Adds tests to variable * Refactor: Adds debounce and lodash import optimization * Docs: Adds documentation * Refactor: Removes unused function and fixes typo * Docs: Updates docs * Fixed issue with UI not updating when no was used due to async func and no .apply in the non lazy path
Hugo Häggmark committed
-
- 17 Oct, 2019 5 commits
-
-
* Introduce next-gen form spacing variables * Update snapshots
Dominik Prokop committed -
* Introduce new color primitives for next-gen forms * Introduce next-gen form functional colors palette * Update snapshot
Dominik Prokop committed -
* bumping angular from 1.6.6 -> 1.6.9 * forgot lock file
Peter Holmberg committed -
Minor edit
oddlittlebird committed -
Edited several docs in the contribute folder.
Oddlittlebird committed
-
- 16 Oct, 2019 3 commits
-
-
This is useful when working with backend plugins and grafana at the same time. Makes it so Grafana has a chance to shutdown the external process. An os.Interrupt signal is first sent, then after a five second wait a a force kill will be sent if the process is still running.
Kyle Brandt committed -
Sofia Papagiannaki committed
-
* Changelog: 6.4.3 release Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed
-