Commit 36a5f0a
Merge main (#241)
* Add `argus grafana describe` command (#221)
* Add `argus grafana config describe` command
* Extend command to also show dashboard URL
* Generate docs
* Improve command descriptions
* Adjust function names
* Show initial Grafana credentials in output
* Add example for showing password
* Change to hide-password flag
* Update GitHub actions (#223)
* Implemnt util for Argus grafana configuration commands (#224)
* Add `argus grafana single-sign-on` commands (#228)
* Add argus grafana single-sign-on enable command
* Add argus grafana single-sign-on disable command
* Update docs
* Register disable command and update docs
* Improvements after review
* Add repology packaging status badge to INSTALLATION docs (#215)
* Add argus grafana `public-read-access` commands (#229)
* Copy files from single sign-on
* Adaptations for the public-read-access commands
* Update docs
* Improvements after review
* Move instance ID to argument
* Adapt examples
* Change config handling: only create config file & directory if needed (#214)
* Change config handling: only create config file & directory if needed
* Changes from code review
* Fix config read
* correctly handle f.Close error
* chore(deps): update renovatebot/github-action action to v40.1.9 (#225)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
* fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.13.0 (#226)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
* Improvements for argus grafana commands (#230)
* Add debug error logs (#217)
* add error debug logs to clients
* add error debug logs to refreshToken
* add error debug logs to label fetching
* Update internal/pkg/services/argus/client/client.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* Update internal/pkg/services/argus/client/client.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* add error debug logs to flag conversions
* add printer to argus grafana commands
* add debug log to getBearerToken function
* fix debug messages on clients
* Update internal/pkg/flags/flag_to_value.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* remove obsolete err from the debug messages
* make printer first parameter
* add printer to new argus commands
* Update internal/pkg/auth/user_token_flow.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* Update internal/cmd/root.go
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* fix linting problem
* add string formatting to the printer debug function
* set source in log handler to false
---------
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>
* change order of debug and error logs (#232)
* Output format none (#234)
* Output format none
* Add unit test, move const to print pkg
* Switch usage of const
* Signature (#237)
* update docs for output format none addition (#239)
* merge main
* add error level debug logs to scrape config commands
---------
Co-authored-by: João Palet <joao.palet@outlook.com>
Co-authored-by: GokceGK <161626272+GokceGK@users.noreply.github.com>
Co-authored-by: Kumm-Kai <70690427+Kumm-Kai@users.noreply.github.com>
Co-authored-by: stackit-pipeline <142982727+stackit-pipeline@users.noreply.github.com>
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Vicente Pinto <vicente.pinto@freiheit.com>1 parent 71d51c0 commit 36a5f0a
File tree
593 files changed
+4564
-1522
lines changed- .github/workflows
- docs
- internal
- cmd
- argus
- grafana
- describe
- public-read-access
- disable
- enable
- single-sign-on
- disable
- enable
- instance
- create
- delete
- describe
- list
- update
- plans
- scrape-config
- create
- delete
- describe
- generate-payload
- list
- update
- auth/activate-service-account
- config
- list
- set
- unset
- curl
- dns
- record-set
- create
- delete
- describe
- list
- update
- zone
- create
- delete
- describe
- list
- update
- logme
- credentials
- create
- delete
- describe
- list
- instance
- create
- delete
- describe
- list
- update
- plans
- mariadb
- credentials
- create
- delete
- describe
- list
- instance
- create
- delete
- describe
- list
- update
- plans
- mongodbflex
- instance
- create
- delete
- describe
- list
- update
- options
- user
- create
- delete
- describe
- list
- reset-password
- update
- object-storage
- bucket
- create
- delete
- describe
- list
- credentials-group
- create
- delete
- list
- credentials
- create
- delete
- list
- disable
- enable
- opensearch
- credentials
- create
- delete
- describe
- list
- instance
- create
- delete
- describe
- list
- update
- plans
- organization
- member
- add
- list
- remove
- role/list
- postgresflex
- instance
- clone
- create
- delete
- describe
- list
- update
- options
- user
- create
- delete
- describe
- list
- reset-password
- update
- project
- create
- delete
- describe
- list
- member
- add
- list
- remove
- role/list
- update
- rabbitmq
- credentials
- create
- delete
- describe
- list
- instance
- create
- delete
- describe
- list
- update
- plans
- redis
- credentials
- create
- delete
- describe
- list
- instance
- create
- delete
- describe
- list
- update
- plans
- secrets-manager
- instance
- create
- delete
- describe
- list
- update
- user
- create
- delete
- describe
- list
- update
- service-account
- create
- delete
- key
- create
- delete
- describe
- list
- update
- list
- token
- create
- list
- revoke
- ske
- cluster
- create
- delete
- describe
- generate-payload
- list
- update
- credentials
- complete-rotation
- describe
- rotate
- start-rotation
- describe
- disable
- enable
- kubeconfig/create
- options
- pkg
- auth
- config
- flags
- globalflags
- pager
- print
- projectname
- services
- argus
- client
- utils
- authorization/client
- dns/client
- logme/client
- mariadb/client
- mongodbflex/client
- object-storage/client
- opensearch/client
- postgresflex/client
- rabbitmq/client
- redis/client
- resourcemanager/client
- secrets-manager/client
- service-account/client
- ske/client
- tables
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
593 files changed
+4564
-1522
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments