-
06d59951
by Richard Maw
at 2019-01-03T16:19:46Z
caches: Allow flagging in context whether to require read-only access
-
5a4474c2
by Richard Maw
at 2019-01-03T16:19:46Z
cli.py: Separate target and artifact ref completion
It doesn't make sense for operations such as listing the contents of the cache
to list elements in the working tree,
so generically completing artifacts as both artifact refs and element targets
is unhelpful.
-
b2732088
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Make artifact log guess a default element
-
bf9fb3b5
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Split classify_artifacts helper up
Classifying artifact refs is useful for glob expansion
even in cases where an element target name would be inappropriate.
-
fcccce67
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Factor virtual directory loading out of artifact_log
-
17c0abe7
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Add artifact checkout subcommand
This implements a superset of the features of `bst checkout`,
but uses a --directory option rather than a location argument,
and --tar takes a location instead of being a flag.
If multiple element targets or any artifact refs are passed
then it does not support creating a tarball, running integration commands
or including dependencies of the targets.
-
94b164ce
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Add artifact delete subcommand
-
50862d38
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Add artifact list subcommand
-
d6fdd118
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Add artifact list-contents subcommand
-
0782918d
by Richard Maw
at 2019-01-03T16:19:46Z
cli: Add artifact diff subcommand
-
7bb410f6
by Richard Maw
at 2019-01-03T16:19:46Z
tests: Use bst artifact checkout instead of bst checkout
-
874dc388
by Richard Maw
at 2019-01-03T16:19:46Z
contrib/bst-docker-import: use bst artifact checkout
-
b443d069
by Richard Maw
at 2019-01-03T16:19:47Z
NEWS: Describe new subcommands