MCPcopy Create free account

hub / github.com/docker/compose / functions

Functions2,102 in github.com/docker/compose

FunctionTest_checkForSensitiveData_optional_env_file_missing
(t *testing.T)
pkg/compose/publish_test.go:208
FunctionTest_checkForSensitiveData_optional_env_file_present
(t *testing.T)
pkg/compose/publish_test.go:228
FunctionTest_checkForSensitiveData_required_env_file_missing
(t *testing.T)
pkg/compose/publish_test.go:251
FunctionTest_collectEnvCheckFindings
(t *testing.T)
pkg/compose/publish_test.go:293
FunctionTest_convert
(t *testing.T)
cmd/compatibility/convert_test.go:28
FunctionTest_createLayers
(t *testing.T)
pkg/compose/publish_test.go:39
FunctionTest_dockerFilePath
(t *testing.T)
pkg/compose/build_test.go:27
FunctionTest_preChecks_sensitive_data_detected_decline
(t *testing.T)
pkg/compose/publish_test.go:110
FunctionTest_processFile_optional_env_file_missing
(t *testing.T)
pkg/compose/publish_test.go:141
FunctionTest_processFile_optional_env_file_present
(t *testing.T)
pkg/compose/publish_test.go:178
FunctionTest_publish_decline_returns_ErrCanceled
(t *testing.T)
pkg/compose/publish_test.go:698
MethodToModel
(ctx context.Context, dockerCli command.Cli, services []string, po ...cli.ProjectOptionsFn)
cmd/compose/compose.go:291
MethodTop
Top mocks base method.
pkg/mocks/mock_docker_compose_api.go:432
MethodTop
Top indicates an expected call of Top.
pkg/mocks/mock_docker_compose_api.go:441
MethodTop
(ctx context.Context, projectName string, services []string)
pkg/compose/top.go:29
MethodTouchFiles
(paths []string)
pkg/watch/temp_dir_fixture.go:156
MethodTracerProvider
TracerProvider mocks base method.
pkg/mocks/mock_docker_cli.go:246
MethodTracerProvider
TracerProvider indicates an expected call of TracerProvider.
pkg/mocks/mock_docker_cli.go:254
MethodUnPause
UnPause mocks base method.
pkg/mocks/mock_docker_compose_api.go:447
MethodUnPause
UnPause indicates an expected call of UnPause.
pkg/mocks/mock_docker_compose_api.go:455
MethodUnPause
(ctx context.Context, projectName string, options api.PauseOptions)
pkg/compose/pause.go:54
MethodUnion
Union returns a new set containing all elements from both s and other. Deprecated: Union is retained for API compatibility.
pkg/utils/set.go:90
MethodUntar
(ctx context.Context, id string, archive io.ReadCloser)
pkg/compose/watch.go:523
MethodUntar
(_ context.Context, _ string, _ io.ReadCloser)
internal/sync/tar_test.go:46
MethodUp
Up mocks base method.
pkg/mocks/mock_docker_compose_api.go:461
MethodUp
Up indicates an expected call of Up.
pkg/mocks/mock_docker_compose_api.go:469
MethodUp
(ctx context.Context, project *types.Project, options api.UpOptions)
pkg/compose/up.go:44
MethodViz
Viz mocks base method.
pkg/mocks/mock_docker_compose_api.go:475
MethodViz
Viz indicates an expected call of Viz.
pkg/mocks/mock_docker_compose_api.go:484
MethodViz
(_ context.Context, project *types.Project, opts api.VizOptions)
pkg/compose/viz.go:32
MethodVolumeCreate
VolumeCreate mocks base method.
pkg/mocks/mock_docker_api.go:1685
MethodVolumeCreate
VolumeCreate indicates an expected call of VolumeCreate.
pkg/mocks/mock_docker_api.go:1694
MethodVolumeInspect
VolumeInspect mocks base method.
pkg/mocks/mock_docker_api.go:1700
MethodVolumeInspect
VolumeInspect indicates an expected call of VolumeInspect.
pkg/mocks/mock_docker_api.go:1709
MethodVolumeList
VolumeList mocks base method.
pkg/mocks/mock_docker_api.go:1715
MethodVolumeList
VolumeList indicates an expected call of VolumeList.
pkg/mocks/mock_docker_api.go:1724
MethodVolumePrune
VolumePrune mocks base method.
pkg/mocks/mock_docker_api.go:1730
MethodVolumePrune
VolumePrune indicates an expected call of VolumePrune.
pkg/mocks/mock_docker_api.go:1739
MethodVolumePrune
(ctx context.Context, options client.VolumePruneOptions)
pkg/dryrun/dryrunclient.go:612
MethodVolumeRemove
VolumeRemove mocks base method.
pkg/mocks/mock_docker_api.go:1745
MethodVolumeRemove
VolumeRemove indicates an expected call of VolumeRemove.
pkg/mocks/mock_docker_api.go:1754
MethodVolumeUpdate
VolumeUpdate mocks base method.
pkg/mocks/mock_docker_api.go:1760
MethodVolumeUpdate
VolumeUpdate indicates an expected call of VolumeUpdate.
pkg/mocks/mock_docker_api.go:1769
MethodVolumeUpdate
(ctx context.Context, volumeID string, options client.VolumeUpdateOptions)
pkg/dryrun/dryrunclient.go:616
MethodVolumes
Volumes mocks base method.
pkg/mocks/mock_docker_compose_api.go:490
MethodVolumes
Volumes indicates an expected call of Volumes.
pkg/mocks/mock_docker_compose_api.go:499
MethodWait
Wait mocks base method.
pkg/mocks/mock_docker_compose_api.go:505
MethodWait
Wait indicates an expected call of Wait.
pkg/mocks/mock_docker_compose_api.go:514
MethodWait
(ctx context.Context, projectName string, options api.WaitOptions)
pkg/compose/wait.go:29
MethodWatch
Watch mocks base method.
pkg/mocks/mock_docker_compose_api.go:520
MethodWatch
Watch indicates an expected call of Watch.
pkg/mocks/mock_docker_compose_api.go:528
MethodWatch
(ctx context.Context, project *types.Project, options api.WatchOptions)
pkg/compose/watch.go:133
FunctionWithContextInfo
WithContextInfo sets custom Docker context information
pkg/compose/compose.go:132
FunctionWithDryRun
WithDryRun configure Compose to run without actually applying changes
pkg/compose/compose.go:164
FunctionWithErrorStream
WithErrorStream sets a custom error stream
pkg/compose/compose.go:116
FunctionWithInputStream
WithInputStream sets a custom input stream
pkg/compose/compose.go:124
FunctionWithOutputStream
WithOutputStream sets a custom output stream
pkg/compose/compose.go:108
MethodWithProject
WithProject creates a cobra run command from a ProjectFunc based on configured project options and selected services
cmd/compose/compose.go:162
FunctionWithProxyConfig
WithProxyConfig sets custom HTTP proxy configuration for builds
pkg/compose/compose.go:140
FunctionWithStreams
WithStreams sets custom I/O streams for output and interaction
pkg/compose/compose.go:98
MethodWrite
Write is a thread safe version of bytes.Buffer::Write
pkg/utils/safebuffer.go:44
MethodWrite
Write implement io.WriteCloser
pkg/compose/container.go:51
MethodWriteSymlink
(linkContents, destPath string)
pkg/watch/temp_dir_fixture.go:136
Functionalive
(pid int)
internal/pidfile/pidfile_windows.go:23
MethodcopyFromContainer
(ctx context.Context, containerID, srcPath, dstPath string, opts api.CopyOptions)
pkg/compose/cp.go:256
MethodcopyToContainer
(ctx context.Context, containerID string, srcPath string, dstPath string, opts api.CopyOptions)
pkg/compose/cp.go:145
FunctiondefaultResolveAppID
(ctx context.Context, flags map[string]string)
cmd/compose/hooks.go:113
FunctiondialNamedPipe
(ctx context.Context, addr string)
internal/memnet/conn_windows.go:26
FunctiondockerLogsHint
(appID string)
cmd/compose/hooks.go:39
Functiondown
(_ *cobra.Command, _ []string)
docs/examples/provider.go:102
Functionexecutable
(s string)
pkg/compose/plugins_windows.go:21
Functionexited
exited creates a new exited event; kept as a named func for use as a function value.
pkg/compose/progress.go:101
FunctionhandleCtrlZ
handleCtrlZ is a no-op on Windows as SIGSTOP is not supported
cmd/formatter/shortcut_windows.go:22
Methodhandler
(message string, _ bool)
pkg/compose/publish_test.go:574
Functionhealthy
healthy creates a new healthy event; kept as a named func for use as a function value.
pkg/compose/progress.go:96
Functioninit
()
pkg/api/labels.go:63
Functioninit
()
pkg/e2e/framework.go:61
Functioninit
()
internal/tracing/tracing.go:41
Functioninit
()
cmd/compose/compose.go:90
Functioninit
()
cmd/formatter/colors.go:130
FunctionisNotRunning
(c container.Summary)
pkg/compose/containers.go:165
Functionmain
()
cmd/main.go:81
Functionmain
()
docs/yaml/main/generate.go:92
Functionmain
()
docs/examples/provider.go:29
FunctionnewWatcher
(paths []string)
pkg/watch/watcher_darwin.go:118
FunctionnoPrompt
noPrompt is a Prompt that should never be called in tests that don't expect it.
pkg/compose/reconcile_test.go:31
FunctionnormalizeRunFlags
(f *pflag.FlagSet, name string)
cmd/compose/run.go:260
FunctionosDependentCacheDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
pkg/remote/cache_darwin.go:28
FunctionosDependentCacheDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
pkg/remote/cache_windows.go:30
FunctionosDependentRunDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
internal/locker/runtime_darwin.go:28
FunctionosDependentRunDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
internal/locker/runtime_windows.go:30
MethodplanRecreateVolume
planRecreateVolume adds the full sequence for a diverged volume: stop affected containers → remove containers → remove volume → create volume. Contain
pkg/compose/reconcile.go:276
FunctionrainbowColor
()
cmd/formatter/colors.go:122
FunctionrawEnv
rawEnv load a dot env file using docker/cli key=value parser, without attempt to interpolate or evaluate values
cmd/compose/compose.go:76
FunctionskippedEvent
skippedEvent creates a new Skipped Resource; kept as a named func for use as a function value.
pkg/compose/progress.go:106
Functionstop
(_ *cobra.Command, _ []string)
docs/examples/provider.go:106
MethodtearDown
()
pkg/watch/temp_dir_fixture.go:182
MethodtearDown
()
pkg/watch/notify_test.go:652
FunctionvalidateSocketPath
(addr string)
internal/memnet/conn_windows.go:30
FunctionvalueOrDefault
valueOrDefault returns the type-cast value at the specified key in the map if present and the correct type; otherwise, it returns the default value fo
internal/tracing/docker_context.go:118
← previousnext →2,001–2,100 of 2,102, ranked by callers