Expand DAL REST API structure and exposed resources

* Cleanup DAL connection REST endpoints, remove primary connection
  endpoint.
* Make connection search endpoint return federation nodes and
  primary connection along user-defined DAL connections
* Expose DAL connection drivers
* Prepare DAL sensitivity level resource
This commit is contained in:
Tomaž Jerman
2022-05-25 14:10:52 +02:00
parent fb5b0b59f8
commit ac07f133b5
48 changed files with 3841 additions and 850 deletions
@@ -5,6 +5,7 @@ package rdbms
import (
"time"
"github.com/cortezaproject/corteza-server/pkg/expr"
"github.com/cortezaproject/corteza-server/pkg/geolocation"
{{- range $path, $alias := .imports }}
{{ $alias }} {{ printf "%q" $path }}
{{- end }}