This is an automated email from the ASF dual-hosted git repository.

sbp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git


    from 12fd790  Add a first rough draft
     new daa3b94  Remove VSCode settings
     new 31634f8  Add support for uv as a dependency manager
     new bd22f41  Add enumerations for stages and phases to models
     new cc49a3a  Add development documentation

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore               |    4 +-
 .vscode/settings.json    |    5 -
 Makefile                 |    7 +-
 README.md                |    4 +
 atr/models.py            |   22 +-
 docs/development.html    |   12 +
 docs/development.md      |   20 +
 scripts/both/add         |    4 +
 scripts/both/add-dev     |    4 +
 scripts/both/build       |    4 +
 scripts/both/compare-dev |    7 +
 scripts/both/sync        |    8 +
 scripts/both/sync-dev    |    8 +
 scripts/both/up          |    7 +
 scripts/uv/add           |    2 +
 scripts/uv/add-dev       |    2 +
 scripts/uv/build         |    5 +
 scripts/uv/run           |    2 +
 scripts/uv/sync          |    5 +
 scripts/uv/sync-dev      |    4 +
 scripts/uv/up            |    3 +
 uv.lock                  | 1092 ++++++++++++++++++++++++++++++++++++++++++++++
 22 files changed, 1220 insertions(+), 11 deletions(-)
 delete mode 100644 .vscode/settings.json
 create mode 100644 docs/development.html
 create mode 100644 docs/development.md
 create mode 100755 scripts/both/add
 create mode 100755 scripts/both/add-dev
 create mode 100755 scripts/both/build
 create mode 100755 scripts/both/compare-dev
 create mode 100755 scripts/both/sync
 create mode 100755 scripts/both/sync-dev
 create mode 100755 scripts/both/up
 create mode 100755 scripts/uv/add
 create mode 100755 scripts/uv/add-dev
 create mode 100755 scripts/uv/build
 create mode 100755 scripts/uv/run
 create mode 100755 scripts/uv/sync
 create mode 100755 scripts/uv/sync-dev
 create mode 100755 scripts/uv/up
 create mode 100644 uv.lock


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org
For additional commands, e-mail: dev-h...@tooling.apache.org

Reply via email to