mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #61] [MERGED] Model and DB refactor #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/61
Author: @gschier
Created: 8/4/2024
Status: ✅ Merged
Merged: 8/5/2024
Merged by: @gschier
Base:
master← Head:generated-types📝 Commits (4)
35e3197New models Rust crate implemented (untested)2e714f2Got rusqlite stuff working with app6d593bbUse @yaakapp/api imports everywhere3a14d34Proper TS types from Rust📊 Changes
193 files changed (+5732 additions, -6986 deletions)
View changed files
📝
package-lock.json(+77 -77)📝
package.json(+8 -8)📝
plugin-runtime-types/package-lock.json(+6 -6)📝
plugin-runtime-types/package.json(+2 -2)➕
plugin-runtime-types/src/gen/Environment.ts(+4 -0)➕
plugin-runtime-types/src/gen/EnvironmentVariable.ts(+3 -0)➕
plugin-runtime-types/src/gen/Folder.ts(+3 -0)➕
plugin-runtime-types/src/gen/GrpcConnection.ts(+3 -0)➕
plugin-runtime-types/src/gen/GrpcEvent.ts(+4 -0)➕
plugin-runtime-types/src/gen/GrpcEventType.ts(+3 -0)➕
plugin-runtime-types/src/gen/GrpcMetadataEntry.ts(+3 -0)➕
plugin-runtime-types/src/gen/GrpcRequest.ts(+4 -0)➕
plugin-runtime-types/src/gen/HttpRequest.ts(+5 -0)➕
plugin-runtime-types/src/gen/HttpRequestHeader.ts(+3 -0)➕
plugin-runtime-types/src/gen/HttpResponse.ts(+4 -0)➕
plugin-runtime-types/src/gen/HttpResponseHeader.ts(+3 -0)➕
plugin-runtime-types/src/gen/HttpUrlParameter.ts(+3 -0)➕
plugin-runtime-types/src/gen/KeyValue.ts(+3 -0)➕
plugin-runtime-types/src/gen/Workspace.ts(+4 -0)📝
plugin-runtime-types/src/index.ts(+16 -1)...and 80 more files
📄 Description
sqlxtorusqliteCustom migration logic🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.