Commit Graph

  • a1f67cc029 cli/command/plugin/list_test.go:61:31: TestList$1 - filter is unused (unparam) Silvin Lubecki 2019-04-02 13:25:33 +02:00
  • a3912a4713 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
  • 20ae2a6c4e 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
  • 9c7b701de5 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
  • 6f91e46b7b cli/command/image/build/context_test.go:244:38: createTestTempDir - dir always receives "" (unparam) Silvin Lubecki 2019-04-02 13:06:49 +02:00
  • 1f3468bb77 unchecked errors Silvin Lubecki 2019-04-02 13:03:49 +02:00
  • c8c14206aa cli/command/container/attach.go:141:15: nilness: impossible condition: nil != nil (govet) Silvin Lubecki 2019-04-02 13:03:33 +02:00
  • 7d9b95d7ec 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
  • 0f72909216 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
  • 66b760d2b1 cli/registry/client/fetcher.go:106:9: nilness: impossible condition: nil != nil (govet) Silvin Lubecki 2019-04-02 11:24:19 +02:00
  • c83334119c cli/command/container/start.go:157:20: nilness: nil dereference in type assertion (govet) Silvin Lubecki 2019-04-02 11:23:39 +02:00
  • cdc9d1095b 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
  • fe1a85f1e9 cli/command/trust/key_generate.go:112:9: nilness: impossible condition: nil != nil (govet) Silvin Lubecki 2019-04-02 11:20:59 +02:00
  • 60aa890a06 SA1019: httputil.ErrPersistEOF is deprecated: No longer used. (staticcheck) Silvin Lubecki 2019-04-02 11:20:07 +02:00
  • 49ff9c82db 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
  • 1ed4e67b34 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
  • ad7bd8235f opts/throttledevice.go:51:5: SA4003: unsigned values are never < 0 (staticcheck) Silvin Lubecki 2019-04-02 11:07:11 +02:00
  • b71d5e32cd compose/loader: fix TestIsAbs not testing all combinations Sebastiaan van Stijn 2019-10-29 09:59:48 +01:00
  • 3bc713c157 Gometalinter: raise deadline to 3 minutes Sebastiaan van Stijn 2019-10-28 12:49:41 +01:00
  • d85a3b265c gometalinter: fix configuration Sebastiaan van Stijn 2019-10-24 16:28:51 +02:00
  • a2e252c92a Merge pull request #2234 from thaJeztah/bump_golang_1.12.14 Vincent Demeester 2020-01-06 10:47:47 +01:00
  • 389fa742ff Merge pull request #2232 from thaJeztah/fixup_docker_ps_formatting Vincent Demeester 2020-01-06 10:46:33 +01:00
  • ce42168940 docs: document from platform Tonis Tiigi 2019-07-12 16:00:57 -07:00
  • 4beea58531 Bump Golang 1.12.14 Sebastiaan van Stijn 2019-12-30 10:12:01 +01:00
  • ef37a8a57c Fix "make build" (non-containerized) on macOS Sebastiaan van Stijn 2019-12-31 15:06:11 +01:00
  • 54ba28f402 docker info: list CLI plugins alphabetically Sebastiaan van Stijn 2019-12-31 14:26:08 +01:00
  • aef6b04a7c Fix docker ps table headers with custom format and "split" or "join" Sebastiaan van Stijn 2019-12-24 17:32:44 +01:00
  • 69f216f6e4 Fix docker ps --format with templating functions Sebastiaan van Stijn 2019-12-24 16:30:23 +01:00
  • ba63a92655 Merge pull request #2230 from thaJeztah/unify_ps_tests Silvin Lubecki 2019-12-20 15:55:25 +01:00
  • b062726313 command/container: unify list tests in a single file Sebastiaan van Stijn 2019-12-20 14:57:54 +01:00
  • 6732347e55 bump containerd v1.3.0 Sebastiaan van Stijn 2019-10-23 15:37:53 +02:00
  • 22a291f703 config: preserve ownership and permissions on configfile Sebastiaan van Stijn 2019-12-17 09:36:25 +01:00
  • c07f50afab bump buildkit f7042823e340d38d1746aa675b83d1aca431cee3 Sebastiaan van Stijn 2019-10-23 15:30:35 +02:00
  • cf3f902df4 update runc to v1.0.0-rc8-92-g84373aaa (CVE-2019-16884) Sebastiaan van Stijn 2019-10-23 15:34:59 +02:00
  • 4b267469b9 bump hashicorp/golang-lru v0.5.3 Sebastiaan van Stijn 2019-10-23 15:47:20 +02:00
  • b104da4a09 bump containerd/continuity f2a389ac0a02ce21c09edd7344677a601970f41c Sebastiaan van Stijn 2019-10-23 15:41:43 +02:00
  • ebca141311 Merge pull request #2207 from thaJeztah/remove_engine_activate Brian Goff 2019-12-12 11:17:48 -08:00
  • 7e5451316f docs: add redirects for engine reference pages Sebastiaan van Stijn 2019-12-06 10:46:54 +01:00
  • 43b2f52d0c Remove "docker engine" subcommands Sebastiaan van Stijn 2019-11-28 16:54:51 +01:00
  • 9ef0c7a9dd Merge pull request #2196 from tiborvass/test-tlsverify Sebastiaan van Stijn 2019-12-12 15:15:15 +01:00
  • 02ef51e927 Merge pull request #2224 from thaJeztah/update_proxy_docs Silvin Lubecki 2019-12-12 15:06:04 +01:00
  • eb33f8759c Merge pull request #1590 from thaJeztah/docs_add_management_notes Silvin Lubecki 2019-12-12 15:03:46 +01:00
  • cff1a88126 Merge pull request #2211 from thaJeztah/refresh_maintainers Sebastiaan van Stijn 2019-12-12 15:01:52 +01:00
  • f540eae7fe Docs: add note about management commands targeting a manager Sebastiaan van Stijn 2018-12-23 12:27:52 +01:00
  • 0fd5c16ab9 Merge pull request #1936 from thaJeztah/bump_jwt_go Silvin Lubecki 2019-12-12 14:50:10 +01:00
  • 08eaead288 Merge pull request #2216 from thaJeztah/remove_dab_deploy Brian Goff 2019-12-10 11:00:34 -08:00
  • e70d6bcb8a Add docs for proxy configuration in config.json Sebastiaan van Stijn 2018-05-22 21:28:00 +02:00
  • dd87cd9feb bump github.com/dgrijalva/jwt-go v3.2.0, docker/licencing 7c3de6a4f59e9e70764ea6f6901cf17b88059789 Sebastiaan van Stijn 2019-06-11 16:10:33 +02:00
  • 08b5f63b0e Merge pull request #2222 from thaJeztah/19.03_backport_fix_docker_cp_npe Silvin Lubecki 2019-12-10 10:53:34 +01:00
  • c2d4bd4ec2 docker cp: prevent NPE when failing to stat destination Sebastiaan van Stijn 2019-12-09 15:32:02 +01:00
  • 79578882a1 Merge pull request #2221 from thaJeztah/fix_docker_cp_npe Silvin Lubecki 2019-12-09 21:40:42 +01:00
  • 585ec4da97 docker cp: prevent NPE when failing to stat destination Sebastiaan van Stijn 2019-12-09 15:32:02 +01:00
  • 99ad13e374 Remove experimental "deploy" from "dab" files Sebastiaan van Stijn 2019-12-06 14:05:33 +01:00
  • e1daa22ba1 Modify docs to specify working of device flag Akhil Mohan 2019-12-08 19:55:18 +05:30
  • ea850377cd builder/remotecontext: allow ssh:// urls for remote context Sebastiaan van Stijn 2019-11-05 13:58:58 -08:00
  • 8547dfcff7 Merge pull request #1803 from thaJeztah/add_ip_address_to_advanced_options Silvin Lubecki 2019-12-04 15:16:15 +01:00
  • d263e29ab5 Merge pull request #2152 from thaJeztah/bump_various_deps Silvin Lubecki 2019-12-04 15:03:23 +01:00
  • 6eee39df0c Merge pull request #2175 from thaJeztah/pin_in_scope Silvin Lubecki 2019-12-04 14:50:00 +01:00
  • 7f063899ef Maintainers: remove Justin and Aaron Sebastiaan van Stijn 2019-12-04 13:08:15 +01:00
  • 2e2d2e16c9 Move Daniel to alumni Sebastiaan van Stijn 2019-12-04 13:04:47 +01:00
  • 046a13f996 Maintainers file: remove "docs maintainers" section Sebastiaan van Stijn 2019-12-04 13:00:37 +01:00
  • 13fb276442 Merge pull request #2129 from derskeal/patch-1 Tibor Vass 2019-12-02 15:02:38 -08:00
  • 54d085b857 Merge pull request #2202 from adrian-plata/builder-links Sebastiaan van Stijn 2019-11-26 21:36:49 +01:00
  • 01883d5e2c Merge pull request #2194 from tiborvass/fix-cp-trailing-slash Sebastiaan van Stijn 2019-11-26 21:27:42 +01:00
  • fc83b941f5 Merge pull request #2198 from usb79/patch-1 Sebastiaan van Stijn 2019-11-26 21:25:27 +01:00
  • 8195512206 Fixing some links and deleting an older page reference Adrian Plata 2019-11-21 10:52:50 -08:00
  • c888809bbc Typo in documentation of volume create usb79 2019-11-15 16:00:18 +01:00
  • 6c12a82f33 Merge pull request #2197 from thaJeztah/carry_1221_push_quiet Brian Goff 2019-11-12 16:22:36 -08:00
  • e692381d18 e2e: add new test package "global" with TestTLSVerify Tibor Vass 2019-11-12 17:35:42 +00:00
  • 756ab2fb92 Add support for docker push --quiet Justyn Temme 2018-07-18 14:29:56 -05:00
  • 2fa69baf8d cp: allow trailing slash in non-existant destination Tibor Vass 2019-10-30 19:07:18 +00:00
  • 26dbc3226c cp: allow trailing slash in non-existant destination Tibor Vass 2019-10-30 19:07:18 +00:00
  • 37f9a88c69 Merge pull request #2095 from aiordache/app-214_client_info_load_func Silvin Lubecki 2019-11-08 11:54:29 +01:00
  • 22a5dad847 app-214 Load Client info in getter function Anca Iordache 2019-09-20 17:13:26 +02:00
  • 8aeaf60b3a Merge pull request #2187 from silvin-lubecki/bump-compose-on-kube Sebastiaan van Stijn 2019-11-07 19:18:55 -08:00
  • 7eb6a29c0b Bump compose-on-kubernetes from v0.4.25-alpha1 to v0.5.0-alpha1 Silvin Lubecki 2019-11-07 20:57:34 +01:00
  • 2d0d4ce4af builder/remotecontext: use net/url instead of urlutil Sebastiaan van Stijn 2019-11-05 09:26:30 -08:00
  • a0d9b0cf0d TestParseRemoteURL: use subtests Sebastiaan van Stijn 2019-11-04 17:36:49 -08:00
  • e3657b0a8c Add interpolation type cast for max_replicas_per_node Djordje Lukic 2019-11-04 14:21:47 +01:00
  • d6edc912ce Merge pull request #2182 from rumpl/fix-max_replicas_per_node_interpolation Sebastiaan van Stijn 2019-11-05 13:14:31 -08:00
  • 9e041dd34c Merge pull request #2107 from jonatasbaldin/2047-fix-image-createdsince-without-value Silvin Lubecki 2019-11-05 09:46:14 +01:00
  • cb29ef6c6d Add interpolation type cast for max_replicas_per_node Djordje Lukic 2019-11-04 14:21:47 +01:00
  • 3d35fd40d2 Merge pull request #2179 from sj26/builder-prune-filter-docs Tibor Vass 2019-11-04 17:27:51 -08:00
  • 74f3224c68 Merge pull request #2054 from jescobar-docker/patch-1 Sebastiaan van Stijn 2019-11-04 17:10:38 -08:00
  • 99c5edceb4 Merge pull request #2177 from thaJeztah/19.03_backport_fix_sig_proxy v19.03.5-rc1 v19.03.5-beta2 v19.03.5 Andrew Hsu 2019-11-04 16:55:15 -08:00
  • 968ce1ae4d Merge pull request #2173 from thaJeztah/carry_golangci_lint Sebastiaan van Stijn 2019-10-31 19:56:10 +01:00
  • b7e06f2845 Remove now obsolete gometalinter and use golangci-lint instead Silvin Lubecki 2019-04-02 17:27:12 +02:00
  • 1e7774228c service: remove unused opts from newService() (unparam) Sebastiaan van Stijn 2019-10-30 10:58:16 +01:00
  • 640305f33c cli/command/stack/kubernetes: Using the variable on range scope c in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 14:44:09 +01:00
  • 542f80241e cli/command/container: Using the variable on range scope c in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 14:41:38 +01:00
  • 754fc6fe67 cli/command/stack/kubernetes: Using a reference for the variable on range scope obj (scopelint) Sebastiaan van Stijn 2019-10-29 14:16:54 +01:00
  • c2b069f4db opts: Using the variable on range scope tc in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 14:08:12 +01:00
  • cd3dca37b8 cli/manifest: Using the variable on range scope testcase in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 14:07:20 +01:00
  • aafe3df8b3 cli/compose/template: Using the variable on range scope tc in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 14:05:56 +01:00
  • 79dc83e78b cli/command/container: suppress dogsled warnings Sebastiaan van Stijn 2019-10-29 14:04:33 +01:00
  • dd4d216afd e2e: remove unnecessary trailing newline (whitespace) Sebastiaan van Stijn 2019-10-29 14:47:14 +01:00
  • 63e45e6320 internal: remove unnecessary newlines (whitespace) Sebastiaan van Stijn 2019-10-29 14:03:06 +01:00
  • 612d83d6df cli: remove unnecessary newlines (whitespace) Sebastiaan van Stijn 2019-10-29 14:00:31 +01:00
  • 2ec424a2d9 cli/command: Using the variable on range scope testcase in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 14:37:37 +01:00
  • 7c4b63b1c3 cli/command/trust: Using the variable on range scope keyBytes in function literal (scopelint) Sebastiaan van Stijn 2019-10-29 13:42:59 +01:00