]> _ Git - alire.git/commit
New `action` subcommand (#983)
authorAlejandro R Mosteo <amosteo@unizar.es>
Thu, 14 Apr 2022 09:06:13 +0000 (11:06 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 09:06:13 +0000 (11:06 +0200)
commitb12a2e355626370f36ecd7cc4773ca12582cecda
treea219c359efc5b576630a5f7cef689adab493a717
parent76df0a9dff7b4a23f1574f42dee859fb6c0c875c
New `action` subcommand (#983)

* New 'action' subcommand, listing supported

* Alr.Commands.Action: Add execution of given action

* Add tests for action listing and triggering

* doc/user-changes.md: document new `alr action`

* Self-review fixes
12 files changed:
doc/user-changes.md
src/alr/alr-commands-action.adb [new file with mode: 0644]
src/alr/alr-commands-action.ads [new file with mode: 0644]
src/alr/alr-commands.adb
testsuite/tests/action/list/my_index/index.toml [new file with mode: 0644]
testsuite/tests/action/list/my_index/ma/main/main-1.0.0.toml [new file with mode: 0644]
testsuite/tests/action/list/test.py [new file with mode: 0644]
testsuite/tests/action/list/test.yaml [new file with mode: 0644]
testsuite/tests/action/trigger/my_index/index.toml [new file with mode: 0644]
testsuite/tests/action/trigger/my_index/ma/main/main-1.0.0.toml [new file with mode: 0644]
testsuite/tests/action/trigger/test.py [new file with mode: 0644]
testsuite/tests/action/trigger/test.yaml [new file with mode: 0644]