- 18 Feb, 2020 7 commits
-
-
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 15 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 -
* DevEnv: updates @types/classnames 2.2.7 -> 2.2.9 * DevEnv: updates @types/jquery 1.10.35 -> 3.3.32 * DevEnv: updates @types/lodash 4.14.123 -> 4.14.149 * DevEnv: updates @types/pngjs 3.3.2 -> 3.4.1
Lukas Siatka committed -
* Make explore url work when grafana served from sub url * Update public/app/core/utils/explore.ts
Dominik Prokop committed -
* DevEnv: updates node-sass 4.12.0 -> 4.13.1 * DevEnv: updates ts-node 8.5.0 -> 8.6.2 * DevEnv: updates @types/node 11.13.4 -> 13.7.0 * DevEnv: updates lockfile
Lukas Siatka committed -
* request uri will contain the subpath
Brian Gann committed -
* first things * rename * add stats, remove table related changes * header size and expand icon * add case for nan request time * fixing null checks * reverting changes to table * fix background on header * Some small fixes after review * do not use formInputBg
Peter Holmberg committed -
Dominik Prokop committed
-
* Azure OAuth: extract groups from token for teamsync * Docs: changed some headers * Azure OAuth: fix tests * Azure OAuth: fix linter error (simplify) * Azure OAuth: add allowed_groups option * Azure OAuth: docs for team sync and allowed_groups * Azure OAuth: tests for allowed_groups * Update docs/sources/auth/azuread.md Co-Authored-By: Leonard Gram <leo@xlson.com> Co-authored-by: Leonard Gram <leo@xlson.com>
Alexander Zobnin committed
-
- 13 Feb, 2020 2 commits
-
-
* Update shortcuts.md Removed content that was out-of-date and redundant with the UI. * Added panels.md * Added dashboards.md * Added data-sources.md * Update data-sources.md * Sorted basic concepts into other topics * Update docs/sources/menu.yaml Co-Authored-By: Marcus Olsson <accounts+github@marcus.se.net> * Update panels.md * Update data-sources.md Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Diana Payton committed -
* test apply * test apply * Move standard field config editor registry to grafana-data * merge master * Apply field config defaults * Make field and dataFrameIndex optional on on FieldOverrideContext * Apply custom field config overrides * Gauge - make sure thresholds are set * Move series and field scoped vars calculation * Enable template variables interpolation in title fields * Expose standars field configs from grafana ui via function * Add missing option to the config for the min value to be derived from field values * Fix ts issue Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed
-