- 19 Feb, 2020 13 commits
-
-
Add gauge for requests currently in flight. Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Carl Bergquist committed -
* OAuth: Make use of auto_assign_org_id setting
Arve Knudsen committed -
Arve Knudsen committed
-
* CI: check ubuntu and alpine images with trivy * CI: clear trivy cache before running
Leonard Gram committed -
Arve Knudsen committed
-
... so that they get installed within consumer projects
Steven Vachon committed -
Torkel Ödegaard committed
-
Dominik Prokop committed
-
Dominik Prokop committed
-
* Increase nodejs max memory * Indentation * Update .circleci/config.yml Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update .circleci/config.yml Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Dominik Prokop committed -
Minor format edits
Diana Payton committed -
* FieldConfigs: Added string select field config * FieldConfigs: Added string select field config * Changed to generic select type
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
- 18 Feb, 2020 13 commits
-
-
* Update TestData docs Fixes TestData docs by correcting name, installation instructions, etc. Should prevent issues like #16386. - Fix name: `Grafana TestData` -> `TestData DB` - Fix "Enable" section instructions - Fix "Dashboard" section instructions - Fix grammar * Bold clickable items, list step-by-step instrs. * Apply suggestions from code review Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Rob McGuire committed -
Suppresses stacktrace in recovery middleware if error is http.ErrAbortHandler. Skips writing response error in recovery middleware if resoonse have already been written. Skips try rotate of auth token if response have already been written. Skips adding default response headers if response have already been written. Fixes #15728 Ref #18082 Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
Marcus Efraimsson committed -
Minor link update
Diana Payton committed -
Steven Vachon committed
-
* Update enhanced_ldap.md * Update ldap.md * Minor fixes
Diana Payton committed -
Put the cipher suites with Forward Secrecy at or nearer the top, keeping any TLS v1.3 suites at the top, following best practice guides for the ordering of the rest. There is no change to the selection of suites only reordering.
Adrian Coveney committed -
Diana Payton committed
-
* NewPanelEditor: Add back data links * Made custom table options work in table panel
Torkel Ödegaard committed -
Sebastian Poxhofer committed
-
Torkel Ödegaard committed
-
Now any errors logged by http.ReverseProxy are forwarded to Grafana's logger and includes more contextual information like level (error), user id, org id, username, proxy path, referer and IP address. Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Carl Bergquist committed -
* fixed issues with timepicker closing when month is changed. * removed console.logs. * fixed so calendar isn't changing size when selecting several dates. * Prevent calendar from closing when changing year. * fixed according to PR feedback.
Marcus Andersson committed -
* Update timeseries.md Update to docs-imagebox for the image link. * Update docs/sources/guides/timeseries.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
ROY committed
-
- 17 Feb, 2020 11 commits
-
-
if the client closes the connection we should not rotate token since the client will never receive the new token. Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Carl Bergquist committed -
* Map level field based on config. * Fix type
Andrej Ocenas committed -
* Sqlstore: guard against getting a dashboard without specifying identifier * Sqlstore: linting
Leonard Gram committed -
* Start Angular migration * Add SignupCtrl * Change name signup * Add backend call * Put form in separate file * Add form model * Start using react-hook-forms * Add FormModel to state * Reduxify * Connect nav with Redux * Fix routing and navModel * Fetch state options on mount * Add default values and add button margin * Add errror messages * Fix title * Remove files and cleanup * Add Signup tests * Add boot config assingnAutoOrg and verifyEmailEnabled * Remove onmount call * Remove ctrl and move everything to SignupForm * Make routeParams optional for testing * Remove name if it is empty * Set username * Make function component * Fix subpath issues and add link button * Move redux to SignupPage
Tobias Skarhed committed -
* Add color theme and serve static files for storybook * Add color theme and serve static files for storybook * Export dark and light theme * Add storybook-dark-mode package * Add theme toggle functionality * Toggle story theme too * Remove unused import * webpack config changes not needed
Tobias Skarhed committed -
* First stab at angular panels load in new edit * Things are working
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* initial wip * Progress on new threshold design * Testing radio button group for mode option * Starting to come together * Fixed percent mode * Full width radio groups * Minor tweaks, cursor to trash icon and hover state * fixed unit tests * Fixed storybook * re-ordering fields * Updated snapshot * Make it consistent, add vs create
Torkel Ödegaard committed -
Jacky committed
-
- 16 Feb, 2020 3 commits
-
-
* fieldOverrides: Fix issue with same series name for every display value * Added unit test
Torkel Ödegaard committed -
* remove datasource * get datasoure from refId * metrictank does not need to say the datasource
Ryan McKinley committed