repo_name
stringlengths
1
52
repo_creator
stringclasses
6 values
programming_language
stringclasses
4 values
code
stringlengths
0
9.68M
num_lines
int64
1
234k
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "strings" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/aws/codepipeline" "github.com/aws/copilot-cli/internal/pkg/aws/sessions" "gi...
164
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/describe/mocks" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) func TestAppDescriber...
85
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "strings" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "github.com/aws/copilot-cli/internal/pkg/aws/elbv2" "github....
322
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" cfnstack "github.com/aws/copilot-cli/intern...
863
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "fmt" "io" "strings" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" "github.com/aws/copilot-cli/internal/pkg/describe/stack" "github.com/dustin/go-humanize" ) const ( // ...
103
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package describe provides functionality to retrieve information about deployed applications, environments and workloads. package describe
6
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "sort" "strings" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/template" "github.com/aws/copilot-cli/internal/pkg/version" "gopkg.i...
419
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/aws/ec2" "github.com/aws/copilot-cli/internal/pkg/config" cfnstack "github.com/aws/copilot-cli/internal/pkg/de...
926
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "github.com/aws/copilot-cli/internal/pkg/template" "github.com/dustin/go-humanize/english" ) // ErrManifestNotFoundInTemplate is returned when a deployed CFN temp...
50
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "testing" "github.com/stretchr/testify/require" ) func TestErrManifestNotFoundInTemplate_Error(t *testing.T) { require.EqualError(t, &ErrManifestNotFoundInTemplate{app: "phonet...
17
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "strings" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" "github.com/aws/copilot-cli/internal/pkg/aws/elbv2" ) func isContainerHealthCheckEnabled(tasks []ecs.TaskStatus) bool ...
119
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "errors" "fmt" "strconv" "strings" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "github.com/aws/copilot-cli/internal/pkg...
361
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" cfnstack "github.com/aws/copilot-cli/intern...
867
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "strings" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/aws/sessions" "github.com/aws/copilot-cli/internal/pkg/deploy" "github.com/a...
127
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "time" "github.com/aws/copilot-cli/internal/pkg/aws/codepipeline" "github.com/aws/copilot-cli/internal/pkg/deploy" "github.com/aws/copilot-cli/interna...
286
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "strings" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/aws/codepipeline" "github.com/aws/copilot-cli/internal/pkg/aws/sessions" "gi...
89
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "time" "github.com/dustin/go-humanize" "github.com/aws/copilot-cli/internal/pkg/aws/codepipeline" "github.com/aws/copilot-cli/internal/pkg/deploy" "...
193
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "io" "strings" "text/tabwriter" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/aws/apprunner" "github.com/aws/copilo...
304
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/aws/apprunner" "github.com/aws/copilot-cli/internal/pkg/describe/mocks" "gith...
674
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "encoding/json" "errors" "fmt" "io" "net/url" "sort" "strings" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/arn" "github.com/aws/copilot-cli/internal/pkg/...
589
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" ecsapi "github.com/aws/aws-sdk-go/service/ecs" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/aws/apprunner" "github.com/aw...
644
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" awsS3 "github.com/aws/copilot-cli/internal/pkg/aws/s3" "github.com/aws/copilot-cli/internal/pkg/aws/sessions" s3 "github.com/aws/copilot-cli/intern...
239
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/describe/mocks" "github.com/aws/copilot-cli/internal/pkg/describe/stack" "github.com/golang/mock/gomock" "git...
284
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "io" "math" "strconv" "strings" "text/tabwriter" "time" "github.com/aws/copilot-cli/internal/pkg/term/progress/summarybar" "github.com/aws/c...
588
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "fmt" awsS3 "github.com/aws/copilot-cli/internal/pkg/aws/s3" "github.com/aws/copilot-cli/internal/pkg/s3" "sort" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/int...
354
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "time" "github.com/aws/aws-sdk-go/aws" ecsapi "github.com/aws/aws-sdk-go/service/ecs" elbv2api "github.com/aws/aws-sdk-go/service/elbv2" "github.com/...
995
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "testing" "time" "github.com/aws/copilot-cli/internal/pkg/aws/apprunner" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "github.com/aws/copilot-cli/internal/pkg/aws/cl...
748
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "fmt" "strings" "github.com/aws/copilot-cli/internal/pkg/term/color" "github.com/dustin/go-humanize/english" "github.com/aws/copilot-cli/internal/pkg/deploy/cloudformation/sta...
406
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/deploy/cloudformation/stack" "github.com/aws/copilot-cli/internal/pkg/describe/mocks" "github.com/aws/copilot-...
659
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "bytes" "encoding/json" "fmt" "text/tabwriter" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "github.com/aws/copilot-cli/internal/pkg/aws/sessions" "github.com/aws/...
237
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" "testing" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" cfnstack "github.com/aws/copilot-cli/intern...
611
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "fmt" "strings" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/copilot-cli/internal/pkg/aws/sessions" cfnstack "github.com/aws/copilot-cli/internal/pkg/deploy/cloudform...
132
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package describe import ( "errors" "fmt" "testing" "github.com/aws/copilot-cli/internal/pkg/describe/mocks" "github.com/aws/copilot-cli/internal/pkg/describe/stack" "github.com/golang/mock/gomock" "git...
275
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/backend_service.go // Package mocks is a generated GoMock package. package mocks
6
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/describe.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" stack "github.com/aws/copilot-cli/internal/pkg/describe/stack" gomock "github.com/golang/mock/gomock" ) // MockHumanJSONStringer is a ...
148
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/env.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" ec2 "github.com/aws/copilot-cli/internal/pkg/aws/ec2" gomock "github.com/golang/mock/gomock" ) // MockvpcSubnetLister is a mock of vpcSubne...
51
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/lb_web_service.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" gomock "github.com/golang/mock/gomock" ) // MockenvDescriber is a mock of envDescriber interface. type MockenvDescriber struct { ...
118
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/pipeline_show.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" codepipeline "github.com/aws/copilot-cli/internal/pkg/aws/codepipeline" gomock "github.com/golang/mock/gomock" ) // MockpipelineG...
51
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/pipeline_status.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" codepipeline "github.com/aws/copilot-cli/internal/pkg/aws/codepipeline" gomock "github.com/golang/mock/gomock" ) // Mockpipelin...
51
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/rd_web_service.go // Package mocks is a generated GoMock package. package mocks
6
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/service.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" apprunner "github.com/aws/copilot-cli/internal/pkg/aws/apprunner" cloudwatch "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" e...
826
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/status.go // Package mocks is a generated GoMock package. package mocks
6
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/status_describe.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" cloudwatch "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatch" cloudwatchlogs "github.com/aws/copilot-cli/internal/pkg/aws/...
279
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package stack import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/copilot-cli/internal/pkg/aws/cloudformation" ) type cfn interface { Describe(name str...
116
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package stack import ( "errors" "fmt" "testing" "github.com/aws/aws-sdk-go/aws" sdkcfn "github.com/aws/aws-sdk-go/service/cloudformation" "github.com/aws/copilot-cli/internal/pkg/aws/cloudformation" "g...
231
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/describe/stack/stack.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" cloudformation "github.com/aws/copilot-cli/internal/pkg/aws/cloudformation" gomock "github.com/golang/mock/gomock" ) // Mockcfn is ...
81
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package dockerengine provides functionality to interact with the Docker server. package dockerengine import ( "bytes" "context" "encoding/json" "fmt" "io" "os" osexec "os/exec" "path/filepath" "sor...
330
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package dockerengine import ( "bytes" "context" "errors" "fmt" osexec "os/exec" "path/filepath" "strings" "testing" "github.com/aws/copilot-cli/internal/pkg/exec" "github.com/golang/mock/gomock" "...
626
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package dockerengine import ( "errors" "fmt" ) // ErrDockerCommandNotFound means the docker command is not found. var ErrDockerCommandNotFound = errors.New("docker: command not found") // ErrDockerDaemonNo...
22
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/docker/dockerengine/dockerengine.go // Package dockerengine is a generated GoMock package. package dockerengine import ( context "context" reflect "reflect" exec "github.com/aws/copilot-cli/internal/pkg/exec" gomock "github.com/golang/mock/gomo...
75
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package dockerfile provides functionality to parse a Dockerfile. package dockerfile import ( "encoding/json" "errors" "flag" "fmt" "regexp" "strconv" "strings" "time" "github.com/spf13/afero" ) v...
282
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package dockerfile import ( "bytes" "errors" "fmt" "testing" "time" "github.com/moby/buildkit/frontend/dockerfile/instructions" "github.com/moby/buildkit/frontend/dockerfile/parser" "github.com/spf13...
290
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package dockerfile import "fmt" // ErrInvalidPort means that while there was a port provided, it was out of bounds or unparseable type ErrInvalidPort struct { Match string } func (e ErrInvalidPort) Error() ...
25
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package dockerfile import ( "bufio" "fmt" "io" "strings" "unicode" ) // instructionName identifies the name of the instruction. type instructionName int const ( instrErr instructionName = iota ...
243
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to retrieve Copilot ECS information. package ecs import ( "encoding/json" "fmt" "sort" "strings" "time" "github.com/aws/aws-sdk-go/aws/arn" "github.com/aws/copilot-cli/...
534
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package ecs import ( "errors" "fmt" "testing" "time" "github.com/aws/aws-sdk-go/aws" awsecs "github.com/aws/aws-sdk-go/service/ecs" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" "github.com/aws/co...
1,531
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package ecs import "fmt" // ErrMultipleContainersInTaskDef is returned when multiple containers are configured in a task definition. type ErrMultipleContainersInTaskDef struct { taskDefIdentifier string } f...
32
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to retrieve Copilot ECS information. package ecs import ( "encoding/csv" "fmt" "sort" "strings" "github.com/aws/aws-sdk-go/aws" awsecs "github.com/aws/copilot-cli/intern...
308
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package ecs import ( "errors" "fmt" "strings" "testing" "github.com/aws/copilot-cli/internal/pkg/ecs/mocks" "github.com/aws/aws-sdk-go/aws" awsecs "github.com/aws/aws-sdk-go/service/ecs" "github.com/...
483
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/ecs/ecs.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" ecs "github.com/aws/copilot-cli/internal/pkg/aws/ecs" resourcegroups "github.com/aws/copilot-cli/internal/pkg/aws/resourcegroups" gomock "github...
286
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/ecs/run_task_request.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" ecs "github.com/aws/copilot-cli/internal/pkg/aws/ecs" gomock "github.com/golang/mock/gomock" ) // MockECSServiceDescriber is a mock...
217
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec // ErrSSMPluginNotExist means the ssm plugin is not installed. type ErrSSMPluginNotExist struct{} func (e ErrSSMPluginNotExist) Error() string { return "Session Manager plugin does not exist" } ...
22
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec import ( "context" "io" "net/http" "os" "os/exec" ) type httpClient interface { Get(url string) (resp *http.Response, err ...
86
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "context" "testing" "time" "github.com/stretchr/testify/require" "github.com/golang/mock/gomock" ) func TestCmd_Run(t *testing.T) { t.Run("should delegate to exec and call Run", ...
61
copilot-cli
aws
Go
//go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "context" "os" "os/signal" ) // InteractiveRun runs the input command that starts a child process. func (c *Cmd) InteractiveRun(name string, args []string) error ...
22
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "context" "os" "os/exec" "testing" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) func TestCmd_InteractiveRun(t *testing.T) { t.Run("should enable defaul...
45
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "context" "os" "os/signal" ) // InteractiveRun runs the input command that starts a child process. func (c *Cmd) InteractiveRun(name string, args []string) error { sig := make(chan o...
21
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/exec/exec.go // Package exec is a generated GoMock package. package exec import ( http "net/http" reflect "reflect" gomock "github.com/golang/mock/gomock" ) // MockhttpClient is a mock of httpClient interface. type MockhttpClient struct { ctrl...
144
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec import ( "bytes" "encoding/json" "fmt" "io" "net/http" "os" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/a...
76
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec import ( "fmt" "os" "path/filepath" ) // InstallLatestBinary installs the latest ssm plugin. func (s SSMPluginCommand) Instal...
37
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec const ( ssmPluginBinaryURL = "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/mac/sessionmanager-bundle.zip" )
9
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec const ( ssmPluginBinaryURL = "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/mac_arm64/sessionmanager-bundle.zip" )
9
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "errors" "fmt" "os" "path/filepath" "testing" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) func TestSSMPluginCommand_InstallLatestBinary_darwin(t *test...
82
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec import ( "fmt" "os" "path/filepath" "strings" ) // InstallLatestBinary installs the latest ssm plugin. func (s SSMPluginComm...
62
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec const ( linuxSSMPluginBinaryURL = "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" ubuntuSSMPluginBinaryURL = "https://s3.amazonaws.com/...
10
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec const ( linuxSSMPluginBinaryURL = "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_arm64/session-manager-plugin.rpm" ubuntuSSMPluginBinaryURL = "https://s3.amazonaws.com/...
10
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "bytes" "errors" "fmt" "os" "path/filepath" "testing" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) func TestSSMPluginCommand_InstallLatestBinary_linux...
101
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec // InstallLatestBinary returns nil and ssm plugin needs to be installed manually. func (s SSMPluginCommand) InstallLatestBinary()...
11
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "errors" "fmt" "net/http" "net/http/httptest" "testing" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/ecs" "github.c...
86
copilot-cli
aws
Go
//go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec import ( "fmt" "strings" ) // ValidateBinary validates if the ssm plugin exists and needs update. func (s...
36
copilot-cli
aws
Go
//go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package exec import ( "bytes" "errors" "fmt" "testing" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) func TestSSMPluginCommand_ValidateBinary(t *testing.T...
104
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. package exec import ( "bytes" ) // ValidateBinary validates if the ssm plugin exists. func (s SSMPluginCommand) ValidateBinary() error { //...
17
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package graph import ( "fmt" "strings" ) type errCycle[V comparable] struct { vertices []V } func (e *errCycle[V]) Error() string { ss := make([]string, len(e.vertices)) for i, v := range e.vertices { ...
22
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package graph provides functionality for directed graphs. package graph // vertexStatus denotes the visiting status of a vertex when running DFS in a graph. type vertexStatus int const ( unvisited vertexS...
218
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package graph import ( "strings" "testing" "github.com/stretchr/testify/require" ) func TestGraph_Add(t *testing.T) { t.Run("success", func(t *testing.T) { // GIVEN graph := New[string]() // WHEN ...
372
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package ini provides functionality to parse and read properties from INI files. package ini import ( "fmt" "gopkg.in/ini.v1" ) type sectionsParser interface { Sections() []*ini.Section } // INI repres...
53
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package ini import ( "testing" "github.com/stretchr/testify/require" "gopkg.in/ini.v1" ) func TestINI_Sections(t *testing.T) { // GIVEN content := `[paths] data = /home/git/grafana [server] protocol = ...
31
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package initialize contains methods and structs needed to initialize jobs and services. package initialize import ( "encoding" "fmt" "os" "path/filepath" "github.com/aws/aws-sdk-go/aws" "github.com/a...
409
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package initialize import ( "errors" "fmt" "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/config" "github.com/aws/copilot-cli/internal/pkg/initialize/mocks" "...
891
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/initialize/workload.go // Package mocks is a generated GoMock package. package mocks import ( encoding "encoding" reflect "reflect" config "github.com/aws/copilot-cli/internal/pkg/config" cloudformation "github.com/aws/copilot-cli/internal/pkg/...
287
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package logging contains utility functions for ECS logging. package logging import ( "fmt" "io" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatchlogs" ) // HumanJSONStringer can output in both hu...
48
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package logging contains utility functions for ECS logging. package logging import ( "fmt" "io" "time" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatchlo...
134
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package logging import ( "errors" "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatchlogs" "github.com/aws/copilot-cli/internal/pkg/aws/ecs" "github...
155
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Package logging contains utility functions for ECS logging. package logging import ( "fmt" "io" "strings" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/a...
307
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package logging import ( "bytes" "errors" "fmt" "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatchlogs" "github.com/aws/copilot-cli/internal/pkg/l...
637
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/logging/task.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" ecs "github.com/aws/copilot-cli/internal/pkg/aws/ecs" gomock "github.com/golang/mock/gomock" ) // MockTasksDescriber is a mock of TasksDesc...
51
copilot-cli
aws
Go
// Code generated by MockGen. DO NOT EDIT. // Source: ./internal/pkg/logging/workload.go // Package mocks is a generated GoMock package. package mocks import ( reflect "reflect" cloudwatchlogs "github.com/aws/copilot-cli/internal/pkg/aws/cloudwatchlogs" gomock "github.com/golang/mock/gomock" ) // MocklogGetter i...
89
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package manifest import ( "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/stretchr/testify/require" ) func TestEnsureTransformersOrder(t *testing.T) { t.Run("ensure we call basic transforme...
971
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package manifest import ( "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/manifest/manifestinfo" "github.com/aws/copilot-cli/internal/pkg/template" "github.com/imdario/mergo" ) co...
223
copilot-cli
aws
Go
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package manifest import ( "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/copilot-cli/internal/pkg/manifest/manifestinfo" "github.com/aws/copilot-cli/internal/pkg/template" "github.com/...
1,211