- 31 Oct, 2019 15 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Dominik Prokop committed
-
* remove editor keys and null coalescing * remove commented, update snap
Shavonn Brown committed -
- Update copyright year - Remove duplicated xmlns
Olivier Lemasle committed -
Fixed ordering in both the initially suggested guides/basic_concepts.md and the datasources/index.md Closes #19285
Matt committed -
* Add docker-compose example for running grafana with remote renderer * Update docs/sources/administration/image_rendering.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
Sofia Papagiannaki committed
-
Allows saving of provisioned dashboards if the config value allowUiUpdates is set to true Fixes #11778
Jon Gyllenswärd committed -
Update Azure AD instructions to follow heading changes in Azure Portal. > In the legacy experience, an app had Keys page. In the new experience, it has been renamed to Certificates & secrets. In addition, Public keys are referred to as Certificates and Passwords are referred to as Client secrets. Source: https://docs.microsoft.com/en-us/azure/active-directory/develop/app-registrations-training-guide#keyscertificates--secrets I verified by logging in Azure AD and walking through the steps.
Alexandre de Verteuil committed -
Signed-off-by: Joe Elliott <number101010@gmail.com>
Joe Elliott committed -
Remove artificial delay before first 100 rows were rendered and defer just the rest.
Andrej Ocenas committed -
* Refactor: Adds typings and changes AdHocVariable to conform to new typings * Refactor: Adds typings to ConstantVariable * Refactor: Adds typings to IntervalVariable * Refactor: Adds typings to QueryVariable * Refactor: Adds typings to TextBoxVariable * Refactor: Adds typings to CustomVariable
Hugo Häggmark committed -
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data * Move types from grafana-ui to grafana-data * Move valueFormats to grafana-data * Move utils from grafana-ui to grafana-data * Update imports in grafana-ui * revert data's tsconfig change * Update imports in grafana-runtime * Fix import paths in grafana-ui * Move rxjs to devDeps * Core import updates batch 1 * Import updates batch 2 * Imports fix batch 3 * Imports fixes batch i don't know * Fix imorts in grafana-toolkit * Fix imports after master merge
Dominik Prokop committed -
Closes #19626
kay delaney committed
-
- 30 Oct, 2019 4 commits
-
-
* Consolidate backend guidelines * Fix link * Fix review comments
Marcus Olsson committed -
for use with gel which is not released yet.
Ryan McKinley committed -
Ryan McKinley committed
-
Leonard Gram committed
-
- 29 Oct, 2019 7 commits
-
-
currently temporary separate http api
Kyle Brandt committed -
* Add data link from panel to cloudwatch console * Change conf variable name * Fixes according to pr feedback * Cleanup. Fix broken tests
Erik Sundell committed -
Andrej Ocenas committed
-
* Explore: Remove datasource testing on selector - datasource testing gets in the way of fast query iteration: switching between datasources can take seconds - it should not be explore's duty to test datasources in the first place - removed the concept of datasourceError in Explore, should not be its concern - datasource erorrs will express themselves in query errors just fine - connection errors are still bubbled up - removed reconnection logic from explore, should not be its concern - missing labels in loki are still "visible" via an empty label selector - Loki and Prometheus treated connection errors differently than other datasources, making sure to pass through the original error message * Show datasource error in query field for prom/loki/influx * Removed connection test case, fixed disabled state
David committed -
Andrej Ocenas committed
-
Andrej Ocenas committed
-
Ryan McKinley committed
-
- 28 Oct, 2019 2 commits
-
-
* Enable `errcheck` for golangci-lint * Fix linting errors * pkg/plugins: Fix tests * pkg/plugins: Add test
Arve Knudsen committed -
Ryan McKinley committed
-
- 26 Oct, 2019 1 commit
-
-
fixes: #20039
Martina Catizone committed
-
- 25 Oct, 2019 4 commits
-
-
Andrej Ocenas committed
-
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 3 commits
-
-
Dominik Prokop committed
-
Ivana Huckova committed
-
* pkg/util: Check errors * pkg/services: DRY up code
Arve Knudsen committed
-