William Wernert
6d16cf2699
Alerting: Marshal incoming json.RawMessage in diff ( #84692 )
...
This will ensure the encoding is correct when comparing
to the existing rule.
2024-03-20 13:10:39 -04:00
lean.dev
8336f1fc1e
Update feature toggle code owner ( #84817 )
...
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
2024-03-20 18:06:14 +01:00
renovate[bot]
6813210ed0
Update react monorepo
2024-03-20 16:40:05 +00:00
renovate[bot]
92ab85e066
Update dependency @types/node to v20.11.30 ( #84836 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 17:53:35 +02:00
Matias Chomicki
7e8e7429ec
Popover menu: remove selectionchange listener ( #84832 )
2024-03-20 17:48:33 +02:00
Marie Cruz
821d9a5565
docs: add links to KillerCoda tutorial environments ( #84831 )
2024-03-20 15:47:45 +00:00
Kyle Brandt
0df7c9201a
Make: Speed up make run by removing redundant make go-gen
in .bra ( #84827 )
...
Make: Remove redundant `make go-gen` in .bra, build-go already calls this
Calling twice really slows down backend build time since wire gets called twice and that uses a few gigs of memory
2024-03-20 16:39:49 +01:00
renovate[bot]
78f1551b8e
Update dependency @grafana/faro-web-sdk to v1.5.0 ( #84820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 15:31:34 +00:00
Adela Almasan
9fced253f5
VizTooltips: Switch data links display to column ( #84828 )
2024-03-20 17:29:37 +02:00
Alex Khomenko
b9b42ba10f
Grafana/icons: Add icons package ( #82314 )
...
* Add separate icons package
* Update package.json
* Codeformat
* Use the new icon
* Sanitize SVGs
* Sync deps
* Add publish script
* Add pre-commit hook
* Test pre-commit
* Rename
* Comment out local dev configs
* Add generate action
* Update readme
* Update script
* Add license
* Rename icons to icons-generated
* Codeformat
* Update lerna
* Remove fill attribute from SVG path elements
* Revert lerna upgrade
* Update codeowners
* Add lint scripts
* Exclude more attributes
* Add missing deps
* Update lockfile
* Remove CI actions
* Remove generated components from VC
* Fix path
* Build ESM only
* Include cjs
* Update lockfile
* Move generated icons into src
* Update lockfile
* Sync deps with grafana
* Update lockfile
* Update lockfile
* Update package name
* Cleanup
* Memoize the components
* Publish esm only
* Do not overwrite props
* Add generate script to build
* Update comment
* Generate typedefs from index.ts
* test
* test
* Restore
* Add more complex icons
* Add readme
* Update lockfile
* Make the package private
* Move package exclusion to lerna.json
* Remove exclusion
* Revert
* test packages
* Fix
* Fix
* Revert
* Move generate icons script to the root
* Update script
* Remove icons script
* Move icons exclusion to package.json
2024-03-20 17:03:40 +02:00
Juan Cabanas
98a6b5debf
Scenes: Fix public dashboard email sharing section ( #84467 )
2024-03-20 12:00:19 -03:00
Adam Simpson
311aa94fab
MSSQL: Add Windows AD/Kerberos auth ( #84742 )
...
* mssql: Add Kerberos/Windows AD auth
* need username for cache file
* account for no port in cc file
* add tests around constring
* remove un-needed port
* add docs
* remove comments
* move defer to same locale as where it begins
* fix linting and spelling
* fix gosec linter
* note lack of grafana cloud support
2024-03-20 16:41:57 +02:00
Yuri Tseretyan
04c9f459ec
Alerting: do not check for folder in file provisioning ( #84822 )
...
provide nil folder service in file provisioning
2024-03-20 10:39:03 -04:00
Ida Štambuk
18eac9df9e
Feature toggles: Remove redshiftAsyncQueryDataSupport and athenaAsyncQueryDataSupport toggles ( #84653 )
2024-03-20 15:14:21 +01:00
renovate[bot]
339a2ba4e9
Update dependency msw to v2.2.9
2024-03-20 13:44:32 +00:00
Matthias Meyer
af820f29f8
Docs: updated provisioning documentation ( #84711 )
2024-03-20 12:56:10 +00:00
renovate[bot]
e2109f9b2a
Update babel monorepo to v7.24.3
2024-03-20 12:50:51 +00:00
Andres Martinez Gotor
a705ff7892
API Server: refactor plugin ID handling ( #84753 )
2024-03-20 13:49:19 +01:00
renovate[bot]
d0935fe44c
Update dependency @testing-library/react to v14.2.2
2024-03-20 12:31:21 +00:00
renovate[bot]
6cf34a76cf
Update dependency @msagl/parser to v1.1.18
2024-03-20 10:49:24 +00:00
Alex Khomenko
c632cabb3b
NewOrgPage: Update Form import ( #84792 )
2024-03-20 12:47:22 +02:00
renovate[bot]
fe623760a8
Update dependency @msagl/core to v1.1.18
2024-03-20 10:22:49 +00:00
github-actions[bot]
cd3312ba02
I18n: Download translations from Crowdin ( #84799 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-20 10:17:56 +00:00
renovate[bot]
9b6c32163d
Update dependency @grafana/faro-core to v1.5.0 ( #84784 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 10:04:08 +00:00
Fabrizio
288b06b64c
Loki: Replace imports of infra/log
with SDK ( #84336 )
2024-03-20 11:25:35 +02:00
Jack Westbrook
421ef641d0
Azure Monitor: Externalise kusto ( #84749 )
...
fix(azuremonitor): externalise kusto so it loads via core
2024-03-20 10:16:54 +01:00
Dominik Prokop
d5e293c18d
GroupBy variable: Allow detecting static dimensions changes ( #84715 )
...
* GroupBy variable: Allow detecting static dimensions changes
* Review
* Lint
2024-03-20 10:08:42 +01:00
Ivana Huckova
77b1c97482
Elasticsearch: Remove xpack button and make includeFrozen not dependant on it ( #84734 )
2024-03-20 09:59:26 +01:00
Gábor Farkas
fba2b61408
postgres: removed unused code ( #84736 )
...
sql: removed unused code
2024-03-20 09:28:42 +01:00
George Robinson
f3e5ad00d6
Remove extra defers in screenshot sevice ( #84697 )
2024-03-20 07:13:16 +00:00
github-actions[bot]
034c232ec9
I18n: Download translations from Crowdin ( #84670 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-20 06:26:46 +00:00
Yuri Tseretyan
e593d36ed8
Alerting: Update rule access control to explicitly check for permissions "alert.rules:read" and "folders:read" ( #78289 )
...
* require "folders:read" and "alert.rules:read" in all rules API requests (write and read).
* add check for permissions "folders:read" and "alert.rules:read" to AuthorizeAccessToRuleGroup and HasAccessToRuleGroup
* check only access to datasource in rule testing API
---------
Co-authored-by: William Wernert <william.wernert@grafana.com>
2024-03-19 22:20:30 -04:00
Zoltán Bedi
a4fe7f39ea
E2E: Rewrite mysql tests to playwright ( #83424 )
...
* E2E: Rewrite mysql tests to playwright
* Fix lint
* Add more selectors and address comments
* Scope locators when locating text
* Don't run it 20 times
* Update new-datasource-variable to assert mysql
2024-03-19 23:07:48 +01:00
Lucy Chen
351425ab3d
Reporting: Update api doc files ( #84358 )
2024-03-19 17:19:14 -04:00
renovate[bot]
1cc31a4d62
Update dependency webpack-dev-server to v5.0.4
2024-03-19 20:48:38 +00:00
renovate[bot]
97e49d37e7
Update dependency react-hook-form to v7.51.1
2024-03-19 20:31:35 +00:00
brendamuir
d01d99a585
Alerting docs: change icon and simplified routing ( #84729 )
2024-03-19 21:29:45 +01:00
renovate[bot]
f3986f0dc7
Update dependency postcss to v8.4.37
2024-03-19 18:56:16 +00:00
Jack Baldry
fef0c66b03
Use $host nginx variable instead of $http_host ( #84354 )
2024-03-19 18:54:25 +00:00
renovate[bot]
590c657828
Update dependency msw to v2.2.8
2024-03-19 18:21:50 +00:00
renovate[bot]
9d058f8db0
Update dependency eslint-plugin-react to v7.34.1
2024-03-19 17:44:17 +00:00
Señor Performo - Leandro Melendez
e011c60a75
Visualizations-TablePanel: added YouTube link to Table Panel ( #84533 )
...
* Update index.md added YouTube link to Table Panel
* Moved video and added placement note
* Update index.md adding video description
Added a description to the video. Feel free to edit if my syntax or writing needs improvement.
* Wording and style edits
* Wording fix
---------
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-19 13:41:10 -04:00
Gilles De Mey
5a57ff1307
Alerting: Preserve newlines and whitespace for Prometheus and Loki queries ( #84755 )
2024-03-19 19:38:04 +02:00
renovate[bot]
d12faee989
Update dependency dompurify to v3.0.10
2024-03-19 17:26:08 +00:00
renovate[bot]
6166c88ab7
Update dependency core-js to v3.36.1
2024-03-19 17:06:50 +00:00
Ihor Yeromin
3c97476390
Canvas: Support dashed connection lines ( #84496 )
...
* feat(canvas): add connection types
2024-03-19 17:56:10 +01:00
renovate[bot]
aa9dc9c821
Update dependency @types/react-table to v7.7.20
2024-03-19 16:47:05 +00:00
Andreas Christou
6bb7ab261a
AzureMonitor: User authentication support ( #81918 )
...
* Stub out frontend user auth
* Stub out backend user auth
* Add context
* Reorganise files
* Refactor app registration form
* Alert for user auth service principal credentials
* AzureMonitor: Add flag for enabling/disabling fallback credentials for current user authentication (#82332 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Update azure-sdk
* Fix lint
* Update test
* Bump dependency
* Update configuration
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Docs review
* AzureMonitor: User authentication frontend updates (#83107 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Fix bug in authTypeOptions
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Update public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* Add documentation links
* Fix broken link
---------
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
* AzureMonitor: Update docs for current user authentication (#83440 )
* Rename field
* Add fallback setting
* Update tests and mock
* Remove duplicate setting line
* Update name of property
* Update frontend settings
* Update docs and default config files
* Add alerts to query editor
- Add authenticatedBy property to grafana/data
- Update mocks
- Update query editor to disable it under certain circumstances
- Update tests
* Add separate FallbackCredentials component
- Reset AppRegistrationCredentials component to only handle clientsecret credentials
- Update AzureCredentialsForm
- Update selectors
- Update tests
- Update credentials utility functions logic
* Alert when fallback credentials disabled
* Update condition
* Update azure-sdk
* Fix lint
* Update test
* Remove unneeded conditions
* Set auth type correctly
* Legacy cloud options
* Fix client secret
* Remove accidental import
* Bump dependency
* Add tests
* Don't use VerticalGroup component
* Remove unused import
* Update docs
* Fix lint
* Appropriately set oAuthPassThru and disableGrafanaCache properties
* Clear azureCredentials on authType change
* Correctly retrieve secret
* Feedback
* Spelling
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Update docs/sources/datasources/azure-monitor/_index.md
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
---------
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
* Docs review
* Update docs with additional configuration information
* Fix to appropriately hide the query editor
* Typo
* Update isCredentialsComplete
* Update test
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Andrew Hackmann <5140848+bossinc@users.noreply.github.com>
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
2024-03-19 16:32:24 +00:00
Kyle Cunningham
2a6a1fb3b3
Table Panel: Add ability to set background colors for entire rows ( #83939 )
...
* Table: hacky poc for colored rows
* update
* Update options editor
* Refactor out styling
* Make sure option applies
* Start unifying coloring logic
* Support various options
* Cleanups
* Fix up hover behavior
* Update label
* Fix bug with sorting and make cleanups
* Ensure text color also applies to whole row
* New treatment for cell inspect
* Update cell inspect spacing
* codeincarnate/table-row-background-selected-riffs/ run linter
* Fix hover colors
* Fix coloring
* The other part of color application
* Another color fix
* codeincarnate/table-row-background-selected-riffs/ lint
* Update cell value inspect
* Prettier
* Update cell value inspect coloring
* Fix text coloring
* Update inspect style
* Linting and betterer
* Fix tests
* i18n
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
2024-03-19 23:23:12 +07:00
renovate[bot]
5b1b280798
Update dependency @types/react to v18.2.67
2024-03-19 16:21:08 +00:00