3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Christou
28df41fd96
MSSQL: Add HostName method ()
* Add HostName method

* Add test

* Fix lint
2024-05-03 15:45:34 +01:00
Andreas Christou
ae84d16a6f
MSSQL: Simplify proxy logic ()
* Simplify proxy dialer creation

- Set new dialer on connector
- Create MSSQL connector in a similar fashion to postgres

* Update test

* Fix lint

* More lint

* Use correct driver name
2024-04-19 22:03:26 +01:00
Gábor Farkas
1bab82ab36
mssql: socks proxy: use plugin-sdk () 2024-02-15 12:01:18 +01:00
Gábor Farkas
9f0fc60477
sql: remove xorm dependency from postgres/mysql/mssql ()
* sql: remove xorm

* sql: remove pkg/util dependency ()

sql: removed md5-util dependency
2023-12-06 09:35:05 +01:00
Will Browne
9d92818cae
Plugins: Update PDC pattern from latest plugin SDK changes ()
* update with sdk

* do sql

* fix core plugins

* fix proxy settings

* bump SDK version

* tidy

* enable pdc for test

* add codeowners

* bump dep

* go mod tidy

* bump SDK
2023-10-16 16:40:04 +02:00
Dan Cech
91cf4f0c1c
Revert "Plugins: Update PDC pattern from latest plugin SDK changes" ()
Revert "Plugins: Update PDC pattern from latest plugin SDK changes ()"

This reverts commit 151f6d6216.
2023-10-13 12:35:16 -04:00
Will Browne
151f6d6216
Plugins: Update PDC pattern from latest plugin SDK changes ()
* update with sdk

* do sql

* fix core plugins

* fix proxy settings

* bump SDK version

* tidy

* enable pdc for test

* add codeowners
2023-10-13 14:42:15 +02:00
Oscar Kilhed
579709c7a6
MSSQL: Add support for MI authentication to MSSQL ()
* Add support for MI authentication to MSSQL

This adds support for managed identity authentication for MSSQL managed
instances running in Azure.

Co-authored-by: baldm0mma <jev.forsberg@grafana.com>
2023-09-06 18:27:19 +02:00
Stephanie Hingtgen
4ece133fce
Secure socks proxy: use Grafana Plugin SDK () 2023-07-18 15:23:02 -06:00
Stephanie Hingtgen
211beae736
MSSQL: Update forked go-mssqldb dependency () 2023-03-31 10:07:37 -06:00
Stephanie Hingtgen
10db808ea1
Plugins: Add sql support for the secure socks proxy () 2023-03-16 06:54:19 -06:00