Add artifact log command
Description
Changes proposed in this merge request:
- Add artifact subcommand group
- Add artifact log command
This merge request, when approved, will close issue/bug: #234 (closed)
CHANGELOG/Release Notes
- Initial WIP version
- Ported to new CASCache and ArtifactCache APIs.
Edited by richardmaw-codethink
Merge request reports
Activity
added 60 commits
-
932064b9...e578a89f - 55 commits from branch
master
- 9f4efb58 - cli: Add support for auto-completing artifact ref names
- 0684d76e - cli: Add artifact command group
- d4f181b7 - cli: Add artifact log command
- 8542bb11 - tests: Add tests for artifact group commands
- 56713403 - NEWS: Mention `bst artifact log`
Toggle commit list-
932064b9...e578a89f - 55 commits from branch
The new CASCache and ArtifactCache APIs added in !922 (merged) make this work better, but in the absence of an API to only checkout a subtree or for the CASCache to own extraction caching wholly rather than for it to be determined by parts of the ArtifactCache, there's some ugly code to attempt to extract artifacts to the same place they would be extracted to if extracted by either ref or artifact.
- Resolved by Jürg Billeter
added 36 commits
-
3b72acaf...327b19dd - 29 commits from branch
master
- 460b6f35 - CasBasedDirectory: Change constructor to take a CASCache instead of a Context
- 9077c3b9 - _artifactcache: Add get_virtual_directory method
- 70512e9e - cli: Add support for auto-completing artifact ref names
- a9bc5bac - cli: Add artifact command group
- 7f0087bf - cli: Add artifact log command
- a2ebc8d0 - tests: Add tests for artifact group commands
- fbbb2176 - NEWS: Mention `bst artifact log`
Toggle commit list-
3b72acaf...327b19dd - 29 commits from branch
added 7 commits
- ee7354f6 - CasBasedDirectory: Change constructor to take a CASCache instead of a Context
- 8fc6cd22 - _artifactcache: Add get_virtual_directory method
- eb23a8cc - cli: Add support for auto-completing artifact ref names
- 7d1c643e - cli: Add artifact command group
- e3c80a3b - cli: Add artifact log command
- 4c90e066 - tests: Add tests for artifact group commands
- 886303c8 - NEWS: Mention `bst artifact log`
Toggle commit listmentioned in merge request !953 (merged)
- Resolved by Jürg Billeter
added Blocker label
- Resolved by Jürg Billeter
- Resolved by Jürg Billeter
Please register or sign in to reply