- 19 Feb, 2020 3 commits
-
-
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
- 15 Feb, 2020 2 commits
-
-
Dominik Prokop committed
-
Ryan McKinley committed
-
- 14 Feb, 2020 8 commits
-
-
Added missing link
Diana Payton committed -
* Create linking.md * Update linking.md * Updated menu and edited linking content * Changed file name * Update navigation-links.md
Diana Payton committed -
* Refactored Enterprise side menu * Update menu.yaml * Fixed links * Update menu.yaml
Diana Payton committed -
Arve Knudsen committed
-
* Alerting: Update types of supported Slack recipients * Document Slack recipient requirements
Arve Knudsen committed -
* change URL occurences to uppercase * Update docs/sources/tutorials/iis.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Jeet Parekh committed -
fixing link for provisioning data sources to use relref
annelaurefroment committed -
* DevEnv: updates @types/testing-library__react-hooks 3.1.0 -> 3.2.0 * DevEnv: updates @types/enzyme-adapter-react-16 1.0.5 -> 1.0.6 * DevEnv: updates @types/react-test-renderer 16.9.0 -> 16.9.2 * DevEnv: updates react-test-renderer 16.9.0 -> 16.12.0 * DevEnv: updates @types/enzyme 3.9.0 -> 3.10.5 * DevEnv: updates enzyme-adapter-react-16 1.0.6 -> 1.15.2 * DevEnv: updates enzyme 3.9.0 -> 3.11.0 * Fix: updates snapshots * Fix: updates tests * DevEnv: updates enzyme-to-json 3.3.5 -> 3.4.4 * DevEnv: updates expect.js 0.2.0 -> 0.3.1 * DevEnv: updates @types/puppeteer-core 1.9.0 -> 2.0.0 * DevEnv: updates puppeteer-core 1.15.0 -> 2.1.1 * DevEnv: updates @types/expect-puppeteer 3.3.1 -> 4.4.0 * DevEnv: updates expect-puppeteer 4.1.1 -> 4.4.0 * DevEnv: updates mocha 4.1.0 -> 7.0.1
Lukas Siatka committed
-