Commit Graph

  • a269e17d72 cli/command/context: Using the variable on range scope c in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 13:40:25 +01:00
  • 1736662bea e2e/cli-plugins: Using the variable on range scope args in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 13:39:32 +01:00
  • 96ec7299d8 cli/compose/loader: Using a reference for the variable on range scope overrideService (scopelint) Sebastiaan van Stijn 2019-10-29 13:37:58 +01:00
  • 54d48de216 templates: Using the variable on range scope testCase in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 13:35:54 +01:00
  • c828fa141d service/logs: Using the variable on range scope testcase in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 13:34:33 +01:00
  • 5a2a9d9ca8 cli/config: Using the variable on range scope tc in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 13:33:25 +01:00
  • e74e2c7741 cli/command/formatter: Error return value of ContainerWrite is not checked (errcheck) Sebastiaan van Stijn 2019-10-29 12:16:17 +01:00
  • 008f6a2da3 cli/command: Error return value of cli.Apply is not checked (errcheck) Sebastiaan van Stijn 2019-10-29 12:15:01 +01:00
  • 9275e2cb66 cli/command/formatter: Error return value of ImageWrite is not checked (errcheck) Sebastiaan van Stijn 2019-10-29 12:11:42 +01:00
  • fe3cc6eb7b cli/context/store: SA5001: should check returned error before deferring f.Close() (staticcheck) Sebastiaan van Stijn 2019-10-29 10:24:55 +01:00
  • 709728e723 cli/command/image: SA1006: printf-style with no further arguments (staticcheck) Sebastiaan van Stijn 2019-10-29 10:21:20 +01:00
  • ea64a1ceb9 cli/command/utils: SA1006: printf-style with no further arguments (staticcheck) Sebastiaan van Stijn 2019-10-29 10:10:03 +01:00
  • f0614ca788 cli/command/trust: SA1006: printf-style with no further arguments (staticcheck) Sebastiaan van Stijn 2019-10-29 01:52:36 +01:00
  • 0e4bd30cfe cli/command/image/build: G107: Potential HTTP request made with variable url (gosec) Sebastiaan van Stijn 2019-10-29 01:51:07 +01:00
  • 8d64c2af1a cli/command/service: SA1012: do not pass a nil Context (staticcheck) Sebastiaan van Stijn 2019-10-29 01:49:41 +01:00
  • 1850a0595b cli/command/secret: G101: Potential hardcoded credentials (gosec) Sebastiaan van Stijn 2019-10-29 01:48:50 +01:00
  • 34f595975d cli/compose/convert: driverObjectConfig - result 1 (error) is always nil (unparam) Sebastiaan van Stijn 2019-10-29 01:47:58 +01:00
  • 6205ef33be e2e/container: containerExistsWithStatus - t is unused (unparam) Sebastiaan van Stijn 2019-10-29 01:44:16 +01:00
  • b83545ebbc cli/command/image/build/context_test.go:244:38: createTestTempDir - prefix always receives "builder-context-test" (unparam) Silvin Lubecki 2019-04-02 17:59:48 +02:00
  • 4be924a0af cli/command/registry/login_test.go:66:25: unnecessary conversion (unconvert) Silvin Lubecki 2019-04-02 16:24:37 +02:00
  • c237379167 cli/compose/convert/service_test.go:274:72: unnecessary conversion (unconvert) Silvin Lubecki 2019-04-02 16:23:00 +02:00
  • 6047259e5a File is not goimports-ed (goimports) Silvin Lubecki 2019-04-02 17:20:21 +02:00
  • 0153624a56 cli/command/trust/sign_test.go:119:70: unnecessary conversion (unconvert) Silvin Lubecki 2019-04-02 16:21:48 +02:00
  • f123e43c1f Disable unparam linter: e2e/image/push_test.go:299:27: withNotaryPassphrase - pwd always receives "foo" (unparam) Silvin Lubecki 2019-04-02 16:19:39 +02:00
  • 7d823438bb Disable unparam linter: cli/required.go:102:16: pluralize - word always receives "argument" (unparam) Silvin Lubecki 2019-04-02 16:17:53 +02:00
  • 9118b2b2b8 compose/loader: define type for transformer-functions Sebastiaan van Stijn 2019-10-29 00:10:55 +01:00
  • 6eb0c9c613 disable unparam linter on these functions, as we need an error in these function signatures Silvin Lubecki 2019-04-02 13:52:19 +02:00
  • d640f44df3 cli/compose/convert: result 1 (error) is always nil (unparam) Silvin Lubecki 2019-04-02 13:40:25 +02:00
  • 47741f81d1 cli/command/system/info.go:116:68: prettyPrintClientInfo - result 0 (error) is always nil (unparam) Silvin Lubecki 2019-04-02 13:38:48 +02:00
  • a3c7cb4f12 cli/command/stack/kubernetes/deploy_test.go:65:68: checkOwnerReferences - stackName always receives "test" (unparam) Silvin Lubecki 2019-04-02 13:27:01 +02:00
  • ab1aeedb27 cli/command/plugin/list_test.go:61:31: TestList$1 - filter is unused (unparam) Silvin Lubecki 2019-04-02 13:25:33 +02:00
  • 75c60c1af7 cli/command/image/build_session.go:133:45: getBuildSharedKey - result 1 (error) is always nil (unparam) Silvin Lubecki 2019-04-02 13:22:30 +02:00
  • 28ac2f82c6 cli/command/image/build_buildkit.go:450:56: parseSSH - result 1 (error) is always nil (unparam) Silvin Lubecki 2019-04-02 13:16:13 +02:00
  • 0ce2eae5a2 cli/command/image/build/context_test.go:252:71: createTestTempFile - perm always receives 0777 (511) (unparam) Silvin Lubecki 2019-04-02 13:08:04 +02:00
  • 70bd64d037 cli/command/image/build/context_test.go:244:38: createTestTempDir - dir always receives "" (unparam) Silvin Lubecki 2019-04-02 13:06:49 +02:00
  • e1c0c7979e unchecked errors Silvin Lubecki 2019-04-02 13:03:49 +02:00
  • 584da37756 cli/command/container/attach.go:141:15: nilness: impossible condition: nil != nil (govet) Silvin Lubecki 2019-04-02 13:03:33 +02:00
  • b3d4c6aac7 opts/ulimit_test.go:11:13: composites: *github.com/docker/cli/vendor/github.com/docker/go-units.Ulimit composite literal uses unkeyed fields (govet) Silvin Lubecki 2019-04-02 11:26:29 +02:00
  • 1bfe81318d cli/compose/types/types.go:106:2: structtag: struct field tag yaml:",inline", json:"-" not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet) Silvin Lubecki 2019-04-02 11:25:13 +02:00
  • 5ceed3059f cli/registry/client/fetcher.go:106:9: nilness: impossible condition: nil != nil (govet) Silvin Lubecki 2019-04-02 11:24:19 +02:00
  • 9afeb6f432 cli/command/container/start.go:157:20: nilness: nil dereference in type assertion (govet) Silvin Lubecki 2019-04-02 11:23:39 +02:00
  • 85cfd4e518 cli/command/stack/kubernetes/list.go:32:47: nilness: tautological condition: non-nil != nil (govet) Silvin Lubecki 2019-04-02 11:22:06 +02:00
  • f5e8387067 cli/command/trust/key_generate.go:112:9: nilness: impossible condition: nil != nil (govet) Silvin Lubecki 2019-04-02 11:20:59 +02:00
  • 3a428202bf SA1019: httputil.ErrPersistEOF is deprecated: No longer used. (staticcheck) Silvin Lubecki 2019-04-02 11:20:07 +02:00
  • 7da9360477 cli/command/container/stats.go:211:21: SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (staticcheck) Silvin Lubecki 2019-04-02 11:11:36 +02:00
  • 8018a850cb cli/command/trust/inspect_pretty_test.go:399:24: SA4010: this result of append is never used, except maybe in other appends (staticcheck) Silvin Lubecki 2019-04-02 11:08:43 +02:00
  • 296297190c opts/throttledevice.go:51:5: SA4003: unsigned values are never < 0 (staticcheck) Silvin Lubecki 2019-04-02 11:07:11 +02:00
  • ab255f13b7 Merge pull request #2180 from thaJeztah/refactor_conversion_test Sebastiaan van Stijn 2019-10-31 19:20:36 +01:00
  • 2d0c10d77a kubernetes/conversion_test: use test-builders package Sebastiaan van Stijn 2019-10-30 10:53:39 +01:00
  • 270defa177 internal/test/builders: don't set EndpointSpec by default Sebastiaan van Stijn 2019-10-30 10:52:26 +01:00
  • 1de18a9b98 Merge pull request #2140 from chris-crone/bump-compose-on-kubernetes Joe Abbey 2019-10-30 17:22:55 -04:00
  • e4d3c360b2 Bump Compose on Kubernetes Christopher Crone 2019-10-15 16:01:09 +02:00
  • 6318939f30 Merge pull request #2167 from thaJeztah/carry_refactor_stack_services Sebastiaan van Stijn 2019-10-30 08:47:47 +01:00
  • 758d12e651 unused-for is a deprecated synonym Samuel Cochran 2019-10-30 14:46:54 +11:00
  • ad6c667034 Merge pull request #2178 from thaJeztah/19.03_backport_docs_updates v19.03.5-beta1 Andrew Hsu 2019-10-29 16:36:30 -07:00
  • 5cef8fc8e5 Merge pull request #2176 from thaJeztah/19.03_backport_completion Andrew Hsu 2019-10-29 16:36:23 -07:00
  • 56729bc0a4 Return empty string if image createdAt is zero Jonatas Baldin 2019-10-29 17:15:13 -03:00
  • 01a8d2c2c4 Merge pull request #2159 from thaJeztah/bump_go_version Silvin Lubecki 2019-10-29 16:27:54 +01:00
  • 57b7b75df8 Merge pull request #2174 from thaJeztah/fix_isabs_test Silvin Lubecki 2019-10-29 15:59:37 +01:00
  • 568ea3a329 Refactor the stack services command to be uniform Djordje Lukic 2019-10-10 14:22:20 +02:00
  • b3cde356f6 Merge pull request #2157 from thaJeztah/servicestatus Sebastiaan van Stijn 2019-10-29 15:57:32 +01:00
  • 48f2426fbc Merge pull request #2172 from thaJeztah/gometalinter_deadline Silvin Lubecki 2019-10-29 15:53:58 +01:00
  • 20424e2f51 Add test for ServiceStatus Sebastiaan van Stijn 2019-10-28 01:56:42 +01:00
  • 7405ac5c2d Services: use ServiceStatus on API v1.41 and up Sebastiaan van Stijn 2019-10-24 00:16:35 +02:00
  • 228e0f5e76 TestStackServicesErrors: use sub-tests, and return tasks Sebastiaan van Stijn 2019-10-28 12:12:28 +01:00
  • 962015b057 internal/builders: add GlobalService, ServiceStatus, NodeList() Sebastiaan van Stijn 2019-10-28 01:54:22 +01:00
  • 9597e681cb update Jenkins Build Status urls for README Daniel Helfand 2019-10-23 17:21:43 -04:00
  • c050ae7fb1 Adjusting glossary reference and clarrifying the start of a Dockerfile Brandon Mitchell 2019-10-10 17:03:48 -04:00
  • aa45ea366c Minor formatting changes and a typo fix. Adrian Plata 2019-10-07 15:29:19 -07:00
  • df5c7130df Updating deprecated command example in search.md Daniel Artine 2019-08-29 14:35:28 -03:00
  • a90e5598a4 Fix phrasing when referring to the freezer cgroup Odin Ugedal 2019-08-18 13:54:29 +02:00
  • 66f8d279c1 builder.md: Correct copy/paste error Daniel Cassidy 2019-07-22 16:20:13 +01:00
  • c4e5fd7e53 Explain -s flag on docker ps Forest Johnson 2019-02-27 15:03:09 -06:00
  • 149f69ca06 TestSigProxyWithTTY: fix Kir Kolyshkin 2019-07-23 17:12:16 -07:00
  • 79f5dbcd55 Add test for --sig-proxy with a TTY Sebastiaan van Stijn 2019-04-19 13:03:37 +02:00
  • 137b3cc89e Do not disable sig-proxy when using a TTY Sebastiaan van Stijn 2019-04-18 22:29:47 +02:00
  • 57332bcea3 Add bash completion for builder build options Harald Albers 2019-10-05 22:33:11 +02:00
  • 2fe281d170 Add bash completion for builder build Trapier Marshall 2019-09-30 11:57:00 -04:00
  • 69f0132397 Fix erroneous space indentation of shell script Morten Hekkvang 2019-10-11 09:59:10 +02:00
  • 9447d7431b Move filtering to __docker_complete_services, as suggested by @albers Morten Hekkvang 2019-09-10 16:05:25 +02:00
  • c70ce79adc Fix substitution of comma to space character, suggested by @albers Morten Hekkvang 2019-09-06 10:15:06 +02:00
  • 667bd9a1b8 Make service completion faster Morten Hekkvang 2019-09-05 15:50:24 +02:00
  • 6c66c799c7 add rudimentary fish completions for docker network Tim Sampson 2019-08-25 16:57:30 +03:00
  • 0a21de05d2 compose/loader: fix TestIsAbs not testing all combinations Sebastiaan van Stijn 2019-10-29 09:59:48 +01:00
  • 54411e5a92 cli/command/container: Using a reference for the variable on range scope n (scopelint) Sebastiaan van Stijn 2019-10-29 14:15:29 +01:00
  • 648199b321 cli/command/service: Using a reference for the variable on range scope entry (scopelint) Sebastiaan van Stijn 2019-10-29 14:12:09 +01:00
  • 3fa5aef0f9 Merge pull request #2078 from artheus/contrib/faster-bash-completion Sebastiaan van Stijn 2019-10-29 12:31:13 +01:00
  • 2eb5cdba46 Merge pull request #2087 from shahzzzam/sam/fix-print Sebastiaan van Stijn 2019-10-29 12:28:09 +01:00
  • 4f9ee0721f Merge pull request #2125 from albers/completion-builder-build-options Sebastiaan van Stijn 2019-10-29 12:24:38 +01:00
  • 167b3906fe Update flag doc Derskeal 2019-10-29 12:01:30 +01:00
  • 3e78cbc021 Gometalinter: raise deadline to 3 minutes Sebastiaan van Stijn 2019-10-28 12:49:41 +01:00
  • c887984b48 Merge pull request #2158 from thaJeztah/bump_engine Silvin Lubecki 2019-10-28 11:19:00 +01:00
  • 7f6cd64335 bump docker/docker to a09e6e323e55e1a9b21df9c2c555f5668df3ac9b Sebastiaan van Stijn 2019-10-23 15:09:57 +02:00
  • 5e4c7eba44 bump Microsoft/hcsshim 2226e083fc390003ae5aa8325c3c92789afa0e7a Sebastiaan van Stijn 2019-10-26 15:23:56 +02:00
  • 36707529d3 Merge pull request #2163 from thaJeztah/fixup_linting_config Silvin Lubecki 2019-10-25 15:05:24 +02:00
  • c44be24667 Merge pull request #2160 from thaJeztah/circleci_updates Silvin Lubecki 2019-10-25 14:59:57 +02:00
  • 937e65cac5 CircleCI: add some info steps, and re-group jobs Sebastiaan van Stijn 2019-10-24 15:49:01 +02:00
  • 69b73f7519 Merge pull request #2156 from danielhelfand/master Sebastiaan van Stijn 2019-10-24 17:29:31 +02:00
  • 46f3f9ac04 update Jenkins Build Status urls for README Daniel Helfand 2019-10-23 17:21:43 -04:00
  • 71e525f74f gometalinter: fix configuration Sebastiaan van Stijn 2019-10-24 16:28:51 +02:00