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

feat(build_token): sdk changes for build token implementation #201

Merged
merged 3 commits into from
Feb 24, 2023

Conversation

ecrupper
Copy link
Contributor

PR for sdk-go changes for epic 1: Build Tokens.

Changes:

  • Add GetBuildToken to the SDK. This will be called by the worker whenever a build is popped off the queue.

vela/build.go Show resolved Hide resolved
vela/authentication.go Show resolved Hide resolved
vela/authentication.go Show resolved Hide resolved
vela/build_test.go Show resolved Hide resolved
@ecrupper ecrupper marked this pull request as ready for review February 23, 2023 22:50
@ecrupper ecrupper requested a review from a team as a code owner February 23, 2023 22:50
@codecov
Copy link

codecov bot commented Feb 23, 2023

Codecov Report

Merging #201 (65f799d) into main (05393d6) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
+ Coverage   90.68%   90.75%   +0.07%     
==========================================
  Files          18       18              
  Lines        1320     1331      +11     
==========================================
+ Hits         1197     1208      +11     
  Misses         91       91              
  Partials       32       32              
Impacted Files Coverage Δ
vela/authentication.go 81.57% <100.00%> (ø)
vela/build.go 97.08% <100.00%> (+0.34%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants