- 06 Apr, 2020 11 commits
-
-
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 4 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
-
NewPanelEdit: Move field defaults to own tab, and merge general and panel options to first options tab (#23350) * use dropdown * keep padding the same * keep padding the same * Refactoring and moving to components * Updated * Alt names Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Ryan McKinley committed -
FieldOverride: Fixed number override so that it return undefined for null/undefined values and not NaN (#23344) * FieldOverride: Fixed number override so that it return undefined for null/undefined values and not NaN * Made process function be able to return undefined an null
Torkel Ödegaard committed
-
- 04 Apr, 2020 8 commits
-
-
* POC grid layout of gague. * added a grid property that can be used to auto size the charts within a panel. * fill the grid * fix lint * change default for stat panel * avoid empty cells * Moved to absolute positioning * Fixed spacing * Another fix * Improve layout algorithm * VizRepeater: Reverted back to so this is auto behavior for some panels Co-authored-by: Ryan McKinley <ryantxu@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Marcus Andersson committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Peter Holmberg committed
-
Krzysztof Dąbrowski committed
-
* NewPanelEdit: Layout experiments * Progress on new layout * Fixed ts issue
Torkel Ödegaard committed -
I changed the semantics a bit so they fit into the "format first" thing that seems to be going on there.
Sebastian Brandt committed -
Volodymyr Sergeyev committed
-
- 03 Apr, 2020 17 commits
-
-
* mostly minor edits while reading * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/apps.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * notes updates * Update docs/sources/plugins/developing/development.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * update to ref tutorials Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Shavonn Brown committed -
Explicit setting of this option helps to vscode properly work with .tsx files (https://github.com/Microsoft/vscode/issues/15814)
Kirill Freiman committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
Andrej Ocenas committed
-
* Handle unpublish by deprecating package * Fixed tabs. * fixed array iterate * Fixed quoting problems * various shellcheck fixes
Stephanie Closson committed -
Andrej Ocenas committed
-
* services/sqlstore: Order results in UserSearch by username/email * Add index (login,email) on user table
Arve Knudsen committed -
Tobias Skarhed committed
-
Dominik Prokop committed
-
Leonard Gram committed
-
* Storybook: expand layout docs * Search: Ad align prop * Search: Default align to normal * Search: Expand docs
Alex Khomenko committed -
Make grafana-server exit with 0 if no error occurred.
Arve Knudsen committed -
* Table: Fixing scrolling draging the vertical handle * updated snapshots
Torkel Ödegaard committed -
Tobias Skarhed committed
-
* Variables: turns on newVariables as default * Chore: adds default templating state * Some small refactorings to get the template_srv tests to get green when toggle is enabled by default. * Refactor: adds getVariables dependency to DashboardModel * Tests: fixes StackDriver tests * Tests: updates snapshots * Tests: updates snapshot for DashboardGrid.test.tsx * Tests: fixes DashboardModel.test.ts * fixed initDashboard tests. * renamed variable. * changed so we use the templating.list when running the migration work. * changed so we always returns the variables in sorted order. * Tests: fixed cloudwatch tests * added so we set the global template variable props. * Fixed tests and added moved logic to complete templateSrv variables. * removed unneccesary updateIndex. Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Hugo Häggmark committed -
Dominik Prokop committed
-