Skip to content

Commit

Permalink
Merge pull request #80 from golemcloud/app-manifest-schema-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj authored Jan 18, 2025
2 parents b3a92d4 + 8af055a commit aa962eb
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions examples/c/c-app-common/common-cpp/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

templates:
cpp:
Expand Down
4 changes: 2 additions & 2 deletions examples/c/c-app-common/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

includes:
- common-*/golem.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

components:
componentname:
Expand Down
4 changes: 2 additions & 2 deletions examples/go/go-app-common/common-go/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

templates:
go:
Expand Down
4 changes: 2 additions & 2 deletions examples/go/go-app-common/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

includes:
- common-*/golem.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

components:
componentname:
Expand Down
4 changes: 2 additions & 2 deletions examples/go/go-default/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

tempDir: build/golem-temp
components:
Expand Down
4 changes: 2 additions & 2 deletions examples/js/js-default/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

tempDir: out/golem-temp
components:
Expand Down
4 changes: 2 additions & 2 deletions examples/python/python-app-common/common-python/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

templates:
python:
Expand Down
4 changes: 2 additions & 2 deletions examples/python/python-app-common/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

includes:
- common-*/golem.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

components:
componentname:
Expand Down
4 changes: 2 additions & 2 deletions examples/python/python-default/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

tempDir: build/golem-temp
components:
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/rust-app-common/common-rust/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

templates:
rust:
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/rust-app-common/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

includes:
- common-*/golem.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

components:
componentname:
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/rust-default/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

tempDir: target/golem-temp
components:
Expand Down
4 changes: 2 additions & 2 deletions examples/ts/ts-app-common/common-ts/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

templates:
ts:
Expand Down
4 changes: 2 additions & 2 deletions examples/ts/ts-app-common/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

includes:
- common-*/golem.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

components:
componentname:
Expand Down
4 changes: 2 additions & 2 deletions examples/ts/ts-default/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema for IDEA:
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
# Schema for vscode-yaml
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json

tempDir: out/golem-temp
components:
Expand Down

0 comments on commit aa962eb

Please sign in to comment.