-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add function management Enables operator to create/update/delete functions via pusher api. * Fix linter feedback * Bump golang.org/x/text from 0.3.7 to 0.3.8 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) * Fix staging Enhance config options to allow use in staging clusters * Update status in README from alpha to beta Co-authored-by: Robert Oles <[email protected]> Co-authored-by: robertoles <[email protected]> Co-authored-by: Ahmad Samiei <[email protected]> Co-authored-by: Ahmad Samiei <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Agata Walukiewicz <[email protected]> Co-authored-by: Vitaliy Kalachikhin <[email protected]> Co-authored-by: Felipe Benevides <[email protected]>
- Loading branch information
1 parent
e79ae93
commit 3e9a087
Showing
25 changed files
with
1,163 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.PHONY: build-mockgen | ||
build-mockgen: | ||
docker build -f mockgen.Dockerfile --tag pusher_cli_mockgen . | ||
|
||
.PHONY: mocks | ||
mocks: build-mockgen | ||
docker run --rm --volume "$$(pwd):/src" pusher_cli_mockgen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.