- Only create positive tests unless explicitly requested to add negative tests or edge cases
- Focus on happy path scenarios that verify features work as expected
- One positive test per feature is sufficient unless more comprehensive testing is specifically requested
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
replicated_api_version: 1.3.2 | |
name: Migration Example | |
version: "1" | |
properties: | |
console_title: "Basic Python App" | |
cmds: | |
- name: generate_pw | |
cmd: random | |
args: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
replicated_api_version: 1.3.2 | |
name: SMTP Setup Sample | |
version: "1" | |
properties: | |
console_title: "SMTP setup" | |
components: [] | |
config: | |
- name: smtp_on | |
title: Email Server Settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
replicated_api_version: 1.3.2 | |
name: Cassandra Cluster | |
version: "1" | |
properties: | |
app_url: http://{{repl ConfigOption "hostname" }} | |
console_title: "Cassandra Cluster Console" | |
cmds: | |
- name: host_ip | |
cmd: publicip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
replicated_api_version: "1.3.2" | |
name: My Counter App | |
version: "1.0" | |
release_notes: This is my killer on-prem version of my app | |
properties: | |
app_url: https://{{repl ConfigOption "hostname" }} | |
logo_url: "" | |
console_title: My App Console | |
cmds: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
replicated_api_version: 1.3.2 | |
name: Cassandra Cluster | |
version: "1" | |
properties: | |
app_url: http://{{repl ConfigOption "hostname" }} | |
console_title: "Cassandra Cluster Console" | |
cmds: | |
- name: host_ip | |
cmd: publicip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
replicated_api_version: "1.3.1" | |
name: My Counter App | |
version: "1.0" | |
release_notes: This is my killer on-prem version of my app | |
properties: | |
app_url: http://{{repl ConfigOption "hostname" }} | |
logo_url: "" | |
console_title: My App Console | |
state: | |
ready: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
replicated_api_version: "1.3.1" | |
name: My Counter App | |
version: "1.0" | |
release_notes: This is my killer on-prem version of my app | |
properties: | |
app_url: https://{{repl ConfigOption "hostname" }} | |
logo_url: "" | |
console_title: My App Console | |
cmds: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# My Counter App version 1.0 with zero downtime redis backup | |
--- | |
replicated_api_version: 1.3.0 | |
name: My Counter App | |
version: "1.0" | |
release_notes: The initial release of my counter application. | |
properties: | |
app_url: http://{{repl ConfigOption "hostname" }} | |
logo_url: "" | |
console_title: My Counter App Console |