- 07 Apr, 2020 24 commits
-
-
* handle 404 errors gracefully * need to redirect stderr to stdout to check for 404s
Stephanie Closson committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
Kyle Brandt committed
-
* fixed so the transformers UI is less buggy. * changed so we don't mutate state.
Marcus Andersson committed -
* Fix for deprecating packages * fixed tabs * code review - added set -eo pipefail
Stephanie Closson committed -
Ryan McKinley committed
-
Dominik Prokop committed
-
* BackendPlugin: (wip) change response format goes with https://github.com/grafana/grafana-plugin-sdk-go/pull/109 * fix error mapping in wrapper * latest of my sdk branch * latest of my sdk branch * TransformWrapper fixes * latest of sdk branch (removes extra meta) * add metadata in wrappers * also set error string * sdk: v0.35.0
Kyle Brandt committed -
The fetch() API won't send cookies or other type of credentials unless you set the credentials init option. Some datasources like Prometheus and Elasticsearch have `withCredentials` option in Browser access mode, but this option is not currently getting passed in the fetch() API. Fixes #23338.
Tuan Anh Hoang-Vu committed -
* Refactor: adds one form of column resize to React-Table * Refactor: resizing works * Refactor: adds onColumnResize * Refactor: fixes so sorting is not invoked when resizing * Refactor: fixes styles for resizer * Refactor: removes callback call * Refactor: changes after comments * Refactor: updates code according to new api * Improved styling * fix * Refactor: adds back resizable panel option and defaults to false Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Hugo Häggmark committed -
* Set field config defaults based on config registry * Rename FIeldPropertyEditorItem to FieldConfigPopertyItem * Remove console.log * Simplify overrides persistence model and add support for nested properties in overrides * Review updates
Dominik Prokop committed -
Hugo Häggmark committed
-
Robby Milo committed
-
Marcus Andersson committed
-
Alexander Zobnin committed
-
* Add prefix and suffix example * Update doc * Update packages/grafana-ui/src/components/Forms/Input/Input.mdx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Add light theme to be loaded for docs * Add more docs * Make Legacy stories internal Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Tobias Skarhed committed -
Ryan McKinley committed
-
* Move Switch to Legacy namespace * Make story internal * Fix import
Tobias Skarhed committed -
Marcus Andersson committed
-
Tobias Skarhed committed
-
* Added draft on transformers to sort and hide fields. * added structure for the UI. * draft on sorting/filtering UI. * simplified the datastructure a bit. * added draft on drag and drop support. * added some super simple styling. Nothing final still waiting for a proper design on this. * updated lockfile after merge. * changed so we use the new path for button. * added one more test. * Ignore feature toggle * Moved editor to app * Added top description * Minor update * Did some renaming and simplified the code a bit. * fixed so we dont use capital naming on the transformer. * changed to an vertical drag and drop design. * added support to rename fields. Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Marcus Andersson committed
-
- 06 Apr, 2020 14 commits
-
-
1. Typo in the default email address 2. Nested promises causing problems in some situations. Return a promise and resolve in the outer function 3. If extension still have '.' in front remove it prior to matching.
Stephanie Closson committed -
Nathan Webster committed
-
* Lessons learned from using circle-ci 1. Make it clearer that GITHUB_TOKEN or GITHUB_ACCESS_TOKEN are required for a release. Don't build without them. 2. Default gracefully to an reasonable email address. (It does not have to actually exist, but the api needs it to publish) * template for testing * Wrote a basic test. * Simple test * Slight fix to brackets * Code review changes * Fix for test. Setup environment properly
Stephanie Closson committed -
Dan Cech committed
-
According to the stackoverflow answer below, it is recommended to not include a trailing / in cookies' path. By removing the trailing / for our cookies path value, people's browsers visiting grafana will pass the cookie not only to /grafana/ sub paths but also to /grafana sub paths. This commit avoids the situation where a user would visit http://localhost/grafana, get redirected to http://localhost/grafana/login, and following login get redirected back to http://localhost/grafana, but since the grafana_session cookie isn't passed along get redirected back once more to http://localhost/grafana/login. ref: https://stackoverflow.com/questions/36131023/setting-a-slash-on-cookie-path/53784228#53784228 ref: https://tools.ietf.org/html/rfc6265#section-5.1.4
Erik Sundell committed -
Peter Holmberg committed
-
* FieldConfig: Unifying standard and custom registry * Adding path to option items to make id be prefixed for custom options * Code updates progress * Add docs back * Fix TS * ld overrides tests from ui to data * Refactor - rename * Gauge and table cleanup * F-I-X e2e Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Torkel Ödegaard committed -
* show plugins that start with queyr text first * Memoize keyboard handler Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed -
* Show organization popup in alphabetical order * GetUserOrgList: Sort organizations by name in API Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Vikky Omkar committed -
* Remove exports * Move folders * Fix errors
Tobias Skarhed committed -
* Core: use go-datemath in time_range * Core: update timerange for negative epoch * Core: update gtime component * Core: clean up time_range tests * Update pkg/components/gtime/gtime.go Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Core: clean gtime tests * components/gtime: Fix test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Agnès Toulet committed -
* NewPanelEdit: Minor style tweaks * Fixed ts issue * Tweaked breakpoint
Torkel Ödegaard committed -
Ryan McKinley committed
-
* Try to parse 8 and 15 digit numbers as timestamps if parsing as date fails Fixes #19738 * Add tests
Jesse Tan committed
-
- 05 Apr, 2020 2 commits
-
-
* Theme: Updates old gf-form-styles * Removed margin buttom * updated * updated * This will take some time * More style tweaks to both light and dark theme * Minor change * Tweaked table styles
Torkel Ödegaard committed -
Torkel Ödegaard committed
-