Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename all mentions of recipes to samples #96

Merged
merged 1 commit into from Aug 13, 2019

Conversation

tomer-stripe
Copy link
Collaborator

Reviewers

r? @aarongreen-stripe @ob-stripe
cc @stripe/dev-platform @adreyfus-stripe @ctrudeau-stripe

Summary

Renames everything to samples

@adreyfus-stripe
Copy link
Collaborator

lgtm and now I see why you are all "sample"-d out lol

@tomer-stripe tomer-stripe merged commit bdc4509 into tomer/samples Aug 13, 2019
@tomer-stripe tomer-stripe deleted the tomer/samples-rename branch August 13, 2019 22:28
tomer-stripe added a commit that referenced this pull request Aug 19, 2019
tomer-stripe added a commit that referenced this pull request Aug 20, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Update comment for samples list

* Fix linter errors

* Actually fix linter errors (needed newlines between imports)

* Run go mod tidy

* Add missing newlines for sample data

* Change to existing pattern of returning the cmd struct

* Add comments to exported structs
tomer-stripe added a commit that referenced this pull request Aug 20, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Move .env file to the correct location

* Write .env file with the api key and signing secret

* Update comment for samples list

* Update static dir path for the .env
tomer-stripe added a commit that referenced this pull request Aug 26, 2019
tomer-stripe added a commit that referenced this pull request Aug 26, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Update comment for samples list

* Fix linter errors

* Actually fix linter errors (needed newlines between imports)

* Run go mod tidy

* Add missing newlines for sample data

* Change to existing pattern of returning the cmd struct

* Add comments to exported structs
tomer-stripe added a commit that referenced this pull request Aug 26, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Move .env file to the correct location

* Write .env file with the api key and signing secret

* Update comment for samples list

* Update static dir path for the .env
tomer-stripe added a commit that referenced this pull request Aug 28, 2019
tomer-stripe added a commit that referenced this pull request Aug 28, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Update comment for samples list

* Fix linter errors

* Actually fix linter errors (needed newlines between imports)

* Run go mod tidy

* Add missing newlines for sample data

* Change to existing pattern of returning the cmd struct

* Add comments to exported structs
tomer-stripe added a commit that referenced this pull request Aug 28, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Move .env file to the correct location

* Write .env file with the api key and signing secret

* Update comment for samples list

* Update static dir path for the .env
tomer-stripe added a commit that referenced this pull request Sep 3, 2019
* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Setup samples commands (#118)

* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Update comment for samples list

* Fix linter errors

* Actually fix linter errors (needed newlines between imports)

* Run go mod tidy

* Add missing newlines for sample data

* Change to existing pattern of returning the cmd struct

* Add comments to exported structs

* Configure .env for samples (#117)

* Clone recipes into a local cache folder

* Fix broken test

* Copy the cached repo to a new folder

* Copy specific integration and langauge for recipes

* User can select all integrations

* Start cleaning up

* Let users select their integration and copy all the files over

* Re-order some functions

* Add comments

* Add os test file

* Add comment for exported functions

* Add afero to os operations

* Add tests for os and recipes, move git functions to separate package

* Have a boolean for checking an integration

* Remove some unused go packages

* Fix some broken tests

* Rename all things recipes => samples (#96)

* Add samples create and list subcommands

* Move .env file to the correct location

* Write .env file with the api key and signing secret

* Update comment for samples list

* Update static dir path for the .env

* Modify the server files to point to the correct dotenv location (#132)

* Set publishable key when creating a sample (#135)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants