summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifact.py
Commit message (Expand)AuthorAgeFilesLines
* Use CASCache.open()juerg/casJürg Billeter2020-12-091-2/+3
* cascache.py: Remove unused parameters from add_object()Jürg Billeter2020-12-091-3/+3
* _artifact.py: Added properties for cache key accessTristan van Berkom2020-12-071-0/+45
* _artifact.py: Store additional metadata on the artifactTristan van Berkom2020-12-071-10/+118
* _artifact.py: Add pull() methodJürg Billeter2020-09-281-0/+26
* _artifact.py: Assert that proto is available after `set_cached()`Jürg Billeter2020-09-281-0/+1
* element.py: Hide dependencies which are irrelevant to the ElementTristan van Berkom2020-09-041-3/+3
* Element.dependencies() now yields ElementProxy wrappers by default.Tristan van Berkom2020-09-041-1/+1
* Remove unused Scope argument from artifact name related APIs.tristan/artifact-dependency-namesTristan van Berkom2020-08-301-31/+12
* Rework handling of cached failuresAbderrahim Kitouni2020-07-291-1/+0
* Update node property support to match proto changesJürg Billeter2020-05-271-1/+1
* _artifact.py: Don't cache the proto of incomplete artifactsJürg Billeter2020-04-201-10/+14
* _artifact.py: Don't consider an artifact cached if logs are missingJürg Billeter2020-04-201-12/+7
* _artifact.py: don't consider an artifact cached if public data is missingAbderrahim Kitouni2020-04-081-0/+5
* _artifact: Import workspaced artifacts with mtimesDarius Makovsky2020-02-111-2/+3
* element.py: Store sources vdir when caching buildtreesJürg Billeter2020-02-111-1/+7
* _artifact.py: Add helper methods for new sources fieldJürg Billeter2020-02-111-0/+28
* _artifact.py: Remove unused get_metadata_dependencies() methodJürg Billeter2020-02-111-19/+0
* _artifact.py: Remove unused rootdir parameter from cache() methodJürg Billeter2020-02-111-2/+1
* element.py: Optimize assemble_done()Jürg Billeter2020-01-181-0/+8
* Reformat code using BlackChandan Singh2019-11-141-21/+20
* cascache.py: Always update mtime in contains_directory()Jürg Billeter2019-11-051-1/+1
* _artifact.py: Add get_dependency_refs() methodJames Ennis2019-08-271-0/+44
* artifact.proto: Add the project name to the build dependency informationJames Ennis2019-08-191-0/+1
* Frontend: Fix bst artifact logJames Ennis2019-08-091-1/+1
* artifact.py,element.py: Add get_logs() methodsJames Ennis2019-08-091-0/+16
* _artifact.py: Fix typo in doc comment of _get_field_digest()James Ennis2019-08-091-1/+1
* _artifact.py: Update blob mtimes in cached()Jürg Billeter2019-08-081-1/+1
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-1/+0
* Fix up of some spelling mistakesRebecca Grayson2019-07-261-3/+3
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-1/+1
* _artifact: rm unused _artifacts memberaevri/rm_artifactsAngelos Evripiotis2019-07-091-1/+0
* _artifact.py: use utils._tempnamedfile_nameAngelos Evripiotis2019-07-091-4/+3
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-1/+1
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-1/+1
* _artifact.py: Create artifact proto file atomicallyJürg Billeter2019-05-231-1/+1
* element.py: Only reset Artifact's cachedness when it might changejonathan/reset_cached_when_neededJonathan Maw2019-05-221-8/+1
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+449