Silvin Lubecki
|
74bc560cdb
|
Merge pull request #222 from docker/fix-e2e-v2
Comment E2E and linter steps in release pipeline, as we already did a…
|
2024-02-27 17:38:23 +01:00 |
Silvin Lubecki
|
d438b2fdfa
|
Comment E2E and linter steps in release pipeline, as we already did at PR level
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 17:38:05 +01:00 |
Silvin Lubecki
|
688ad00768
|
Merge pull request #221 from docker/fix-e2e
Fix e2e tests
|
2024-02-27 17:30:53 +01:00 |
Silvin Lubecki
|
f33afeedde
|
Fix e2e tests
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 17:26:28 +01:00 |
Silvin Lubecki
|
6911e3c9dc
|
Merge pull request #220 from docker/windows-arm64
Add windows-arm64 cross build
|
2024-02-27 16:55:08 +01:00 |
Silvin Lubecki
|
fafed53a32
|
bump golangci lint
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 16:38:56 +01:00 |
Silvin Lubecki
|
9928d01bee
|
go mod tidy
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 16:23:20 +01:00 |
Silvin Lubecki
|
7f68742f5d
|
make linter happy
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 16:18:53 +01:00 |
Silvin Lubecki
|
1382c602c3
|
Fix build
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 15:46:49 +01:00 |
Silvin Lubecki
|
250b376451
|
fix validate-headers target
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 15:46:48 +01:00 |
Silvin Lubecki
|
eae516cca7
|
Add windows-arm64 cross build
Bump all dependencies
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2024-02-27 14:10:37 +01:00 |
Silvin Lubecki
|
44062da63a
|
Merge pull request #210 from RomainBelorgey/pkg_doc
Add help on using hub-tool as a library
|
2022-07-26 18:05:15 +02:00 |
Romain BELORGEY
|
9fd330dce4
|
Add help on using hub-tool as a library
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2022-07-26 16:02:13 +02:00 |
Silvin Lubecki
|
d383e722ff
|
Merge pull request #209 from RomainBelorgey/credentials_pkg
Moving credentials from internal to pkg
|
2022-07-22 16:34:40 +02:00 |
Romain BELORGEY
|
c5e9d6649c
|
Moving credentials from internal to pkg
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2022-07-22 16:29:20 +02:00 |
Silvin Lubecki
|
89d966eadd
|
Merge pull request #203 from converge/fix_178_issue
Fixes #178
|
2022-04-14 10:55:03 +02:00 |
Silvin Lubecki
|
0fee32c798
|
Merge pull request #205 from converge/fix__186
fix user access token deletion (fix #186)
|
2022-04-14 10:54:42 +02:00 |
João Vanzuita
|
0610751187
|
update wording
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-13 21:34:57 +02:00 |
João Vanzuita
|
481b71e6e3
|
update wording to follow Docker Hub description
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-13 21:32:02 +02:00 |
João Vanzuita
|
01182e37d3
|
fix user access token deletion
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-12 21:24:22 +02:00 |
João Vanzuita
|
04791d1b41
|
require username or organization name to delete repositories
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-12 20:25:47 +02:00 |
João Vanzuita
|
b436f2a74e
|
allow user input repository name only for deletion
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-09 23:48:57 +02:00 |
João Vanzuita
|
a1d28efc14
|
handle resource not found error
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-09 23:47:31 +02:00 |
João Vanzuita
|
9ed871c422
|
improve repository deletion message
Signed-off-by: João Vanzuita <joaovanzuita@me.com>
|
2022-04-09 23:46:57 +02:00 |
Guillaume Lours
|
c9cb0ac822
|
Merge pull request #192 from docker/fix-login-issue
Fix Login issue #191
|
2021-11-18 09:59:50 +01:00 |
Silvin Lubecki
|
6b376a18e0
|
Using ioutil.NopCloser set content-length header to 0, which is no more accepted by the backend.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2021-11-18 09:43:44 +01:00 |
Djordje Lukic
|
a86e5a9439
|
Merge pull request #189 from lyoung-confluent/patch-1
Allow *http.Client to be replaced
|
2021-11-02 21:45:20 +01:00 |
Luke Young
|
8f1abe946b
|
Fix client_test.go to use NewClient instead of Client{}
Signed-off-by: Luke Young <lyoung@confluent.io>
|
2021-11-02 13:28:23 -07:00 |
Luke Young
|
aa6aef8ea8
|
Allow *http.Client to be replaced
Signed-off-by: Luke Young <lyoung@confluent.io>
|
2021-11-02 12:46:36 -07:00 |
Silvin Lubecki
|
a01a01bd3b
|
Merge pull request #184 from RomainBelorgey/sourceip
Always return the source ip even if no limits
|
2021-09-15 12:35:13 +02:00 |
Romain BELORGEY
|
a4de1d9143
|
Always return the source ip even if no limits
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2021-09-15 11:30:17 +02:00 |
Silvin Lubecki
|
133c07e9d2
|
Merge pull request #182 from RomainBelorgey/import
Move internal/hub to pkg/hub
|
2021-09-06 14:44:58 +02:00 |
Romain BELORGEY
|
6e40bf0ccc
|
gofmt
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2021-09-06 14:34:28 +02:00 |
Romain BELORGEY
|
6fbb1f17cc
|
Allow anonymous token
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2021-09-06 11:29:40 +02:00 |
Romain BELORGEY
|
12cf049c6e
|
Allow to change first and second urls
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2021-09-06 11:29:40 +02:00 |
Romain BELORGEY
|
0f33b0f1fb
|
Add source information from header
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2021-09-06 11:29:39 +02:00 |
Romain BELORGEY
|
35c65d4a82
|
Move internal/hub to pkg/hub
Signed-off-by: Romain BELORGEY <romain.belorgey@gmail.com>
|
2021-09-06 11:29:36 +02:00 |
Silvin Lubecki
|
505194662f
|
Merge pull request #174 from aiordache/platform_list
Add darwin/arm64 to release platform list
|
2021-05-05 18:19:47 +02:00 |
Anca Iordache
|
337071a0dc
|
Add darwin/arm64 to release platform list
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
2021-05-05 18:04:36 +02:00 |
Silvin Lubecki
|
f3b59e2537
|
Merge pull request #173 from aiordache/arm64
Bump go version to 1.16.3
|
2021-05-05 17:09:53 +02:00 |
Anca Iordache
|
d51c871974
|
Bump go version to 1.16.3
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
|
2021-05-05 16:52:17 +02:00 |
Jean-Laurent de Morlhon
|
eb79f70ae8
|
Cross build for darwin/arm64
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
|
2021-05-05 15:27:42 +02:00 |
Silvin Lubecki
|
700898174b
|
Merge pull request #171 from docker/fix-teams-members-output
Fix org members and teams command output
|
2021-03-12 10:48:15 +01:00 |
Silvin Lubecki
|
6c48a7e8df
|
Fix missing flush for org members and org teams commands, resulting with no output
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
|
2021-03-12 10:39:10 +01:00 |
Silvin Lubecki
|
0c0742320b
|
Merge pull request #168 from thaJeztah/update_cli
Update docker/cli and docker/docker to v20.10.3
|
2021-02-02 14:37:13 +01:00 |
Sebastiaan van Stijn
|
5bd1c0b15c
|
go.mod docker-credential-helpers v0.6.3-15-g38bea2c
To match the version used by docker/cli v20.10.3 (38bea2ce277ad0c9d2a6230692b0606ca5286526)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2021-02-02 14:31:24 +01:00 |
Sebastiaan van Stijn
|
de9a4177f0
|
go.mod: docker/cli and docker/docker v20.10.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
2021-02-02 14:21:06 +01:00 |
Chris Crone
|
61aff7a7e7
|
Merge pull request #166 from moshebe/bugfix/prevent-logout-verbose-error
fix the verbose logout error displayed when the user is already disco…
|
2021-02-01 11:30:55 +01:00 |
Silvin Lubecki
|
d7973fb590
|
Merge pull request #165 from moshebe/bugfix/sigterm-prints-error
fix the error prints on normal command cancelation
|
2021-02-01 11:26:29 +01:00 |
Moshe Beladev
|
034113889b
|
goimports
Signed-off-by: Moshe Beladev <moshebe123@gmail.com>
|
2021-02-01 12:21:26 +02:00 |