-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding minimum required version for algokit. (#273)
--------- Co-authored-by: Daniel McGregor <[email protected]>
- Loading branch information
1 parent
da8e46d
commit 10aacc2
Showing
71 changed files
with
216 additions
and
19 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_algokit_min_version.approved.txt
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 @@ | ||
Error: This template requires AlgoKit version 999.99.99 or higher, but you have AlgoKit version {current_version}. Please update AlgoKit. |
3 changes: 3 additions & 0 deletions
3
...strap/test_bootstrap_all.test_bootstrap_all_algokit_min_version_ignore_error.approved.txt
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,3 @@ | ||
WARNING: This template requires AlgoKit version 999.99.99 or higher, but you have AlgoKit version {current_version}. Please update AlgoKit. | ||
DEBUG: Checking {current_working_directory} for bootstrapping needs | ||
Finished bootstrapping {current_working_directory} |
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_empty.approved.txt
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,2 +1,3 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
DEBUG: Checking {current_working_directory} for bootstrapping needs | ||
Finished bootstrapping {current_working_directory} |
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_env.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_npm[linux].approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_npm[macOS].approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_npm[windows].approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_poetry.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_poetry_via_pyproject.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_skip_dirs.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_all.test_bootstrap_all_sub_dir.approved.txt
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
1 change: 1 addition & 0 deletions
1
...trap/test_bootstrap_env.test_bootstrap_env_dotenv_different_prompt_scenarios.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_env.test_bootstrap_env_dotenv_exists.approved.txt
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 +1,2 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
.env already exists; skipping bootstrap of .env |
1 change: 1 addition & 0 deletions
1
...otstrap/test_bootstrap_env.test_bootstrap_env_dotenv_missing_template_exists.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_env.test_bootstrap_env_dotenv_with_values.approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_env.test_bootstrap_env_no_files.approved.txt
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,2 +1,3 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
DEBUG: {current_working_directory}/.env doesn't exist yet | ||
No .env or .env.template file; nothing to do here, skipping bootstrap of .env |
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_npm.test_bootstrap_npm_happy_path[linux].approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_npm.test_bootstrap_npm_happy_path[macOS].approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_npm.test_bootstrap_npm_happy_path[windows].approved.txt
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
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_npm.test_bootstrap_npm_without_npm[linux].approved.txt
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,3 +1,4 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
DEBUG: Running 'npm install' in '{current_working_directory}' | ||
Error: Failed to run `npm install` for {current_working_directory}/package.json. Is npm installed and available on PATH? |
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_npm.test_bootstrap_npm_without_npm[macOS].approved.txt
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,3 +1,4 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
DEBUG: Running 'npm install' in '{current_working_directory}' | ||
Error: Failed to run `npm install` for {current_working_directory}/package.json. Is npm installed and available on PATH? |
1 change: 1 addition & 0 deletions
1
tests/bootstrap/test_bootstrap_npm.test_bootstrap_npm_without_npm[windows].approved.txt
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,3 +1,4 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
Installing npm dependencies | ||
DEBUG: Running 'npm.cmd install' in '{current_working_directory}' | ||
Error: Failed to run `npm.cmd install` for {current_working_directory}/package.json. Is npm installed and available on PATH? |
1 change: 1 addition & 0 deletions
1
...ap/test_bootstrap_npm.test_bootstrap_npm_without_npm_and_package_file[linux].approved.txt
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 +1,2 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
{current_working_directory}/package.json doesn't exist; nothing to do here, skipping bootstrap of npm |
1 change: 1 addition & 0 deletions
1
...ap/test_bootstrap_npm.test_bootstrap_npm_without_npm_and_package_file[macOS].approved.txt
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 +1,2 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
{current_working_directory}/package.json doesn't exist; nothing to do here, skipping bootstrap of npm |
1 change: 1 addition & 0 deletions
1
.../test_bootstrap_npm.test_bootstrap_npm_without_npm_and_package_file[windows].approved.txt
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 +1,2 @@ | ||
DEBUG: No .algokit.toml file found in the project directory. | ||
{current_working_directory}/package.json doesn't exist; nothing to do here, skipping bootstrap of npm |
Oops, something went wrong.
10aacc2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report