-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: refining ci cd to rely on run orchestration; minor devrel feedback * chore: updating examples for puya and react only for now * chore: refreshing puya/react combinations - still draft * chore: regen against latest beaker * chore: adding tealscript artifacts * chore: swapping to final prerelease branch * chore: regen artifacts * chore: prevent code-workspace file overwrite * chore: regen examples * chore: regen examples * chore: regen examples * chore: regen examples * chore: adjust terminology * chore: regen samples * chore: regen examples BREAKING CHANGE: Support for algokit-cli v2.0 * chore: patching ci --------- Co-authored-by: Neil Campbell <[email protected]>
- Loading branch information
1 parent
8009a26
commit 4b08572
Showing
460 changed files
with
6,527 additions
and
2,666 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Run template using algokit (template prompts)", | ||
"command": "algokit", | ||
"args": [ | ||
"-v", | ||
"init", | ||
"--name", | ||
".playground", | ||
"--no-git", | ||
"--UNSAFE-SECURITY-accept-template-url", | ||
"--template-url", | ||
"${workspaceFolder}", | ||
"--template-url-ref", | ||
"HEAD", | ||
"--no-bootstrap" | ||
], | ||
"type": "shell", | ||
"dependsOn": ["Cleanup .playground folder"], | ||
"problemMatcher": [] | ||
}, | ||
{ | ||
"label": "Cleanup .playground folder", | ||
"command": "rm", | ||
"args": ["-rf", ".playground"], | ||
"type": "shell", | ||
"windows": { | ||
"command": "./.vscode/clear.ps1" | ||
}, | ||
"options": { | ||
"cwd": "${workspaceFolder}" | ||
}, | ||
"problemMatcher": [] | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
[algokit] | ||
min_version = "v1.12.0" | ||
min_version = "v2.0.0" | ||
|
||
[project] | ||
type = 'workspace' | ||
projects_root_path = 'projects' | ||
|
||
[project.run] | ||
build = ['production_beaker_react-contracts', 'production_beaker_react-frontend'] |
This file contains 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
This file contains 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
60 changes: 0 additions & 60 deletions
60
examples/production_beaker_react/.github/workflows/frontend-cd.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.