Konrad Lalik
4fc0294aab
Add logging prometheus and ruler rules totals ( #76812 )
2023-10-25 16:47:32 +02:00
linoman
dff7403b29
auth: implement feature flag for service account proxy ( #77129 )
...
* add FlagExternalServiceAccounts to proxy service
* add FlagExternalServiceAccounts value to tests
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2023-10-25 16:44:05 +02:00
Ashley Harrison
5f2fd8935d
Spinner: Fix so that the size
property is correctly applied ( #77135 )
...
* correctly apply spinner sizes, refactor to have standard sizes
* better prop definitions so constant values show in IDEs
* 12 is xs, not sm
2023-10-25 15:39:32 +01:00
Sven Grossmann
b88b206ee2
Table: fix cellProps.style.textAlign
being readOnly in some cases ( #77137 )
...
`cellProps.style.textAlign` is readOnly in some cases
2023-10-25 09:38:17 -05:00
Andres Martinez Gotor
a080ede871
Chore: Shared webpack: Fix package.json version with commit ( #77030 )
2023-10-25 16:37:59 +02:00
Ryan McKinley
5d44240fca
K8s: Use grafana.app as the playlist+example group name domains ( #77096 )
2023-10-25 07:24:19 -07:00
Gilles De Mey
e12e40fc24
Alerting: Contact Points v2 part IV ( #76063 )
2023-10-25 15:57:53 +02:00
ismail simsek
283f279a17
InfluxDB: Fix adhoc filter calls by properly checking optional parameter in metricFindQuery ( #77113 )
...
* Handle optional options parameter
* unit tests
2023-10-25 15:56:10 +02:00
Isabel
ba9c22f51b
Add separate token handling for OAuth providers ( #76461 )
...
* Add separate token handling for OAuth providers
* Fixed version syntax
* Added release date
---------
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
2023-10-25 09:51:31 -04:00
Ashley Harrison
85468d2a67
DockedMegaMenu: Adjust docked threshold ( #77139 )
...
* adjust docked threshold to be xl instead of md and make sure it's open by default on 1440 res
* don't show dock menu button
2023-10-25 14:41:07 +01:00
Isabel
2a43ee5d46
Docs: edit export alerting resources feature in Cloud what's new ( #76997 )
...
* Added Alerting features
* Apply suggestions from code review
* Moved feature into order by date
* Added updated Terraform description and removed provisioned resources feature
2023-10-25 09:35:23 -04:00
kay delaney
b215d2f0fb
Library Panels: Fix library panel creation with RBAC enabled ( #76553 )
2023-10-25 16:29:57 +03:00
Kuba Siemiatkowski
327ae398e6
Add SumoLogic plugin ( #77025 )
...
- add Sumo to plugins list
- remove duplicated sqlyze from the plugins list
2023-10-25 15:02:03 +02:00
Gabriel MABILLE
20fc0cbf35
Chore: Allow env overrides for the extended_jwt
config ( #77132 )
...
Chore: Allow env overrides for the extended_jwt config
2023-10-25 14:28:12 +02:00
Marcus Efraimsson
9bf7eb5fbc
Plugins: Adds logging around loading of plugins for better tracking ( #76896 )
2023-10-25 14:01:30 +02:00
Santiago
322a9c0b15
Alerting: Replace FileStore() for CleanUp() in the Alertmanager interface ( #77126 )
...
Alerting: Remplace FileStore() for CleanUp() in the Alertmanager interface
2023-10-25 13:58:28 +02:00
Alexander Zobnin
aa7a6da985
Role picker: Fix flickering at service accounts page ( #77049 )
...
* Role picker: Fix flickering at service accounts page
* Set role picker fixed width
* Fix betterer
* Fix styles
2023-10-25 13:03:12 +02:00
linoman
1bc81b7bd1
auth: migrate api interface implementation ( #77040 )
...
* expand serviceaccount service interface
* implemet FakeServiceAccountService
* Replace SA service interface from api
* merge sa proxy tests with new fake service
* implement DeleteServiceAccountToken
* add test for DeleteServiceAccountToken
2023-10-25 12:40:30 +02:00
Gareth Dawson
c25ea17d10
SQL: Fix config page backwards compatibility ( #76951 )
...
fix
2023-10-25 11:38:16 +01:00
Karl Persson
b156267e39
ServiceAccount: Add pagination to service accout table ( #77044 )
...
* Add pagination to service account table
2023-10-25 12:21:01 +02:00
Sofia Papagiannaki
00c9981c51
Chore: Fix missing enterprise operation from swagger ( #77122 )
2023-10-25 13:20:36 +03:00
Santiago
01add144b8
Alerting: Send alerts to the remote Alertmanager ( #77034 )
...
* Alerting: Rename remote.ExternalAlertmanager to remote.Alertmanager
* Alerting: Send alerts to the remote Alertmanager
* add ticker to readiness check, add tests
* use options when creating a new sender.ExternaAlertmanager
* unexport defaultMaxQueueCapacity
* delete unused defaultConfig field
* add debug log line when sending alerts to the remote alertmanager
* move and refactor readiness check
* update tests to not include defaultConfig
2023-10-25 11:52:48 +02:00
Joey
37dbf037de
Tracing: Improve frame type checking ( #76898 )
...
Improve frame type checking
2023-10-25 10:16:17 +01:00
Sonia Aguilar
f1ce73dc2c
Alerting: Fix NoRulesSplash being rendered for some seconds, fater creating a rule ( #77048 )
...
* Fix NoRulesSplash being rendered for some seconds, fater creating a rule
* Add ruler response/loading,dispatched,error to the logic in hasNoAlertRulesCreatedYet expression
2023-10-25 09:32:28 +02:00
Sofia Papagiannaki
b0b033584e
Chore: Update OpenAPI specs ( #77107 )
2023-10-25 10:27:37 +03:00
Ryan Crutchfield
da34e76fa0
Docs: Fixing Security Advisory URL ( #75483 )
...
Update breaking-changes-v10-0.md
Fixing broken URL to security CVE advisory
2023-10-24 12:21:02 -07:00
George Robinson
ba384d29f6
Alerting: Fix order of the Alerting docs ( #77084 )
2023-10-24 19:31:03 +01:00
ismail simsek
d75886c3ac
Chore: Remove default metadata key from influxdb sql config page ( #76994 )
...
Remove default metadata key
2023-10-24 20:11:37 +02:00
Kat Yang
bbcc81405b
Chore: Add CI Pipeline to generate Grafana's OpenAPI specification ( #75393 )
...
* chore: move over initial changes from sofia's pr #58029
* chore: remove go_image
* chore: begin removing edition, remove unused imports
* chore: remove edition from swagger_gen.star and generate .drone.yml
* chore: regen drone.yml
* fix: fix order of load statements
* fix: try #2 fix order of load statements
* linter fixes
* chore: add doc comment explaining purpose of new clone_pr_branch step
* fix: add placeholder documentation for ver_mode arg
* attempt #1 to import and use clone_enterprise_step_pr
* Update scripts/drone/pipelines/swagger_gen.star
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
* attempt #2 to import and use clone_enterprise_step_pr
* fix: fix drone lint err invalid or unknown step dependency
* fix: regen hmac to make drone run
* fix: fix drone lint err
* fix: update swagger-clean cmd in step
* attempt to return non zero exit code
* test to see if pipeline fails
* fix: add git to clone pr branch step
* fix: add git and make to swagger-gen step
* try to rerun drone
* debug: figure out why cannot find make swagger-clean
* debug: see if cd grafana/grafana fixes things
* debug: undo cd grafana/grafana
* debug: add more logging statements
* debug: try and remove cd grafana in swagger-gen
* debug: removed grafana after clone statement; add debug before cloning
* fix: remove disable clone
* regen specs to see if swagger-gen step passes now
* add descriptive error message to swagger-gen step
* remove api-spec.json from .gitignore
* revert backend change, regen spec
* add back backend change, regen specs
* Update scripts/drone/pipelines/swagger_gen.star
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
* Update scripts/drone/pipelines/swagger_gen.star
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
* revert gitignore change, set enterprise source to drone source branch
* chore: remove unused variable, change committish var name to source
* testing functionality: make a new BE change without gen spec, pipeline should fail
* test functionality: does removing err msg cause step to fail properly
* test functionality: add back err msg and && after
* chore: remove debug statements from swagger gen step
* chore: remove debug lines from clone_pr_branch step
* test functionality: regen specs, swagger_gen step should pass
* test funcionality: regen specs again ????
* chore: update swagger-gen step err msg
* test functionality: make BE change dont regen spec, swagger gen should fail
* test functionality: regen the specs, swagger-gen should pass
* chore: revert test BE change, regen spec
* chore: remove unused clone step
* chore: regen drone.yml
---------
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2023-10-24 13:01:04 -04:00
Isabel
be6b407d73
docs: What’s new & Upgrade guide 10.2 ( #75909 )
...
* Added 10.2 what's new and upgrade guide
* Fixed title and added guidance
* add: no basic role feature to whats new
* Revert "add: no basic role feature to whats new"
This reverts commit eb2e31c3dc
.
* Add field min/max calculation to what's new
* refresh token handling
* update
* Remove whitespace
* Revert "Add field min/max calculation to what's new"
This reverts commit 9b66ddd0ec
.
* Revert refresh token handling and move it to separate PR
* Docs: Add permission validation enabled by default to what's new (#76376 )
* Add permission validation enabled by default to whats new
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* update
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fix Grafana editions note
* run prettier
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fixed typo
* Docs: Add No basic role feature description (#76345 )
* add whats next for cloud
* Update docs/sources/whatsnew/whats-new-next/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-next/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-next/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-next/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-next/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-next/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Auth: Whats new v10.2 (#76369 )
* add whatsnew auth
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* separate ds and db managed permissions whats new
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* What's new in transformations 10.2 (#76430 )
* first draft
* spelling
* Add doc links and images
* Fix relrefs
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Add information about availability
* update availability for string format transform
* add field from calc modifications
* Fixed link version syntax
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Victor Marin <victor.marin@grafana.com>
* Add field min/max calculation to what's new (#76401 )
* Add field min/max calculation to what's new
* fix whitespace
* Fix which editions it's available in
* Apply suggestions from code review
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* change availability
* reduce image size
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Removed What's new next addition from this PR
* Added alertmanager update (#76584 )
* Added alertmanager update
* Fixed order of items
* Added availability info
* remove typo
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
* Remove heading formatting
* initial draft of dataviz squad deliverables for 10.2 whats new
* add dashgpt (#dashboard-ai) whats new draft
* What's New: Correlations in 10.2 (#76505 )
* What's new about correlations
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update availability
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v10-2.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Updated linking guidance in template and fixed links
* Fixed link
Co-authored-by: Kate Brenner <32871890+katebrenner@users.noreply.github.com>
* Docs: update whats new links (#76639 )
Replaced relrefs with fully qualified URLs
* DashGPT: update availability status to public preview
* Update What's New to Include information on Timezone and Applicability changes in transformations (#76571 )
* Update what's new
* Fix misspelling
* Update to fix wording
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Remove merge conflict flag
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fix capitalization
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fix wording
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Sentence casing
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fix up wording
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fix availability
* One last fix :)
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Fixed typo (I introduced!)
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Docs: add Cloud what's new items to 10.2 what's new (#76642 )
* Added Cloud what's new content
* Apply suggestions from code review
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
* Updated link formatting
* Updated Browse Dashboards with the latest content
* Updated availability
* Updated wording
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
* Fixed typo
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
---------
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
* Fixed title
* Removed all editions language
* General edits
* Copy edits
* Fixed availability note
* Copy editing
Removed Visualize enum entry
Added sharing section
Added alerting entry
Added introduction
Made minor copy edits
* Fixed capitalization
* Fixed typo
* add CTA and gif to AI features
* update recorded queries text
* Update edition availability
Cloud permissions were missing (even though this is an OSS release I think it's important to include details about Cloud availability) and some features listed the wrong availability.
* reorder topics for emphasis
Emphasize the most exciting improvements
* add links to feature toggle docs
* move recorded queries
* update wording and titles for readability
* add visualization media
* update wording in dataviz section
* dashgpt: finalize whats new for 10.2 (finally) 😬
* Fixed typo
* DataViz: finalize whats new content 😬
* Copy edits
* update enterprise ds availability
* Update whats-new-in-v10-2.md
* Fixed style issues and availability note
* Added missing Alerting items
* Updated availability note
* Fixed styling
* Reverted what's new link to relref
* update availability of No Basic Role
I consulted with Eric before making this change.
* Removed item not going out in this release
* Update Alerting items
* Fixed linting
---------
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Jo <joao.guerreiro@grafana.com>
Co-authored-by: Victor Marin <victor.marin@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
Co-authored-by: Kate Brenner <32871890+katebrenner@users.noreply.github.com>
Co-authored-by: Kyle Cunningham <codeincarnate@users.noreply.github.com>
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com>
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
Co-authored-by: Mitchel Seaman <mitchel.seaman@gmail.com>
Co-authored-by: Miguel Palau <mpalauzarza@gmail.com>
2023-10-24 19:56:09 +03:00
Fiona Artiaga
9a563a4d19
Docs: Clarify open source documentation ( #77077 )
...
* Docs: Clarify open source documentation
* Update docs/sources/_index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2023-10-24 09:30:45 -07:00
Jev Forsberg
41db5b645c
Transformations: Separate useful doc content for UI use ( #75781 )
...
* baldm0mma/doc_builder/ add to gitignore
* baldm0mma/doc_builder/ add makefile commands
* baldm0mma/doc_builder/ add content
* baldm0mma/doc_builder/ format content
* baldm0mma/doc_builder/ update makefile
* baldm0mma/docs_builder/ update content
* baldm0mma/doc_builder/ add back content
* baldm0mma/doc_builder/ run builder
* baldm0mma/doc_builder/ update naming
* baldm0mma/doc_builder/ remove unused note
* baldm0mma/doc_builder/ update template
* baldm0mma/doc_builder/ add new line in makefile
* baldm0mma/doc_builder/ rem new line
* baldm0mma/doc_builder/ add final line
* Much of this full PR was Co-Authored-By: Jack Baldry <jack.baldry@grafana.com>
* baldm0mma/doc_builder/ update readme
* baldm0mma/doc_builder/ update guidlines
* Update scripts/docs/generate-transformations.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update scripts/docs/generate-transformations.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update scripts/docs/generate-transformations.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update scripts/docs/generate-transformations.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update scripts/docs/generate-transformations.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/README.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update docs/README.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update scripts/docs/generate-transformations.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* baldm0mma/doc_builder/ update concat
* baldmomma/doc_builder/ finish concat table
* baldm0mma/docs_builder/ update with suggestions
* baldm0mma/doc_builder/ update content to use getHelperDocs
* baldm0mma/doc_builder/ update calculateField
* baldm0mma/doc_builder/ update to byRefId
* baldm0mma/doc_builder/ update filterByValue
* baldm0mma/doc_builder/ update filterFieldsByName
* baldm0mma/doc_builder/ update formatTime
* baldm0mma/doc_builder/ update groupBy
* baldm0mma/doc_builder/ update groupingToMatrix
* baldm0mma/doc_update/ update heatmap
* baldm0mma/doc_builder/ update histogram
* baldm0mma/doc_builder/ update joinByField
* baldm0mma/doc_builder/ update joinByLabels
* baldm0mma/doc_builder/ update labelsToFields
* baldm0mma/doc_builder/ update limit
* baldm0mma/doc_builder/ update merge
* baldm0mma/doc_builder/ update organize
* baldm0mma/doc_builder/ update partitionByValues
* baldm0mma/doc_builder/ update prepareTimeSeries
* baldm0mma/doc_builder/ update reduce
* baldm0mma/doc_builder/ update renameByRegex
* baldm0mma/doc_builder/ update rowsToFields
* baldm0mma/doc_builder/ update seriesToRows
* baldm0mma/doc_builder/ update sortBy
* baldm0mma/doc_builder/ update spatial
* baldm0mma/doc_builder/ update timeSeriesTable
* baldm0mma/doc_builder/ rerender all
* baldm0mma/doc_builder/ update calculateField
* baldm0mma/doc_builder/ gitignore conflicts
* baldm0mma/doc_builder/ add formatString
* baldm0mma/doc_builder/ update vars
* baldm0mma/doc_builder/ update naming
* baldm0mma/doc_builder/ rerender markdown
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* baldm0mma/doc_builder/ update content
* baldm0mma/doc_builder/ add to codeownders
* baldm0mma/doc_builder/ correct spelling
* baldm0mma/doc_builder/ update comment
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-10-24 10:30:10 -06:00
Josh Hunt
ec84caf389
Navigation: Basic e2e tests for docked mega menu ( #77000 )
...
* Navigation: Basic e2e tests for docked mega menu
* give mega menu an e2e selector
* make existing tests narrower so menu doesn't default to docked. add test for auto docking at large viewport
* use new selector in nondocked menu
2023-10-24 15:56:00 +00:00
George Robinson
2c2d8bcc74
Alerting: Feedback on docs ( #77068 )
2023-10-24 16:53:26 +01:00
Fabrizio
3899620234
Tempo: Add new structural operators ( #77056 )
2023-10-24 17:46:36 +02:00
Drew Slobodnjak
97be80d1f0
Geomap: Fix route layer crosshair share ( #76702 )
...
* Geomap: Fix route layer crosshair share
* Update crosshair styling
* Consolidate horizontal and vertical lines
* Consolidate clear out
* Create const for crosshair color
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-10-24 08:15:31 -07:00
Horst Gutmann
f7445777c7
CI: Temporarily disable arm build-tooling ( #77064 )
2023-10-24 18:14:08 +03:00
Horst Gutmann
ed3a34afdc
chore: Bump version in latest.json ( #77061 )
2023-10-24 17:47:15 +03:00
grafana-delivery-bot[bot]
0fec32e6c1
Changelog: Updated changelog for 10.2.0 ( #77058 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2023-10-24 17:34:07 +03:00
Hugo Kiyodi Oshiro
dfc1875061
Plugins: Add managed instance installation resources ( #76767 )
...
* Plugins: Add configs to allow managed install
* Expose methods to use with cloud plugin installer
* Change plugins installer bind to OSS
2023-10-24 16:21:37 +02:00
Todd Treece
162a422f0a
K8s: Playlist apply fix ( #76971 )
2023-10-24 10:19:17 -04:00
Fiona Artiaga
33f959612f
Docs: Clarify content on Getting started page ( #77010 )
...
* Clarify content
Users coming to this page need to understand that they have landed on the OSS page, and be provided direction to the Cloud getting started if they have landed here by mistake.
* Update link
update link
* Remove duplicate content
* Add link to cloud docs
* Update docs/sources/getting-started/_index.md
try this
* Update docs/sources/getting-started/_index.md
* Update docs/sources/getting-started/_index.md
* Update _index.md
* Fixed linting issues
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
2023-10-24 07:11:17 -07:00
Jack Westbrook
0e2fb5649f
Revert "Chore: Bump Lerna to v7" ( #77046 )
...
Revert "Chore: Bump Lerna to v7 (#76851 )"
This reverts commit c89b49bacb
.
2023-10-24 17:09:19 +03:00
Gabriel MABILLE
897e3a4dab
AuthN: Add metrics to external service accounts management ( #76789 )
...
* AuthN: Add metrics to external service accounts management
* Add a new metric to count stored external service accounts
* Update variable names
Co-authored-by: linoman <2051016+linoman@users.noreply.github.com>
* Add test to SearchOrgServiceAccounts
* Add feature flags checks before registering and using the metrics
---------
Co-authored-by: linoman <2051016+linoman@users.noreply.github.com>
2023-10-24 15:54:14 +02:00
Jack Baldry
07909464f1
Update doc-validator
workflow ( #77024 )
...
Update doc-validator
No longer produce errors for the use of https://grafana.com/ links. This is the first step towards just using fully qualified URLs everywhere. The website link render-hook will internally transform these URLs into the partial URL that works across all hostnames.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-10-24 14:52:41 +01:00
Ieva
7a9ec6b4e0
RBAC: update data source permission API reference ( #76613 )
...
* update data source permission docs
* Update datasource_permissions.md
* Update docs/sources/developers/http_api/datasource_permissions.md
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* Apply suggestions from code review
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2023-10-24 16:51:12 +03:00
Sonia Aguilar
ed54239a9f
Alerting: Dont show 1 firing series when no data in Expressions PreviewSummary ( #76981 )
...
* Dont show 1 firing series when no data in Expressions PreviewSummary
* Add comment to make clear we need to filter out undefineds for firing count
* Move logic to a new getGroupedByStateAndSeriesCount method and added test to it
2023-10-24 15:50:50 +02:00
lwandz13
b2eda16023
Docs: Updates based on UI changes, support request ( #76907 )
...
* added additional links on Lucene queries
* cosmetic updates to query editor
* updated config doc to reflect UI changes
* removed Explore elements from query editor doc
* ran prettier
2023-10-24 08:42:40 -05:00
Fabrizio
b8d005ae23
Plugins: Improvements to NodeGraph ( #76879 )
2023-10-24 15:16:10 +02:00
Matias Chomicki
765defea1e
Loki Queries: Query Splitting enabled by default ( #75876 )
...
* Loki Query Splitting: enable by default
* Query splitting: add gdev dashboard
* Update testdata file
* Update devenv/dev-dashboards/datasource-loki/loki_query_splitting.json
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Revert "Update testdata file"
This reverts commit 5a891ba1f2
.
* Update feature-toggles readme
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-10-24 16:09:30 +03:00