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: add fetch-std for fetch match Go release versions #17

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Apr 6, 2024

worker /populate-stdlib is fetch all versions for Go standard libray and too slow.
add /fetch-std/ for fetch a version for match versions from the Go standard library into the tasks queue to be processed and inserted into the database. and skip all -beta and -rc version.
/fetch-std/v1.22 match to [v1.22.0 v1.22.1 v1.22.2].
/fetch-std/v1.22.1 match [v1.22.1]

Copy link

codecov bot commented Apr 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.85%. Comparing base (d0ceafc) to head (3a40387).
Report is 1 commits behind head on goplus.

Additional details and impacted files
@@           Coverage Diff           @@
##           goplus      #17   +/-   ##
=======================================
  Coverage   55.85%   55.85%           
=======================================
  Files         161      161           
  Lines       16210    16210           
=======================================
  Hits         9054     9054           
  Misses       6332     6332           
  Partials      824      824           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xushiwei xushiwei merged commit 7bbc038 into goplus:goplus Apr 6, 2024
10 checks passed
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.

2 participants