summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/compose.py
Commit message (Expand)AuthorAgeFilesLines
* compose.py: Support batching for integration commandsJürg Billeter2018-11-271-2/+3
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* compose.py: Remove unused getmtime()Jim MacArthur2018-08-011-7/+0
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-08-011-25/+13
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-091-2/+3
* plugins/elements/compose.py: Avoid losing files inside directory symlinksSam Thursfield2018-04-231-13/+20
* plugins/elements/compose.py: Only calculate snapshot when neededSam Thursfield2018-04-231-5/+8
* plugins/elements/compose.py: Use sets instead of lists where appropriateSam Thursfield2018-04-231-7/+8
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* Remove unused importsJürg Billeter2018-03-251-1/+1
* compose: Use built-in checks on runtime depends and sourcesJonathan Maw2018-03-011-11/+9
* compose.py: key dictionary is now correctly initialisedJames Ennis2018-02-281-4/+3
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* plugins/elements/compose.py: post merge fixing of compose elementTristan Van Berkom2017-11-201-19/+27
* Handle removed files from integration in compose pluginValentin David2017-11-201-20/+30
* compose.py: Use keyword args for utils.move_filesJonathan Maw2017-11-141-1/+1
* Add element plugin node validationsTristan Maat2017-09-141-0/+4
* element.py and plugins: Changed Element.strict_rebuild APITristan Van Berkom2017-08-301-1/+5
* compose.py plugin: Expose a new `exclude` option.compose-excludeTristan Van Berkom2017-08-291-19/+30
* compose.py plugin: Mark for strict_rebuildTristan Van Berkom2017-07-291-0/+2
* compose.py: Ensure include list order does not effect cache keysTristan Van Berkom2017-07-051-1/+1
* compose.py: Simplify cache key generationJürg Billeter2017-07-051-30/+1
* compose.py: Fix possibility of referencing undefined variableTristan Van Berkom2017-06-221-0/+1
* compose.py: Adapting to Element API churnTristan Van Berkom2017-06-121-5/+11
* compose.py element plugin: Take into account modified files in integrationTristan Van Berkom2017-04-031-3/+14
* compose.py plugin: Improved loggingTristan Van Berkom2017-04-031-2/+15
* compose.py: Fixed preflight error to include selfTristan Van Berkom2017-03-161-1/+1
* compose.py: Removed unused import of re moduleTristan Van Berkom2017-03-161-1/+0
* compose.py: Fixed comment to use its, not it'sTristan Van Berkom2017-03-151-1/+1
* element.py: Added stage_dependencies() convenience function.Tristan Van Berkom2017-03-151-7/+5
* Added new compose elementTristan Van Berkom2017-03-151-0/+160