sort by:
Revision Author Date Message Commit Date
ff3e028 Alerting: Add image URI annotation only when there's an image (#69825) * Alerting: Add image URI annotation only when there's an image * fix function name (changed on main branch) 09 June 2023, 13:59:24 UTC
840e8d9 docs: update list on new detections (#69761) * docs: update list on new detections * docs: remove updated plugins, formatting * re-add Oracle plugins 09 June 2023, 13:32:30 UTC
c731d9f Authentication UI: Add metric for the first usage (#69779) 09 June 2023, 13:26:32 UTC
3886384 LogsPanel: Remove top margin (#69847) * LogsPanel: Remove top margin * Fixing 09 June 2023, 12:22:35 UTC
3341229 Chore: InfluxDB - Reformatting and restructuring (#69669) * Reformatting and restructuring * Update unit test * Export as function 09 June 2023, 10:57:46 UTC
9f18e0c Plugins: Re-use plugin registry mocks from fakes package (#69840) re-use mocks from fakes package 09 June 2023, 10:08:26 UTC
3dc8255 Changelog: Updated changelog for 10.0.0-preview (#69837) * Changelog: Updated changelog for 10.0.0-preview * prettier --------- Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 09 June 2023, 09:54:51 UTC
1696bc2 Tempo/ServiceGraph: Specify explicit field types (#69759) Assign field types to service graph fields 09 June 2023, 09:17:05 UTC
5a2e666 Docs:fixes alerting support escalations (#69770) * Docs:fixes alerting support escalations * updates recording rule text * adds link * fixes link * Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fixes relref * adds link to prometheus docs * fixes relref --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 09 June 2023, 08:58:05 UTC
417f6ce Grafana/ui: Fix margin in RadioButtonGroup option when only icon is present (#68899) 09 June 2023, 08:54:06 UTC
5d11def Update dependency @babel/preset-typescript to v7.22.5 (#69832) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 09 June 2023, 07:52:09 UTC
6e3ff5c Update dependency css-loader to v6.8.1 (#69805) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 09 June 2023, 07:35:11 UTC
ba3994d Alerting: Repurpose rule testing endpoint to return potential alerts (#69755) * Alerting: Repurpose rule testing endpoint to return potential alerts This feature replaces the existing no-longer in-use grafana ruler testing API endpoint /api/v1/rule/test/grafana. The new endpoint returns a list of potential alerts created by the given alert rule, including built-in + interpolated labels and annotations. The key priority of this endpoint is that it is intended to be as true as possible to what would be generated by the ruler except that the resulting alerts are not filtered to only Resolved / Firing and ready to be sent. This means that the endpoint will, among other things: - Attach static annotations and labels from the rule configuration to the alert instances. - Attach dynamic annotations from the datasource to the alert instances. - Attach built-in labels and annotations created by the Grafana Ruler (such as alertname and grafana_folder) to the alert instances. - Interpolate templated annotations / labels and accept allowed template functions. 08 June 2023, 22:59:54 UTC
0c68819 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. 08 June 2023, 22:51:50 UTC
387cf7e CloudWatch: Add missing AWS/FSx metrics (#69816) 08 June 2023, 21:44:28 UTC
268d09a CloudWatch Logs: Create monarch language syntax (#69741) 08 June 2023, 18:45:29 UTC
0aef39d Variables: Show description instead of definition in table (#69786) * Variables: Show description instead of definition in table * Remove referencing of definition * Update 08 June 2023, 17:58:02 UTC
9b12d83 [DOC][Traces] Add second page where include file is called (#69814) * Add second page where include file is called * Updates from prettier 08 June 2023, 17:09:37 UTC
ba97c49 Prometheus: Metrics explorer usability test improvements (#69528) * remove infer type functionality because usability tests confirmed it was confusing/not helpful * persist button option to open modal when typing in metric select * update copy desc for setting that includes type and description in search * when filtering by type, only return metrics with defined type * give focused metric row more contrast, consistent with metric select focused option * allow selection of metrics with unknown types and undefined types * add highlighting to backend search * augment counters created from summaries with (summary) * remove type from search input setting and only search by name and description * fix test to reflect that type has been removed from the metadata input search as duplicated by the filter * add button to select metric, change wording, make table hover row consistent with grafana table * add tooltip icon with docs link for metric types that are augmented, histogram and summary * remove files slated for future refactoring * style changes based on catherine's review * remove border from settings btn, select btn increase to md, change col size in table, fix responsive inputs ui for sm screens 08 June 2023, 16:53:17 UTC
cae3b4c grafana/schema: Make composable types part of the package (#69678) * grafana/schema: Make composable types part of the package * Add glob as dev dependency * Review 08 June 2023, 16:44:26 UTC
91b0cdc Plugins: Account for nil user when constructing plugin context (#69811) cater for nil user 08 June 2023, 16:36:41 UTC
9fc1de6 CloudMonitoring: Improve parsing of GCM labels (#69800) Update parsing of GCM labels - Include parsing of metadata labels 08 June 2023, 16:30:22 UTC
8aae6b6 FeatureFlags: Change alpha/beta language to align with release staging language (#69422) 08 June 2023, 16:16:55 UTC
4e1f69d Authentication UI: Enable by default (#69803) 08 June 2023, 15:53:51 UTC
32f27d1 Prometheus: Fix series to rows frame name issue for custom name from legend option (#69343) * use custom name from legend * revert prometheus change * fix issue in the transformer and not prometheus * getFrameDisplayName falls back to getFieldDisplayName already * run prettier 08 June 2023, 15:40:14 UTC
a2b3a70 Update dependency core-js to v3.30.2 (#69799) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 15:38:26 UTC
0a607ab Update dependency @visx/tooltip to v3.1.2 (#69793) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 15:08:37 UTC
093d0a4 Prometheus: Fix numeric values in raw prometheus view which are being formatted as text (#69737) * output numeric if exists * fix bug where copying to clipboard was excluding quantile label (le) 08 June 2023, 14:32:09 UTC
a02bf11 Prometheus: fix icons that are only visible on hover (#69731) always make icons visible instead of only showing on hover to allow users to see outline when interacting with icons via keyboard navigation 08 June 2023, 14:30:10 UTC
365fd67 docs: whats new breaking changes updates (#69489) * make breaking changes note more prominent in whats new * changed paragraph structure and added heading * moved breaking changes section to after the template * move deprecations to breaking changes page * break up paragraph * run prettier 08 June 2023, 14:28:02 UTC
a2f32a1 Update dependency @types/ol-ext to v3.2.0 (#69791) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 13:26:38 UTC
4f40c24 Elasticsearch Config: Fix empty settings with expected default values (#69658) * Elastic details: add missing htmlFor attributes * Elasticsearch Config: add regression test * Elasticsearch Config: run options fixer on every change * Remove unused import 08 June 2023, 13:09:35 UTC
0245ef6 Loki: Fix showing of correct line limit in options (#69572) * Loki: Fix showing of line limit * Refactor tests to not use id 08 June 2023, 12:40:39 UTC
02a3bc9 Update dependency @types/node to v18.16.16 (#69787) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 12:28:18 UTC
4248439 Update dependency @types/glob to v8.1.0 (#69784) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 12:09:13 UTC
6247772 Plugins: Refactor creation of plugin context to dedicated service (#66451) * first pass * fix tests * return errs * change signature * tidy * delete unnecessary fields from test * tidy * fix tests * simplify * separate error check in API * apply nits 08 June 2023, 11:59:51 UTC
49ad802 Update dependency @testing-library/dom to v9.3.0 (#69768) * Update dependency @testing-library/dom to v9.3.0 * dedupe versions in the lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 08 June 2023, 11:54:42 UTC
ff89217 NestedFolders: Fix select all in folder view selecting items out of folder (#69780) * NestedFolders: Fix select all selecting items outside of folder when viewing a folder * fix lint errors 08 June 2023, 11:35:21 UTC
f94e07f Alerting: Fix notification policies inheritance algorithm (#69304) 08 June 2023, 11:01:40 UTC
a221e1d Plugins: Standardize Golang enum naming convention (#69449) * standardize enum pattern * fix up 08 June 2023, 10:21:19 UTC
4db6679 [Chore] Dashboard: Tests for dashboard's add content buttons and menu (#66233) * add tests for empty dashboard page * add tests for AddPanelButton * export default components * test +Add menu in dashboard page * use userEvent instead of firing an event on the DOM itself * fix test to match new analytic events 08 June 2023, 10:16:08 UTC
6d82962 logs: added more tests for logsModel (#69704) * logs: added tests for logsModel * renamed test file 08 June 2023, 10:14:15 UTC
5dceb5d Service accounts: API key migration refactoring to parse as json object of the results (#69771) refactoring to parse as json object of the results 08 June 2023, 10:12:26 UTC
39fa918 Docs/update mssql data source config (#67419) * updated MSSQL data source doc * updated MSSQL encrypt setting * fixed Prometheus type wording 08 June 2023, 09:30:09 UTC
dbdb71f Templating: Fix updating of definition to empty string (#69703) 08 June 2023, 09:02:47 UTC
3e5e178 Update dependency @swc/helpers to v0.5.1 (#69766) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 08:58:41 UTC
5cd25b8 Update dependency @rushstack/ts-command-line to v4.14.0 (#69763) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 08:39:34 UTC
e0ce6c3 Drag&Drop: Dynamically load sheets module (#69536) dynamically load sheets module 08 June 2023, 08:24:49 UTC
24502c4 Add tooltip to instances of IconButton (#68880) * refactor: tooltip is required * refactor: add tooltips * refactor: add tooltips * refactor: add tooltips * refactor: add tooltips * refactor: add tooltips * refactor: add tooltips * refactor: adjust tests * refactor: apply changes from code review * refactor: adjust component for e2e test * refactor: adjust fallback * refactor: apply changes from code review * refactor: apply changes from code review * refactor: set IconButton default as type=button and remove from use cases * refactor: remove aria-labels when duplicated and type=button from use cases * refactor: clean up * refactor: fix tests * refactor: fix type errors * refactor: remove changes in order in order to add them to a separate PR * refactor: set IconButton default as type=button * refactor: remove tooltip * refactor: apply changes requested in review 08 June 2023, 08:23:28 UTC
c826739 Update dependency @rollup/plugin-node-resolve to v15.1.0 (#69738) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 08 June 2023, 08:10:16 UTC
081f59f Service accounts: UI migration results (#68789) * ui migration WIP * merge * migration tests for api * revert chagnes to align with main * revert chagnes to align with main * revert chagnes to align with main * remove unused code and comments * revert gen files * retry logic inplace * fix a any * fixed types * migraiton results now show only result if no failures * review comments * wording to make it more actionable * add migraiton summary text onyl for failed apikeys * fixed wording and added a close button to the modal * made the button close the modal * moved state into component * fix based on review, naming and removed unused code * service account migration state optional * making migration result undefined * showing total and migrated numbers for a successful migration * fix payload const to take the payload 08 June 2023, 08:09:30 UTC
862b04c DataFrame: Align frame (__series.name) and field naming (__field.name) (#69621) Align frame and field naming 08 June 2023, 07:52:14 UTC
3e48c0b docs: Azure doc link update (#69749) Update index.md Link update 07 June 2023, 21:43:04 UTC
d50e50b Docs/docker compose update (#64565) * added CLI in heading for clearity * added new heading * new change * updated final version for review * fix small line breaks * copy edit, restructuring * Apply suggestions from code review * Apply suggestions from code review * removed internal notes * updateding the docker configuraiton file which have advanced instructions * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * updated persistent stroage section * updated heading typo * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * fixed code identation and minor typos * added yaml file validation check in the troubleshooting section * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md added "also" Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * add more details to apline, cloudwatch and default path sections * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * added more detailes about docker ubuntu image, fixed headings, added more clarity to the persistent vs bind stroage * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * added more improvements for the examples * Update docs/sources/setup-grafana/installation/docker/index.md * Update docs/sources/setup-grafana/installation/docker/index.md * Update docs/sources/setup-grafana/installation/docker/index.md * Update docs/sources/setup-grafana/configure-docker.md * updates links, edits Troubleshooting section * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * fixes doc-validator issues * adds link to plugin install instructions * added improvement in the AWS cloudwatch example * Update docs/sources/setup-grafana/configure-docker.md * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Apply suggestions from code review suggestions looks good Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * added dan suggestion for the tags, but skip the longer description part as not really useful for end user * Update docs/sources/setup-grafana/installation/docker/index.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update docs/sources/setup-grafana/configure-docker.md Co-authored-by: Dan Cech <dcech@grafana.com> * Apply suggestions from code review looks good Co-authored-by: Dan Cech <dcech@grafana.com> * added missing version * fixed identation and small typo * fixed the pwd data folder instruction * fixed persistent volume creating and identation * fixed identation * fixed typo to get debug logs * fixed custom plugin installation section * created docker secret command instructions * fixed missing path * fixed code in docker secret and other minor typos * incorporates feedback, copy edits secrets section * fixed small typo in docker secrets section * remove the additonal info command for secrets * combined custom docker pre-installed plugin section as one * fixed the build link typo * various updates/fixes * another fix * added more clarity to the volume creating command * fixed command for bind mounts * fixed missing comman in the plugin command * fixed small typo * improve and simplifly the steps instructions * fixed validation command * Apply suggestions from code review looks good!! Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * fixed typo in docker secret command explaination * fixed minor stuff * makes prettier --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Dan Cech <dcech@grafana.com> 07 June 2023, 19:27:31 UTC
2656c06 Prometheus: variable query editor interpolate variables in label values (#69735) update regex for label values query type to support variable interpolation 07 June 2023, 17:36:05 UTC
d31a9b6 Update dependency @react-types/shared to v3.18.1 (#69734) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 07 June 2023, 17:11:29 UTC
683f07d Update dependency @react-types/overlays to v3.7.2 (#69716) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 07 June 2023, 16:29:52 UTC
8322b35 Loki: Make stream selector input in variables editor larger (#69729) * Loki: Make strem selector input in variables editor larger * Remove 75% 07 June 2023, 15:56:35 UTC
337ffd3 docs: improvements to visualizations docs (#69503) * made changes from PR 67118 * made changes from PR 67123 * made some changes from PR 67128 * made changes from PR 67129 * made changes from PR 67133 07 June 2023, 15:28:37 UTC
994defe docs: add product labels for reporting page (#69717) add product labels for reporting page 07 June 2023, 15:28:18 UTC
1fd4953 Plugins: Optimize creation of Golang errors and slices (#69448) * tidy up * fix tests 07 June 2023, 15:22:43 UTC
8a8b5da Alerting: Use monaco editor for admin page (#69514) 07 June 2023, 14:21:36 UTC
a91de30 Alerting: Support newer http_config struct (#69452) 07 June 2023, 14:21:22 UTC
bbd83cb Docker: Add ARM64 architecture for Docker, for PRs (#68295) * Add ARM64 architecture for Docker * Add arm64 variants 07 June 2023, 14:17:15 UTC
9ae51ec Update dependency @react-types/menu to v3.9.1 (#69697) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 07 June 2023, 14:14:14 UTC
e31ea1d Query Splitting: Display progress of sub-requests using an annotation frame (#69574) * Loki Query Splitting: Add and update loading frame to merged response * Update unit test * Loki Query Splitting: use data frame constructor function 07 June 2023, 13:52:06 UTC
14d2f37 Loki: Fix including of template variables in variable query editor (#69698) 07 June 2023, 13:38:45 UTC
6561f3a Lower Drag and Drop file size limit to 500kb (#69640) 07 June 2023, 12:43:16 UTC
ceeefd3 Update dependency esbuild-plugin-browserslist to ^0.7.0 (#62895) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 07 June 2023, 11:52:37 UTC
bb7acf9 Add prometheus querydata instrumentation (#69447) 07 June 2023, 11:36:03 UTC
a6484c6 Azure: Fix Kusto auto-completion for Azure datasources (#69685) * Fix Kusto auto-completion not working in HG * Add update to script paths * Update CODEOWNERS * Missed the ts 07 June 2023, 10:49:43 UTC
0e28d61 Nested folders: Improve loading states (#69556) * loading states! * fix uncontrolled checkbox * cleaner css * improve flickering title * make sure @grafana/ui has the same version of react-loading-skeleton * fix unit test + add tooltip text * better way of restoring focus * only restore focus when loading * missing ! * use aria-label instead of tooltip 07 June 2023, 10:21:44 UTC
f148b5f Plugins: Forbid loading Angular plugins when Angular is disabled (#69679) * Plugins: Forbid loading Angular plugins when Angular is disabled * Plugins: Made angulardetector a service, add tests for angular loader cases * Fix missing import * Add nolint:gocyclo to loadPlugins 07 June 2023, 09:08:01 UTC
f7dd7c5 CloudMonitoring: Remove excess logs (#69576) Remove excess logs 07 June 2023, 08:58:35 UTC
848eb01 Alerting: Fix broken UI because of query being optional for some ExpressionQuer… (#69650) * Fix broken UI because of query being optional for some ExpressionQuery coditions field * Delete query field from conditions in utils.test.ts 07 June 2023, 08:58:08 UTC
498f8ea Auth: Skip org role sync moved in docs (#69676) skip org role sync moved in docs 07 June 2023, 08:02:05 UTC
aee5c6d Auth: Use auth broker by default (#69620) remove authnservice toggle 07 June 2023, 06:57:41 UTC
e17ef5e Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 07 June 2023, 03:09:29 UTC
cefcbfa Explore: Run remaining queries when one is removed from a pane (#69643) 06 June 2023, 22:28:33 UTC
f20a8eb Docs: Remove duplicate word in edit panel of configure panel options (#69592) Documentation: Remove duplicate word in edit panel of configure panel options 06 June 2023, 20:39:30 UTC
76b05b8 Legend: Sort by name (#69490) 06 June 2023, 20:16:16 UTC
c0a1fc2 SQL Datasources: Reinstate SQL data source behavior around database selection when default configured databases already exist (#65659) * badlm0mma/sql_datasource_update/ initial notes * baldm0mma/sql_datasource_update/ solution * baldm0mma/sql_datasource_update/ clean datasetSelector * baldm0mma/sql_datasource_update/ clean up queryEditor.tsx * baldm0mma/sql_datasource_update/ clewan up queryHeader.tsx * baldm0mma/sql_datasource_update/ clean up tableSelector.tsx * baldm0mma/sql_datasource_update/ clean up mysqlDatasource.ts * baldm0mma/sql_datasource_update/ clean up configurationEditor.tsx * baldm0mma/sql_datasource_update/ rem conlog from queryEditor.tsx * baldm0mma/sql_datasource_update/ rem conlog from queryEditor.tsx * baldm0mma/sql_datasource_update/ remove conlog in tableSelector.tsx * baldm0mma/sql_datasource_update/ rem conlog in sqlDatasource.ts * baldm0mma/sql_datasource_update/ update deafult database value in sqlDatasource.ts * baldm0mma/sql_datasource_update/ update logic to accomidate no preconfig * baldm0mma/sql_datasource_update/ update props * baldm0mma/sql_datasource_update/ update prop names * baldm0mma/sql_datasource_update/ update prop names in tableSelector * baldm0mma/sql_datasource_update/ update annos in datasetSelector * baldm0mma/sql_datasource_update/ update naming * baldm0mma/sql_datasource_update/ update to standard langauae * baldm0mma/sql_datasource_update/ update prop names * baldm0mma/sql_datasource_update/ update annos in datasetSelector * baldm0mma/sql_datasource_update/ remove unused import in tableSelector.tsx * baldm0mma/sql_datasource_update/ remove addDefaultdataset * baldm0mma/sql_datasource_update/ reset query when needed * baldm0mma/sql_datasource_update/ update asymc return val * baldm0mma/sql_datasource_update/ remove psql query editor * baldm0mma/sql_datasource_update/ remove con logs in defaults.ts * baldm0mma/sql_datasource_update/ revert postgres changes * baldm0mma/sql_datasource_update/ update postgres naming * baldm0mma/sql_datasource_update/ add altert * baldm0mma/sql_datasource_update/ update annos and add alerts and alert logic * baldm0mma/sql_datasource_update/ update postgres nomenclature * baldm0mma/sql_datasource_update/ update annos and remove con logs * baldm0mma/sql_datasource_update/ update nomenclature * baldm0mma/sql_datasource_update/ drone fix * baldm0mma/sql_datasource_update/ export and format * baldm0mma/sql_datasource_update/ update docs for mysql datasource with dataset dropdown disable info * baldm0mma/sql_datasource_update/ update mssql docs * baldm0mma/sql_datasource_update/ update postgres docs and alert logic * baldm0mma/sql_datasource_update/ add tests * baldm0mma/sql_datasource_update/ update docs * baldm0mma/sql_datasource_update/ update test names * baldm0mma/sql_datasource_update/ update alert language * baldm0mma/sql_datasource_update/ correct spelling * baldm0mma/sql_datasource_update/ update postgres query builder image * baldm0mma/sql_datasource_update/ update annos * baldm0mma/sql_datasource_update/ update tests * baldm0mma/sql_datasource_update/ docs updated * baldm0mma/sql_datsource_update/ refactor determinePlaceholder * Update public/app/features/plugins/sql/components/QueryEditor.tsx spelling Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Update public/app/features/plugins/sql/components/QueryEditor.tsx spelling Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * baldm0mma/sql_datasource_update/ remove superfluous cleanup data from tests * baldm0mma/sql_datasource_update/ update spelling * Update public/app/features/plugins/sql/components/SqlComponents.test.tsx spelling Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * baldm0mma/sql_datasource_update/ add logic to prevent db call for tables if dataset it nullish * baldm0mma/sql_datasource_update/ update alert tests * baldm0mma/sql_datasource_update/ update button text * baldm0mma/sql_datasource_update/ update tests to preferred standard * baldm0mma/sql_datasource_update/add feature flag * baldm0mma/sql_datasource_update/ update mssql docs * baldm0mma/sql_datasource_update/ add feature flag to registry * baldm0mma/sql_datasource_update/ adjust table and dataset dropdown logic * baldm0mma/sql_datasource_update/ update testing to deal with feature flag * baldm0mma/sql_datasource_update/ update wioth cascadeDisable * baldm0mma/sql_datasource_update/ update naming * baldm0mma/sql_datasource_update/ update tests to reflect enabled feature flag * baldm0mma/sql_datasource_update/ update annotations * baldm0mma/sql_datasource_update/ update annos in queryEd * baldm0mma/sql_datasource_update/ update test names * baldm0mma/sql_datasource_update/ update anno issues * baldm0mma/slq_datasource_update/ add query to sqlDatasource with error * baldm0mma/sql_datasource_update/ update docs language * baldm0mma/sql_datasource_update/ remove notes to self * baldm0mma/sql_datasource_update/ add QueryEditorFeatureFlag.utils.ts * baldm0mma/sql_datasource_update/ update database into json * baldm0mma/sql_datasource_update/ found file * Update docs/sources/datasources/mssql/query-editor/index.md Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> * baldm0mma/sql_datasource_update/ update feature flag and toggles * baldm0mma/sql_datasource_update/ add hasConfigIssue, update annos, rethink disable logic * baldm0mma/sql_datasource_update/ update warning language * baldm0mma/sql_datasource_update/ update button content * baldm0mma/sql_datasource_update/ update jsonData logic in frontendsettings.go * baldm0mma/sql_datasource_update/ update jsonData logic * baldm0mma/sql_datasource_update/ update annos in frontendsettings.go * baldm0mma/sql_datasource_update/ update sql editor docs * baldm0mma/sql_datasource_update/ update mysql docs * baldm0mma/sql_datasource_update/ update postgres docs * baldm0mma/sql_datasource_update/ remove unused code in datasetSelector.tsx * baldm0mma/sql_datasource_update/ update syntax conventions * baldm0mma/sql_datasource_update/ add logs * baldm0mma/sql_datasource_update/ remove unused code * baldm0mma/sql_datasource_update/ remove conlogs * baldm0mma/sql_datasource_update/ update tests * baldm0mma/sql_datasource_update/ add second error to query * baldm0mma/sql_datasource_update/ run make gen-cue * baldm0mma/sql_database_update/ lint registry * baldm0mma/sql_datasource_update/ update registry * baldm0mma/sql_datasource_update/ upate datasource logic * baldm0mma/sql_datasource_update/ add logs * baldm0mma/sql_datasource_update/ add comms to self * baldm0mma/sql_datasource_update/ comment out false pos tests, and add investigatory comments * baldm0mma/sql_database_update/ update query error to only test for config change if query was made in "builder" mode * baldm0mma/sql_datasource_update/ update annos in frontendsettings.go * baldm0mma/sql_datasource_update/ update error logic to datasource * baldm0mma/sql_datasource_update/ remove alerts from query editor * baldm0mma/sql_datasource_update/ remove unused imports * baldm0mma/sql_datasource_update/ update tests * baldm0mma/sql_datasource_update/ remove comments * baldm0mma/sql_datasource_update/ remove logs in queryGroup.tsx * baldm0mma/sql_datasource_update/ remove outdated annotation in datasetSelector.tsx * baldm0mma/sql_datasource_update/ remove superfluous test and update test description * baldm0mma/sql_datasource_update/ remove feature flag * baldm0mma/sql_datasource_update/ add back feature flag * baldm0mma/sql_datasource_update/ update to enums * baldm0mma/sql_datasource_update/ update panel caps * baldm0mma/sql_datasource_update/ update dataset selector to default update the database correctly * baldm0mma/sql_datasource_update/ move onChange into conditional * baldm0mma/sql_datasource_update/ add logic for previous datasets choice * baldm0mma/sql_datasource_update/ add back previous logic for assigning default datasets * baldm0mma/sql_datasource_update/ update useEffect dep array * baldm0mma/sql_datasource_update/ remove feature toggle * baldm0mma/sql_datasource_update/ add feature toggle --------- Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> 06 June 2023, 16:28:52 UTC
52c4761 Fix: Fix dashboards not showing in folders with search v2 enabled (#69638) * Fix: Fix dashboards not showing in folders with search v2 enabled * tests 06 June 2023, 16:26:06 UTC
7a13268 Revert "Plugins: Forbid loading Angular plugins when Angular is disabled (#69225)" (#69657) This reverts commit ff34279ff43a8660e8445c8f320390ed61bcd0e8. 06 June 2023, 16:09:41 UTC
d5cbac0 Update dependency @opentelemetry/semantic-conventions to v1.14.0 (#69647) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 06 June 2023, 15:37:12 UTC
ff34279 Plugins: Forbid loading Angular plugins when Angular is disabled (#69225) * Plugins: Forbid loading Angular plugins when Angular is disabled * Plugins: Made angulardetector a service, add tests for angular loader cases * Fix missing import 06 June 2023, 15:14:31 UTC
067bbcb Explore: Refactor & centralize URL/state sync (#66286) Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> 06 June 2023, 14:31:39 UTC
6900336 Update dependency @monaco-editor/react to v4.5.1 (#69633) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 06 June 2023, 13:58:58 UTC
b58db18 Docs: Update references in `contribute/` dir (#69564) Docs: Update references in `contribute` dir 06 June 2023, 13:56:39 UTC
34ba2dd [DOC] Tracing: Add doc for Tempo Search query (#68923) * Add doc for Tempo Search query * Updates for wording and images * Add note to Explore about query editor for tracing * Fix prettier * Apply suggestions from code review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/shared/datasources/tempo-search-traceql.md * Changes from prettier * Update docs/sources/shared/datasources/tempo-search-traceql.md * Update docs/sources/shared/datasources/tempo-search-traceql.md * Updates from prettier --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 06 June 2023, 13:46:43 UTC
07dd90b Dashboards: Variables - Improve slow template variable loading due same variable loaded multiple times on time range change (#66965) 06 June 2023, 13:12:09 UTC
e770bd6 Chore: InfluxDB - Restructure the folders (#69554) * Move useUniqueId to a general place * Use new built-in useId hook * Rename query builder and metadata query * Move and rename the query builder tests * Refactor query_builder and metadata_query * Fix test * Fix test * Restructure folders * update texts * Update the mock * Fix test * update imports * update imports again 06 June 2023, 12:28:59 UTC
819041c Schema: Improve Dashboard kind docs and remove deprecated props (#69359) Remove unused properties: * `FieldColorModeId.PaletteSaturated`: It doesn't exist and it is not a valid palette. * `VariableModel.rootStateKey`: It is not persisted in the DB, so it shouldn't be in the schema. It is a property only used in the frontend to store the Redux store key. * `VariableModel.error`: It is not persisted in the DB, so it shouldn't be in the schema. It is a property only used in the frontend to store fetching errors. * `Panel.thresholds`: old property only existing in previous versions of the dashboard schema. * `Panel.timeRegions`: old property only existing in previous versions of the dashboard schema. 06 June 2023, 12:28:10 UTC
ae0f94e InfluxDB: Refactor query_builder and metadata_query (#69550) * Move useUniqueId to a general place * Use new built-in useId hook * Rename query builder and metadata query * Move and rename the query builder tests * Refactor query_builder and metadata_query * Fix test * Fix test 06 June 2023, 11:58:51 UTC
f1178e0 Prevent crash while executing concurrent mixed queries (#874) limit parallel query execution to 1 at a time 06 June 2023, 11:49:21 UTC
f4c04d4 Alerting: Update patch for #865 after #68898 (#890) 06 June 2023, 11:38:37 UTC
f9c310d Require alert.notifications:write permissions to test receivers and templates (#865) # Conflicts: # pkg/services/ngalert/api/authorization.go 06 June 2023, 11:33:56 UTC
49c940d Loki: Add step parameter to Loki query (#69558) 06 June 2023, 11:20:27 UTC
3227d0b Docs: removes screenshots (#69634) 06 June 2023, 11:01:54 UTC
b0aa149 Update dependency @grafana/scenes to ^0.14.0 (#69608) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 06 June 2023, 10:38:49 UTC
back to top