- 28 Feb, 2020 12 commits
-
-
* Inital commit with new page * Make routing work * Correct field * Move submit button and fix routing after signup * Remove comments * Fix feedback * Undo mistake
Tobias Skarhed committed -
Agnès Toulet committed
-
This feature would provide a way for administrators to limit the minimum dashboard refresh interval globally. Filters out the refresh intervals available in the time picker that are lower than the set minimum refresh interval in the configuration .ini file Adds the minimum refresh interval as available in the time picker. If the user tries to enter a refresh interval that is lower than the minimum in the URL, defaults to the minimum interval. When trying to update the JSON via the API, rejects the update if the dashboard's refresh interval is lower than the minimum. When trying to update a dashboard via provisioning having a lower refresh interval than the minimum, defaults to the minimum interval and logs a warning. Fixes #3356 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
lfroment committed -
Torkel Ödegaard committed
-
Carl Bergquist committed
-
Carl Bergquist committed
-
Carl Bergquist committed
-
Alex Khomenko committed
-
* NewPanelEdit: Added angular options to new panel editor and started looking and angular component state * Moved angular component state to redux * Close to working 100% * Think everything is working * AlertTab: Alert tab now gets angularComponent from redux * Fixed panel menu access to angular panel component * Added new tests * Fixed unit test * Fixed strict null errors * Fixed typescript issues * fixed issues
Torkel Ödegaard committed -
* grafana/ui: Create slider * grafana/ui: Create slider, tests, add to storybook * Update Slider, minor changes * Implement single value slider * Update style * Update packages/grafana-ui/package.json Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update packages/grafana-ui/src/components/Slider/Slider.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update slider, include PR review feedback * Update packages/grafana-ui/src/components/Slider/Slider.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update packages/grafana-ui/src/components/Slider/Slider.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Export orientatin types, gix selectability of tooltip text * Remove Orientation export from grafana/ui * Testing Global component to inject global styles * Add comments Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ivana Huckova committed -
Agnès Toulet committed
-
* First try at horizontal scrolling * move width logic to table * Update packages/grafana-ui/src/components/Table/Table.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * wrap table with memo * fix typo * re add field * WIP: Table scrolling troubles * Annother approach * Think it's working * Removed unnessary change * Table: Added custom scrollbar for horizontal scrolling * Removed console log and fixed test Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Peter Holmberg committed
-
- 27 Feb, 2020 5 commits
-
-
fixes #16270 #10129
Vikky Omkar committed -
Ryan McKinley committed
-
* Used repository shortcut syntax where possible * Added repository directories for monorepo packages * Alphabetically sorted npm scripts
Steven Vachon committed -
Ryan McKinley committed
-
Alex Khomenko committed
-
- 26 Feb, 2020 8 commits
-
-
* Rewrite getting started Added Intro to grafana file * Update getting_started.md * Delete intro-to-grafana * Adding and organizing intro content * Update intro-to-grafana.md * Update intro-to-grafana.md * More work on geting started * Update getting_started.md * Update getting_started.md * Update getting_started.md * updated links * Update dashboards.md * Update dashboards.md * Update getting_started.md
Diana Payton committed -
pkg/api/pluginproxy: Access token provider should handle access tokens without ExpiresOn field (#19928) * pkg/api/pluginproxy: Add support for expire_in field in access-token Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Martin committed -
* Specify usage of datasource whitelist Added a sentence explaining the data_source_proxy_whitelist property does not have any effect on pgsql mssql and mysql. Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Marc-Antoine Leclercq committed -
* Allow default values update in form * Update packages/grafana-ui/src/components/Forms/Form.story.tsx
Dominik Prokop committed -
Torkel Ödegaard committed
-
* Grafana UI: Add new styles * Grafana UI: add picker focus styles * Grafana UI: use formInputBg * Grafana UI: remove extra box-shadow * Grafana UI: Tweak overlay position * Grafana UI: Tweak overlay borders * Grafana UI: Align overlay with input
Alex Khomenko committed -
* grafana-cli: Upgrade to urfave/cli v2
Arve Knudsen committed -
* trying out api-extractor. * works with our setup of build. * wip. * changed the packages so it works better with the api-extractor. * Changes to make the api-extractor to work. * cleaned up the api-extractor config files. * added some more documentation. * added tsdoc-metadata to gitignore. * removed the generated docs (will do that in another PR). * added execute permission to script for generating dosc. * added so we will push generated docs to branch. * will clean packages_api on abort. * Fixed failing tests. * fixed formatting issue with typedoc comment. * temporarily disabled tslint rules about namespace until https://github.com/microsoft/rushstack/issues/1029 is resolved * temporary enabled bable namespaces. * updated build script. * updated script. * updated script with some colors. * changed to camelCase. * removed spacing. * Starting to add documentation guidelines. * added examples headline. * added menu options. * added parameters and return values. * Fixed merge error. * Added first version of auto-generated docs. * changed so we use the eslint ignore syntax. * changed to correct eslint ingnore comment. * fixed some spelling errors reported by codespell. * added script to generate docs in current folder. * updated api docs. * lerna bootstrap. * added eror to the ingore words list. * removed file that should be ignored. * updated locKFILE. * referenced the code comments guidelines. * updated packages. * updated deps. * updated the autogenerated dosc. * adding missing new line.
Marcus Andersson committed
-
- 25 Feb, 2020 10 commits
-
-
* NewPanelEditor: Alternative edit layout * Fixed full height issue * panel-edit-tabs experiment * minor tweaks * PanelEditor: Minor tweaks
Torkel Ödegaard committed -
* NewPanelEditor: Alternative edit layout * Fixed full height issue * panel-edit-tabs experiment * minor tweaks * PanelEditor: Minor tweaks
Torkel Ödegaard committed -
* Core: Add custom app title * Docs: Update White Labeling title customization * Core: set back export for Branding types
Agnès Toulet committed -
* Fixed error in storybook when remving selections. * moved fix to select base instead of in story. * updated to check for null or undefined.
Marcus Andersson committed -
Marcus Andersson committed
-
* trying out api-extractor. * works with our setup of build. * wip. * changed the packages so it works better with the api-extractor. * Changes to make the api-extractor to work. * cleaned up the api-extractor config files. * added some more documentation. * added tsdoc-metadata to gitignore. * removed the generated docs (will do that in another PR). * added execute permission to script for generating dosc. * added so we will push generated docs to branch. * will clean packages_api on abort. * Fixed failing tests. * fixed formatting issue with typedoc comment. * temporarily disabled tslint rules about namespace until https://github.com/microsoft/rushstack/issues/1029 is resolved * temporary enabled bable namespaces. * updated build script. * updated script. * updated script with some colors. * changed to camelCase. * removed spacing. * Starting to add documentation guidelines. * added examples headline. * added parameters and return values. * Fixed merge error. * changed so we use the eslint ignore syntax. * changed to correct eslint ingnore comment. * fixed some spelling errors reported by codespell. * added script to generate docs in current folder. * lerna bootstrap. * removed file that should be ignored. * updated locKFILE. * referenced the code comments guidelines. * updated packages. * updated deps.
Marcus Andersson committed -
solves issue #22396
maximka committed -
Agnès Toulet committed
-
Ryan McKinley committed
-
- Fix examples: syntax errors, formatting - Add links to referenced Emotion documentation - Fix grammar, punctuation - Update headings: Remove top-level "Emotion", adjust others
Rob McGuire committed
-
- 24 Feb, 2020 4 commits
-
-
* Docs: Add links, fix grammar, formatting, wording - Add links to theme files and technology references - Adjust formatting to be consistent, e.g., syntax highlighting, section spacing - Fix misc grammar, punctuation - Fix SASS -> Sass Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Rob McGuire committed -
* Changelog: adds missing enterprise features * wording
Leonard Gram committed -
* Docs: Add info on active LDAP sync * Update docs/sources/enterprise/enhanced_ldap.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Docs: remove usage of "he" in LDAP sync Co-authored-by: Leonard Gram <leo@xlson.com>
Agnès Toulet committed -
* Docs: Fixed formatting issue in new stat docs * Fixed newline
Torkel Ödegaard committed
-
- 22 Feb, 2020 1 commit
-
-
Steven Vachon committed
-