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

Commit sdk to repo #445

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7996689
added a way to commit SDKs into the repo
Vibaswan Sep 11, 2023
04537a4
Update auto generated python code
actions-user Sep 11, 2023
99ddc39
bug fix
Vibaswan Sep 11, 2023
2fd0360
bug fix
Vibaswan Sep 11, 2023
168bbd5
Update auto generated go code
actions-user Sep 11, 2023
bb09c7f
adding git ignore
Vibaswan Sep 11, 2023
b649a8e
Update auto generated go code
actions-user Sep 11, 2023
e83d86b
move gen go files
Vibaswan Sep 11, 2023
796bd51
Merge branch 'commit_sdk_to_repo' of https://github.com/open-traffic-…
Vibaswan Sep 11, 2023
eb9eee7
remove pyc files
Vibaswan Sep 11, 2023
062ed3a
Update auto generated go code
actions-user Sep 11, 2023
f55d4a8
Merge branch 'main' into commit_sdk_to_repo
Vibaswan Sep 14, 2023
4463298
Merge branch 'commit_sdk_to_repo' of https://github.com/open-traffic-…
Vibaswan Sep 14, 2023
aa85db5
Update auto generated go code
actions-user Sep 14, 2023
5a7f371
refactor test as well gen sdk names
Vibaswan Sep 15, 2023
9b88772
bug fix
Vibaswan Sep 15, 2023
cc2733c
making changes to ci jobs to look for new folder, sdk names
Vibaswan Sep 15, 2023
1d3227e
Update auto generated go code
actions-user Sep 15, 2023
31c4985
Merge branch 'main' into commit_sdk_to_repo
Vibaswan Sep 21, 2023
d011c0a
resolve merge conflict
Vibaswan Sep 21, 2023
218323b
Update auto generated go code
actions-user Sep 21, 2023
8d3f015
changing name to previous
Vibaswan Sep 21, 2023
87b9ff3
Merge branch 'commit_sdk_to_repo' of https://github.com/open-traffic-…
Vibaswan Sep 21, 2023
832c8ac
Update auto generated go code
actions-user Sep 21, 2023
41e84ec
Merge branch 'main' into commit_sdk_to_repo
Vibaswan Oct 16, 2023
a99c2d3
Merge branch 'commit_sdk_to_repo' of https://github.com/open-traffic-…
Vibaswan Oct 16, 2023
8f009cb
resolve merge conflicts
Vibaswan Oct 16, 2023
355e633
Update auto generated go code
actions-user Oct 16, 2023
066ffdb
merge main
Vibaswan Jan 3, 2024
d32e5e2
Update auto generated go code
actions-user Jan 3, 2024
761ce55
dummy
Vibaswan Jan 3, 2024
31736ef
Update auto generated go code
actions-user Jan 3, 2024
70f79ca
bug fix
Vibaswan Jan 3, 2024
0a198e4
bug fix
Vibaswan Jan 3, 2024
a087c43
Update auto generated go code
actions-user Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bug fix
Vibaswan committed Jan 3, 2024
commit 70f79ca8e52343f49d77778b3adf9ffbfc6b4600
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,8 @@ jobs:
git config user.name "Github Actions Bot"
git config user.email "[email protected]"
git pull
git add --force artifacts/\*
git add --force artifacts/
git rm --cached artifacts/pyapi/__pycache__
if git status --porcelain | grep .
then
git commit -m "Update auto generated go code"
Binary file removed artifacts/pyapi/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed artifacts/pyapi/__pycache__/pyapi.cpython-310.pyc
Binary file not shown.
Loading