summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: Alter _checkout_hardlinks to use can_destroyjmac/virtual_directories_testJim MacArthur2018-05-101-4/+2
* Implement can_destroy flag in _filebaseddirectory.pyJim MacArthur2018-05-102-2/+16
* Directory.py: link_ok=>can_link (consistent with other use)Jim MacArthur2018-05-101-2/+2
* Directory.py: Change the mtime interface into mark_unmodified/list_modified_p...Jim MacArthur2018-05-103-19/+46
* scriptelement.py: Convert to virtual directoriesJim MacArthur2018-05-101-5/+4
* plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-05-101-6/+2
* sandbox/_mount.py, sandbox/_sandboxbwrap.py: Remove instances of get_directoryJim MacArthur2018-05-102-2/+5
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-05-101-13/+7
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-05-101-12/+12
* element.py: Conversion to use virtual directoriesJim MacArthur2018-05-101-43/+44
* _stream.py: Convert to virtual directories.Jim MacArthur2018-05-101-12/+9
* Sandbox.py: Add get_virtual_directory and get_virtual_toplevel_directoryJim MacArthur2018-05-101-0/+28
* Sandbox.py: Rename __root to _root to allow its use by subclasses.Jim MacArthur2018-05-102-5/+6
* Add the virtual directory class 'Directory' and one implementation,Jim MacArthur2018-05-103-0/+344
* Add BST_VIRTUAL_DIRECTORY flag for element pluginsJim MacArthur2018-05-102-4/+19
* Revert "_site.py: Add check_bwrap_version() function"Tristan Van Berkom2018-05-101-49/+0
* Revert "Replace bwrap checks with calls to check_bwrap_version"Tristan Van Berkom2018-05-101-2/+18
* Add soft reset functionality for workspacesTristan Van Berkom2018-05-102-4/+13
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* _frontend/app.py: Fixed ordering of initialization sequence.Tristan Van Berkom2018-05-101-14/+14
* _frontend/cli.py: Fetch all elements when tracking a build plantristan/pipeline-refactorTristan Van Berkom2018-05-081-0/+7
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-087-606/+685
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-087-103/+131
* _frontend/app.py: Remove partially_initialized()Tristan Van Berkom2018-05-081-67/+42
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-086-44/+53
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-085-320/+553
* _frontend: Early logging initializationTristan Van Berkom2018-05-083-147/+120
* _stream.py: Absorb workspace functionality from App.Tristan Van Berkom2018-05-083-157/+214
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-0815-53/+64
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-086-380/+427
* tests/format/variables.py: Removed testing of stderrTristan Van Berkom2018-05-081-4/+0
* Replace bwrap checks with calls to check_bwrap_versionmilloni2018-05-071-18/+2
* _site.py: Add check_bwrap_version() functionmilloni2018-05-071-0/+49
* .gitlab-ci.yml: Remove redundant declaration of dependencies:Javier Jardón2018-05-071-6/+0
* bst-here: Allow users to specify additional volumes to mountChandan Singh2018-05-071-2/+9
* bst-here: Allow users to specify Docker imageChandan Singh2018-05-071-12/+17
* bst-here: Fix typo in help textChandan Singh2018-05-071-1/+1
* app.py: Ensure an elements sub-dir is created upon project initialisationJames Ennis2018-05-071-0/+8
* tests/format/variables.py: Add a test for undefined variable error messageValentin David2018-05-063-0/+24
* Fix provenance in error message for undefined variables.Valentin David2018-05-062-4/+19
* commands.rst: Split up commands to easily allow for further descriptionJames Ennis2018-05-041-1/+119
* element.py: Fix buildable check in non-strict modejuerg/non-strict-buildableJürg Billeter2018-05-031-1/+6
* _artifactcache/pushreceive.py: Modified incorrect error messagePhillip Smyth2018-05-011-1/+1
* tests/testutils/runcli.py: Improve detection of pulled/pushed elementsJürg Billeter2018-04-301-2/+2
* element.py: Print info message when artifact was actually pushedJürg Billeter2018-04-301-1/+8
* _artifactcache/pushreceive.py: Do not return True for skipped pushJürg Billeter2018-04-301-1/+1
* _artifactcache/pushreceive.py: Fix commit object check in send_info()Jürg Billeter2018-04-301-1/+1
* README.rst: Fixed formatting1.1.3Tristan Van Berkom2018-04-261-5/+5
* README.rst: Removed 'covers many programming languages' from the About BuildS...Tristan Van Berkom2018-04-261-3/+2
* man: Updated man pages for 1.1.3 releaseTristan Van Berkom2018-04-2617-61/+106