libsql: Use SQLITE_TRANSIENT
for text/blob
#339
Annotations
2 errors
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '5880517606',
status: 422,
response: {
url: 'https://api.github.com/repos/libsql/libsql/releases/109866875',
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: 'Wed, 16 Aug 2023 15:06:13 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': 'A401:0AEF:DF0E4B:E6A2FC:64DCE5E5',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '995',
'x-ratelimit-reset': '1692201928',
'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/libsql/libsql/releases/109866875',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"## Changes\\n\\n- libsql/core: add error code to Error::PrepareFailed @aqrln (#285)\\n- libsql/core: Implement Rows::as\\\\_ref() @penberg (#280)\\n- libsql/core: Switch to TryInto for params @LucioFranco (#284)\\n- Fix compilation errors on platforms with unsigned chars @aqrln (#281)\\n- Update critierion to remove atty @LucioFranco (#274)\\n- libsql/core: Add `params_from_iter` @LucioFranco (#273)\\n- libsql/core: Add libsql::version() and libsql::version\\\\_number() @penberg (#269)\\n- Add rusqlite license @LucioFranco (#275)\\n- libsql/core: Add `Connection::execute_batch` @LucioFranco (#272)\\n- libsql/core: Add SQLite error message to LibError @penberg (#270)\\n- Golang bindings sync support @haaawk (#264)\\n- Add ALTER TABLE ALTER COLUMN statement @psarna (#245)\\n- libsql/core: Add support for transactions @penberg (#261)\\n- Add Go bindings tests to CI @haaawk (#263)\\n- Fix query @haaawk (#262)\\n- libsql/core: Fix test and example compilation @penberg (#260)\\n- libsql/core: Fix benchmark compilation @penberg (#259)\\n- libsql/replication: Use patched version of tonic @LucioFranco (#258)\\n- libsql/replication: Add gRPC auth @LucioFranco (#257)\\n- libsql/core: Fix params and named\\\\_params macros @penberg (#256)\\n- libsql/core: Fix Statement::execute() signature @penberg (#255)\\n- replication: elide copying frame buffers @psarna (#254)\\n- libsql/replication: Switch to BatchLogEntries RPC @penberg (#253)\\n- Fix build @haaawk (#252)\\n- replication: fix off-by-one error @psarna (#251)\\n- connection: drop the lifetime parameter @psarna (#250)\\n- Add error handling to C/Go bindings @haaawk (#248)\\n- libsql/replication: Move to gRPC based endpoints @LucioFranco (#249)\\n- Implement more Golang bindgs @haaawk (#243)\\n- libsql: Fix SIGSEGV when `Conn
|
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: '5880517606',
name: 'pull_request',
payload: {
action: 'opened',
number: 287,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/114694406?v=4',
description: 'libSQL is a fork of SQLite that is both Open Source, and Open Contributions.',
events_url: 'https://api.github.com/orgs/libsql/events',
hooks_url: 'https://api.github.com/orgs/libsql/hooks',
id: 114694406,
issues_url: 'https://api.github.com/orgs/libsql/issues',
login: 'libsql',
members_url: 'https://api.github.com/orgs/libsql/members{/member}',
node_id: 'O_kgDOBtYZBg',
public_members_url: 'https://api.github.com/orgs/libsql/public_members{/member}',
repos_url: 'https://api.github.com/orgs/libsql/repos',
url: 'https://api.github.com/orgs/libsql'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/libsql/libsql/issues/287/comments'
},
commits: {
href: 'https://api.github.com/repos/libsql/libsql/pulls/287/commits'
},
html: { href: 'https://github.com/libsql/libsql/pull/287' },
issue: {
href: 'https://api.github.com/repos/libsql/libsql/issues/287'
},
review_comment: {
href: 'https://api.github.com/repos/libsql/libsql/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/libsql/libsql/pulls/287/comments'
},
self: {
href: 'https://api.github.com/repos/libsql/libsql/pulls/287'
},
statuses: {
href: 'https://api.github.com/repos/libsql/libsql/statuses/3a77fa58c628501a082f3e082143cc55861db463'
}
},
active_lock_reason: null,
additions: 8,
assignee: null,
assignees: [],
author_association: 'COLLABORATOR',
auto_merge: null,
base: {
label: 'libsql: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/libsql/libsql/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/libsql/libsql/assignees{/user}',
blobs_url: 'https://api.github.com/repos/libsql/libsql/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/libsql/libsql/branches{/branch}',
clone_url: 'https://github.com/libsql/libsql.git',
collaborators_url: 'https://api.github.com/repos/libsql/libsql/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/libsql/libsql/comments{/number}',
commits_url: 'https://api.github.com/repos/libsql/libsql/commits{/sha}',
compare_url: 'https://api.github.com/repos/libsql/libsql/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/libsql/libsql/contents/{+path}',
contributors_url: 'https://api.github.com/repos/libsql/libsql/contributors',
created_at: '2022-09-29T18:56:16Z',
default_branch: 'main',
delete_branch_on_merge: true,
deployments_url: 'https://api.github.com/repos/libsql/libsql/deployments',
description: 'libSQL is a fork of SQLite that is both Open Source, and Open Contributions.',
disabled: false,
|
The logs for this run have expired and are no longer available.
Loading