JuliaAI / MLJModels.jl

Home of the MLJ model registry and tools for model queries and mode code loading
MIT License
78 stars 27 forks source link

For a 0.16.10 release #525

Closed OkonSamuel closed 11 months ago

OkonSamuel commented 11 months ago

524

codecov-commenter commented 11 months ago

Codecov Report

Merging #525 (ba5de1b) into master (e7dda4a) will not change coverage. Report is 2 commits behind head on master. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #525   +/-   ##
=======================================
  Coverage   76.76%   76.76%           
=======================================
  Files          16       16           
  Lines        1162     1162           
=======================================
  Hits          892      892           
  Misses        270      270           
Files Changed Coverage Δ
src/MLJModels.jl 100.00% <ø> (ø)
rikhuijzer commented 11 months ago

Thank you @OkonSamuel!

Note that there was probably a small GitHub outage which caused TagBot to fail and, hence, this repo to not get a new tag. From the logs:

Did not find registry PR
Processing version v0.16.10 (ba5de1bd48c865b36625baf4e928ff126dee342b)
Generating changelog for version v0.16.10 (ba5de1bd48c865b36625baf4e928ff126dee342b)
Warning: No registry pull request was found for this version
Creating release v0.16.10 at ba5de1bd48c865b36625baf4e928ff126dee342b
Error: TagBot experienced an unexpected internal failure
Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 545, in create_release
    self._repo.create_git_release(
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 1059, in create_git_release
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 315, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 340, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 422 {"message": "Validation Failed", "errors": [{"resource": "Release", "code": "custom", "message": "Published releases must have a valid tag"}], "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"}

Response (200): {
  "status": "Submitted error report"
}

You probably need to manually re-trigger TagBot.

OkonSamuel commented 11 months ago

Thank you @OkonSamuel!

Note that there was probably a small GitHub outage which caused TagBot to fail and, hence, this repo to not get a new tag. From the logs:

Did not find registry PR
Processing version v0.16.10 (ba5de1bd48c865b36625baf4e928ff126dee342b)
Generating changelog for version v0.16.10 (ba5de1bd48c865b36625baf4e928ff126dee342b)
Warning: No registry pull request was found for this version
Creating release v0.16.10 at ba5de1bd48c865b36625baf4e928ff126dee342b
Error: TagBot experienced an unexpected internal failure
Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 545, in create_release
    self._repo.create_git_release(
  File "/usr/local/lib/python3.8/site-packages/github/Repository.py", line 1059, in create_git_release
    headers, data = self._requester.requestJsonAndCheck(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 315, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 340, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 422 {"message": "Validation Failed", "errors": [{"resource": "Release", "code": "custom", "message": "Published releases must have a valid tag"}], "documentation_url": "https://docs.github.com/rest/releases/releases#create-a-release"}

Response (200): {
  "status": "Submitted error report"
}

You probably need to manually re-trigger TagBot.

hmm. That's odd. The release was tagged, it just wasn't published. Anyways, I have published the release https://github.com/JuliaAI/MLJModels.jl/releases/tag/v0.16.10.

Thanks for letting me know