mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #772] [MERGED] Add support for monaco-yaml and docker compose spec validatiaon #782
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/772
Author: @chrishoage
Created: 8/27/2025
Status: ✅ Merged
Merged: 8/27/2025
Merged by: @mbecker20
Base:
1.19.2← Head:hoage/compose-schema📝 Commits (1)
ed3c115Add support for monaco-yaml and docker compose spec validatiaon📊 Changes
8 files changed (+2018 additions, -4 deletions)
View changed files
📝
frontend/package.json(+1 -0)➕
frontend/public/schema/compose-spec.json(+1900 -0)📝
frontend/src/components/monaco.tsx(+3 -0)📝
frontend/src/components/resources/stack/config.tsx(+1 -0)📝
frontend/src/components/resources/stack/info.tsx(+1 -0)📝
frontend/src/monaco/index.ts(+5 -1)📝
frontend/src/monaco/yaml.ts(+16 -3)📝
frontend/yarn.lock(+91 -0)📄 Description
Spawned out of a discussion from Discord this PR adds support for the monaco-yaml package, which allows reading a JSON Schema offering type-hints for Docker Compose files
Steps to Test:
Proof of Work:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.