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

Worker: in-flight pubkey #501

Closed
wants to merge 450 commits into from
Closed

Worker: in-flight pubkey #501

wants to merge 450 commits into from

Conversation

timhuynh94
Copy link
Contributor

@timhuynh94 timhuynh94 commented Aug 25, 2023

Add support for in flight public queue key.

renovate bot and others added 30 commits June 7, 2021 11:57
* feat(internal): add logic from pkg-executor

* chore: clean go dependencies

* chore: address linter feedback
* feat(executor): add logic from pkg-executor

* chore: clean go dependencies
ecrupper and others added 26 commits April 20, 2023 07:49
…d token minting fails (#472)

* enhance(exec): do not kill worker if build has been canceled and build token minting fails

* change status code to 409 conflict

* upgrade server
* feat: add support for schedules

* chore: update go dependencies

* chore: update go deps
… build info (#482)

* feat(register-and-operate): add ability for worker to update status to idle and error

* docs(README): showing off commitizen cli

* feat: update worker status and runningBuildIDs

* feat: worker can update runningBuildIDs and status

* chore(exec): clean up logging for worker database updates

* feat(worker): update last_build_ timestamps in the database

* fix(worker-visibility): update error to make logrus happy

* chore(worker_visibility): update deps for types and server

* Update cmd/vela-worker/register.go

Co-authored-by: David May <[email protected]>

* add res nil check

* move res nil above err

* add res nil check

* more accurate logging

* make clean

---------

Co-authored-by: Tim Huynh <[email protected]>
Co-authored-by: David May <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

* chore(release): ugprade types, server, sdk to v0.20.1 + other deps

* pin to alpine version
@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #501 (40c7274) into main (b56d0ca) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #501      +/-   ##
==========================================
+ Coverage   83.42%   83.45%   +0.02%     
==========================================
  Files          69       70       +1     
  Lines        5376     5384       +8     
==========================================
+ Hits         4485     4493       +8     
  Misses        746      746              
  Partials      145      145              
Files Changed Coverage Δ
router/middleware/queue_signing_key.go 100.00% <100.00%> (ø)
router/router.go 100.00% <100.00%> (ø)

@timhuynh94 timhuynh94 closed this Sep 6, 2023
@timhuynh94 timhuynh94 deleted the v21_tim branch September 6, 2023 13:45
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.