- The dependency to poks is too strict
(
2257cab)
- Bootstrap venv not recreated if python interpreter was upgraded
(
568c4ec)
- Add details about custom pipelines
(
e9818c8)
- Add poks progress bars and installation status
(
a552c4d)
- Add poks step
(
8b39293)
- West step uses the same deps file
(
ea586ee)
Add manifest_file config option to WestInstall step, allowing users to specify custom west manifest file locations. If not configured, defaults to west.yaml in project root (preserving backward compatibility).
Fixes #8
- Typer dependency is too strict
(
9a5bf70)
- Wrongly handles backslashes in custom boostrap path
(
a580bfd)
- Make WestInstall step generic for custom execution contexts
(
dfa5ffe)
-
Make west install step workspace configurable (
9c1662e) -
Support multiple west manifests and track installed modules (
493bfa8)
- Bootstrap config merge type conflict
(
0f2c963)
- Create user bootstrap script if not existing
(
4cce791)
- Venv not self updating if dependecies change
(
957f52c)
- Uv package manager ignores python version
(
c0a0076)
- Fallback to generic
pythonwith version verification (00cd443)
Fixes #7
- Generate platform specific env setup scripts
(
afe8b24)
- Add option to override the python version from command line
(
3868760)
- Bootstrap.json is created in the wrong directory
(
e295853)
-
Create env step finds python executable based on python version config (
4c49076) -
Scoop install does nothing for non windows platforms (
f3bddb5) -
Update bootstrap to isolate package manager (
29a9cfe)
- Read venv installed dirs if available
(
b6e7ca0)
- .env variables are not available for subsequent steps
(
2b8d768)
- Only load the steps scheduled to be executed
(
b84adbc)
- Add missing dependency for the west step
(
5c49bd4)
- Pin pip-system-certs to avoid breaking changes
(
35004c4)
- Support option to skip venv pristine creation
(
527fb49)
- Deploy the bootstrap file in the project
(
52f8b73)
- Create env retriggered because of different bootstrap location
(
ed2e627)
- Internal bootstrap runs if config changes
(
f95d0c8)
- Boolean inputs require a value
(
7127064)
- Integrate internal bootstrap to create env
(
006000b)
- Run steps if the pypeline was updated
(
30d46ca)
-
Add environment variables to the execution context (
81db839) -
Scoop install register the apps env vars (
5055956)
- Support pypeline inputs configuration
(
8aa4587)
- Support scoop apps versions
(
2ea7141)
- Add step to generate env setup scripts
(
037a74d)
- Can not select multiple steps
(
8bdccaf)
- Support multiple steps selection
(
d655cd1)
- Can not run external processes on WSL
(
d622cae)
- Add bootstrap support for non-windows machines
(
db57e12)
- Add support for custom config file
(
1344a9b)
- Data register supports dynamically loaded classes
(
badb2aa)
- Add data registry to execution context
(
4e011ca)
- Support run commands with arguments
(
44d3b76)
- Groups are optional
(
3aadae1)
- Scoop install works behind a proxy
(
ad88d50)
- Use avengineers/bootstrap
(
05b257b)
- Support custom execution context
(
0514d64)
- Steps with command are not found
(
1af9fc3)
- Pypeline.yaml configuration
(
40d7b15)
- Add support for running commands
(
7f56565)
- Pypeline.exe script not working
(
7797683)
- Invalid configuration exceptions not caught
(
0576a4b)
- Scoop install not executed if scoop dirs file is deleted
(
c2fb9e3)
- Add how to kickstart a project with pypeline
(
cefe759)
- Pyyaml explicit dependency missing
(
5876cc3)