- 25 Oct, 2019 3 commits
-
-
Requests to endpoint will currently will error unless expressions feature flag is true. Co-authored-by: Sofia Papagiannaki <papagian@gmail.com>
Marcus Efraimsson committed -
* Implement Label component * Expose next-gen form components from grafana-ui under Forms namespace * adding knobs to story, setting new variants and sizes * handle next gen button in their own component * removing duplication * fix Thresholds test * removing blank lines * moving noUnusedLocals * new button should not need theme * remove not used export * pseudo classes for focus state * remove not used things * use correct border radius * extracting focus styles to commonStyles for reuse * tidying up getButtonStyles * Adding a few examples to the doc * Adding props table
Peter Holmberg committed -
* Fix modal * Fix test message
Andrej Ocenas committed
-
- 24 Oct, 2019 4 commits
-
-
* WIP: Spawn backend plugins v2 * Add test for plugin version * Fix support for SDK plugins Co-authored-by: Kyle Brandt <kyle@kbrandt.com> Co-authored-by: Marcus Olsson <olsson.e.marcus@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * WIP: Draft PR for fork of V2 sdk / bi-directional support (#19890) * temporary use export-datasource-plugin branch of grafana-plugin-sdk * fix failing test * remove debug (spew) lines * misc cleanup * add expressions feature toggle * use latest grafana-plugin-sdk-go
Sofia Papagiannaki committed -
Arve Knudsen committed
-
Docker: Build and use musl-based binaries in alpine images to resolve glibc incompatibility issues (#19798) * build: Install musl cross compilers as part of build Docker image * build: Build also musl packages in scripts/build/build.sh * scripts/build/build-all.sh: Build musl Linux targets * build: Upgrade build-container to 1.2.11 * build.go: De-duplicate code * build: Base Docker images on musl binaries
Arve Knudsen committed -
Roman Misyurin committed
-
- 23 Oct, 2019 4 commits
-
-
Dominik Prokop committed
-
Ivana Huckova committed
-
* pkg/util: Check errors * pkg/services: DRY up code
Arve Knudsen committed -
* 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 3 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
-