- 20 Feb, 2020 2 commits
-
-
Tobias Skarhed committed
-
Miguel Carvajal committed
-
- 19 Feb, 2020 18 commits
-
-
* Couple of changes to the document Correcting a typo in line 53 Line 226 should be re-written as "To easily configure" * Update docs/sources/auth/generic-oauth.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Mohit Nain committed -
By storing render key in remote cache it will enable image renderer to use public facing url or load balancer url to render images and thereby remove the requirement of image renderer having to use the url of the originating Grafana instance when running HA setup (multiple Grafana instances). Fixes #17704 Ref grafana/grafana-image-renderer#91
Marcus Efraimsson committed -
Properly provides plugin configs to backend plugins. Uses v0.16.0 of grafana-plugin-sdk-go- Ref #21512 Ref #19667
Marcus Efraimsson committed -
* Add basic layout components * Add some love to data links in new panel edit * fix prettier
Dominik Prokop committed -
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 7 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
-