Torkel Ödegaard
8474794aaa
Dashboard: Fix loading custom home dashboard ( #25447 )
...
* Dashboard: Fix loading custom home dashboard
* Updated and added test
2020-06-08 17:15:56 +02:00
Dominik Prokop
c53435f7a7
Graph: Fix XSS vulnerability with series overrides ( #25401 )
...
* Fix XSS vulnerability with Graph series overrides
* Update public/app/plugins/datasource/testdata/partials/query.editor.html
2020-06-08 17:13:01 +02:00
Besart Berisha
c7e38fd47f
Replace link with button component ( #25446 )
2020-06-08 16:09:55 +02:00
Steven Vachon
d62926b5a3
@grafana/e2e: improvements ( #25342 )
...
* Minor changes
* Remove console.* logger plugin
... as it doesn't work in Electron
* Only open/close panel editor options and groups when state is inverted
... meaning, only open when closed and only close when open. This avoids unpredictable states, causing inconsistent results.
* Support for adding multiple datasources and dashboards
... and having them all auto-removed when tests are completed
* Avoid page errors when removing dashboards and datasources [keep?]
* Wait for chart data before saving panel
... so that everything is ready when returning to the dashboard
2020-06-08 09:52:34 -04:00
Speak Your Code
5f767e2c9a
TablePanel: Sort numbers correctly ( #25421 )
...
* Table sortType to basic to be able to sort negative numbers
* Table sortType based on field type
2020-06-08 14:28:45 +02:00
mueslo
70038bfd5b
Fix byte-format data rates ( #25424 )
2020-06-08 07:23:09 +02:00
Besart Berisha
293ecbdd4f
Fix scss variable typo ( #25398 )
2020-06-05 20:28:50 +02:00
Kyle Brandt
ef61a64c46
Azure Monitor: Log Analytics response to data frames ( #25297 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2020-06-05 12:32:10 -04:00
Alex Khomenko
c3549f845e
Grafana UI: Add prop table ( #25387 )
2020-06-05 17:29:37 +03:00
Hugo Häggmark
e55756066b
Docs: updates frontend style guides ( #25391 )
...
* Update frontend.md
* Update contribute/style-guides/frontend.md
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
2020-06-05 13:54:27 +02:00
Fabien Wernli
93a93b5031
Elasticsearch: Add support for template variable in date histogram min_doc_count ( #21064 )
...
Fixes #21052
2020-06-05 11:41:18 +02:00
Hugo Häggmark
54565349c5
e2e: uses e2e() instead of cy to make things consistent ( #25390 )
2020-06-05 11:23:20 +02:00
Josh Soref
05a5a66e2f
Chore: spelling - theme ( #24434 )
...
* Chore: spelling - theme
* Chore: drop phantomjs comments
* Chore: remove old phantomjs hack
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-06-05 10:53:57 +02:00
James Wang
4cf146a29d
Docs: Fix loadAsyncOptions usage ( #25371 )
...
Fixed `loadAsyncOptions` in the `AsyncSelect` component usage so that works
2020-06-05 09:40:43 +02:00
Daniel Lee
fd93764784
Add Jeroen Op 't Eynde to the Grafana team ( #25376 )
...
* Add Jeroen Op 't Eynde to the Grafana team
Jeroen Op 't Eynde has been proposed as a new team member and the vote achieved the super majority required.
* Governance - sort alphabetically
2020-06-05 09:11:01 +02:00
Ilya Stoliar
cb78104db5
CloudWatch: Added AWS SDKMetrics metrics and dimensions ( #25150 )
...
* CloudWatch: Added AWS SDKMetrics metrics and dimensions
2020-06-05 10:10:38 +03:00
Daniel Lee
7c36209513
Add Malcolm Holmes to the Grafana team ( #25377 )
...
* Add Malcolm Holmes to the Grafana team
Malcolm Holmes has been proposed as a new team member and the vote achieved the super majority required.
* Governance - sort names alphabetically
2020-06-05 08:25:04 +02:00
Nagle Zhang
1b4fd9ad3c
Update team.md ( #25277 )
...
document didn't metion teams can assign an orgId.
2020-06-05 07:42:53 +02:00
Hugo Häggmark
29598d83ce
e2e: waits for requests to minimize flakiness ( #25368 )
2020-06-05 06:53:47 +02:00
Daniel Lee
69b366977a
Add Chris Trott to the Grafana team ( #25378 )
...
* Add Chris Trott to the Grafana team
Chris Trott has been proposed as a new team member and the vote achieved the super majority required.
* Governance - should be alphabetical
2020-06-05 00:20:49 +02:00
Alex Khomenko
03f241a674
Grafana UI: Add FieldSet component ( #25348 )
...
* Grafana UI: Add FieldSet
* Grafana UI: Add story
* Grafana UI: Add docs
* Grafana UI: Export FieldSet
* Grafana UI: Fix issues
2020-06-04 16:52:52 +03:00
Alex Khomenko
1790ece4d5
Search: Only move dashboards into expanded folders UI-wise ( #25363 )
...
* Search: Ony move dashboards into expanded folders UI-wise
* Search: Add tests
2020-06-04 16:28:50 +03:00
Hugo Häggmark
acae33edf9
Chore: removes unused e2e packages ( #25364 )
2020-06-04 14:58:25 +02:00
Ryan McKinley
a65f7d666d
DataSourceWithBackend: use datasource id when datasource property is not set ( #25338 )
...
* use the instance datasource id if not specified
* better tests
2020-06-04 14:46:26 +02:00
Hugo Häggmark
00a9af00fc
Templating: removes old Angular variable system and featureToggle ( #24779 )
...
* Chore: initial commit
* Tests: fixes MetricsQueryEditor.test.tsx
* Tests: fixes cloudwatch/specs/datasource.test.ts
* Tests: fixes stackdriver/specs/datasource.test.ts
* Tests: remove refrences to CustomVariable
* Refactor: moves DefaultVariableQueryEditor
* Refactor: moves utils
* Refactor: moves types
* Refactor: removes variableSrv
* Refactor: removes feature toggle newVariables
* Refactor: removes valueSelectDropDown
* Chore: removes GeneralTabCtrl
* Chore: migrates RowOptions
* Refactor: adds RowOptionsButton
* Refactor: makes the interface more explicit
* Refactor: small changes
* Refactor: changed type as it can be any variable type
* Tests: fixes broken test
* Refactor: changes after PR comments
* Refactor: adds loading state and call to onChange in componentDidMount
2020-06-04 13:44:48 +02:00
Lukas Siatka
6b4d1dceb0
Explore: updates key and refId reassignment on query row operations in Explore reducer ( #25249 )
...
* Chore: adds query keys and refId reassignment on query row removal
* Chore: updates explore reducer tests to cover query row adding, removal, refId and key reassignment
* Chore: changes refId value in explore reducer from undefined to string to avoid introducing new strict null errors
* Chore: fixes a small nitpick with array spread in Explore reducer
* Chore: removes unnecessary dispatches in query row tests in Explore reducer test
2020-06-04 12:33:16 +02:00
Hugo Häggmark
e65dbcfea1
Variables: enables cancel for slow query variables queries ( #24430 )
...
* Refactor: initial commit
* Tests: updates tests
* Tests: updates snapshots
* Chore: updates after PR comments
* Chore: renamed initVariablesBatch
* Tests: adds transactionReducer tests
* Chore: updates after PR comments
* Refactor: renames cancelAllDataSourceRequests
* Refactor: reduces cancellation complexity
* Tests: adds tests for cancelAllInFlightRequests
* Tests: adds initVariablesTransaction tests
* Tests: adds tests for cleanUpVariables and cancelVariables
* Always cleanup dashboard on unmount, even if init is in progress. Check if init phase has changed after services init is completed
* fixed failing tests and added some more to test new scenario.
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-06-04 08:59:57 +02:00
Dominik Prokop
0f5b894256
Provide correct field scoped vars for data links interpolation ( #25318 )
2020-06-04 08:35:15 +02:00
Josh Soref
ed92b41d47
Chore: spelling - misc ( #24438 )
...
* Chore: spelling - misc
* fix master merge
2020-06-04 06:51:30 +02:00
Ivana Huckova
cb2d1b5f93
Fix typo ( #25332 )
2020-06-03 22:19:14 +02:00
Marcus Andersson
927e698993
Chore: Updates CHANGELOG.md for 7.0.3 ( #25331 )
...
* Update CHANGELOG.md
* updated according to feedback.
* Update CHANGELOG.md
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-06-03 20:25:21 +02:00
Marcus Andersson
83065c9a2c
updated latest.json. ( #25333 )
2020-06-03 19:52:29 +02:00
Ivana Huckova
2298bb951e
Fix Query Field, remove unnecessary scrollbar ( #25315 )
2020-06-03 17:35:21 +02:00
Marcus Efraimsson
ba953be95f
Only allow 32 hexadecimal digits for the avatar hash ( #25322 )
...
(cherry picked from commit 7a9c0e31ec
)
2020-06-03 15:56:13 +02:00
Marcus Efraimsson
e5414f44aa
7.0.2 updates ( #25323 )
2020-06-03 15:47:24 +02:00
Alexander Zobnin
c4eca530ce
Fix active LDAP sync ( #25321 )
...
* LDAP: sync only users with 'ldap' module as a most recent auth module
* LDAP: tests for searching ldap users
2020-06-03 16:28:13 +03:00
Sofia Papagiannaki
63463e0e46
Docs: Add upgrade note for modification of the cookie path ( #25221 )
...
* Add note for modification in the cookie path
* Update docs/sources/installation/upgrading.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update docs/sources/installation/configuration.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-03 15:33:44 +03:00
Harrison Shoff
5d6af607d7
Variables: change VariableEditorList row action Icon to IconButton ( #25217 )
...
Fixes #21807
2020-06-03 13:32:44 +02:00
Sofia Papagiannaki
467348bded
Cloudwatch: Fix dimensions of of DDoSProtection ( #25317 )
2020-06-03 12:58:05 +03:00
Sofia Papagiannaki
d040daa1cd
Alerting: Add confirmation modals for deleting notifier ( #25303 )
...
* Add confirm modals for deleting notifier
* Update public/app/features/alerting/NotificationsListPage.tsx
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-06-03 11:04:38 +03:00
Kyle Brandt
17d3bb4287
backend: use latest Go sdk ( #25304 )
...
* uses plugin-sdk-go v0.66.0, which adds adds the ExecutedQueryString property to FrameMeta and changes s/Title/DisplayName in FieldConfig
* go mod tidy
2020-06-03 04:03:37 -04:00
Marcus Andersson
689425059f
Build: adding a couple of things to try to improve the quality of the bug reports ( #25282 )
2020-06-03 09:52:39 +02:00
Steven Vachon
104c99f1b0
@grafana/e2e: improvements ( #25307 )
...
* Added more interaction to addPanel
* Use latest Cypress 4.x
* Updated lockfile
2020-06-02 21:08:09 -04:00
Sofia Papagiannaki
1e543d5ac1
Alerting: Ignore obsolete notification channels referenced by alerts ( #25302 )
...
* Ignore obsolete notification channel
* Fix tests
* Update pkg/services/alerting/rule.go
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-02 19:33:13 +03:00
Marcus Efraimsson
24673dc7d1
Docs: Adds plugin signature verification pages ( #25257 )
...
Co-authored-by: Kyle Brandt <kyle@grafana.com>
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
2020-06-02 16:44:02 +02:00
Hugo Häggmark
4c92bd1539
e2e: disables variables tests ( #25296 )
2020-06-02 16:05:31 +02:00
Josh Soref
e4fcc39e55
Chore: spelling in Go code ( #24433 )
2020-06-02 14:42:34 +02:00
Dominik Prokop
b12df9d64c
Do not show alerts tab when alerting is disabled ( #25285 )
...
* Do not show alerts tab when alerting is disabled
* Add tests
2020-06-02 13:21:49 +02:00
Marcus Andersson
add1bcb59c
Variable: removed __user.name/___.user.email from global variables and added docs for the rest of the __user variable. ( #25275 )
...
* added docs for new global variable.
* reverting the name + email so we only expose the bare minumum that should be enough for most cases.
2020-06-02 12:05:05 +02:00
Arve Knudsen
1d9f47b6a6
release_publisher: Fix Debian/RPM naming ( #25276 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-02 11:01:40 +02:00