summaryrefslogtreecommitdiff
path: root/buildstream/element.py
Commit message (Expand)AuthorAgeFilesLines
* Remove DummyElement hackmigrate_pipeline_loadTristan Maat2017-11-091-17/+25
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-6/+6
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-10/+10
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-061-3/+3
* Refactoring: Rename _ArtifactError -> ArtifactErrorTristan Van Berkom2017-11-061-1/+1
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-2/+1
* Refactoring: Move ElementError and SourceError to their respective classes, c...Tristan Van Berkom2017-11-061-11/+20
* Clean old Platform.get_platform referencesTristan Maat2017-11-011-1/+1
* element.py: Adapt to new Context api _get_strict()Tristan Van Berkom2017-10-271-3/+16
* element.py: Raise an error if the source staging directory is non-emptyTristan Van Berkom2017-10-221-0/+4
* element.py: Updated for _yaml.composite() API changesTristan Van Berkom2017-10-171-13/+13
* element.py: Fix cleanup after collection of artifact with read-only directoriesfix-artifact-cleanupTristan Van Berkom2017-10-131-47/+40
* element.py: Force remove artifact assembly directory on failure to commitTristan Van Berkom2017-10-131-2/+10
* Ensure that artifact file permissions are set in the right orderTristan Maat2017-10-131-3/+3
* element.py: Removed public variant member, obsoleteTristan Van Berkom2017-10-081-8/+0
* Use _yaml.node_items() across the board, instead of casing _yaml.PROVENANCE_KEYTristan Van Berkom2017-10-011-3/+4
* Add platform factoriesTristan Maat2017-09-281-12/+11
* Add support for YAML default config loadingTristan Maat2017-09-141-10/+4
* element.py: Changed Element._shell() behaviors.Tristan Van Berkom2017-09-101-5/+7
* element.py: Use the BST_ARTIFACT_VERSION declared in the project.py moduleTristan Van Berkom2017-09-041-7/+2
* documentation: Set page titles manually in python modules.Tristan Van Berkom2017-08-311-0/+5
* element.py and plugins: Changed Element.strict_rebuild APITristan Van Berkom2017-08-301-2/+2
* element.py: Changing artifact version APITristan Van Berkom2017-08-301-29/+18
* element.py: Changed artifact staging apis to have an 'exclude' argumentTristan Van Berkom2017-08-291-15/+38
* element.py: Add optional command argument to _shell()Jürg Billeter2017-08-171-5/+12
* element.py: Allow calling _skip_push() for uncached elementsJürg Billeter2017-08-081-1/+2
* element.py: Fix broken exception for non-strict rebuilds of certain elements ...Tristan Van Berkom2017-07-311-1/+1
* element.py: Added strict_rebuild class attributeTristan Van Berkom2017-07-291-3/+15
* element.py: Fix self.__public being written to during buildsJonathan Maw2017-07-261-1/+1
* element.py: Introduce artifact versionsJürg Billeter2017-07-251-0/+29
* element.py: Check consistency before recursion in _get_cache_key()Jürg Billeter2017-07-251-8/+8
* element.py: Remove _built() and _set_build()Jürg Billeter2017-07-201-19/+0
* element.py: Add _skip_push()Jürg Billeter2017-07-201-0/+17
* element.py: Consider pull failure fatalJürg Billeter2017-07-201-22/+5
* element.py: Add _remotely_cached()Jürg Billeter2017-07-201-0/+37
* element.py: Do not fail with artifacts with pre-workspace metadataJürg Billeter2017-07-201-2/+8
* element.py: Encode workspaced dependencies in metadataTristan Maat2017-07-171-5/+28
* element.py: Make element dependencies affect taint statusTristan Maat2017-07-171-8/+19
* element.py: Prevent workspaced artifacts from being pushedTristan Maat2017-07-171-2/+57
* element.py: Added public variant attributeTristan Van Berkom2017-07-171-0/+8
* element.py: Add strength parameter to _cached()Jürg Billeter2017-07-141-2/+12
* element.py: Remove _set_cached()Jürg Billeter2017-07-141-10/+0
* element.py: Use appropriate cache key in _get_full_display_key()Jürg Billeter2017-07-141-4/+13
* element.py: Use _get_cache_key_for_build() for artifact.yamlJürg Billeter2017-07-141-2/+17
* element.py: Add _get_cache_key_from_artifact()Jürg Billeter2017-07-141-9/+34
* element.py: Store cache keys as artifact metadataJürg Billeter2017-07-141-0/+12
* element.py: Calculate weak cache key in addition to strong cache keyJürg Billeter2017-07-141-2/+33
* element.py: Add __calculate_cache_key()Jürg Billeter2017-07-141-27/+37
* Move ArtifactError to exceptions.pyJürg Billeter2017-07-141-3/+2
* element.py: Add _get_full_display_key()Jürg Billeter2017-07-141-9/+28