- 05 Apr, 2020 2 commits
-
-
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
-
- 02 Apr, 2020 13 commits
-
-
This was implemented but never documented. This is related to: https://github.com/grafana/grafana/issues/8832 https://github.com/grafana/grafana/issues/5248 https://github.com/grafana/grafana/pull/20173
Sven-Hendrik Haase committed -
* removing src dir on publish * Moved from binary to native typescript 1. Moved to a native typescrpt github publish using the existing github client. 2. Change dist.js to detect running in a linked environment. Todo: Optimize docker image for build size. * Optimized build of docker container Much smaller. From 5.47 gb to 2.88 * Feedback from discussion with Ryan - Added gget for getting grafana versions - Added infrastructure for testing - Uploaded new docker image * Fixed typo... Not sure what happened there :) * Added command to download canary * small fix for displaying versions in help * Removed --dev option Should really just rename version to (ex: 1.2.0-dev) * removing src dir on publish * Moved from binary to native typescript 1. Moved to a native typescrpt github publish using the existing github client. 2. Change dist.js to detect running in a linked environment. Todo: Optimize docker image for build size. * Optimized build of docker container Much smaller. From 5.47 gb to 2.88 * Feedback from discussion with Ryan - Added gget for getting grafana versions - Added infrastructure for testing - Uploaded new docker image * Fixed typo... Not sure what happened there :) * Added command to download canary * small fix for displaying versions in help * Removed --dev option Should really just rename version to (ex: 1.2.0-dev)
Stephanie Closson committed -
Vikky Omkar committed
-
* Codeowner: Marcus Olsson for .mdx files * Update CODEOWNERS
Tobias Skarhed committed -
Dominik Prokop committed
-
* Okta OAuth support * Chore: fix linter error * Chore: move IsEmailAllowed to SocialBase * Chore: move IsSignupAllowed to SocialBase * Chore: review fixes * Okta: support allowed_groups * Okta: default config * Chore: move extractEmail() to OktaClaims struct * Chore: review fixes * generic_oauth_test: Handle error cases Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * generic_oauth_test: Handle error cases Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Docs: Okta OAuth * Chore: don't return expected errors from searchJSONForAttr * Docs: role mapping * Chore: review fixes (searchJSONForAttr) * Docs: review fixes * Update docs/sources/auth/okta.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update docs/sources/auth/okta.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Chore: log error if searchJSONForAttr failed * Docs: add Okta login link * Docs: review fixes * Docs: add reference to the org roles Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Alexander Zobnin committed -
* Update exports * Add LegacyForms namespace * Update ci grep
Tobias Skarhed committed -
* add tab * add process measurement * add json model tab * render tab * removed duplicated code and added keys to stats rows
Peter Holmberg committed -
Alex Khomenko committed
-
Mohit Nain committed
-
Torkel Ödegaard committed
-
* Utils: Use 's' as default for unit-less intervals If the user specifies a string that is a unit-less number, it is assumed that they meant seconds. Fixes #22362 * Rephrase tooltip for better line break position
Andreas Opferkuch committed -
* Add integration with Jeager Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split. Modifies build so that this branch docker images are pushed to docker hub Add a traceui dir with docker-compose and provision files for demoing.:wq * Enable docker logger plugin to send logs to loki * Add placeholder zipkin datasource * Fixed rebase issues, added enhanceDataFrame to non-legacy code path * Trace selector for jaeger query field * Fix logs default mode for Loki * Fix loading jaeger query field services on split * Updated grafana image in traceui/compose file * Fix prettier error * Hide behind feature flag, clean up unused code. * Fix tests * Fix tests * Cleanup code and review feedback * Remove traceui directory * Remove circle build changes * Fix feature toggles object * Fix merge issues * Add trace ui in Explore * WIP * WIP * WIP * Make jaeger datasource return trace data instead of link * Allow js in jest tests * Return data from Jaeger datasource * Take yarn.lock from master * Fix missing component * Update yarn lock * Fix some ts and lint errors * Fix merge * Fix type errors * Make tests pass again * Add tests * Fix es5 compatibility Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
Andrej Ocenas committed
-