Sarah Zinger
6ac3348021
Datasource Plugins: Allow tracking for configuration usage ( #72650 )
...
Datasource Plugins: Allow tracking for configuration usage
2023-08-07 08:31:13 -04:00
Torkel Ödegaard
debf04eb2c
Modals: Be more consistent with Modal cancel button styling ( #68302 )
...
* Modals: Be more consistent with Modal cancel button styling
* Update docs
* Fix tests
* fixing tests
2023-05-12 09:21:07 +02:00
Erik Sundell
8c826cd785
Cloudwatch: Cleanup resource api ( #61465 )
...
Co-authored-by: Isabella Siu <isabella.siu@grafana.com >
2023-01-17 14:27:53 -05:00
Erik Sundell
c3378aff8b
Cloudwatch: Use new log group picker also for non cross-account queries ( #60913 )
...
* use new log group picker also for non cross-account queries
* cleanup and add comment
* remove not used code
* remove not used test
* add error message when trying to set log groups before saving
* fix bugs from pr feedback
* add more tests
* fix broken test
2023-01-09 16:30:21 +01:00
Ashley Harrison
c5171b84a0
actually convert Cloudwatch ConfigEditor test to RTL ( #56461 )
2022-10-06 12:14:41 +01:00
Erik Sundell
28ebdf1641
move describe log groups to resource api ( #55485 )
2022-09-21 10:55:54 +02:00
Erik Sundell
caba98590d
Cloudwatch: Break out resource requests from datasource file ( #55358 )
...
* break out resource requests from datasource file
* fix lint issues
2022-09-20 07:50:54 +02:00
Erik Sundell
7bca193ecd
CloudWatch: Refactoring - decouple logs and metrics in datasource file ( #55079 )
...
* break out query execution related logic
* betterer fixes
* remove unused
* cleanup
* remove unused variables
* remove not used file
* fix broken test
* pr feedback
* add comments
2022-09-19 08:50:41 +02:00
Isabella Siu
8dd8c50dc4
CloudWatch: Add default log groups to config page ( #49286 )
...
Co-authored-by: Shirley Leu <4163034+fridgepoet@users.noreply.github.com >
2022-07-07 13:03:02 -04:00
Marcus Efraimsson
36c3398c6d
Datasource: Remove support for unencrypted passwords ( #49987 )
...
* Datasource: Remove support for unencrypted passwords
* regenerate swagger
* [WIP] Remove references to datasource password and basic auth password fields (#50015 )
* try delete moar tings
* delete provisioning stuff
* remove from yaml
* update snapshots
* remove lingering snapshot fields
* fix ds http settings
* Re-generate swagger and fix swagger-api-spec make target
Co-authored-by: Will Browne <will.browne@grafana.com >
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
2022-06-03 17:38:22 +02:00
Josh Hunt
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
Ryan McKinley
ccc0f7fc22
DataSource: show the uid in edit url, not the local id ( #33818 )
2021-05-08 18:13:26 +02:00
Erik Sundell
f135d75a22
CloudWatch: Consume the grafana/aws-sdk ( #31807 )
...
* consume the grafana/aws-sdk
* upgrade aws-sdk
2021-03-10 14:19:39 +01:00
Alex Khomenko
6db4b40d5b
Data source list: Use Card component ( #31326 )
...
* Replace DataSourcesListItem with Card
* Add tests
* Remove unused styles
* Make card heading semi bold
* Make heading semi-bold
* Show type name instead of type id
* Fix key warning
* Update Card
* Fix tests
* Make typeName optional
* remove styling that was just a test
* Make typeName non-optional and fix tests
* Update list key
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2021-02-22 14:02:10 +02:00
Arve Knudsen
957c88eaca
CloudWatch: Re-implement authentication ( #25548 )
...
* CloudWatch: Revisit authentication
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Simplify auth code
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Use ARN
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Add Drone configuration
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Remove unused code
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Remove .drone.yml
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix external ID usage
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Fix issues after merge
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Remove stale code
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Remove stale code
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Use auth type enum
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix test snapshot
* Coordinate frontend and backend option names
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Remove old comments
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix front-end tests
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Introduce session cache
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Use constants
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix field alignment
* CloudWatch: Fix log message
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Tidy go.mod
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Handle arn auth type
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Fix role assumption duration
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix test
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Inline unnecessary constants
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Use serial comma in UI
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Inline unnecessary constants
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Fail if missing region
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Handle unconfigured region
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Log when using cached session
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Include region in cache key
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Add UI warnings for lecagy support
* Do not clear ARN fields whenging change authentication provider
* Graph NG: annotations display (#27972 )
* Annotations support POC
* Fix markers memoization
* dev dashboard update
* Update public/app/plugins/panel/graph3/plugins/AnnotationsPlugin.tsx
* CloudWatch: Remove errors.BadRequest
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Undo unintentional change
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Remove log line
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix cache key computation
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Add region to cache key
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve log messages
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CloudWatch: Add documentation
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve tooltip
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve docs
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve docs
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve docs
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve tooltip
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Add role assumption provisioning example
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Add upgrade notes
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Improve docs
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Apply suggestions from code review
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
* backend: use latest sdk (#28147 )
fixes #27713 via https://github.com/grafana/grafana-plugin-sdk-go/pull/227
* Docs: Update Permissions documentation (#28144 )
* removed overview.md
* content updates
* Update datasource_permissions.md
* update content
* content updates
* Update organization_roles.md
* Update docs/sources/enterprise/saml.md
Co-authored-by: Kyle Brandt <kyle@grafana.com >
* Update dashboard_folder_permissions.md
Co-authored-by: Kyle Brandt <kyle@grafana.com >
* area/grafana/toolkit: ci-package needs to use synchronous writes (#28148 )
* ci needs to use synchronous writes or the file ends up with zero length
* <Enterprise Docs> Add instructions to upload license via UI (#28067 )
* Add UI license upload option, reformat Enterprise license activation section
Added the option to upload a license file through the Server Admin UI, and did a little reformatting to make license activation look more like a process.
* Headers not bold, hyphens not asterisks
* Github: run metrics collector workflow every 10min (#28153 )
* GithubActions: Updated cron schedule
* Updated
* Docs: Update explore docs: remove dot at the end of line (#28151 )
HI - Removed Dot(.) at the end of line to make it consistent with other 2 points.
Thanks,
Ashish
* Fix frontend tests
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Fix frontend tests
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Docs: Update upgrade notes
Co-authored-by: Sofia Papagiannaki <sofia@grafana.com >
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
Co-authored-by: Kyle Brandt <kyle@grafana.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: Brian Gann <briangann@users.noreply.github.com >
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
Co-authored-by: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com >
2020-10-12 17:58:58 +02:00
Dhananjay
3ef06a0c88
Cloudwatch: Add Support for external ID in assume role ( #23685 )
...
Co-authored by: Arve Knudsen
2020-07-02 15:24:36 +02:00
Erik Sundell
00bef917ee
CloudWatch: Datasource improvements ( #20268 )
...
* CloudWatch: Datasource improvements
* Add statistic as template variale
* Add wildcard to list of values
* Template variable intercept dimension key
* Return row specific errors when transformation error occured
* Add meta feedback
* Make it possible to retrieve values without known metrics
* Add curated dashboard for EC2
* Fix broken tests
* Use correct dashboard name
* Display alert in case multi template var is being used for some certain props in the cloudwatch query
* Minor fixes after feedback
* Update dashboard json
* Update snapshot test
* Make sure region default is intercepted in cloudwatch link
* Update dashboards
* Include ec2 dashboard in ds
* Do not include ec2 dashboard in beta1
* Display actual region
2019-11-14 10:59:41 +01:00