Jack Baldry
d0808bdafb
Add redirects for indexed alerting pages ( #50918 )
...
Co-authored-by: Brenda Muir <brenda.muir@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Brenda Muir <brenda.muir@grafana.com >
2022-06-16 10:32:40 +02:00
Christopher Moyer
da731a38cc
Docs: updates auth alias to fix redirect 404 ( #50892 )
...
* updates auth alias
* Update docs/sources/setup-grafana/configure-security/configure-authentication/_index.md
2022-06-15 12:25:58 -05:00
Kristin Laemmert
a33a023629
backend: add PlaylistUIDs to Playlist; remove playlist IDs from API ( #49609 )
...
* backend/api: refactor PlaylistId to PlaylistUid
* Add org_id to Get and Update playlist functions
Fix migration - no longer pad the uid; fix mysql syntax
The relevant tests are passing using postgres, mysql and the default sqllite backends, but there are a number of other failing tests when using postgres and myself so I'm not entirely confident with those results.
* fix bad query in GetPlaylistItem and add a test that would have caught the mistake in the first place. Reverted the playlist_uid column addition in playlist_item; it became unnecessary after this PR.
Added default value to the new UID column based on PR feedback.
* break this PRs migration into its own function
* Playlists: Update UI to use the updated API
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
2022-06-14 15:32:52 -04:00
Fiona Artiaga
39b467b46d
Remove beta note ( #50824 )
...
* Remove beta note
Remove manually added Beta note.
* Remove beta
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2022-06-14 20:33:00 +02:00
Grot (@grafanabot)
2dd784852c
ReleaseNotes: Updated changelog and release notes for 8.5.6 ( #50807 )
2022-06-14 16:03:44 +00:00
Grot (@grafanabot)
0f91864227
ReleaseNotes: Updated changelog and release notes for 9.0.0 ( #50794 )
...
* ReleaseNotes: Updated changelog and release notes for 9.0.0
* Update CHANGELOG.md
* Update release-notes-9-0-0.md
Co-authored-by: Dimitris Sotirakis <sotirakis.dim@gmail.com >
2022-06-14 17:34:50 +03:00
Alexander Emelin
d1bcd1c7c8
Docs: update panel title search information ( #50450 )
2022-06-14 17:08:16 +03:00
Joan López de la Franca Beltran
fcf6b29987
Docs: Add envelope encryption as breaking change ( #50716 )
...
* Docs: Add envelope encryption as breaking change
* Minor improvements
* Apply suggestions from code review
Co-authored-by: Tania <yalyna.ts@gmail.com >
2022-06-14 10:04:21 +02:00
Ashley Harrison
27e3e79661
Docs: Update documentation now create functionality has moved ( #50663 )
...
* Update documentation now + button functionality has moved
* Updates following comments
2022-06-13 15:23:53 +01:00
Jack Baldry
4cc3bc37a0
Use more relevant links to legacy alerting documentation ( #50607 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-06-13 16:14:32 +02:00
Eric Leijonmarck
2abb6a461f
Docs: updated CSRF additional headers ( #50589 )
...
* Docs: updated CSRF additional headers
* Update docs/sources/setup-grafana/configure-security/configure-authentication/saml.md
Co-authored-by: heoelri <heoelri@users.noreply.github.com >
* update to include referer
* Update docs/sources/setup-grafana/configure-security/configure-authentication/saml.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
Co-authored-by: heoelri <heoelri@users.noreply.github.com >
2022-06-13 11:13:29 +02:00
Mark B
0a815a7777
typo fix ( #50554 )
2022-06-13 10:18:33 +02:00
Ivana Huckova
0ddb3b7521
Query history: Add swagger definitions ( #50498 )
...
* Query history: Add swagger definitions
* Update
* Remove changes in generated files
* Generate api files
* Add query history into api docs
* Add examples for commands
* Add missing parameters
* Generate api-spec and api-merged
* Fix linting
* Fix showing of example of queries
* Revert "Fix showing of example of queries"
This reverts commit b1eb073fbe .
* Update
* Update
2022-06-13 09:47:40 +02:00
Ieva
336c9fd513
doc fix ( #50624 )
2022-06-10 17:10:50 +02:00
Jean-Philippe Quéméner
862f51216b
Alerting: improve provisioning docs ( #50347 )
...
* Alerting: improve provisioning docs
* add new provisioning page
* add api docs
* fix formatting and add better descriptions
* fix typo
2022-06-10 16:25:15 +02:00
George Robinson
06da129210
Docs: Add paragraph about rolling back to opt-out ( #50583 )
2022-06-10 11:19:20 +01:00
brendamuir
c8914ecd8a
Docs: Fixes typos and adds enterprise note ( #50564 )
...
* Fixes typos and space errors
* Docs: adds note for enterprise users
* Run yarn prettier:write
Co-authored-by: Armand Grillet <armand.grillet@outlook.com >
2022-06-10 11:27:08 +02:00
brendamuir
7e2870b7bb
Docs: Updates Grafana Alerting upgrade topics ( #50533 )
...
* Updates Grafana Alerting upgrade topics
* Run yarn prettier:write
Co-authored-by: Armand Grillet <armand.grillet@outlook.com >
2022-06-09 20:12:41 +02:00
Joey Tawadrous
4ed7ff2ed1
Traces: APM table ( #48654 )
...
* APM table
* Remove unnecessary changes in Explore.tsx
* Enhancements
* Show empty table if filter returns no results for table
* Error checking
* Combine extra filter options
* Convert service map query to apm query for apm requests
* Simplify links
* Better query building
* Extract method and clean up
* Upgrade filter
* Self review
* Export method
* Update test
* Switch area-chart to lcd-gauge
* Remove AreaChartCell
* Colors, units and other UI upgrades
* Remove 2 queries and reuse existing queries
* Nested observables
* rate/error rate/duration links: open new pane with range query and exemplars turned on
* Align error rate values to rate values col according to span_name
* Rearrange code
* Several improvements
* Filter by span_name
* align the table col values to the same row name (rateName) across the table
* On click tempo link filter by span_name
* Filtering updates
* Ensure serviceQuery null is ok
* Update link expr
* Update duration p90 unit
* Tempo links case
* Update tests
* Self review
* Tests
* Empty state
* Remove some code
* Test: should build expr correctly
* Test: should build link expr correctly
* Test: should get rate aligned values correctly
* Test: should make apm request correctly
* Test: should make tempo link correctly
* Move apm table tests to its own describe
* Feature toggle
* Added to docs for APM table
* Add screenshot to APM table section in docs
* Add feature toggle to test
* Split queries and make method names clearer
* Doc changes
* Add back in config import removed by merge
* Update tempo link and tests
* Update filter
* Set field filterable: false
* Updated doc
* Remove @end from queries
* Add back in tempo link
2022-06-09 17:56:15 +01:00
Grot (@grafanabot)
a6943cb399
ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2 ( #50398 )
...
* ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2
* fixing duplicate beta2 link
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com >
2022-06-09 15:37:27 +02:00
Timur Olzhabayev
cd01eb541a
Updating migration docs to include most relevant breaking changes ( #50356 )
2022-06-09 14:37:01 +02:00
Gabriel MABILLE
840a442796
RBAC: Rename alerting roles to match naming convention ( #50504 )
2022-06-09 14:29:27 +02:00
George Robinson
9d537efb48
Docs: Images in Notifications ( #50425 )
2022-06-09 12:38:20 +02:00
Ieva
7e59fd3ecf
Docs: extend RBAC breaking changes ( #50495 )
...
* extend RBAC breaking changes
* Update docs/sources/whatsnew/whats-new-in-v9-0.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2022-06-09 12:11:04 +02:00
Gilles De Mey
8318876b34
Docs: Remove deprecated inactive state filter ( #50492 )
2022-06-09 11:41:16 +02:00
Eric Leijonmarck
52deb821d6
Docs: fix authsaml to security ( #50478 )
...
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
2022-06-09 08:11:12 +00:00
Yuriy Tseretyan
54fa04263b
Alerting: Add RBAC actions and role for provisioning API routes ( #50459 )
...
* add alert provisioning actions and role
* linter
2022-06-09 09:18:57 +02:00
Eric Leijonmarck
b5615a1a18
Docs: CSRF add configuration options and documentation for additional headers and origins ( #50473 )
...
* added troubleshooting for "origin not allowed" messages
* include in configuration.ini
* moved doc to security
* removed enterprise congiruation
* Update conf/sample.ini
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
2022-06-09 09:13:08 +02:00
Sriram
aace6a95f0
Docs: Fix release notes formatting issues in 9.0.0-beta.3 ( #50410 )
2022-06-08 14:31:56 +01:00
Gilles De Mey
4c8c8e9741
docs: rewrite new alert list panel docs ( #50406 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2022-06-08 15:23:16 +02:00
Andrej Ocenas
fee0b9d1f2
Docs: Fix Prometheus query editor Legend docs ( #50312 )
...
* Update docs for label
* Fix wording
* Fix typo
2022-06-08 15:08:00 +02:00
Artur Wierzbicki
58a783c0e4
Previews: improve docs phrasing ( #50405 )
2022-06-08 13:50:59 +02:00
brendamuir
008ad463fd
Docs: Fixes Grafana Alerting in whats new ( #50409 )
2022-06-08 13:49:49 +02:00
brendamuir
e0e76f0252
Fixes term Grafana Alerting ( #50404 )
2022-06-08 13:35:37 +02:00
Alex Khomenko
35ba4a6ac1
Reporting: Update documentation and screenshots with v9 changes ( #50072 )
...
* Reporting: Update docs
* Update screenshots
* Update docs/sources/enterprise/reporting.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* reporting docs copy edits
reformat reporting docs, slightly correct multiple dashboard rendering doc
* Format
* Format[2]
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com >
2022-06-08 12:53:24 +02:00
George Robinson
6e3d58d779
Improve docs for values in custom annotations and labels ( #50346 )
2022-06-08 10:39:21 +01:00
Gilles De Mey
689f349cda
Docs: add note on alerting limitation for being an alert receiver ( #50331 )
...
Co-authored-by: gotjosh <josue.abreu@gmail.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2022-06-08 10:42:43 +02:00
Grot (@grafanabot)
5f65edff28
ReleaseNotes: Updated changelog and release notes for 8.5.5 ( #50340 )
2022-06-07 13:00:16 -03:00
Gabriel MABILLE
f54adf6c22
RBAC: docs, update alerting.rules write permission ( #50304 )
2022-06-07 16:25:27 +02:00
Grot (@grafanabot)
32a8af59d6
ReleaseNotes: Updated changelog and release notes for 9.0.0-beta3 ( #50317 )
2022-06-07 10:28:24 -03:00
Connor Lindsey
f9ddb8bf86
Explore: Download and upload service graphs for Tempo ( #50260 )
...
* Download service graph from inspect data tab
* Upload service graph
* Fix tests
2022-06-07 06:37:19 -06:00
Gábor Farkas
19df6d52b7
docs: describe cookie handling in backend data source plugins ( #49986 )
...
* docs: describe cookie handling in backend data source plugins
* adjusted text
2022-06-07 12:58:46 +02:00
Agnès Toulet
3df7ee81f3
Docs: update license restrictions ( #49334 )
...
* Docs: update license restrictions
* apply review feedback
* remove initial description of two license types
Clean up tiered licensing copy and keep it all in one deprecated section, refer to old docs if user wants to learn more.
* fix linting issues
* update title
* fix config url
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com >
2022-06-07 11:39:01 +02:00
George Robinson
2e1827127d
Fix Whats New docs for images in notifications ( #50250 )
2022-06-07 11:28:12 +02:00
Erik Sundell
5932a22996
CloudWatch: Dynamic label documentation ( #49463 )
...
* dynamic label documentation
* Update docs/sources/datasources/aws-cloudwatch/_index.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/aws-cloudwatch/_index.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
* formatting
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
2022-06-07 11:08:12 +02:00
Ivana Huckova
9f6afb3475
Prometheus, Loki: Update run queries button ( #50005 )
...
* Prometheus, Loki: Updare run queries button
* Update docs
* Update docs
2022-06-07 09:57:56 +02:00
Artur Wierzbicki
fac8db8ff6
Previews: update docs for the new search layout ( #50130 )
...
* #44449 : update docs, remove the mention of `Show previews` toggle
* #44449 : remove formatting of `grid`
* #44449 : review
* review https://github.com/grafana/grafana/pull/50130#discussion_r888449621
2022-06-06 11:09:16 +04:00
Marcus Efraimsson
36c3398c6d
Datasource: Remove support for unencrypted passwords ( #49987 )
...
* Datasource: Remove support for unencrypted passwords
* regenerate swagger
* [WIP] Remove references to datasource password and basic auth password fields (#50015 )
* try delete moar tings
* delete provisioning stuff
* remove from yaml
* update snapshots
* remove lingering snapshot fields
* fix ds http settings
* Re-generate swagger and fix swagger-api-spec make target
Co-authored-by: Will Browne <will.browne@grafana.com >
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
2022-06-03 17:38:22 +02:00
Yaelle Chaudy
bcf8320e07
Cloudwatch: Add template variable query function for listing log groups ( #50100 )
...
* cloud-datasources mob! :shipit:
* cloud-datasources mob! :shipit:
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.tsx
* mob next [ci-skip] [ci skip] [skip ci]
lastFile:public/app/plugins/datasource/cloudwatch/variables.ts
* cloud-datasources mob! 👶
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
* cloud-datasources mob! 👶
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
* mob next [ci-skip] [ci skip] [skip ci]
lastFile:public/app/plugins/datasource/cloudwatch/components/VariableQueryEditor/VariableQueryEditor.test.tsx
* cloud-datasources mob! :shipit:
lastFile:public/app/plugins/datasource/cloudwatch/variables.test.ts
* cloud-datasources mob! ☕
* prettier md
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com >
Co-authored-by: Andres <andres.martinez@grafana.com >
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
Co-authored-by: Adam Simpson <adam@adamsimpson.net >
2022-06-03 09:26:57 +02:00
Jesse Weaver
d3c6c2ed94
Docs: Add documentation for reporting.enabled config option ( #46606 )
...
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com >
2022-06-02 16:52:32 -05:00