snapshot on scale to zero and shutdown #1123
release-drafter.yml
on: pull_request
update_release_draft
35s
Annotations
2 errors
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '6827882820',
status: 422,
response: {
url: 'https://api.github.com/repos/tursodatabase/libsql/releases/120118210',
status: 422,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
connection: 'close',
'content-length': '195',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Fri, 10 Nov 2023 17:30:09 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'GitHub.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': 'BC41:46D5:2904FAE:53DE763:654E68A1',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '995',
'x-ratelimit-reset': '1699640976',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '5',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release'
}
},
request: {
method: 'PATCH',
url: 'https://api.github.com/repos/tursodatabase/libsql/releases/120118210',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"## Changes\\n\\n- sql-experimental: update example.c to match rust @pjhades (#594)\\n- fix main tagged images @LucioFranco (#604)\\n- add test for savepoint with replication @MarinPostma (#603)\\n- Allow custom heartbeat url for namespace @haaawk (#564)\\n- limit stored statement size @MarinPostma (#600)\\n- fix client version names @LucioFranco (#602)\\n- make CI faster, more timeouts sooner @LucioFranco (#601)\\n- bottomless-cli: add restoring from a directory @psarna (#597)\\n- Rename docker image to sqld @LucioFranco (#591)\\n- bump libsql-server to 0.22.0 @MarinPostma (#589)\\n- update release-libsql-server.yml @LucioFranco (#590)\\n- add timeout to conccurent connections test @MarinPostma (#588)\\n- Add client version reporting metrics @LucioFranco (#587)\\n- more prom metrics @MarinPostma (#581)\\n- libsql: make cf sender public @LucioFranco (#586)\\n- fix hrana handling of rusqlite error @MarinPostma (#585)\\n- Add `wasm` module \\\\& cloudflare client @Horusiath (#571)\\n- scripts: add a dockerized prometheus helper @psarna (#552)\\n- libsql-shell: add --nofollow flag @pjhades (#569)\\n- vendored/sqlite3-parser: support RANDOM ROWID @psarna (#570)\\n- Replica delegate request until in sync @MarinPostma (#584)\\n- fix batch replication index @MarinPostma (#579)\\n- use is\\\\_autocommit to retrieve transaction state @MarinPostma (#577)\\n- libsql-sys: fix path to sqlite3.c in build.rs @pjhades (#576)\\n- make http api v0 docs consistent with libsql-server/src @DaBigBlob (#555)\\n- fix bug in lock-stealing @MarinPostma (#574)\\n- remove block\\\\_on in async function @MarinPostma (#572)\\n- Fix mistakenly moved `CODE_OF_CONDUCT.md` from `libsql-sqlite3` to root dir @PragmaTwice (#568)\\n- libsql: implement Debug trait for Row @pjhades (#554)\\n
|
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '6827882820',
name: 'pull_request',
payload: {
action: 'synchronize',
after: 'eeaf2874a2ddc6ea01ef94408704937999523553',
before: 'b56d7a245ae479122fb7985f5e7e19f81d2d447d',
number: 493,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/139391156?v=4',
description: 'Turso is an edge database, built by the creators of libSQL',
events_url: 'https://api.github.com/orgs/tursodatabase/events',
hooks_url: 'https://api.github.com/orgs/tursodatabase/hooks',
id: 139391156,
issues_url: 'https://api.github.com/orgs/tursodatabase/issues',
login: 'tursodatabase',
members_url: 'https://api.github.com/orgs/tursodatabase/members{/member}',
node_id: 'O_kgDOCE7wtA',
public_members_url: 'https://api.github.com/orgs/tursodatabase/public_members{/member}',
repos_url: 'https://api.github.com/orgs/tursodatabase/repos',
url: 'https://api.github.com/orgs/tursodatabase'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/tursodatabase/libsql/issues/493/comments'
},
commits: {
href: 'https://api.github.com/repos/tursodatabase/libsql/pulls/493/commits'
},
html: { href: 'https://github.com/tursodatabase/libsql/pull/493' },
issue: {
href: 'https://api.github.com/repos/tursodatabase/libsql/issues/493'
},
review_comment: {
href: 'https://api.github.com/repos/tursodatabase/libsql/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/tursodatabase/libsql/pulls/493/comments'
},
self: {
href: 'https://api.github.com/repos/tursodatabase/libsql/pulls/493'
},
statuses: {
href: 'https://api.github.com/repos/tursodatabase/libsql/statuses/eeaf2874a2ddc6ea01ef94408704937999523553'
}
},
active_lock_reason: null,
additions: 191,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
auto_merge: null,
base: {
label: 'tursodatabase:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/tursodatabase/libsql/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/tursodatabase/libsql/assignees{/user}',
blobs_url: 'https://api.github.com/repos/tursodatabase/libsql/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/tursodatabase/libsql/branches{/branch}',
clone_url: 'https://github.com/tursodatabase/libsql.git',
collaborators_url: 'https://api.github.com/repos/tursodatabase/libsql/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/tursodatabase/libsql/comments{/number}',
commits_url: 'https://api.github.com/repos/tursodatabase/libsql/commits{/sha}',
compare_url: 'https://api.github.com/repos/tursodatabase/libsql/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/tursodatabase/libsql/contents/{+path}',
contributors_url: 'https://api.github.com/repos/tursodatabase/libsql/contributors',
created_at: '2022-09-29T18:56:16Z',
|