Ryan McKinley
08312897c8
XY Chart: fix editor error with empty frame (no fields) ( #30573 )
2021-01-24 08:58:18 -08:00
Torkel Ödegaard
2a21f067b7
ButtonSelect & RefreshPicker: Rewrite of components to use new emotion based ToolbarButton & Menu ( #30510 )
...
* ButtonSelect: Trying to rewrite the button select to use ToggleButtonGroup & Menu
* minor update
* Progress
* Updated
* Moving all the explore scenarios into the refresh picker component
* Minor fixes
* Fixed responsive part of run button
* More minor fixes
* typescript fix
* Update packages/grafana-ui/src/components/Icon/Icon.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update packages/grafana-ui/src/components/Menu/Menu.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Review feedback fixes and more
* Fixes small ts issue
* Updated return to dashboard button and tests, moved ButtonSelect out of LegacyForms
* fixed ts issue
* Fixed test
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-01-23 08:17:50 +01:00
Ryan McKinley
8c1a79f24b
XY Chart: share legend config with timeseries ( #30559 )
2021-01-22 13:25:39 -08:00
Arve Knudsen
e818bdd75f
configuration.md: Document Content Security Policy options ( #30413 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-22 21:12:42 +01:00
Ryan McKinley
f2327baf66
DataFrame: cache frame/field index in field state ( #30529 )
2021-01-22 10:18:46 -08:00
Ursula Kallio
f97348ff5b
List + before -; rm old Git ref; reformat. ( #30543 )
...
* List + before -; rm old Git ref; reformat.
* Update contribute/style-guides/documentation-style-guide.md
* Update contribute/style-guides/documentation-style-guide.md
* Update contribute/style-guides/documentation-style-guide.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update contribute/style-guides/documentation-style-guide.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update contribute/style-guides/documentation-style-guide.md
* Update contribute/style-guides/documentation-style-guide.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update contribute/style-guides/documentation-style-guide.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-22 18:30:24 +01:00
Sofia Papagiannaki
9ada4b6052
Expressions: Add option to disable feature ( #30541 )
...
* Expressions: Add option to disable feature
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-22 19:27:33 +02:00
Ivana Huckova
5d52e50f6f
Explore: Fix loading visualisation on the top of the new time series panel ( #30553 )
...
* Fix loading for time series graph panel
* Fix test by adding loading prop to dummyProps
2021-01-22 18:15:06 +01:00
Zoltán Bedi
38c1d45035
Prometheus: Fix show query instead of Value if no __name__ and metric ( #30511 )
...
Fixes #29466
2021-01-22 18:03:37 +01:00
Torkel Ödegaard
6bdc9fac45
Decimals: Big Improvements to auto decimals and fixes to auto decimals bug found in 7.4-beta1 ( #30519 )
...
* Decimals: Nukes scaledDecimals from the earth it was an abomination
* Moved move tests
* Fixed test
* Updated tests
* Updated test
2021-01-22 16:37:56 +01:00
Arve Knudsen
be8ba8ef46
Postgres: Convert tests to stdlib ( #30536 )
...
* Postgres: Convert tests to stdlib
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-22 10:34:53 -05:00
Peter Holmberg
9c20698dfe
Storybook: Migrate card story to use controls ( #30535 )
2021-01-22 16:09:50 +01:00
Peter Holmberg
529f564bd4
AlertingNG: Enable UI to Save Alert Definitions ( #30394 )
...
* transform state to what the api expects
* add expr prop to dataquery
* Add evalutate field
* add refid picker to options
* minor fix to enable save
* fix import
* more fixes after merge
* use default datasource if not changed
* replace name with title
* Change name in ui as well
* remove not used loadDataSources function
* prettier fixes
* look up datasource
* correct datasource per query model
* revert dataquery change, use expressionid const
* fix for type
* fix faulty const
* description readonly
2021-01-22 16:08:54 +01:00
Arve Knudsen
7126a91901
Postgres: Be consistent about TLS/SSL terminology ( #30532 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-22 14:53:37 +01:00
Ivana Huckova
6692e1c332
Loki: Append refId to logs uid ( #30418 )
...
* Append refId to Loki uid, add tests
* Fix linting
* Fix linting
* Hopefully finally fix linting errors
2021-01-22 11:09:09 +01:00
Arve Knudsen
8bd5cdbe9f
Postgres: Fix indentation ( #30531 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-22 10:14:12 +01:00
Leon Sorokin
92a0ad7273
GraphNG: uPlot 1.6.3 (fix bands not filling below 0). close #30523 . ( #30527 )
2021-01-21 19:30:24 -08:00
Brian Gann
d11f4e0e7d
updates for e2e docker image ( #30465 )
2021-01-21 17:44:45 -06:00
Leon Sorokin
87ef5598e6
GraphNG: uPlot 1.6.2 ( #30521 )
2021-01-21 16:10:50 -06:00
Diana Payton
8bbc0e9936
Docs: Update whats-new-in-v7-4.md ( #30520 )
2021-01-21 12:59:47 -08:00
Dominik Prokop
ef99385414
Prettier: ignore build and devenv dirs ( #30501 )
2021-01-21 11:11:43 -08:00
Tania B
bb1f84dbc7
Chore: Upgrade grabpl version ( #30486 )
2021-01-21 19:24:12 +02:00
Ivana Huckova
56fb04e94c
Explore: Update styling of buttons ( #30493 )
...
* Switch deprecared toggle group for radio buttons
* Create transparent version of field, label and witch
* Replace divs wiith components
* Move styling from scss to js
* Update buttons
* Remove log generating file
* Update level button
2021-01-21 15:49:38 +01:00
Will Browne
7562c6749d
Cloud Monitoring: Fix legend naming with display name override ( #30440 )
...
* Cloud Monitoring: Fix legend naming with display name override
* include MQL queries
* cover all bases
* refactor
2021-01-21 15:08:57 +01:00
Dominik Prokop
ffa68f6f91
GraphNG: Disable Plot logging by default ( #30390 )
...
* Disable Plot loggging by default
* Fix
2021-01-21 15:04:00 +01:00
Hugo Häggmark
ffd39933d4
Admin: Fixes so whole org drop down is visible when adding users to org ( #30481 )
...
* Modal: Admin: Fixes so whole org drop down is visible
* Tests: fixes failing tests
* Chore: cleans up the return type
* Chore: changes after PR comments
* Chore: changes after PR comments
2021-01-21 13:59:46 +01:00
Kyle Brandt
1588d7235c
Docs: include Makefile option for local assets ( #30455 )
...
for use when also having the website repo checked out, and you want local images.
Also make vars for some of the repeated items.
2021-01-21 07:27:54 -05:00
Torkel Ödegaard
5c8d662bfc
Footer: Fixes layout issue in footer ( #30443 )
...
* Footer: Fixes missing icon issue causing footer layout issue
* Another fix
2021-01-21 13:01:20 +01:00
Torkel Ödegaard
59ef36812e
TimeSeriesPanel: Fixed default value for gradientMode ( #30484 )
2021-01-21 12:51:12 +01:00
Giordano Ricci
1c6897776a
Docs: fix typo in what's new doc ( #30489 )
2021-01-21 12:43:47 +01:00
Hugo Häggmark
de511b0f48
Chore: adds wait to e2e test ( #30488 )
2021-01-21 12:34:18 +01:00
Jack Westbrook
e4d8cdfcdf
chore: update packages dependent on dot-prop to fix security vulnerability ( #30432 )
2021-01-21 11:20:30 +01:00
Oscar Kilhed
26ae35132f
Dashboard: Remove Icon and change copy -> Copy to clipboard in the share embedded panel modal ( #30480 )
2021-01-21 11:15:14 +01:00
Silje Enge Kristensen
c91db6ae17
Chore: fix spelling mistake ( #30473 )
2021-01-21 09:17:46 +01:00
Andrej Ocenas
31192cf7db
Chore: Restrict internal imports from other packages ( #30453 )
2021-01-21 09:04:31 +01:00
Torkel Ödegaard
90551eafb0
Docs: What's new fixes and improvements ( #30469 )
...
* Docs: What's new fixes and improvements
* Another small wording update
2021-01-21 08:40:02 +01:00
Ryan McKinley
2ec4784190
Timeseries: only migrage point size when configured ( #30461 )
2021-01-20 22:28:19 -08:00
Hugo Häggmark
98406d6c42
Alerting: Hides threshold handle for percentual thresholds ( #30431 )
2021-01-21 06:23:09 +01:00
Hugo Häggmark
e1243e07ca
Graph: Fixes so only users with correct permissions can add annotations ( #30419 )
...
* Graph: Fixes so only users with edit permissions can add annotations
* Tests: corrects test message text
* Chore: changes after PR comments
2021-01-21 06:19:03 +01:00
Giordano Ricci
433fb505f0
Chore: update latest version to 7.4.0-beta1 ( #30452 )
2021-01-21 06:05:39 +01:00
Diana Payton
e25458bb6f
Docs: Add whats new 7.4 links ( #30463 )
...
* Update whats-new-in-v7-4.md
* Update add-query-editor-help.md
* Update whats-new-in-v7-4.md
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-20 14:24:14 -08:00
Diana Payton
689f6849f4
Update whats-new-in-v7-4.md ( #30460 )
2021-01-20 12:47:10 -08:00
Kyle Brandt
7c35df1f7e
docs: 7.4 what's new (Add expressions note) ( #30446 )
...
Also add a note that expression do not work with current alerting.
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-20 15:45:57 -05:00
Arve Knudsen
bd71eb23df
Chore: Upgrade build pipeline tool ( #30456 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-20 20:30:45 +01:00
Torkel Ödegaard
05e37e9253
PanelModel: Make sure the angular options are passed to react panel type changed handler ( #30441 )
2021-01-20 18:28:27 +01:00
Torkel Ödegaard
b9fd4dba36
Expressions: Fix button icon ( #30444 )
2021-01-20 18:26:02 +01:00
Grot (@grafanabot)
f2464d5675
ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 ( #30449 )
2021-01-20 18:07:38 +01:00
Will Browne
0c67ceadb8
Docs: Fix img link for alert notification template ( #30436 )
...
* fix img link
* update image name
2021-01-20 17:26:58 +01:00
Andrej Ocenas
c7e6d14d34
grafana/ui: Fix internal import from grafana/data ( #30439 )
2021-01-20 17:17:11 +01:00
Erik Sundell
d9d27340b5
prevent field config from being overwritten ( #30437 )
2021-01-20 16:40:37 +01:00