Revision cc6fae18db70cd345c11e0545f0b7239cc56b1f4 authored by Levente Balogh on 04 October 2022, 08:40:21 UTC, committed by GitHub on 04 October 2022, 08:40:21 UTC
* feat: make it possible to pass in `options` to `.get()`, `.post()`, etc methods

* feat(Datasource): make it possible to specify `optinos` for `getResource()` and `postResource()`

* fix(BackendSrv): use partial `BackendSrvRequest`

* feat(Datasource): make it possible to set `options` for resource requests

* refactor(BackendSrv): remove internal usage of `.request()`

* fix(GettingStarted): remove unnecessary import

* fix: fix type issues by typing the delete dashboard response

* refactor: use more strict types for `params`

By reusing the type of `BackendSrvRequest.params`

* refactor: make the options paramater partial

* fix: extract `data` from the fetch response

* docs: update the deprecation notice or `BackendSrv.request()`

* refactor: use `.request()` as if it was private

* refactor: remove unnecessary change
1 parent 489b302
History
File Mode Size
ISSUE_TEMPLATE
workflows
CODEOWNERS -rw-r--r-- 10.0 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 1.2 KB
bot.md -rw-r--r-- 2.2 KB
commands.json -rw-r--r-- 8.5 KB
dependabot.yml -rw-r--r-- 206 bytes
metrics-collector.json -rw-r--r-- 662 bytes
pr-checks.json -rw-r--r-- 1.3 KB
pr-commands.json -rw-r--r-- 5.3 KB
renovate.json5 -rw-r--r-- 2.7 KB
teams.yml -rw-r--r-- 308 bytes

back to top