summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add integration tests for edge cases involving symlinks and overlapssam/symlinks-optimizationsam/symlink-testsSam Thursfield2018-01-195-0/+152
* Remove old integration testsTristan Maat2018-01-18188-2345/+0
* Merge integration tests into general testsTristan Maat2018-01-1834-68/+79
* shell.py: Add shell testTristan Maat2018-01-181-0/+78
* Add bzr testTristan Maat2018-01-183-0/+49
* Migrate element test filesTristan Maat2018-01-1828-0/+794
* Add test utilities for integration testsTristan Maat2018-01-184-26/+132
* runcli.py: Allow setting individual config settingsTristan Maat2018-01-181-4/+8
* .gitignore: Add rules for various testing directoriesTristan Maat2018-01-181-0/+8
* Documentation: Restructured toplevel documentationdocs-reorganizationTristan Van Berkom2018-01-175-70/+90
* Use explicit source state updatesjuerg/source-stateJürg Billeter2018-01-165-34/+30
* Rename _force_inconsistent() to _schedule_tracking()Jürg Billeter2018-01-164-18/+18
* _frontend/main.py: Fix `inconsistent` argumentJürg Billeter2018-01-161-2/+2
* HACKING.rst: Added instructions to properly format commit messages.Tristan Van Berkom2018-01-161-0/+20
* Shorten the warnings raised when remote cache initialization failsSam Thursfield2018-01-163-5/+4
* Delay import of pkg_resourcesGökçen Nurlu2018-01-161-1/+1
* Make artifact cache tests work in python3.4jonathan/fix-tests-python34Jonathan Maw2018-01-121-3/+3
* element.py: Reuse dict for cache key calculationsJürg Billeter2018-01-121-20/+27
* Use explicit element state updatesJürg Billeter2018-01-127-148/+140
* buildelement.py: Remove secret undocumented command listsremove-secret-command-listsTristan Van Berkom2018-01-121-5/+17
* NEWS: Added news entry for support for multiple artifact caches.Tristan Van Berkom2018-01-121-0/+8
* Update copyright years of files I have touchedSam Thursfield2018-01-119-9/+9
* _artifactcache/ostreecache.py: Subprocesses should not return exceptionsSam Thursfield2018-01-111-10/+6
* _artifactcache: Use pushreceive also for local artifact repositoriesJürg Billeter2018-01-112-45/+80
* _artifactcache/pushreceive.py: Flush but do not close stdoutJürg Billeter2018-01-111-1/+1
* _artifactcache/ostreecache.py: Handle ^C and shutdown child task when initial...Tristan Van Berkom2018-01-111-4/+14
* Improve error messages for SSH protocol handshakeSam Thursfield2018-01-111-15/+21
* doc: Document multiple cache supportSam Thursfield2018-01-113-20/+79
* tests: Exercise the new multiple cache supportSam Thursfield2018-01-115-132/+248
* Allow push to multiple remotes, configurable on a per-remote basisSam Thursfield2018-01-117-91/+113
* Add `bst push --remote` and `bst pull --remote`Sam Thursfield2018-01-112-15/+44
* Add support for multiple remote cachesSam Thursfield2018-01-1113-223/+317
* tests/frontend: Assert cached state in a single lineSam Thursfield2018-01-112-16/+8
* _frontend/main.py: Making error handling more consistentrefactor-error-detailsTristan Van Berkom2018-01-111-16/+27
* _frontend/widget.py: Change how we format failure messages.Tristan Van Berkom2018-01-111-11/+20
* source.py: Allow specifying detailed message in SourceError()Tristan Van Berkom2018-01-111-3/+4
* element.py: Allow specifying detailed message in ElementError()Tristan Van Berkom2018-01-111-1/+2
* _exceptions.py: Added `detail` member to base BstError class.Tristan Van Berkom2018-01-111-3/+8
* _pipeline.py: Only raise the error for inconsistent pipelineTristan Van Berkom2018-01-111-2/+1
* _message.py: Remove MessageType.ERROR, we have no need for this.Tristan Van Berkom2018-01-111-2/+0
* _scheduler/trackqueue.py: Dont use Plugin.error(), use Plugin.warn() for now.Tristan Van Berkom2018-01-112-6/+11
* plugin.py: Removing Plugin.error() while it's still early and nobody is using...Tristan Van Berkom2018-01-111-9/+0
* Fix inconsistency in debian stretch install instructionsJonathan Maw2018-01-101-1/+1
* tests/cachekey/cachekey.py: Manually create a symlink for our testsTristan Van Berkom2018-01-101-0/+10
* tests/cachekey: Enhanced tests to consider local sources with multiple files.Tristan Van Berkom2018-01-1016-13/+16
* plugins/sources/local.py: Consider symbolic link target in cache key.Tristan Van Berkom2018-01-101-1/+2
* utils.py: Make list_relative_paths() report sorted paths.Tristan Van Berkom2018-01-101-15/+26
* doc/source/install.rst: BuildStream depends on 'fuse' (for fusermount) and li...jjardon/fuseJavier Jardón2018-01-081-4/+4
* doc/source/projectconf.rst: Documenting plugin loading section.Tristan Van Berkom2018-01-082-55/+88
* HACKING.rst: Added a section on feature proposals and patch submissionTristan Van Berkom2018-01-081-68/+47