Ryan McKinley
4233a62aeb
DashboardPreviews: add dashboard previews behind feature flag ( #43226 )
...
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Artur Wierzbicki <artur@arturwierzbicki.com>
2021-12-23 09:43:53 -08:00
Uchechukwu Obasi
545d6c4ddb
Chore: move closePopover utility to a standalone file ( #43478 )
...
* Chore: move close popover utility to a standalone file
* remove duplicate function in colorpicker
* fixed incorrect import
* make method slightly flexible by removing type parameter
2021-12-23 18:08:02 +01:00
MeanMina
c5af1aecec
add issues to Observability Squad project ( #43500 )
2021-12-23 15:47:08 +00:00
Shirley
3326c3ab7b
AzureMonitor: Exclude ( in second capturing group for CodeQL ReDoS vulnerability ( #43494 )
2021-12-23 15:10:35 +01:00
renovate[bot]
b87c737a14
Update dependency react-calendar to v3.5.0 ( #43480 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23 10:37:32 +01:00
Karl Persson
0ace9695a6
Access control: Add optional hooks ( #43372 )
...
* Add optional OnSet hooks
2021-12-23 10:10:06 +01:00
Uchechukwu Obasi
eb4c3a4485
Update frontend guide to reflect new paradigm for api organization ( #43435 )
2021-12-23 09:28:41 +01:00
Dimitris Sotirakis
59e153cde8
Remove Github Packages publish step ( #43453 )
2021-12-23 10:12:37 +02:00
J Guerreiro
06d4cb0303
AccessControl: Disable user remove and user update roles when they do not have the permissions ( #43429 )
...
* AccessControl: Disable user remove and update roles when they do not have the appropriate permissions
* AccessControl: Ensure frontend tests pass in CI
2021-12-23 09:08:13 +01:00
nikki-kiga
4c95abb269
Geomap: Update markers layer styles ( #43446 )
...
* update markerslayer styles
* use static style when possible
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-12-22 13:50:02 -08:00
nikki-kiga
c53e384cb5
Geomap: Geojson layer initial dynamic styling ( #43308 )
...
* support dynamic values in geojson
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-12-22 13:06:33 -08:00
J Guerreiro
3d4fafcf70
AccessControl: Add access control metadata to org user DTOs ( #43362 )
...
* AccessControl: Add access control metadata to OrgUserDTO
* AccessControl: get User AC metadata
* AccessControl: return User Access Control metadata when requested
2021-12-22 18:46:33 +01:00
Uchechukwu Obasi
98bf9a6d2a
Tooltip: make widget accessible ( #43468 )
...
* add useToolTipTrigger react aria and state to grafana-ui
* show tooltip on focus and close tooltip when esc key is pressed
* remove react-aria/tooltip package
* fix failing test
2021-12-22 18:11:07 +01:00
Marcus Efraimsson
7d3bdb6d1b
Plugins: Set backend metadata property for core plugins ( #43349 )
...
Ref #42648
Ref #42781
2021-12-22 17:59:26 +01:00
renovate[bot]
4ec6f95bcd
Update dependency postcss to v8.4.5 ( #43463 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 16:54:16 +00:00
J Guerreiro
a1b8b5d123
Usage stats: Count API keys ( #42883 )
...
* Stats: add api key count to usage stats
* Chore: correctly capitalize struct member
2021-12-22 17:37:45 +01:00
Ivana Huckova
f63c2e4bc4
Prometheus: Fix interpolation of variables in Annotation queries ( #43459 )
2021-12-22 16:50:58 +01:00
renovate[bot]
cd93c6cdc0
Update dependency cypress to v9.2.0 ( #43460 )
...
* Update dependency cypress to v9.2.0
* kick drone
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-12-22 15:36:41 +00:00
renovate[bot]
e6bc87b315
Update dependency @microsoft/api-extractor to v7.19.2 ( #42983 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 15:12:58 +00:00
renovate[bot]
13bad50709
Update dependency @microsoft/api-extractor-model to v7.15.1 ( #42985 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 15:12:43 +00:00
renovate[bot]
2d74ad5971
Update dependency is-hotkey to v0.2.0 ( #43330 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 15:06:29 +00:00
David Henderson
575eb68828
CloudWatch: Add Missing Elasticache Host-level metrics ( #43455 )
...
Add missing host-level Elasticache metrics from https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.HostLevel.html
Follows from https://github.com/grafana/grafana/pull/43336#issuecomment-999367311
2021-12-22 14:02:52 +01:00
renovate[bot]
5c22679961
Update dependency ol to v6.9.0 ( #43404 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 13:00:56 +00:00
idafurjes
b8852ef6a3
Chore: Remove context.TODO() ( #43409 )
...
* Remove context.TODO() from services
* Fix live test
* Remove context.TODO
2021-12-22 11:02:42 +01:00
Karl Persson
2409d8dc1f
check the value of the feature toggle ( #43433 )
2021-12-22 10:05:53 +01:00
Hugo Häggmark
ded33ba449
Alert: Makes content scrollable and limits height ( #43449 )
2021-12-22 09:45:41 +01:00
Jean-Philippe Quéméner
ffc72aa255
Alerting: fix gosec warning that is not valid ( #43425 )
2021-12-21 19:47:47 +01:00
Daniel Lee
93de61f690
fix for CWE-89 ( #43407 )
...
The sqlOrArgs unpacking seems to confuse CodeQL. Trying something simpler
2021-12-21 19:04:56 +01:00
Todd Treece
6b0f5d464b
@grafana/data: fix build issue caused by merge of #43222 after #43423 ( #43436 )
2021-12-21 12:28:10 -05:00
Coleman Rollins
119f756c0e
[cr] whitelist flexbox styles in text panel editor ( #43222 )
...
* [cr] whitelist flexbox styles in text panel editor
* [cr] separate sanitize function for text panel only
* [cr] separate markdown function for text panel
* [cr] common markdown options
2021-12-21 16:32:48 +00:00
Uchechukwu Obasi
6abced840d
UserInviteForm: move API logic away from components ( #43408 )
...
* userInviteForm: move API logic away from components
* removes duplicate response alert
* reverse api logic to handle errors
* move redirection logic to component
* chore: cleanup code
2021-12-21 17:19:22 +01:00
Ashley Harrison
39f787cbef
Navigation: Remove some redundant css and tidy up reverse logic ( #43403 )
...
* Remove some redundant css and tidy up reverse logic
* Fix alignment of subtitle
* Remove navbar-dropdown class
2021-12-21 16:15:03 +00:00
Vicky Lee
2945c3a276
automate Cloud DS GH projects ( #43428 )
2021-12-21 15:58:23 +00:00
Todd Treece
dd884dbfd5
@grafana/data: Update xss dependency ( #43423 )
2021-12-21 10:55:36 -05:00
Peter Holmberg
5db03cf91a
Alerting: Fix remaining a11y issues ( #43420 )
...
* add aria labels
* reverting
* chore: revert yarn.lock
Co-authored-by: gillesdemey <gilles.de.mey@gmail.com>
2021-12-21 16:06:23 +01:00
Timur Olzhabayev
339cfb8736
chore(commands): add issues of type/docs to global docs project ( #43114 )
2021-12-21 15:53:55 +01:00
Torkel Ödegaard
e877a9822e
GrafanaExperimental: update dependency ( #43322 )
...
* GrafanaExperimental: update dependency
* Bump experimental
* yarn up experimental
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2021-12-21 15:36:21 +01:00
Travis Patterson
d52a6e3d3b
Change 'grafana-expression' to ExpressionDatasourceRef.type so isExpr… ( #43379 )
...
* Change 'grafana-expression' to ExpressionDatasourceRef.type so isExpressionReference works
* use constant ref in tests
* import from package
2021-12-21 07:11:11 -07:00
Hugo Häggmark
b41c3124bb
Chore: Update Prepare release action ( #43397 )
...
* Update bump-version.yml
* Chore: test
* tst
* use right branc
* use right test
* chore: test
* Chore: test
* Chore: test
* Chore:test
* WIP: test
* WIP: test
* WIP: test
* WIP: test
* Chore: revert workflows
* WIP: test
* Update prepare-release.yml
* WIP: test
* Chore: test
* WIP: test
* Update prepare-release.yml
* Update bump-version.yml
* Update prepare-release.yml
* Update bump-version.yml
* Update prepare-release.yml
* Update prepare-release.yml
* Chore: update close-milestone
* Update close-milestone.yml
* Chore: update remove-milestone
* Update prepare-release.yml
* Chore: updates update-changelog
* Update prepare-release.yml
* Update prepare-release.yml
* Chore: forgot the version_call param
* Update prepare-release.yml
* Update bump-version.yml
* Update close-milestone.yml
* Update remove-milestone.yml
* Update update-changelog.yml
* Chore: removes empty spaces
* Update prepare-release.yml
* Start Test: change ref to test github action bump version
* test: use the right branch reference
* Update bump-version.yml
* ref right branches
Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com>
2021-12-21 14:34:05 +01:00
Karl Persson
b3d5a607d4
Access Control: Add option to filter only managed permissions ( #43371 )
...
* Add option to filter only managed permissions
2021-12-21 14:22:54 +01:00
Tania B
c1be17bec7
Chore: Add Google Cloud KMS dependency ( #43211 )
...
* Encryption: Add Google Cloud KMS dependency
* Change version
2021-12-21 14:15:27 +02:00
Uchechukwu Obasi
dfd045a3b3
NewOrgPage: Disable input validation on keypress ( #43132 )
...
* NewOrgPage: migrate API function calls to Redux
* disable input validation on keypress
2021-12-21 12:54:14 +01:00
renovate[bot]
159fb4cebb
Update dependency eslint-plugin-react to v7.27.1 ( #43207 )
...
* Update dependency eslint-plugin-react to v7.27.1
* Fix up code to work with new version of eslint-plugin-react
* kick drone
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-12-21 11:11:27 +00:00
Ashley Harrison
c7f76df61e
Use outline -2px to guarantee visibility of outline ( #43400 )
2021-12-21 10:52:26 +00:00
Daniel Lee
e993f0c62e
devenv: Solving two of the code scanning fails ( #43084 )
...
* Solving two of the code scanning fails
Removes new lines from user input that is logged. Fixes CWE-117 from CodeQL
* remove newlines from request headers
* mask cookie value in header
* comment out logging of headers to solve CWE-117
Instructions added on uncommenting the log statement and on rebuilding the docker container
2021-12-21 11:36:21 +01:00
Maria Alexandra
1008d46304
Chore: Remove User Essentials from public/ directory in CODEOWNERS ( #43370 )
2021-12-21 09:26:02 +01:00
Siavash Safi
4c4322f717
CloudWatch: Add all ElastiCache Redis Metrics ( #43336 )
...
Add all missing Redis ElastiCache metrics.
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.Redis.html
Signed-off-by: Siavash Safi <siavash.safi@gmail.com>
2021-12-21 09:13:41 +01:00
Andres Martinez Gotor
5766c624ff
CloudWatch: Run migrations even with a missing period ( #43350 )
2021-12-20 17:57:58 +01:00
Ashley Harrison
57c3549b07
Implement left arrow to focus parent, fix list style on firefox ( #43345 )
...
* Implement left arrow to close menu for now, fix list style on firefox
* Implement onLeft
* Fix outline of first item in navbar
* Fix focus styles appearing when using mouse
* add unit test
2021-12-20 17:41:14 +01:00
idafurjes
ff3cf94b56
Chore: Remove context.TODO() from services ( #42555 )
...
* Remove context.TODO() from services
* Fix live test
2021-12-20 17:05:33 +01:00