sort by:
Revision Author Date Message Commit Date
a05247b Add comment 22 June 2022, 21:45:57 UTC
55f87b7 Remove custom headers handling 22 June 2022, 21:33:33 UTC
69d22d0 Add custom headers to resource request 22 June 2022, 21:33:22 UTC
ba00d12 fix test TestRuleGroupSequence to work in Enterprise environment (#51284) 22 June 2022, 19:54:58 UTC
a094931 Convert AccordianLogsTest to RTL (#51260) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 22 June 2022, 17:00:04 UTC
ee5bcf2 make test more stable (#51268) 22 June 2022, 16:53:16 UTC
fe54165 Chore: Convert TracePageHeader test to RTL (#51216) * Convert TracePageHeader test to RTL * Convert TracePageHeader test to RTL * Convert TracePageHeader test to RTL 22 June 2022, 16:46:36 UTC
d760b03 Convert AccordianKeyValues test to RTL (#51257) 22 June 2022, 16:42:04 UTC
90646e7 Alerting: Don't stop the migration when alert rule tags are invalid (#51253) * Alerting: Don't stop the migration when alert rule tags are invalid As we migrate we expect the `alertRuleTags` on a dashboard alert to be a JSON object. However, it seems this is not really validated by Grafana and an user can change the format to something else that the JSON parser is not able to marshal into a `map[string]string`. Let's do a bit better by "attempting" to parse the tags and if we can't we'll simple return an empty map. The data is still there so if the user wishes they can go back, fix the data and attemp the migration again. 22 June 2022, 16:39:17 UTC
cbefbd3 Search: Adds tests to SearchView (#51248) 22 June 2022, 16:20:57 UTC
4b42cd3 Alerting: State manager to use clock (#51219) * manager to use clock, to be able to mock real time 22 June 2022, 16:18:42 UTC
405df77 Add a feature toggle for custom branding (#51168) 22 June 2022, 15:05:52 UTC
4d2c293 Docs: Add team sync specifics (#51254) 22 June 2022, 14:57:06 UTC
4d02f73 Alerting: Persist rule position in the group (#50051) Migrations: * add a new column alert_group_idx to alert_rule table * add a new column alert_group_idx to alert_rule_version table * re-index existing rules during migration API: * set group index on update. Use the natural order of items in the array as group index * sort rules in the group on GET * update the version of all rules of all affected groups. This will make optimistic lock work in the case of multiple concurrent request touching the same groups. UI: * update UI to keep the order of alerts in a group 22 June 2022, 14:52:46 UTC
9fac806 Add automation when issue labeled area/alerting (#51245) This now results in a message being sent to a Slack channel used by the Alerting team at Grafana Labs. 22 June 2022, 14:22:18 UTC
ef53a49 HeatmapNG: skip y <= 0 values when log y axis (#51221) 22 June 2022, 14:12:22 UTC
be6a878 Annotations: Fixes a problem where annotation autocomplete would crash the panel (#51164) * use custom formatCreateLabel in AnnotationEditorForm * give `TagFilter` it's own formatCreateLabel * only show TagBadge if the label is a string 22 June 2022, 13:54:42 UTC
8b82beb RolePicker: Only select roles that is delegatable when selecting a group (#51246) 22 June 2022, 13:49:32 UTC
d2ab355 OAuth: Restore debug log behavior (#51244) 22 June 2022, 13:27:46 UTC
ef23a76 Remove integration tags for enterprise (#50974) * Remove integration tags for enterprise * Adjust integration tests and backend tests for the current enterprise setup * Remove entrerprise2 integration step and use go command for enterprise2 backend step * CI: Tidy up `release-enterprise-*` pipeline dependencies (#51031) * Tidy up enterprise deps * Fixes according to reviewer's comments Co-authored-by: dsotirakis <sotirakis.dim@gmail.com> 22 June 2022, 13:22:42 UTC
cef81a6 Search: Update bluge version (#50377) 22 June 2022, 12:49:26 UTC
454f65c RolePicker: Only update org role if the value has changed (#51239) 22 June 2022, 12:47:47 UTC
f9becc2 Cloud Monitoring: Update Metrics to use experimental UI components (#51134) * update metrics component * separate state variables * add additonal tests 22 June 2022, 12:39:08 UTC
421f7a9 Auth: Case insensitive ids duplicate usagestats (#50724) * WIP * update for prometheus * usagestats: tests pass for user duplicate entries * metrics: added duplicate user entries * usagestats: adds metrics gauge for duplicate users * usagestats: skip test for mysql * sql in oneplace * only use prometheus register to not panic * usagestats: RegisterMetricsFunc with loginstats * fix: remove unused commited code * refactor: move test to authinfoservice * Update pkg/models/stats.go Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * removed prometheus metrics, due to sql cpu requirement * Added: has_duplicate_user_entries and fix tests * remove unused test * fix: empty else statement removal * missing argument to authinfoservice Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> 22 June 2022, 12:16:28 UTC
5ad3d10 Convert CanvasSpanGraph test to RTL (#51180) 22 June 2022, 11:46:01 UTC
7cee620 Chore: Use @types/webpack-env to type require.context (#51196) 22 June 2022, 11:38:47 UTC
54e9408 Search: Build indexes on start for all orgs (#50762) 22 June 2022, 10:12:07 UTC
6e44b36 Alerting: Add support for images in Kafka alerts (#50758) 22 June 2022, 10:03:08 UTC
765b995 Alerting: Alert rules pagination (#50612) 22 June 2022, 09:33:39 UTC
1ca2e2b Search: Sync state on read for HA consistency (#50152) 22 June 2022, 09:21:43 UTC
9951636 Alerting: Add support for images in VictorOps alerts (#50759) 22 June 2022, 09:00:50 UTC
2698e37 RBAC: Add access control metadata to folder dtos (#51158) * RBAC: Add access control metadata to Folder dto * Add access control metadata to folder dto response * Add test to verify that access control metadata is attached * Attach access control metadata to multiple folders * Add access control metadata to frontend folder dto 22 June 2022, 08:29:26 UTC
8fa951d Type window.nonce (#51200) 22 June 2022, 08:28:05 UTC
26f6b91 Chore: Type GA and Rudderstack analytics config (#51197) * Chore: Type GA and Rudderstack analytics config * rely on implicit unknown 22 June 2022, 08:27:55 UTC
d4acc8b fix broken links (#51224) 22 June 2022, 07:34:48 UTC
157e3b4 Heatmap: add devenv dashbaord for current heatmap panel (#51213) 22 June 2022, 03:45:44 UTC
e6d9123 codegen: Correctly gen TS without defaults (#51155) 22 June 2022, 01:55:37 UTC
f81f334 Chore: Update build-container to version 1.5.7 (#51188) 22 June 2022, 00:55:43 UTC
24bdda7 Barchart: Fix warning not showing (#51190) 21 June 2022, 22:45:37 UTC
157c122 Alerting: State manager to use tick time to determine stale states (#50991) * use correct stale timestamp * calculate stale using tick time instead of time.now * remove unused dependency on sql store 21 June 2022, 22:16:53 UTC
3543e05 Chore: update latest.json to 9.0.1 (#51199) 21 June 2022, 18:22:05 UTC
2df0458 Docs: fixes setup relrefs (#51178) * fixes setup relrefs * Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced_ldap.md Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/_index.md Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 21 June 2022, 17:46:46 UTC
8211d7c ReleaseNotes: Updated changelog and release notes for 9.0.1 (#51192) 21 June 2022, 17:42:38 UTC
357b859 Remove any generics from configureMockStore in tests (#51179) 21 June 2022, 16:48:52 UTC
98132fc Remove as any from requireActual usage (#51182) 21 June 2022, 16:48:38 UTC
53d03ae Alerting: Add api client to integration tests (#50970) 21 June 2022, 15:39:22 UTC
5371428 Deep link to more detailed rate-interval docs (#43422) This felt like a more useful docs link to me Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com> 21 June 2022, 15:28:55 UTC
0bfd48c Chore: Convert DataLinks tests to RTL (#51137) * Convert DataLinks tests to RTL * Convert DataLinks test to RTL * Convert DataLinks test to RTL * Convert DataLinks test to RTL 21 June 2022, 14:55:10 UTC
bab0177 Chore: Convert QueryOperationAction test to RTL (#51139) * Convert QueryOperationAction test to RTL * Convert QueryOperationAction to RTL * Convert QueryOperationAction test to RTL 21 June 2022, 14:53:10 UTC
665da5d Template Variable: Datasource variable can be used when MIXED option is selected in panel query (#51170) * user essentials mob! :trident: * user essentials mob! :trident: lastFile:public/app/features/query/components/QueryEditorRowHeader.test.tsx * user essentials mob! :trident: * test variables showing in data source picker dropdown on MIXED * clean up unused imports * remove comment * remove unused mock Co-authored-by: Alexandra Vargas <alexa1866@gmail.com> Co-authored-by: Joao Silva <joao.silva@grafana.com> Co-authored-by: joshhunt <josh@trtr.co> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 21 June 2022, 14:46:52 UTC
8930bc9 Docs: new version of landing page for Alerting (#51166) * Docs: new version of landing page for Alerting * deletes about topic and adds alias * Update docs/sources/alerting/_index.md Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 21 June 2022, 14:21:54 UTC
1b09145 Fix query parameter template variable (#50023) As documented under [Advanced variable format options – Query parameters](https://grafana.com/docs/grafana/latest/variables/advanced-variable-format-options/#query-parameters), the option is `queryparam`, not `queryparams`. I have verified in Grafana 8.5.3 that the former works while the latter doesn't. 21 June 2022, 13:41:41 UTC
746f664 Minor edits in whats-new-in-v9-0 (#51159) Grammar, punctuation, syntax edits. 21 June 2022, 13:07:08 UTC
62e55d5 Query history: Fix default value when no config (#51129) * Query history: Fix default value in setting.go * Update for frontend * Remove frontend update 21 June 2022, 12:57:44 UTC
bc7ed4b Chore: use jest.mocked in favor of type assertions/any (#51156) * use jest.mocked instead of yucky any * remove more anys in favor of jest.mocked * fix stray unused variables 21 June 2022, 12:47:33 UTC
f351b9a Remove enterprise2 condition - move tests to release pipelines (#51096) 21 June 2022, 12:44:51 UTC
b219fe3 fix make run on 1.18 (#51160) 21 June 2022, 11:57:26 UTC
395623b SearchV2: Add unit test for ManageActions (#51131) 21 June 2022, 11:44:46 UTC
624a324 Alerting: Update docs for images in notifications (#50760) 21 June 2022, 11:24:48 UTC
3710c9a Chore: Convert DataSourcesListPage test to RTL (#51138) * Convert DataSourceListPage test to RTL * Convert DataSourceListPage test to RTL 21 June 2022, 10:47:54 UTC
dcf786f I18n: Add default locale server config option (#51035) * I18n: Set default locale in server config and expose in grafanaBootData * put default locale behind feature flag * update tests now that default locale is behind feature flag * little bit of PR feedback * update sample.ini 21 June 2022, 10:12:49 UTC
370d6a6 Grafana/UI: Add SecretTextArea component (#51021) * Add secret TextArea Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 21 June 2022, 09:26:23 UTC
a0ffb90 Update dependency react-dropzone to v14 (#49243) * Update dependency react-dropzone to v14 * Changes needed for react-dropzone v13 * feat(FileDropzone): update props to be backward compatible * refactor(filedropzone): clean up component story Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 21 June 2022, 09:10:00 UTC
6253171 Chore: remove bra and scripts/go from grafana (#51130) 21 June 2022, 09:08:08 UTC
47abf44 Chore: SharedPreferences tests (#51132) * Add a test assertion function to make testing a little bit easier * Add tests for SharedPreferences * Remove some tests from UserProfileEditPage because we're testing SharedPreferences directly now 21 June 2022, 08:36:34 UTC
05fbfda Search: add unit tests for `FolderView` (#51114) * add unit tests for FolderView * add basic unit test for Alert component * prevent flicker of `No results found` 21 June 2022, 08:35:03 UTC
9aa440d Clarify alerting opt-out docs (#51144) * Clarify alerting opt-out docs * Update docs/sources/alerting/migrating-alerts/opt-out.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Update docs/sources/alerting/migrating-alerts/opt-out.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Update docs/sources/alerting/migrating-alerts/opt-out.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> * Update docs/sources/alerting/migrating-alerts/opt-out.md Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> 21 June 2022, 08:33:58 UTC
c8466d2 Alerting: Add support for image annotation in Alertmanager alerts (#50686) 21 June 2022, 08:06:00 UTC
6f2c0d4 Alerting: notifiers/discord: Fix group mention documentation (#51071) This change updates the UI to document the correct Group Mention format for Discord Contact Points. The Discord API documentation (https://discord.com/developers/docs/reference#message-formatting) uses `<@&ID>` for Group Mentions, not the bare `@` shown in the alerting UI. Testing on 8.5 shows that bare `@` isn't working there. 21 June 2022, 05:34:49 UTC
f4f31b4 HeatmapNG: consolidate frame types & fix color ranging (#51089) * rename yZeroDisplay -> yMinDisplay * remove heatmap-cells-sparse frame type * parse x bucket size to millis * take into account hideLE & hideGE filters to auto-range color scale * extract cell value range scanning to heatmapData 20 June 2022, 20:38:13 UTC
c2aee2b Geomap: Add alpha day/night layer (#50201) Co-authored-by: drew08t <drew08@gmail.com> 20 June 2022, 17:35:03 UTC
a37b868 Alerting: Provisioning UI (#50776) Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> 20 June 2022, 14:55:12 UTC
67046c5 Alerting: Add support for images in Threema alerts (#50734) 20 June 2022, 14:45:35 UTC
3c3293d TopNav: Adds new feature toggle for upcoming nav~ (#51115) 20 June 2022, 14:25:43 UTC
d8d1ca8 add query header (#51072) 20 June 2022, 14:06:14 UTC
3273588 Configure Grafana AuthNZ labels to add to the AuthNZ project (#51120) 20 June 2022, 13:52:56 UTC
7235480 Alerting: Use ErrImagesDone in Discord and SensuGo (#51106) 20 June 2022, 13:39:27 UTC
6a1b869 Alerting: Fix alert rule page crashing when datasource contained URL unsafe characters (#51105) Any Prometheus datasources that contained URL unsafe characters would crash the application since it fails to find the datasource from the Grafana bootData. 20 June 2022, 13:37:22 UTC
87bf0f4 Alerting: Fix alert instances filtering for prom rules (#50850) 20 June 2022, 13:37:05 UTC
18c3456 Alerting: Support up to N fake images (#51111) 20 June 2022, 13:34:53 UTC
e889dfd Cloud Monitoring: Update GroupBy fields to use experimental UI components (#50541) * Cloud Monitoring: Update GroupBy fields to use experimental UI components * let group by field grow horizontally * remove fixed width constants from inputs * add test * Cloud Monitoring: Update GraphPeriod to use experimental UI components (#50545) * Cloud Monitoring: Update GraphPeriod to use experimental UI components * Cloud Monitoring: Update Preprocessing to use experimental UI components (#50548) * Cloud Monitoring: Update Preprocessing to use experimental UI components * add tests * make overrides optional * move preprocessor back into its own row 20 June 2022, 13:28:29 UTC
902101c Chore: Convert PanelHeaderCorner test to RTL (#51074) * export props * Convert PanelHeaderCorner test to RTL * Update public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.test.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> 20 June 2022, 12:54:13 UTC
ab89fa0 Alerting: Fix automatically select newly created folder option (#50949) 20 June 2022, 12:48:57 UTC
606732d Chore: Converts ButtonRow tests to RTL (#51068) 20 June 2022, 12:46:11 UTC
e4f4cc4 Chore: Convert pageActionBar test to RTL (#51073) * Convert pageActionBar test to RTL * add test for conditional render of button 20 June 2022, 12:42:56 UTC
3a586a6 PanelRenderer: Improves PanelRenderer performance (#51092) * PanelRenderer: Improves PanelRenderer performance * Minor refactor * remove old func 20 June 2022, 12:41:39 UTC
694fd1c Docs: fixes manage alerting topic (#51100) 20 June 2022, 11:24:22 UTC
81a5436 Alerting: Adds Mimir to Alertmanager data source implementation (#50943) 20 June 2022, 10:56:38 UTC
ecaa1dc AzureMonitor: Migrate to backend checkHealth API (#50448) * Add check health functions for each datasource and generic checkHealth function * Log backend errors * Update testDatasource function - Remove unused testDatasource functions from pseudo datasources * Switch datasource to extend DataSourceWithBackend * Improve errors and responses from health endpoint * Fix backend lint issues * Remove unneeded frontend tests * Remove unused/unnecessary datasource methods * Update types * Improve message construction * Stubbing out checkHealth tests * Update tests - Remove comments - Simplify structure * Update log analytics health check to query data rather than retrieve workspace metadata * Fix lint issue * Fix frontend lint issues * Update pkg/tsdb/azuremonitor/azuremonitor.go Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> * Updates based on PR comments - Don't use deprecated default workspace field - Handle situation if no workspace is found by notifying user - Correctly handle health responses * Remove debug line * Make use of defined api versions * Remove field validation functions * Expose errors in frontend * Update errors and tests * Remove instanceSettings * Update error handling * Improve error handling and presentation * Update tests and correctly check error type * Refactor AzureHealthCheckError and update tests * Fix lint errors Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> 20 June 2022, 10:33:13 UTC
62c2b1e Alerting: Add ErrImagesDone to return from withStoredImages (#51098) 20 June 2022, 09:56:28 UTC
48a258f loki: no histogram for instant queries (#50711) 20 June 2022, 09:31:36 UTC
f35aa8c Chore: Update golang.org/x dependencies (#51028) 20 June 2022, 09:24:21 UTC
e350cc1 LogRow: Fixed background-height when hovering and label-alignment (#51027) * fixed logline's hover-height difference * vertically aligned log-labels * moved labelalignment to cells 20 June 2022, 09:11:29 UTC
5d65d4c Traces: APM table improvements (#50969) * Update rate and error rate query link * Update tests for new rate and error rate links * Update duration query * Update tests for new duration query 20 June 2022, 08:56:45 UTC
2dbaf25 Alerting: Update test funcs for notifications (#51013) 20 June 2022, 08:05:21 UTC
1f5f40b Enforce password length check on reset request (#51005) 20 June 2022, 07:16:42 UTC
6ffac76 Alerting: Add Documentation about limits of images in notifications. (#51084) Because some contact points only support a single image, and the order of alerts sent to a contact point is not guaranteed, which alert rule's image is attached to a notification can change from alert to alert. This documents that behavior. 20 June 2022, 06:01:16 UTC
81b5eca Opentsdb: Add tag values into the opentsdb response (#48672) Adds tags to the opentsdb response. This means the tags propagate to alert messages to quickly understand the source of the alert. Fixes: https://github.com/grafana/grafana/issues/47092 Co-authored-by: SLAMA <36870081+xy-man@users.noreply.github.com> 20 June 2022, 02:12:43 UTC
bd30e85 Explore: Update service graph metrics and links (#50897) 20 June 2022, 01:11:59 UTC
2446508 Refactor 'Basic Settings' test to RTL from Enzyme (#51059) * Refactor 'Basic Settings' test to RTL from Enzyme * Update public/app/features/datasources/settings/BasicSettings.test.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Refactor 'Basic Settings' test to RTL from Enzyme Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> 18 June 2022, 10:13:51 UTC
back to top