mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 16:40:41 -05:00
[PR #151] [MERGED] 1.16.4 #698
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/moghtech/komodo/pull/151
Author: @mbecker20
Created: 10/26/2024
Status: ✅ Merged
Merged: 10/26/2024
Merged by: @mbecker20
Base:
main← Head:1.16.4📝 Commits (9)
9170633rust client improvements and docs2afbc7fsync rust client13e2a0bversion 1.16.4097b5fbUI support YAML / TOML utils, typed Deno namespaceb614dabadd ResourcesToml to typeshareb7c188cadd YAML and TOML conveniencebc35c66make the types available globallyab16925preload container with @std/yaml and @std/toml, clean up genned files8208fd8add deno setup to alpine dockerfile📊 Changes
22 files changed (+8201 additions, -130 deletions)
View changed files
📝
Cargo.lock(+13 -12)📝
Cargo.toml(+1 -1)📝
bin/cli/src/state.rs(+4 -2)📝
bin/core/alpine.Dockerfile(+6 -0)📝
bin/core/debian.Dockerfile(+6 -0)📝
bin/core/src/api/execute/action.rs(+108 -14)📝
client/core/rs/Cargo.toml(+2 -0)📝
client/core/rs/README.md(+32 -1)📝
client/core/rs/src/entities/toml.rs(+34 -29)📝
client/core/rs/src/lib.rs(+98 -16)📝
client/core/rs/src/request.rs(+108 -19)📝
client/core/rs/src/ws.rs(+9 -9)📝
client/core/ts/README.md(+5 -9)📝
client/core/ts/package.json(+1 -1)📝
client/core/ts/src/types.ts(+71 -0)📝
docsite/docs/api.md(+48 -4)📝
example/update_logger/src/main.rs(+2 -1)📝
frontend/public/client/types.d.ts(+67 -0)➕
frontend/public/deno.d.ts(+6653 -0)📝
frontend/public/index.d.ts(+917 -2)...and 2 more files
📄 Description
YAML.parseDockerCompose,TOML.parseResourceFile, and other convenience methods and typings available within the script.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.