This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
changes to contacts proto are copied to apis repo #72
Open
drewwells
wants to merge
8
commits into
master
Choose a base branch
from
publishProtos
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,645
−2,740
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f9e7ea3
changes to contacts proto are copied to apis repo
drewwells 09157ef
regenerate protobufs
drewwells ad4045c
update dependencies
drewwells 264a381
update a lot of vendors, remove themis
drewwells 7c6aa12
update to toolkit changes from years ago
drewwells 62bf196
fixed gateway
drewwells 75803fa
fixed contacts delete
drewwells 4e5f3cc
fix gateway tests
drewwells File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,26 @@ | ||
name: Publish Protobufs | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
- publishProtos # debug only, remove | ||
paths: | ||
- pkg/pb/contacts.proto | ||
jobs: | ||
test: | ||
name: Publish Protobuf Changes | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 5 | ||
defaults: | ||
run: | ||
working-directory: ./src/github.com/${{ github.repository }} | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: wilmol/copybara-action@v1 | ||
with: | ||
git_name: wilmol | ||
git_email: [email protected] | ||
ssh_key: ${{ secrets.CODEBARABOT_DWELLS }} | ||
ssh_known_hosts: ${{ secrets.CODEBARABOT_KNOWN_HOSTS }} | ||
path: copy.bara.sky |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
core.workflow( | ||
name = "default", | ||
origin = git.github_origin( | ||
url = "https://github.com/infobloxopen/atlas-contacts-app.git", | ||
ref = "master", | ||
), | ||
destination = git.destination( | ||
url = "https://github.com/infobloxopen/apis.git", | ||
fetch = "main", | ||
push = "main", | ||
), | ||
|
||
origin_files = glob(["pkg/pb/*.proto"]), | ||
|
||
# Copy everything but don't remove a README_INTERNAL.txt file if it exists. | ||
destination_files = glob(["atlas/example/contacts/**"], exclude = []), | ||
|
||
authoring = authoring.pass_thru("Codebara <[email protected]>"), | ||
|
||
transformations = [ | ||
core.move("pkg/pb", "atlas/example/contacts/v1") | ||
], | ||
) |
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,24 @@ | ||
module github.com/infobloxopen/atlas-contacts-app | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/bitly/go-simplejson v0.5.0 | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.1-0.20200107013213-dc14462fd587+incompatible | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 | ||
github.com/grpc-ecosystem/grpc-gateway v1.14.8 | ||
github.com/infobloxopen/atlas-app-toolkit v0.24.1 | ||
github.com/infobloxopen/atlas-authz-middleware v0.0.0-20210225225130-c605434fa6f3 | ||
github.com/infobloxopen/protoc-gen-gorm v0.20.1 | ||
github.com/jinzhu/gorm v1.9.16 | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/lyft/protoc-gen-validate v0.0.13 | ||
github.com/sirupsen/logrus v1.8.0 | ||
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 | ||
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 | ||
google.golang.org/grpc v1.34.0 | ||
google.golang.org/grpc/examples v0.0.0-20210408231144-1d1bbb55b381 // indirect | ||
) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be accomplished with https and a Github PAT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It only works with ssh