-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix login page redirected from password reset #24032
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
papagian
approved these changes
Apr 29, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
ryantxu
pushed a commit
that referenced
this pull request
Apr 29, 2020
ryantxu
pushed a commit
that referenced
this pull request
Apr 29, 2020
ryantxu
pushed a commit
that referenced
this pull request
Apr 30, 2020
torkelo
added a commit
that referenced
this pull request
May 4, 2020
* extract out the field creation parts * extract out the field creation parts * three math modes * better timeseries support * TestData/Graph: load arrow and zoom to data range (#23764) * Docs: Fix building of docs (#23923) * Docs: Fix building of docs * CircleCI: Fixate grafana/docs-base image revision in job for building docs * Docs: enable packages reference docs for 7-beta (#23953) * added packages reference menu item. * removed the draft flag. * Updated docs by running script. * AlertTab: some ui updates (#23971) * updated the alerting tab. * changed so we use a confirm button. * removed uncommeneted import. * Change to secondary buttons Co-Authored-By: Dominik Prokop <[email protected]> * trying to fix issue with panel of undefined. * Fix prettier * Update public/app/features/alerting/AlertTab.tsx Co-authored-by: Dominik Prokop <[email protected]> * Docs: Query history 7.0 updates (#23955) * Update docs about query history * Update docs/sources/features/explore/index.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Metrictank: Fix meta inspector consolidator field names (#23838) to match grafana/metrictank#1798 * Chore: Update Grafana version (#23985) * Update Grafana version * Docs: What's new in 7.0 placeholder (#23987) * Docs: What's new in 7.0 placeholder * Updated makefile * Search: minor fixes (#23984) * Search: Use folder id as key when present * Search: Do not render modals if not open * Enterprise: List 7.0 features (#23956) * CircleCI: Fix triggering of jobs for releases (#23999) Signed-off-by: Arve Knudsen <[email protected]> * Fix pagination of issues/PR's in changelog generator (#23997) Fix pagination of issues/PR's in changelog generator * Search: Convert time pickers to CSF (#24002) * updated docs for reporting (#23733) * updated docs * peering comments * Added info about what version test mails requires * Tracing: Fix view bounds after trace change (#23994) * Docs: fix image link (#24011) * Update whats new (#24012) * Chore: Put what's new and release notes URLs in package.json (#24006) * Put what's new and release notes URLs in package.json * Upgrade build pipeline tool * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * more tests * remove FieldConfig setting * merged binary and reduce * improve tests * update options after values change * Minor refactoring and polish to UI * Minor fixes Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Dieter Plaetinck <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Emil Tullstedt <[email protected]> Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Jon Gyllenswärd <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]>
torkelo
added a commit
that referenced
this pull request
May 7, 2020
… all field name matchers & field / series name displays (#24024) * common title handling * show labels * update comment * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * fix compile error * better series display * better display * now with prometheus and loki * a few more tests * Improvements and tests * thinking * More advanced and smart default title generation * Another fix * Progress but dam this will be hard * Reverting the time series Value field name change * revert revert going in circles * add a field state object * Use state title when converting back to legacy format * Improved the join (series to columsn) transformer * Got tests running again * Rewrite of seriesToColums that simplifies and fixing tests * Fixed the tricky problem of multiple time field when not used in join * Prometheus: Restoring prometheus formatting * Graphite: Disable Grafana's series naming * fixed imports * Fixed tests and made rename transform change title instead * Fixing more tests * fix more tests * fixed import issue * Fixed more circular dependencies * Renamed to getFieldTitle * More rename * Review feedback * Fix for showing field title in calculate field transformer * fieldOverride: Make it clear that state title after applying defaults & overrides * Fixed ts issue * Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]>
aknuds1
pushed a commit
that referenced
this pull request
May 7, 2020
(cherry picked from commit afc7833)
aknuds1
pushed a commit
that referenced
this pull request
May 7, 2020
* extract out the field creation parts * extract out the field creation parts * three math modes * better timeseries support * TestData/Graph: load arrow and zoom to data range (#23764) * Docs: Fix building of docs (#23923) * Docs: Fix building of docs * CircleCI: Fixate grafana/docs-base image revision in job for building docs * Docs: enable packages reference docs for 7-beta (#23953) * added packages reference menu item. * removed the draft flag. * Updated docs by running script. * AlertTab: some ui updates (#23971) * updated the alerting tab. * changed so we use a confirm button. * removed uncommeneted import. * Change to secondary buttons Co-Authored-By: Dominik Prokop <[email protected]> * trying to fix issue with panel of undefined. * Fix prettier * Update public/app/features/alerting/AlertTab.tsx Co-authored-by: Dominik Prokop <[email protected]> * Docs: Query history 7.0 updates (#23955) * Update docs about query history * Update docs/sources/features/explore/index.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Metrictank: Fix meta inspector consolidator field names (#23838) to match grafana/metrictank#1798 * Chore: Update Grafana version (#23985) * Update Grafana version * Docs: What's new in 7.0 placeholder (#23987) * Docs: What's new in 7.0 placeholder * Updated makefile * Search: minor fixes (#23984) * Search: Use folder id as key when present * Search: Do not render modals if not open * Enterprise: List 7.0 features (#23956) * CircleCI: Fix triggering of jobs for releases (#23999) Signed-off-by: Arve Knudsen <[email protected]> * Fix pagination of issues/PR's in changelog generator (#23997) Fix pagination of issues/PR's in changelog generator * Search: Convert time pickers to CSF (#24002) * updated docs for reporting (#23733) * updated docs * peering comments * Added info about what version test mails requires * Tracing: Fix view bounds after trace change (#23994) * Docs: fix image link (#24011) * Update whats new (#24012) * Chore: Put what's new and release notes URLs in package.json (#24006) * Put what's new and release notes URLs in package.json * Upgrade build pipeline tool * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * more tests * remove FieldConfig setting * merged binary and reduce * improve tests * update options after values change * Minor refactoring and polish to UI * Minor fixes Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Dieter Plaetinck <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Emil Tullstedt <[email protected]> Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Jon Gyllenswärd <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> (cherry picked from commit 5332871)
aknuds1
pushed a commit
that referenced
this pull request
May 7, 2020
… all field name matchers & field / series name displays (#24024) * common title handling * show labels * update comment * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * fix compile error * better series display * better display * now with prometheus and loki * a few more tests * Improvements and tests * thinking * More advanced and smart default title generation * Another fix * Progress but dam this will be hard * Reverting the time series Value field name change * revert revert going in circles * add a field state object * Use state title when converting back to legacy format * Improved the join (series to columsn) transformer * Got tests running again * Rewrite of seriesToColums that simplifies and fixing tests * Fixed the tricky problem of multiple time field when not used in join * Prometheus: Restoring prometheus formatting * Graphite: Disable Grafana's series naming * fixed imports * Fixed tests and made rename transform change title instead * Fixing more tests * fix more tests * fixed import issue * Fixed more circular dependencies * Renamed to getFieldTitle * More rename * Review feedback * Fix for showing field title in calculate field transformer * fieldOverride: Make it clear that state title after applying defaults & overrides * Fixed ts issue * Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> (cherry picked from commit 5dca59f)
aknuds1
pushed a commit
that referenced
this pull request
May 7, 2020
(cherry picked from commit afc7833)
aknuds1
pushed a commit
that referenced
this pull request
May 7, 2020
* extract out the field creation parts * extract out the field creation parts * three math modes * better timeseries support * TestData/Graph: load arrow and zoom to data range (#23764) * Docs: Fix building of docs (#23923) * Docs: Fix building of docs * CircleCI: Fixate grafana/docs-base image revision in job for building docs * Docs: enable packages reference docs for 7-beta (#23953) * added packages reference menu item. * removed the draft flag. * Updated docs by running script. * AlertTab: some ui updates (#23971) * updated the alerting tab. * changed so we use a confirm button. * removed uncommeneted import. * Change to secondary buttons Co-Authored-By: Dominik Prokop <[email protected]> * trying to fix issue with panel of undefined. * Fix prettier * Update public/app/features/alerting/AlertTab.tsx Co-authored-by: Dominik Prokop <[email protected]> * Docs: Query history 7.0 updates (#23955) * Update docs about query history * Update docs/sources/features/explore/index.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Metrictank: Fix meta inspector consolidator field names (#23838) to match grafana/metrictank#1798 * Chore: Update Grafana version (#23985) * Update Grafana version * Docs: What's new in 7.0 placeholder (#23987) * Docs: What's new in 7.0 placeholder * Updated makefile * Search: minor fixes (#23984) * Search: Use folder id as key when present * Search: Do not render modals if not open * Enterprise: List 7.0 features (#23956) * CircleCI: Fix triggering of jobs for releases (#23999) Signed-off-by: Arve Knudsen <[email protected]> * Fix pagination of issues/PR's in changelog generator (#23997) Fix pagination of issues/PR's in changelog generator * Search: Convert time pickers to CSF (#24002) * updated docs for reporting (#23733) * updated docs * peering comments * Added info about what version test mails requires * Tracing: Fix view bounds after trace change (#23994) * Docs: fix image link (#24011) * Update whats new (#24012) * Chore: Put what's new and release notes URLs in package.json (#24006) * Put what's new and release notes URLs in package.json * Upgrade build pipeline tool * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * more tests * remove FieldConfig setting * merged binary and reduce * improve tests * update options after values change * Minor refactoring and polish to UI * Minor fixes Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Dieter Plaetinck <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Emil Tullstedt <[email protected]> Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Jon Gyllenswärd <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> (cherry picked from commit 5332871)
aknuds1
pushed a commit
that referenced
this pull request
May 7, 2020
… all field name matchers & field / series name displays (#24024) * common title handling * show labels * update comment * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * fix compile error * better series display * better display * now with prometheus and loki * a few more tests * Improvements and tests * thinking * More advanced and smart default title generation * Another fix * Progress but dam this will be hard * Reverting the time series Value field name change * revert revert going in circles * add a field state object * Use state title when converting back to legacy format * Improved the join (series to columsn) transformer * Got tests running again * Rewrite of seriesToColums that simplifies and fixing tests * Fixed the tricky problem of multiple time field when not used in join * Prometheus: Restoring prometheus formatting * Graphite: Disable Grafana's series naming * fixed imports * Fixed tests and made rename transform change title instead * Fixing more tests * fix more tests * fixed import issue * Fixed more circular dependencies * Renamed to getFieldTitle * More rename * Review feedback * Fix for showing field title in calculate field transformer * fieldOverride: Make it clear that state title after applying defaults & overrides * Fixed ts issue * Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> (cherry picked from commit 5dca59f)
pull bot
pushed a commit
to digitalocean/grafana
that referenced
this pull request
May 7, 2020
… all field name matchers & field / series name displays (grafana#24024) * common title handling * show labels * update comment * Update changelog for v7.0.0-beta1 (grafana#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (grafana#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (grafana#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (grafana#24037) * Add header icon to Add data source page (grafana#24033) * latest.json: Update testing version (grafana#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (grafana#24032) * Storybook: Rewrite stories to CSF (grafana#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (grafana#24039) * CircleCI: Bump grafana/build-container revision (grafana#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (grafana#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (grafana#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (grafana#24050) * NewPanelEditor: minor UI twekas (grafana#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (grafana#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (grafana#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (grafana#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (grafana#24060) * Update CHANGELOG.md (grafana#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (grafana#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (grafana#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * fix compile error * better series display * better display * now with prometheus and loki * a few more tests * Improvements and tests * thinking * More advanced and smart default title generation * Another fix * Progress but dam this will be hard * Reverting the time series Value field name change * revert revert going in circles * add a field state object * Use state title when converting back to legacy format * Improved the join (series to columsn) transformer * Got tests running again * Rewrite of seriesToColums that simplifies and fixing tests * Fixed the tricky problem of multiple time field when not used in join * Prometheus: Restoring prometheus formatting * Graphite: Disable Grafana's series naming * fixed imports * Fixed tests and made rename transform change title instead * Fixing more tests * fix more tests * fixed import issue * Fixed more circular dependencies * Renamed to getFieldTitle * More rename * Review feedback * Fix for showing field title in calculate field transformer * fieldOverride: Make it clear that state title after applying defaults & overrides * Fixed ts issue * Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]>
aknuds1
pushed a commit
that referenced
this pull request
Jun 30, 2020
aknuds1
added a commit
that referenced
this pull request
Jun 30, 2020
* extract out the field creation parts * extract out the field creation parts * three math modes * better timeseries support * TestData/Graph: load arrow and zoom to data range (#23764) * Docs: Fix building of docs (#23923) * Docs: Fix building of docs * CircleCI: Fixate grafana/docs-base image revision in job for building docs * Docs: enable packages reference docs for 7-beta (#23953) * added packages reference menu item. * removed the draft flag. * Updated docs by running script. * AlertTab: some ui updates (#23971) * updated the alerting tab. * changed so we use a confirm button. * removed uncommeneted import. * Change to secondary buttons Co-Authored-By: Dominik Prokop <[email protected]> * trying to fix issue with panel of undefined. * Fix prettier * Update public/app/features/alerting/AlertTab.tsx Co-authored-by: Dominik Prokop <[email protected]> * Docs: Query history 7.0 updates (#23955) * Update docs about query history * Update docs/sources/features/explore/index.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Metrictank: Fix meta inspector consolidator field names (#23838) to match grafana/metrictank#1798 * Chore: Update Grafana version (#23985) * Update Grafana version * Docs: What's new in 7.0 placeholder (#23987) * Docs: What's new in 7.0 placeholder * Updated makefile * Search: minor fixes (#23984) * Search: Use folder id as key when present * Search: Do not render modals if not open * Enterprise: List 7.0 features (#23956) * CircleCI: Fix triggering of jobs for releases (#23999) Signed-off-by: Arve Knudsen <[email protected]> * Fix pagination of issues/PR's in changelog generator (#23997) Fix pagination of issues/PR's in changelog generator * Search: Convert time pickers to CSF (#24002) * updated docs for reporting (#23733) * updated docs * peering comments * Added info about what version test mails requires * Tracing: Fix view bounds after trace change (#23994) * Docs: fix image link (#24011) * Update whats new (#24012) * Chore: Put what's new and release notes URLs in package.json (#24006) * Put what's new and release notes URLs in package.json * Upgrade build pipeline tool * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * more tests * remove FieldConfig setting * merged binary and reduce * improve tests * update options after values change * Minor refactoring and polish to UI * Minor fixes Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Dieter Plaetinck <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Emil Tullstedt <[email protected]> Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Jon Gyllenswärd <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]>
aknuds1
added a commit
that referenced
this pull request
Jun 30, 2020
… all field name matchers & field / series name displays (#24024) * common title handling * show labels * update comment * Update changelog for v7.0.0-beta1 (#24007) Co-Authored-By: Marcus Efraimsson <[email protected]> Co-Authored-By: Andrej Ocenas <[email protected]> Co-Authored-By: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> * verify-repo-update: Fix Dockerfile.deb (#24030) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Upgrade build pipeline tool (#24021) * CircleCI: Upgrade build pipeline tool * Devenv: ignore enterprise (#24037) * Add header icon to Add data source page (#24033) * latest.json: Update testing version (#24038) Signed-off-by: Arve Knudsen <[email protected]> * Fix login page redirected from password reset (#24032) * Storybook: Rewrite stories to CSF (#23989) * ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback * changelog enterprise 7.0.0-beta1 (#24039) * CircleCI: Bump grafana/build-container revision (#24043) Signed-off-by: Arve Knudsen <[email protected]> * Changelog: Updates changelog with more feature details (#24040) * Changelog: Updates changelog with more feature details * spell fix * spell fix * Updates * Readme update * Updates * Select: fixes so component loses focus on selecting value or pressing outside of input. (#24008) * changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot. * Devenv: add remote renderer to grafana (#24050) * NewPanelEditor: minor UI twekas (#24042) * Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review * Changelog: Add a breaking change (#24051) Signed-off-by: Arve Knudsen <[email protected]> * CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen <[email protected]> * Search: close overlay on Esc press (#24003) * Search: Close on Esc * Search: Increase bottom padding for the last item in section * Search: Move closing search to keybindingsSrv * Search: Fix folder view * Search: Do not move folders if already in folder * Docs: Adds deprecation notice to changelog and docs for scripted dashboards (#24060) * Update CHANGELOG.md (#24047) Fix typo Co-authored-by: Daniel Lee <[email protected]> * Documentation: Alternative Team Sync Wording (#23960) * Alternative wording for team sync docs Signed-off-by: Joe Elliott <[email protected]> * Update docs/sources/auth/team-sync.md Co-Authored-By: Diana Payton <[email protected]> Co-authored-by: Diana Payton <[email protected]> * Fix misspell issues (#23905) * Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <[email protected]> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <[email protected]> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]> * fix compile error * better series display * better display * now with prometheus and loki * a few more tests * Improvements and tests * thinking * More advanced and smart default title generation * Another fix * Progress but dam this will be hard * Reverting the time series Value field name change * revert revert going in circles * add a field state object * Use state title when converting back to legacy format * Improved the join (series to columsn) transformer * Got tests running again * Rewrite of seriesToColums that simplifies and fixing tests * Fixed the tricky problem of multiple time field when not used in join * Prometheus: Restoring prometheus formatting * Graphite: Disable Grafana's series naming * fixed imports * Fixed tests and made rename transform change title instead * Fixing more tests * fix more tests * fixed import issue * Fixed more circular dependencies * Renamed to getFieldTitle * More rename * Review feedback * Fix for showing field title in calculate field transformer * fieldOverride: Make it clear that state title after applying defaults & overrides * Fixed ts issue * Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx Co-authored-by: Marcus Efraimsson <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> Co-authored-by: Hugo Häggmark <[email protected]> Co-authored-by: Tobias Skarhed <[email protected]> Co-authored-by: Arve Knudsen <[email protected]> Co-authored-by: Leonard Gram <[email protected]> Co-authored-by: Ivana Huckova <[email protected]> Co-authored-by: Alexander Zobnin <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> Co-authored-by: Marcus Andersson <[email protected]> Co-authored-by: Dominik Prokop <[email protected]> Co-authored-by: Alex Khomenko <[email protected]> Co-authored-by: Richard Hartmann <[email protected]> Co-authored-by: Daniel Lee <[email protected]> Co-authored-by: Joe Elliott <[email protected]> Co-authored-by: Diana Payton <[email protected]> Co-authored-by: Mario Trangoni <[email protected]> Co-authored-by: bergquist <[email protected]> Co-authored-by: Kyle Brandt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes #24023