https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
58905fa Update team_sync.md (#70423) (cherry picked from commit a13130f503abe8ef1ce2e291428751748d829001) 31 July 2023, 15:34:37 UTC
c810569 [v9.5.x] Docs: remove references to `groups_attribute_path` for Okta and GitLab docs (#72592) Docs: remove references to `groups_attribute_path` for Okta and GitLab docs (#72588) remove references to groups_attribute_path for Okta and GitLab (cherry picked from commit b96d6e2c8db5e4202be53af314b36183dc06538c) 31 July 2023, 11:12:21 UTC
817613f [v9.5.x] CI: Update secret refs to vault ones; update downstream repo origin (#72548) CI: Update secret refs to vault ones; update downstream repo origin (#72515) Update secret refs to vault ones; update downstream repo origin (cherry picked from commit 6669d0a704ecdd995dc970f51be390ac9d173e0a) Co-authored-by: Kevin Minehart <kmineh0151@gmail.com> 28 July 2023, 19:00:26 UTC
bd5728d [v9.5.x] CI: Make RGM the main pipeline for prerelease (#72531) * CI: Make RGM the main pipeline for prerelease (#72295) * Make RGM the main pipeline for prerelease * Use grafana/grafana-build:dev-bd41660 * Use grafana/grafana-build:dev-fda506a * Fix destination url * Update vault secrets * Move bucket path to environment * Use grafana/grafana-build:dev-2f36afa * Revert to grafana/grafana-build:main * Add repo to rgm_main trigger (cherry picked from commit 971f5f14be87cf1d346e1235a5b90e106e553a57) * make drone --------- Co-authored-by: Guilherme Caulada <guilherme.caulada@grafana.com> 28 July 2023, 16:29:18 UTC
de3b289 [v9.5.x] Update index.md (#72470) * Update index.md (#72241) Issue #6845 - Adding more context around how labels are extracted and indexed (cherry picked from commit 5707f512be0476b85e719d7d542b8a2049e2f24a) * fixed minor punctuation and title issues * fixed capitalization --------- Co-authored-by: arunkg2787 <131352769+arunkg2787@users.noreply.github.com> Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> 27 July 2023, 18:16:05 UTC
558956f [v9.5.x] CI: use base64 key in windows installer build step (#72453) CI: use base64 key in windows installer build step (#72413) use base64 key (cherry picked from commit b019ef9a89baca9fb25badc81d7dab55dc6c483e) 27 July 2023, 13:52:28 UTC
d38393f [v9.5.x] CI: Fix deb/rpm bug for linux package publishing (#72423) CI: Fix `deb/rpm` bug for linux package publishing (#72336) Fix deb/rpm (cherry picked from commit c3ebd388e3cc192590c3f4d381429f7d9e345765) (cherry picked from commit 4c9bdef98dcfb24d8d24dac8117c9d3feb921a06) # Conflicts: # .drone.yml (cherry picked from commit e3ec53b41849bf9008efd278897bf20929376f86) # Conflicts: # .drone.yml 27 July 2023, 06:56:49 UTC
1ad544b [v9.5.x] CI: use the base64 key in the windows installer steps (#72381) CI: use the base64 key in the windows installer steps (#72372) use the base64 key in the windows installer steps (cherry picked from commit 0c2b2219bb7ad4496b0dac6614b2a0f8116771e0) 26 July 2023, 15:04:11 UTC
751d35c [v9.5.x] Prometheus: Add present_over_time syntax highlighting (#72367) Prometheus: Add present_over_time syntax highlighting (#72283) add prometheus present_over_time syntax highlighting to color present_over_time keyword for prometheus (cherry picked from commit d96067985b3f4752bef2a2545c926a97c65393b6) Co-authored-by: stratomonitor <arnaud_lemaignen@yahoo.com> 26 July 2023, 13:41:46 UTC
b8ac666 [v9.5.x] Docs: update GitLab OAuth2 documentation (#72344) * backport (cherry picked from commit 5a9944298d6ae8a440fd771398b35f2ea346c6a1) * linting 26 July 2023, 11:10:08 UTC
5df1da3 [v9.5.x] Changelog: Updated changelog for 9.5.7 (#72328) Changelog: Updated changelog for 9.5.7 (#72321) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit da31b8083ad703ab54f0b424d4e9485ddae67597) # Conflicts: # CHANGELOG.md Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 26 July 2023, 08:57:59 UTC
68b4bb4 Release: Bump version to 9.5.8 (#72322) "Release: Updated versions in package to 9.5.8" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 26 July 2023, 08:47:49 UTC
be375d3 [v9.5.x] CI: Fix verify-prerelease-assets pipeline (#72231) CI: Fix verify-prerelease-assets pipeline (#72226) * Fix verify-prerelease-assets pipeline * Comment out unused assets (cherry picked from commit 142cbc2ec6232e69576a2873416717b065b0b9de) 24 July 2023, 21:57:44 UTC
abe1c68 [Docs 9.5x] Manual Backport 71400 to v9.5.x (#72138) Update _index.md (#71400) * Update _index.md Added missing hyperlink for high availability and a small typo * updates link --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit 4e50115d958304d156d113e91b95e088f4d992f5) Co-authored-by: Usman Ahmad <usman.ahmad@grafana.com> 24 July 2023, 14:43:30 UTC
d5ba847 [v9.5.x] Alerting: Improve performance of matching captures (#71998) * Alerting: Improve performance of matching captures (#71828) This commit updates eval.go to improve the performance of matching captures in the general case. In some cases we have reduced the runtime of the function from 10s of minutes to a couple 100ms. In the case where no capture matches the exact labels, we revert to the current subset/superset match, but with a reduced search space due to grouping captures. (cherry picked from commit 8dd3eb856de497b53b6065c533a181908286b6f1) * Add label fingerprints from grafana-plugin-sdk-go * Remove unsafe.StringData as we use Go 1.19 * Fix lint --------- Co-authored-by: George Robinson <george.robinson@grafana.com> 24 July 2023, 13:44:17 UTC
a7302e7 [v9.5.x] CI: Run only Grafana builds on RGM for grafana/grafana (#72160) * CI: Try setting the vault secret for 'grafana_api_key' (#71981) * Try setting the vault secret * Maybe? * forgot .drone.yml * CI: Use GCP keys in vault and not drone secrets (#72023) * CI: Run only Grafana builds on RGM for grafana/grafana (#72144) * Run only OSS builds on RGM for grafana/grafana * Update script name * Ignore windows step failure for RGM --------- Co-authored-by: Guilherme Caulada <guilherme.caulada@grafana.com> 21 July 2023, 21:27:50 UTC
36f1080 [v9.5.x] docs: fix broken link (#72155) docs: fix broken link (#72114) (cherry picked from commit 0589060041d846272b438f0acd274cb8274d58e2) Co-authored-by: David Harris <david.harris@grafana.com> 21 July 2023, 20:56:11 UTC
4b0cec9 [v9.5.x] Docs: adds mimir and oncall (#72048) Docs: adds mimir and oncall (#72042) adds mimir and oncall (cherry picked from commit 46c49aa7ffcd28ff779cb3a911031e7936b48ef3) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 20 July 2023, 17:10:08 UTC
e9df423 Docs: add alias to data sources index file 9.5 (#72025) added features alias 20 July 2023, 14:46:55 UTC
852ef5a [v9.5.x] AuthNZ documentation revamp (#71968) AuthNZ documentation revamp (#62581) * init for base branch * Add authnz code ownership * Fix docs ownsership path * docs revamp: Plan IAM strategy (#62582) * Add planning page * Add teams definition * Expand on planning and benefits * Add reasons to organize users * Add description of User Teams * Add Grafana organizations info * Add a section between Teams and Orgs * Add a section for external systems * planning your role strategy * Add service account documentation * Add Auth Setup to index sidebar * Address PR comments * Add planning for API keys * Add team and org sync * Docs: role and permission section for planning docs (#64702) * docs revamp: Service accounts (#63710) * docs revamp: Add new documentation to sidebar index (#66104) * docs revamp: synchronisation planning (#66409) * Docs: api keys (#64803) * Remove personal access tokens section * Move auth integration planning page * Remove auth folder * Restore codeowners file * reword and update info on user management and grouping * Rename iam strategy page * extend the section on teams and organizations * Rename planning your IAM section * Move to administration section * Add definition for role sync * Relocate planning --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> (cherry picked from commit 63346674e62f78a3b9f41234173c73440503f1c0) Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> 19 July 2023, 21:18:53 UTC
2ccd7ac [v9.5.x] CI: Allow RGM to create msi for multiple editions (#71893) CI: Allow RGM to create msi for multiple editions (#71883) * Allow RGM to create msi for multiple editions * Remove suffix from build-windows-installer step * Invert exit code on verify_release_pipeline (cherry picked from commit 4c80bcf35fa01499cfd6e58a2ad3d9d32f14d0a5) 19 July 2023, 16:35:19 UTC
ba60a8b [v9.5.x] Alerting: Add tests for matching captures (#71938) Alerting: Add tests for matching captures (#71928) This commit adds tests for matching captures, which we do not have at present. (cherry picked from commit f1af0502db219871d9f771a6e27555baf057334c) Co-authored-by: George Robinson <george.robinson@grafana.com> 19 July 2023, 12:11:01 UTC
905a79b [v9.5.x] Alerting: Sort NumberCaptureValues in EvaluationString (#71930) Alerting: Sort NumberCaptureValues in EvaluationString (#71927) This commit changes extractEvalString to sort NumberCaptureValues in ascending order of Var before building the output string. This means that users will see EvaluationString in a consistent order, but also make it possible to assert its output in tests. (cherry picked from commit 89dcaaf049d5e27d107f986c9820f85a7e4b2496) Co-authored-by: George Robinson <george.robinson@grafana.com> 19 July 2023, 11:29:52 UTC
841cd57 [v9.5.x] Bug: Compare `semver` digits for frontend packages config (#71907) Bug: Compare `semver` digits for frontend packages config (#71829) * Compare semver digits * Fix lint (cherry picked from commit 5f8ace33fb99dc375cb2bce697d5540e5812b469) # Conflicts: # pkg/build/frontend/config_test.go 19 July 2023, 07:24:33 UTC
9dc78e3 [v9.5.x] docs: add docker commands for enabling alpha layers (#71898) docs: add docker commands for enabling alpha layers (#71897) added docker commands for enabling alpha layers (cherry picked from commit ef0de1af32c7bf8f7b03a0317769f0ffd56bb46f) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 18 July 2023, 22:15:09 UTC
8a85daf [v9.5.x] Update _index.md (#71797) Update _index.md (#71792) * Update _index.md * makes prettier --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit 03c2efa2d6c2774c60b221f0b4481b4ac5d9efb5) Co-authored-by: Melori Arellano <melori.arellano@grafana.com> 18 July 2023, 19:30:12 UTC
994d783 [v9.5.x] CI: Add rgm compatible windows msi pipeline (#71868) CI: Add rgm compatible windows msi pipeline (#71678) * Add rgm compatible windows msi pipeline * Fix dependencies and platform * Fix missing arg comment * Fix linting issues * Try to fix version on file path * Fix dependency on verify release pipeline (cherry picked from commit 4caa773401deedb232d4073230bf09ee33367d28) 18 July 2023, 17:19:07 UTC
443c6a7 [v9.5.x] Rework Okta OAuth2 (#71859) Rework Okta OAuth2 (#71349) * Rework Okta OAuth2 --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> (cherry picked from commit 130f142c7f41e333ebfbbd7aa0a0611522f4e117) 18 July 2023, 15:36:26 UTC
c47c8dd [v9.5.x] CI: Removes enterprise specific pipelines and steps (#71780) [WIP] CI: Removes enterprise specific pipelines and steps (#70815) * Removes enterprise specific pipelines and steps (#123) * Comment out enterprise related pipelines and steps * Suppress unused variable warning * Removes all edition arguments * Remove leftover comments * Remove redundant oss on pipelines and steps names * Remove leftover unused variable * Remove leftovers * Remove pipeline dependencies * Rename pipelines * Fix starlark --------- Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com> (cherry picked from commit 642a81ba75e79138246797302aba5c35575f030d) * Add editions for static assets (cherry picked from commit b13939b9af8263e01a6b85c16d859d56a0069cf8) Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 18 July 2023, 15:24:27 UTC
b93e956 [v9.5.x] docs: Update Transform Data (#71853) docs: Update Transform Data (#71013) * Update Transform Data :docs: * Apply suggestions from code review Update Transform Data Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Fix link * Various suggestions * Various suggestions * Various suggestions * Reset make file * Add example for extract field * Add example for field lookup * Add example for histogram * Update * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: ludovio <ludovic.viaud@gmail.com> (cherry picked from commit 679365960bf523bf1d17d253dcd8dd9761eb3e9f) Co-authored-by: Jara Suárez de Puga García <jara.suarezdepuga@grafana.com> 18 July 2023, 14:38:40 UTC
10b7bd7 [v9.5.x] Alerting: No longer silence paused alerts during legacy migration (#71765) Alerting: No longer silence paused alerts during legacy migration (#71596) * Alerting: No longer silence paused alerts during legacy migration Now that we migrate paused legacy alerts to paused UA alert rules, we no longer need to silence them. (cherry picked from commit 8c6cdf51fce181f35c22707c0ee962b91238b8c0) 17 July 2023, 14:14:27 UTC
6b12749 [v9.5.x] Plugins: Only configure plugin proxy transport once (#71741) Plugins: Only configure plugin proxy transport once (#71735) only configure plugin proxy transport once (cherry picked from commit b59ca7fb22088dedb28f75c60f6522be1d4e90ba) Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> 17 July 2023, 12:59:48 UTC
907445b [v9.5.x] Auth: update generic OAuth documentation (#71638) Auth: update generic OAuth documentation (#70330) * update generic OAuth docs * update examples and sync sections * formatting and adding more links to OAuth integrations * add a section with config walkthrough * move examples to the end of the doc * extend role mapping * add a before you begin section, clean up steps, remove some text * remove unnecessary section * OAuth -> OAuth2 * remove Centrify example because it's likely outdated * add shared intro content * add refresh token to tasks, clean up more sections * Update docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md * indentation and small descriptions under headings * add a table for config options * clean up more sections * rewrite email address section * rewriting login and display name sections, plus adding line breaks * update role mapping section * update section names --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 276c63a6569eac3b6b3d69f75daed7fa25daf051) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 17 July 2023, 12:26:56 UTC
1dd68f2 [v9.5.x] CI: Re-enable milestone-check (#71722) CI: Re-enable milestone-check (#71718) This will hopefully resolve stuck PRs until we find a better way to disable that check. (cherry picked from commit 44b55a1ca66649b37520eb466f61a1eb9697a48b) Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com> 17 July 2023, 09:17:43 UTC
479b5c0 [v9.5.x] Chore: Add auto-milestone workflow for pull-requests (#71707) Chore: Add auto-milestone workflow for pull-requests (#71177) This adds a new auto-milestone workflow that will set the milestone for a PR when it is closed. This way, contributors no longer have to think about milestone at all. (cherry picked from commit 8ae92db53dda5b6236bcf50c7c7e39259a54c0ed) 17 July 2023, 08:30:13 UTC
de52d2b [v9.5.x] Docs: reorder auth provider pages (#71641) Docs: reorder auth provider pages (#70764) * order auth provider pages * add shorter menu titles * linting * update reference * rename Grafana auth section to basic auth (cherry picked from commit fc290281cbf3acb7e9b57b3f7132f0f510de4354) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 17 July 2023, 07:58:32 UTC
d1eaa13 [v9.5.x] Auth: update GitHub OAuth documentation (#70459) (#71650) Auth: update GitHub OAuth documentation (#70459) * github oauth doc improvements * add skip_org_role_sync to config for github provider * update links and section headings * update the docs based on the first PR * update references (cherry picked from commit cb695cef8ecbce5965b3fd4fa268c3becab8ec4b) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 17 July 2023, 07:56:54 UTC
2a6b7d1 [v9.5.x] Docs: Add reference to Grafana Cloud doc (#71667) Docs: Add reference to Grafana Cloud doc (#71653) Add reference to Grafana Cloud doc (cherry picked from commit 6b40fe75f577b6dcfcf9700df91706521cf79f0f) Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> 14 July 2023, 15:21:44 UTC
b669afd [v9.5.x] CI: Fix broken env vars in publish-artifacts step (#71646) CI: Fix broken env vars in publish-artifacts step (#71471) Fix env vars (cherry picked from commit 64d2ff03c80c807c03390f63ba1834c5605fc96d) # Conflicts: # .drone.yml (cherry picked from commit fd90737884093c75d98cc0257b47437b7e4ca716) # Conflicts: # .drone.yml 14 July 2023, 12:03:53 UTC
3ee1f7a [v9.5.x] CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml (#71614) CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml (#71608) * CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml * update CODEOWNERS (cherry picked from commit 3afc20fae9bd4fa696b7e2c3f518a30ae3033116) 14 July 2023, 10:50:09 UTC
4f944c6 [v9.5.x] Alerting: Fix unique violation when updating rule group with title chains/cycles (#71330) Alerting: Fix unique violation when updating rule group with title chains/cycles (#67868) * Alerting: Fix unique violation when updating rule group with title chains/cycles The uniqueness constraint for titles within an org+folder is enforced on every update within a transaction instead of on commit (deferred constraint). This means that there could be a set of updates that will throw a unique constraint violation in an intermediate step even though the final state is valid. For example, a chain of updates RuleA -> RuleB -> RuleC could fail if not executed in the correct order, or a swap of titles RuleA <-> RuleB cannot be executed in any order without violating the constraint. The exact solution to this is complex and requires determining directed paths and cycles in the update graph, adding in temporary updates to break cycles, and then executing the updates in reverse topological order (see first commit in PR if curious). This is not implemented here. Instead, we choose a simpler solution that works in all cases but might perform more updates than necessary. This simpler solution makes a determination of whether an intermediate collision could occur and if so, adds a temporary title on all updated rules to break any cycles and remove the need for specific ordering. In addition, we make sure diffs are executed in the following order: DELETES, UPDATES, INSERTS. Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 13 July 2023, 14:30:43 UTC
fbfd77d [v9.5.x] docs: restructure dashboard annotations page (#71512) fixed backport 13 July 2023, 14:10:58 UTC
6721e7b [v9.5.x] docs: add alphaPanels feature toggle information (#71505) docs: add alphaPanels feature toggle information (#71480) * add feature toggle information * fix typo * fixed config information (cherry picked from commit c3a020761510893be2135d79b968bcb473b79fd1) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 12 July 2023, 22:08:46 UTC
c91314f [v9.5.x] CI: Rename the patch GHA workflows (#71476) CI: Rename the patch GHA workflows (#71470) * Rename the patch workflows * Update codeowners (cherry picked from commit 428f63518a41b5de6ed81a14a9d34ea41483bf52) Co-authored-by: Kevin Minehart <kmineh0151@gmail.com> 12 July 2023, 15:34:57 UTC
b51a806 [v9.5.x] Chore: Upgrade Go to 1.20.6 (#71446) Chore: Upgrade Go to 1.20.6 12 July 2023, 13:34:05 UTC
b9dce43 [DOC] Fix tracing links in explore/tracing (#71383) (#71391) * [DOC] Fix tracing links in explore/tracing (#71383) Fix tracing links (cherry picked from commit 41def2e346702cd63c6ab499cee5c51408cc50b1) * Update docs/sources/explore/trace-integration.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --------- Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> 11 July 2023, 16:49:09 UTC
84a4b8b [v9.5.x] Changelog: Updated changelog for 9.5.6 (#71345) Changelog: Updated changelog for 9.5.6 (#71342) * Changelog: Updated changelog for 9.5.6 * Update CHANGELOG.md --------- Co-authored-by: grafanabot <bot@grafana.com> Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> (cherry picked from commit b5272b5160096494231ab3d520d1f617461ef6c1) # Conflicts: # CHANGELOG.md Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 11 July 2023, 13:42:30 UTC
a77d021 [v9.5.x] CI: Provide a Drone promotion to build the build-container (#71351) CI: Provide a Drone promotion to build the build-container (#71133) (cherry picked from commit 7a9847e1962e09c8a098079d5d5a53ad97a9fcc0) 11 July 2023, 12:04:05 UTC
f984e20 Release: Bump version to 9.5.7 (#71343) "Release: Updated versions in package to 9.5.7" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 11 July 2023, 10:49:47 UTC
4bcfe82 [v9.5.x] Docs: Fix broken links to play (#71296) Docs: Fix broken links to play (#71112) * fix broken links to play * Update docs/sources/dashboards/variables/_index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> --------- Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> (cherry picked from commit 69d8e3d8dc94c92a711252e2797e19bf61de6756) Co-authored-by: matt abrams <37156449+zuchka@users.noreply.github.com> 10 July 2023, 18:49:57 UTC
02fe285 [v9.5.x] Prometheus: Version detect bug (#71243) Prometheus: Version detect bug (#71198) * remove redundant request copy in backend, add more versions to semver lists (cherry picked from commit 7dc071f46b6881cca38f7715d85b766cb88bf474) Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com> 07 July 2023, 19:24:57 UTC
2755a13 [v9.5.x] CI: Add GPG keys to rgm, don't clone RGM just use the docker image (#71233) * CI: Add rgm to drone (#66991) * add drone stub that build grafana using 'grafana/build' (dagger) --------- Co-authored-by: Ricky Whitaker <ricky.whitaker@grafana.com> (cherry picked from commit 768efe9748e4041eab92ee64161b33902977d5a8) * Add dagger token to rgm builds (#68651) (cherry picked from commit a870b227dba172dc67012f27b12c7b2f510cd014) * CI: Add GPG keys to rgm, don't clone RGM just use the docker image (#71143) (cherry picked from commit d5a4c81fa1ed9ceb897db34b42a189a7eccc47f1) 07 July 2023, 17:39:46 UTC
471f34a Docs: update the word "integration" in Okta config (#71181) (#71212) (cherry picked from commit ac7814609126b70eec6397d34ce04c40454bf86e) Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com> 07 July 2023, 15:04:24 UTC
3b30a16 [v9.5.x] Docs: Updates Grafana alerting link text on Panel Editor Overview page (#71196) Docs: Updates Grafana alerting link text on Panel Editor Overview page (#71146) * Updates Grafana alerting link text on panel editor overview page * fixed wording of link text --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 217265baee015caa646026f24712a2cfdbaf309d) Co-authored-by: Leanna Shippy <11079957+lshippy@users.noreply.github.com> 07 July 2023, 12:24:43 UTC
2dc4a76 [v9.5.x] Prometheus: Heatmap Format with No Data (#69096) Prometheus: Heatmap Format with No Data (#68938) * Prometheus: Heatmap Format with No Data * Simplify conditional logic (cherry picked from commit 0fa991a4b95ba7daf56be2ffa45bd975b15189ac) Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> 06 July 2023, 18:37:46 UTC
2e82712 [v9.5.x] Added security patch delivery workflows (#71138) Added security patch delivery workflows (#71101) * adding security patch workflows * adding grafana-delivery as codeowners for new pr-security-check workflows * adding release branch triggers to PR security patch github action * joined security patching mirror and apply jobs * remove temp files (cherry picked from commit d88046d3d4b3c94c87cc608f01c994964c1e61d7) Co-authored-by: Ricky Whitaker <ricky.whitaker@grafana.com> 06 July 2023, 15:41:10 UTC
41af852 [v9.5.x] Docs: update heatmap panel options (#71096) Docs: update heatmap panel options (#71058) Added some heatmap panel configuration options which were missing from the docs (cherry picked from commit bdf60d69de9fd31ed8c927560e40055c128ff317) Co-authored-by: prenzlern <88067634+prenzlern@users.noreply.github.com> 05 July 2023, 17:52:14 UTC
eb8d9f5 [v9.5.x] Docs: adds uninstall instructions to debian/ubuntu (#71077) Docs: adds uninstall instructions to debian/ubuntu (#70841) * adds uninstall to debian/ubuntu * updates based on SME feedback * Update docs/sources/setup-grafana/installation/debian/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * Moved remove grafana repo as separate step * adds uninstall docs to remaining linux topics * Update docs/sources/setup-grafana/installation/debian/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/suse-opensuse/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/suse-opensuse/index.md * corrects punctuation * makes prettier --------- Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> (cherry picked from commit 971058919f805ba3019d527eb445bd0bafe74f01) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 05 July 2023, 13:42:04 UTC
a279c80 [v9.5.x] Alerting: Add debug logs when saving instances is finished (#70919) Alerting: Add debug logs when saving instances is finished (#70447) (cherry picked from commit 8a13ee3cd4a02aa2c53ff371efb49589e1ac367b) Co-authored-by: George Robinson <george.robinson@grafana.com> 03 July 2023, 13:23:59 UTC
4b0b2ee [v9.5.x] Fix: Change getExistingDashboardByTitleAndFolder to get dashboard by title, not slug (#70961) Fix: Change getExistingDashboardByTitleAndFolder to get dashboard by title, not slug (#70723) * Fix: Change getExistingDashboardByTitleAndFolder to get dashboard by title, not slug * test: add tests for get dashboard with existing name, get dashboard with non existing name, get dashboard with existing name in a folder * Update pkg/services/dashboards/database/database_test.go Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> * require specific error for Should be able to get dashboard with existing name * Update pkg/services/dashboards/database/database_test.go Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> * implement sofia suggestions to check for specific err, remove logs * give test more specific name * implement daniel suggestion of formatting documentation comment in safe way * fix test title to refer to root directory not specific folder --------- Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> (cherry picked from commit 67cdae4b7d80b9fd2d5fabf67172297f7ba56cfe) Co-authored-by: Kat Yang <69819079+yangkb09@users.noreply.github.com> 30 June 2023, 17:46:04 UTC
fd80720 [v9.5.x] Alerting: Remove and revert flag alertingBigTransactions (#70910) Alerting: Remove and revert flag alertingBigTransactions (#65976) * Alerting: Remove and revert flag alertingBigTransactions This is a partial revert of #56575 and a removal of the `alertingBigTransactions` flag. Real-word use has seen no clear performance incentive to maintain this flag. Lowered db connection count came at the cost of significant increase in CPU usage and query latency. * Fix lint backend * Removed last bits of alertingBigTransactions --------- Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> (cherry picked from commit 63187fae0ccb925ac603acf66da84d4695be3480) Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 29 June 2023, 18:18:34 UTC
2745d3b [v9.5.x] Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration (#70907) Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration (#70781) * Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration (cherry picked from commit 00d5f7fed7d3036ce979a47aca5631378df3d3e5) 29 June 2023, 15:33:12 UTC
b585067 [v9.5.x] Alerting: Migrate unknown NoData\Error settings to the default (#70905) Alerting: Migrate unknown NoData\Error settings to the default (#68403) * use default execution if legacy is not known * update docs * Update docs/sources/alerting/migrating-alerts/migrating-legacy-alerts.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Update docs/sources/alerting/migrating-alerts/migrating-legacy-alerts.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --------- Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> (cherry picked from commit 3af95bebe1600d3c27668359998a2538d85e1982) Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com> 29 June 2023, 14:55:05 UTC
7f6a309 [v9.5.x] standardize docs copyright (#70830) standardize docs copyright (#70732) (cherry picked from commit 3e3bcf510b14e45aae389a8da532e8dead1f1b51) Co-authored-by: Robby Milo <robbymilo@fastmail.com> 28 June 2023, 13:46:55 UTC
a3031e5 [v9.5.x] CI: Ignore .pr-body.txt file (#70807) CI: Ignore .pr-body.txt file (#70798) This file is used during the backporting process but should never be committed. (cherry picked from commit 2b10d31bac4b3ad018ea9d207b06fdf52e11a173) Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com> 28 June 2023, 09:20:47 UTC
16eeaeb [v9.5.x] CI: Cleanup - Remove security related steps (#70794) CI: Cleanup - Remove security related steps (#70788) * Remove security related steps * More cleanup (cherry picked from commit 7f55ba9c6ee8db2d1e2524a3b3c4e7ed0511f056) 28 June 2023, 08:43:11 UTC
3a3fa60 [v9.5.x] Update to docs - index.md (#70752) Update to docs - index.md (#70699) Update index.md Minor correction. (cherry picked from commit b32cea79294c3ebf20f5c9bee127847fe2dac4b7) Co-authored-by: marybelvargas <107340764+marybelvargas@users.noreply.github.com> 27 June 2023, 22:05:05 UTC
54c462c [v9.5.x] SQLStore: Fix Postgres dialect treating "false" migrator default as true (#70687) SQLStore: Fix Postgres dialect treating "false" migrator default as true (#69353) * SQLStore: Fix Postgres dialect treating "false" migrator default as true Previously, when creating a migration you could choose a default value for a new boolean column that looked correct but would be interpreted incorrectly by the Postgres dialect. For example, values such as "false" or "FALSE" would be treated as true by the Postgres dialect. This refactors how migration dialects determine the Default column value for boolean type columns. Each dialect now uses the same base code to parse the Default literal and panics if an unknown value is encountered. So, now AddColumnMigration and AddTableMigration will ensure that across dialects: - The exact same Default literals will be allowed. - The literals are converted to equivalent defaults in their DDL. - An error will be thrown if an invalid literal is provided. (cherry picked from commit 44972d0cd579e633ea6bcb0f496c53ecb4f86239) Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 27 June 2023, 16:29:49 UTC
604304b [v9.5.x] docs: fix broken links in Configure legend (#70710) docs: fix broken links in Configure legend (#70696) * fix broken links * fix remaining broken links (cherry picked from commit 2d261e7aef26974293c562d87016272637486fb2) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 26 June 2023, 17:54:19 UTC
debeb62 [v9.5.x] Docs: removes-yum (#70641) Docs: removes-yum (#70634) * removes-yum * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> * incorporates feedback * adds GPG key step * removes duplicate addrepo command --------- Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> (cherry picked from commit 262af2c47364591a68206d212205d5b2676f8b13) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 23 June 2023, 19:35:30 UTC
cd66370 [v9.5.x] Docs: removes references to Redhat, adds import GPG key step (#70631) Docs: removes references to Redhat, adds import GPG key step (#70625) removes references to Redhat, adds import GPG key step (cherry picked from commit 06b1b6f552b587bcd125aaf18c645b66922aba1f) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 23 June 2023, 17:47:19 UTC
51ae8e5 [v9.5.x] docs: clarifies that only OSS or Enterprise are installed (#70627) docs: clarifies that only OSS or Enterprise are installed (#70619) * clarifies that only OSS or Enterprise are installed, not both * Apply suggestions from code review (cherry picked from commit f77a886f0eb72b95ae5a607357cc81666ac987f5) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 23 June 2023, 17:40:29 UTC
f2cee74 [v9.5.x] formatting fix for line 72 (#70622) formatting fix for line 72 (#70618) (cherry picked from commit cbf4fe9d23b070376155a9e894a6dd8e0c294b1d) Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> 23 June 2023, 17:03:50 UTC
8e32be5 [v9.5.x] docs: table panel: modified support section regarding alerts (#70533) table panel: modified support section regarding alerts (#70421) * modified support section * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * fixing linting error --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com> (cherry picked from commit 8079c1456fc6134a05dabfbd98598d939807fef3) Co-authored-by: tonypowa <45235678+tonypowa@users.noreply.github.com> 23 June 2023, 14:25:32 UTC
7e31fff [v9.5.x] Changelog: Updated changelog for 9.5.5 (#70600) Changelog: Updated changelog for 9.5.5 (#70599) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 373044042d641f26f56b4bdcc4666ab283155750) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 23 June 2023, 12:41:31 UTC
119a886 [v9.5.x] Auth: Fixed CVE-2023-3128 (#70580) Auth: Fixed CVE-2023-3128 (#70571) Fixed CVE-2023-3128 (cherry picked from commit 789ee2121edb4a331cd0cd38eceb73b8e8e1178b) Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> 23 June 2023, 10:10:35 UTC
614079f [v9.5.x] Add and document option for enabling email lookup (#915) Add and document option for enabling email lookup (#913) * Docs: Document option for enabling email lookup * Add the new config in the config files * Apply suggestions from code review Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> * Don't capitalize identity providers * Apply suggestions from code review Co-authored-by: Jo <joao.guerreiro@grafana.com> * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> Co-authored-by: Jo <joao.guerreiro@grafana.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 8380bc7d6a79794cc260bf1c427e2b4e849adbf6) 23 June 2023, 06:59:36 UTC
bef41a5 Auth: Remove Email Lookup from oauth integrations 9.5 (#895) backport https://github.com/grafana/grafana-private-mirror/pull/894 to 9.5.x 23 June 2023, 06:59:35 UTC
dd7d0e8 [v9.5.x] Changelog: Updated changelog for 9.5.5 (#70547) Changelog: Updated changelog for 9.5.5 (#70542) Co-authored-by: grafanabot <bot@grafana.com> (cherry picked from commit 45439bea86419a8146bbfd84f3765d079d2fd73c) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 22 June 2023, 20:56:12 UTC
c833a17 Release: Bump version to 9.5.6 (#70545) "Release: Updated versions in package to 9.5.6" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> 22 June 2023, 18:32:48 UTC
d9382b0 [v9.5.x] Github Actions: Fix milestone GH action (#70498) Github Actions: Fix milestone GH action (#70490) * Remove secret from the caller action * Inherit secrets for reusable actions (cherry picked from commit 37db29db63ab2409a47d284402ba94ca6f2a9c19) Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 22 June 2023, 16:18:03 UTC
7dd3df7 [v9.5.x] Docs: changes link text and adds link to the download page (#70508) Docs: changes link text and adds link to the download page (#70477) achanges link text and add link to the download page (cherry picked from commit 5426d519c6539b8c4b72d0a13b1edd3a96e4b800) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 22 June 2023, 11:57:11 UTC
2f71395 [v9.5.x] Tracing: supply Grafana build version (#70500) Tracing: supply Grafana build version (#69733) * tracing: supply Grafana build version Not etcd client version. * go mod tidy (cherry picked from commit c45ff948060d674005819295bdee6ca02404ffa2) Co-authored-by: Bryan Boreham <bjboreham@gmail.com> 22 June 2023, 09:59:49 UTC
d502a85 [v9.5.x] Docs: removes references to YUM (#70474) Docs: removes references to YUM (#70471) removes references to YUM (cherry picked from commit ebdba3b3596e2915f89bb22f6de2965e5b0068ae) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 21 June 2023, 19:21:07 UTC
4ec3087 [v9.5.x] GitHub Apps: Replace grafanabot token with grafana-delivery-bot GitHub App (#70454) * GitHub Apps: Replace `grafanabot` token with `grafana-delivery-bot` GitHub App (#70242) * Update bump-version.yml * Fix secret * [REVERTME] Remove check * Test without grafana-delivery-bot prefix * Check if token exists * Cleanup bump-version * Update gh actions to use app key (cherry picked from commit 15a85686c25d7588d4e7564a3a7d67b71440f91d) # Conflicts: # .github/workflows/backport.yml # .github/workflows/bump-version.yml # .github/workflows/milestone.yml # .github/workflows/update-changelog.yml * Bug: Fix `yaml` identation for github action yamls (#70445) * Fix yaml identation * Fix the rest of the yamls (cherry picked from commit 31b9f9d235c81653de28cc014b3d4497764994f1) 21 June 2023, 13:29:22 UTC
def2a16 [v9.5.x] docs: Fix bad markup in time series docs (#70389) Fix bad markup in time series docs (#70352) (cherry picked from commit d8a74ab1b7edc47616a13b8ea9b6b835cf30488f) Co-authored-by: John Spurlock <john.spurlock@gmail.com> 20 June 2023, 17:54:24 UTC
2e350d1 [v9.5.x] docs: Use "or" to convey that OS options are unique (#70354) Fix merge conflict --- Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com> 20 June 2023, 09:15:58 UTC
824a38b [v9.5.x] Docs: List packages together, and fix or add menuTitles. (#70342) Docs: List packages together, and fix or add menuTitles. (#70338) List packages together, and fix or add menuTitles. (cherry picked from commit a50afe67d3f3adef7c6d158d8f19383c07a28af1) Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com> 19 June 2023, 15:34:28 UTC
973e8dc [v9.5.x] What's New: Bump whatsnewurl link (#70314) Bump whatsNewUrl link 19 June 2023, 10:38:22 UTC
7d6d704 [v9.5.x] Update make-docs procedure (#70274) Update make-docs procedure (#70265) ## 4.1.0 (2023-06-16) ### Added - Mounts of `layouts` and `config` directories for the `website` project. Ensures that local changes to mounts or shortcodes are reflected in the development server. ### Fixed - Version inference for versioned docs pages. Pages in versioned projects now have the `versioned: true` front matter set to ensure that "version" in $.Page.Scratch is set on builds. ## 4.0.0 (2023-06-06) ### Removed - `doc-validator/%` target. The behavior of the target was not as described. Instead, to limit `doc-validator` to only specific files, refer to https://grafana.com/docs/writers-toolkit/writing-guide/tooling-and-workflows/validate-technical-documentation/#run-on-specific-files. ## 3.0.0 (2023-05-18) ### Fixed - Compatibility with the updated Make targets in the `website` repository. `docs` now runs this script itself, `server-docs` builds the site with the `docs` Hugo environment. (cherry picked from commit a4a16b62c7a1ccb8d8d6679c318846e9472f634d) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 16 June 2023, 20:53:35 UTC
47a1255 [v9.5.x] Use docs/reference for flexible linking for content reused in Grafana Cloud (#70269) Use docs/reference for flexible linking for content reused in Grafana Cloud (#70253) * Use docs/reference for flexible linking for content reused in Grafana Cloud Documented in https://github.com/grafana/website/pull/13878 * Use docs-base image that has docs/reference shortcode --------- (cherry picked from commit 3d15d54a71b32cc43fd2340735f70a5c8833b529) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 16 June 2023, 17:34:38 UTC
ac79a06 [v9.5.x] Auth: Show invite button if disable login form is set to false (#70154) Auth: Show invite button if disable login form is set to false (#69946) * show invite button if disable login form is set to false * fix test * Update public/app/features/users/UsersActionBar.tsx Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> --------- Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> (cherry picked from commit 21f8dd9599693597524aa55b5f14d76926bc70f5) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 16 June 2023, 09:32:29 UTC
9c86893 [v9.5.x] Changelog: Updated changelog for 9.5.2 (#70221) Changelog: Updated changelog for 9.5.2 (#70219) (cherry picked from commit 23b7f702c582b869528a5393513dd130a2e5f54d) Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com> 16 June 2023, 07:00:57 UTC
ab715a0 [v9.5.x] CI: Update grabpl to v3.0.39 (#70135) CI: Update `grabpl` to `v3.0.39` (#70126) Update grabpl to v3.0.39 (cherry picked from commit b1e219e72c0410291e9d608b29c3b8a525c2d504) # Conflicts: # .drone.yml 15 June 2023, 10:11:35 UTC
afd6dc9 [v9.5.x] CI: Add CI check for `what's new` link (#70046) (#70122) CI: Add CI check for `what's new` link (#70046) * Add whatsnewchecker * Add whatsnewchecker_test * Small fixes * Add step in CI * Fix lint * Fix starlark * t.Cleanup instead of separate func * Skip check for test tags (cherry picked from commit 91272ee4f957fc5de1e3deb404fc431eff76aa04) # Conflicts: # .drone.yml # scripts/drone/events/release.star 15 June 2023, 06:44:41 UTC
9206c8d [v9.5.x] Bug: Fix `build-frontend*` config checks (#70077) Bug: Fix `build-frontend*` config checks (#70076) * Fix frontend config checks * Exclude test tag events (cherry picked from commit 5a36fa5f8a345af4564a473cd9d2171afb08f581) Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 15 June 2023, 06:09:07 UTC
b0f4eac [v9.5.x] docs: User management > invite users: adding missing navigation click (#70107) docs: User management > invite users: adding missing navigation click (#69253) adding missing navigation click Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 7ea9be68322c01ae97f2312afab3f4f49b4f6ae4) Co-authored-by: tonypowa <45235678+tonypowa@users.noreply.github.com> 14 June 2023, 20:43:58 UTC
cc088dd [v9.5.x] AzureMonitor: Update docs to detail Azure logs query changes (#70087) AzureMonitor: Update docs to detail Azure logs query changes (#69987) Update docs to detail Azure logs query changes (cherry picked from commit 068236c37f769c8041cda99e81eef9845b74723d) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 14 June 2023, 16:20:59 UTC
9a3d3a7 [v9.5.x] NPM packages: Fail `build-frontend-packages` step if `package.json` and input tag differ (#70037) NPM packages: Fail `build-frontend-packages` step if `package.json` and input tag differ (#70011) * Fail if package.json version is different than the tag * Add tests * Update message * Small refactoring * Fix lint (cherry picked from commit a6b524fd56ed6f11b17d1850bb5e868eec241743) Co-authored-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com> 14 June 2023, 07:52:46 UTC
0882b84 [v9.5.x] Security Scans: Exclude windows container scans (#69977) (#69981) Security Scans: Exclude windows container scans (#69977) * Exclude windows container scans * Fixes according to reviewer's comments (cherry picked from commit fa70fba0e38ef7fb5dcda88767319308d26db915) # Conflicts: # .drone.yml 13 June 2023, 07:59:37 UTC
back to top