8000 Tags · redpanda-data/common-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: redpanda-data/common-go

Tags

rpadmin/v0.1.13

Toggle rpadmin/v0.1.13's commit message
v0.1.13 Release for Common-Go

rpadmin/v0.1.12

Toggle rpadmin/v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #42 from redpanda-data/scoped-clients

Scope clients to new hosts

rpadmin/v0.1.11

Toggle rpadmin/v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rpadmin: add AdminAddressesFromK8SDNS to rpadmin package (#41)

* rpadmin: add AdminAddressesFromK8SDNS to rpadmin package

* rpadmin: add ErrNoSRVRecordsFound

* rpadmin: add UpdateAPIUrlsFromKubernetesDNS

* rpadmin: fix https in TestAdminAddressesFromK8SDNS and add test case

* rpadmin: add https test for UpdateAPIUrlsFromKubernetesDNS

* rpadmin: add mutex to protech a.urls

* rpadmin: add comment on how to check for kubernetes

secrets/v0.1.2

Toggle secrets/v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from redpanda-data/ts/configure-prefix-trim

Make prefix trimming configurable for secrets

secrets/v0.1.1

Toggle secrets/v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #38 from redpanda-data/ts/sanitize-az-secrets

Sanitize Azure secrets

secrets/v0.1.0

Toggle secrets/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #35 from redpanda-data/remove-redis-secrets-impl

Remove Redis secrets backend

rpadmin/v0.1.10

Toggle rpadmin/v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rpadmin: support namespaced and inbound topic in migration state (#32)

JIRA: CONSOLE-25

rpadmin/v0.1.9

Toggle rpadmin/v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rpadmin: debug bundle api (#28)

* rpadmin: initial placeholder implementation for debug bundle API

* rpadmin: remove sendSpecific url param from debug bundle API methods

* rpadmin: add functional option params for debug bundle options

* rpadmin: remove OIDC auth option for debug

* rpadmin: fix DeleteDebugBundleFile path

* rpadmin: fix responses

* initial DownloadDebugBundleFile

* make DownloadDebugBundleFile return *http.Response

* add size to DebugBundleStatus

* filename is file path in download

* add tls and namespace to config

* rpadmin: update DebugBundleStatus

* rpadmin: rename DelteDebugBundle to CancelDebugBundleProcess

* rpadmin: debug bundle status filesize -> file_size

* rpadmin: use filename for DownloadDebugBundleFile

* rpadmin: add label selector

* rpadmin: add WithMetricsSamples
0