summaryrefslogtreecommitdiff
path: root/buildstream/element.py
Commit message (Expand)AuthorAgeFilesLines
* element.py: Rename _get_full_display_key() -> _get_display_key()Tristan Van Berkom2018-04-141-3/+3
* element.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-569/+611
* Update plugin documentationTristan Maat2018-04-131-2/+10
* Add element.prepare methodTristan Maat2018-04-131-1/+39
* element.py: Documentation improvementsTristan Van Berkom2018-04-131-81/+123
* element.py, source.py: Cleanup how Source cache keys are calculated.Tristan Van Berkom2018-04-111-11/+2
* element.py: Restructure artifact metadataTristan Van Berkom2018-04-111-87/+184
* element.py: Preserve workspace state in failed build sandboxes.Tristan Van Berkom2018-04-111-0/+28
* Serialize workspace modifications in the main process.Tristan Van Berkom2018-04-101-8/+18
* _workspaces.py: Remove knowledge of Elements completelyTristan Van Berkom2018-04-101-1/+15
* element.py: Removed useless __workspace pointerTristan Van Berkom2018-04-101-1/+0
* element.py, source.py: Element consumes the rest of workspace logic.Tristan Van Berkom2018-04-091-22/+32
* element.py, source.py: Removing knowledge of assemble scheduling state from s...Tristan Van Berkom2018-04-091-8/+8
* element.py: Manage scheduled tracking state in ElementTristan Van Berkom2018-04-091-4/+20
* element.py: Factored out pointless extra Element._workspaced() methodTristan Van Berkom2018-04-091-12/+5
* element.py: Cache source consistency logic and refactor workspace logic into ...Tristan Van Berkom2018-04-091-31/+49
* _versions.py: Added new file just to hold basic symbolic versionsTristan Van Berkom2018-04-081-11/+2
* Allow 'None' as a default_value for _yaml.node_getTristan Maat2018-04-071-1/+1
* element.py: Removing Element._workspace_dirs()Tristan Van Berkom2018-04-051-7/+0
* element.py: Updating comment for _assemble_done()Tristan Van Berkom2018-04-051-1/+3
* element.py: Fix _update_state() to consider whether an element is to be built...Tristan Van Berkom2018-04-051-2/+2
* Fix strict setting to be consistent throughout the pipeline.Tristan Van Berkom2018-04-041-18/+9
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-13/+16
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-021-1/+1
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-2/+2
* element.py: Disallow incremental builds for caches that can't diffTristan Maat2018-03-271-3/+9
* Add list of running files to workspace metadataTristan Maat2018-03-271-1/+5
* element.py: Update mtimes of modified dependency files (#216)Tristan Maat2018-03-271-1/+39
* Allow stage_artifact to update mtimesTristan Maat2018-03-271-5/+26
* Record last successful workspace build keyTristan Maat2018-03-271-0/+6
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-1/+10
* Generate unique subdirs for built elementsPhillip Smyth2018-03-261-0/+1
* Remove unused importsJürg Billeter2018-03-251-1/+1
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-251-9/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-231-6/+31
* element.py: Do not allow unplanned build jobsJürg Billeter2018-03-151-0/+3
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-5/+5
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-2/+2
* element.py: Report errors using `self.get_kind()`Tristan Van Berkom2018-03-101-4/+4
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-061-6/+1
* Implement explicit environment assignments for `bst shell`Tristan Van Berkom2018-03-061-0/+4
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-041-9/+12
* Allow plugins to forbid runtime dependencies and sourcesJonathan Maw2018-03-011-0/+23
* element.py: Inform the sandbox of host-files when running a shellTristan Van Berkom2018-02-281-0/+10
* Determine as early as possible whether a build is pendingJürg Billeter2018-02-271-0/+41
* element.py: Remove unused _get_strict_cache_key() methodJürg Billeter2018-02-271-12/+0
* element.py: Add _can_query_cache() methodJürg Billeter2018-02-271-0/+11
* _artifactcache: Add key parameter to pull() methodJürg Billeter2018-02-271-1/+20
* _artifactcache: Add keys parameter to push() methodJürg Billeter2018-02-271-1/+2