summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-053-53/+84
* _scheduler/buildqueue.py: Dont call Element._update_state() hereTristan Van Berkom2018-04-051-2/+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-043-24/+13
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-043-336/+248
* _variables.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-10/+10
* _plugincontext.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-41/+46
* _pipeline.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-267/+334
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-0310-122/+169
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-033-14/+34
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-0312-72/+77
* _workspaces.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-5/+5
* source.py: Remove unused method Source._del_workspace()Tristan Van Berkom2018-04-021-9/+0
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-025-194/+150
* _exceptions.py: Adding new AppError exception and error domainTristan Van Berkom2018-04-021-0/+10
* _frontend/app.py: Split up initialization into two parts.Tristan Van Berkom2018-04-021-78/+101
* _frontend/app.py: Renamed from main.pyTristan Van Berkom2018-04-022-1/+1
* _frontend/widget.py: Change heading separator to use '=' instead of '~'Tristan Van Berkom2018-04-021-1/+1
* _frontend/widget.py: Add "Strict Build Plan" setting to session headingTristan Van Berkom2018-04-021-0/+1
* _workspaces.py: Dont unconditionally create workspace local state file at sta...Tristan Van Berkom2018-04-011-7/+9
* Include initialization time in the total session time of the build logTristan Van Berkom2018-04-015-188/+140
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-2/+2
* _workspaces.py: Fix fallout from using python3.4Tristan Maat2018-03-281-2/+4
* _project.py: Move format version assertion before any validationTristan Van Berkom2018-03-281-9/+10
* 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-272-6/+39
* element.py: Update mtimes of modified dependency files (#216)Tristan Maat2018-03-271-1/+39
* Allow stage_artifact to update mtimesTristan Maat2018-03-272-5/+38
* Record last successful workspace build keyTristan Maat2018-03-272-3/+15
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-276-253/+376
* _artifactcache: Add diff() interfaceTristan Maat2018-03-272-0/+64
* _ostree.py: Add diff_dirs functionTristan Maat2018-03-271-0/+167
* Generate unique subdirs for built elementsPhillip Smyth2018-03-264-12/+9
* Remove unused importsJürg Billeter2018-03-258-16/+6
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-252-9/+35
* sandbox/_config.py: Replace docstring with comment.Tristan Van Berkom2018-03-251-5/+4
* Increase BST_FORMAT_VERSION to 6Jim MacArthur2018-03-231-1/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-239-15/+105
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-231-0/+79
* project.py: Add workspace.yml format versioning and version 1Richard Maw2018-03-221-31/+54
* _artifactcache/ostreecache.py: Turn an ArtifactError() into an assert statementTristan Van Berkom2018-03-221-2/+1
* git.py source plugin: Ignore inconsistent submodules.Tristan Van Berkom2018-03-221-4/+11
* _scheduler/trackqueue.py: Remove unsafe calls to push/pop message depthTristan Van Berkom2018-03-211-3/+0
* _context.py: Fix Context._silence() context manager.Tristan Van Berkom2018-03-211-2/+4
* _scheduler/queue.py: Handle errors in task post processing gracefully.Tristan Van Berkom2018-03-211-10/+46
* _message.py, _frontend/widget.py: Reviving MessageType.ERRORTristan Van Berkom2018-03-212-5/+12
* _scheduler/trackqueue.py: Fixed to report proper processed status.Tristan Van Berkom2018-03-211-1/+3
* source.py: Source._save_ref() should return saved stateTristan Van Berkom2018-03-211-0/+5
* filter: Reword docstring to explain what the element does278-filter-documentation-could-be-betterJonathan Maw2018-03-201-8/+9