summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utils.py: _process_list(): Add note that this is a hot codepathsam/symlinks-2Sam Thursfield2017-12-221-0/+4
* utils.py: _process_list(): Only call _ensure_real_directory() when neededSam Thursfield2017-12-221-8/+16
* utils.py: _process_list(): Check if file is missing as first thingSam Thursfield2017-12-221-11/+11
* utils.py: Remove check for symlinks that overwrite the hostsam/symlinksSam Thursfield2017-12-221-14/+10
* integration-tests: Add a test case for handling of symlinksSam Thursfield2017-12-2210-0/+145
* .gitlab-ci.yml: Use latest BuildStream Docker imageSam Thursfield2017-12-211-1/+1
* plugins/sources/tar.py: Dont manually reraise exceptionTristan Van Berkom2017-12-201-5/+4
* Fixing tests to adapt to new setup of ProgramNotFound exceptionTristan Van Berkom2017-12-202-6/+4
* _artifactcache/tarcache.py: Fixed for new location of ProgramNotFoundErrorTristan Van Berkom2017-12-201-2/+2
* utils.py: Add UtilErrorTristan Van Berkom2017-12-203-52/+84
* project: Export the name as a variableproject-nameMathieu Bridon2017-12-201-0/+3
* Fix a "TypeError: 'dict' object is not callable" in _plugincontext.pyValentin David2017-12-201-1/+1
* doc: Add cache key documentationjuerg/cache-key-docJürg Billeter2017-12-202-0/+100
* project: Rename required-project-version to format-versionJonathan Maw2017-12-143-5/+5
* project: Reduce code duplication when storing originsJonathan Maw2017-12-141-25/+33
* doc: Remove stray documentation of obsolete required-versions fieldsJonathan Maw2017-12-141-18/+0
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-141-4/+8
* element.py: Removing the exclamation mark from the overlaps warningTristan Van Berkom2017-12-131-1/+1
* integration-tests: Use bst_checkout() everywhereintegration-tests-hardlinksTristan Van Berkom2017-12-1310-11/+11
* integration-tests/lib.sh: Added bst_checkout()Tristan Van Berkom2017-12-131-0/+17
* tests: Test whether a plugin is allowed to be loadedfix-132-rebasedJonathan Maw2017-12-1311-1/+62
* Update tests for changed plugin loadingJonathan Maw2017-12-1317-103/+225
* Make external plugin loading require explicit configuration in project.confJonathan Maw2017-12-136-146/+216
* _signals: always pop handlers, and restore statesAngelos Evripiotis2017-12-131-19/+23
* utils._tempdir: don't leak on exceptionsAngelos Evripiotis2017-12-131-4/+5
* source: clarify note on why to use this tmpdir()Angelos Evripiotis2017-12-131-3/+4
* _signals: note os._exit() on terminateAngelos Evripiotis2017-12-131-0/+4
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-139-38/+27
* tests/testutils/site.py: Removed HAVE_ROOTTristan Van Berkom2017-12-131-2/+0
* tests/testutils/runcli.py: Enhanced to capture stdout/stderr separatelyTristan Van Berkom2017-12-131-11/+64
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-133-149/+54
* _pipeline.py: Removed tickers, use timed activities insteadTristan Van Berkom2017-12-131-54/+38
* plugin.py: Implement Plugin.timed_activity() using Context._timed_activity()Tristan Van Berkom2017-12-131-33/+5
* _context.py: Added _timed_activity() methodTristan Van Berkom2017-12-131-1/+53
* _frontend/main.py: Rewording `--track-all` build optionTristan Van Berkom2017-12-131-2/+2
* Fix testsTristan Maat2017-12-138-2/+357
* main.py: Add `bst build --track-all`Tristan Maat2017-12-131-1/+6
* Add `bst build --track-except`Tristan Maat2017-12-132-4/+8
* Issue #117: Add `bst build --track`Tristan Maat2017-12-132-65/+121
* Issue #113: Split tracking and saving in `bst build`Tristan Maat2017-12-133-13/+24
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* source.py: Cache the workspace keyAntoine Wacheux2017-12-131-11/+26
* plugins/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-121-4/+8
* _pipeline.py: Fix makedirs exception handlingAngelos Evripiotis2017-12-121-1/+1
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* source.py: Implement _get_workspace_pathAntoine Wacheux2017-12-121-3/+8
* tests/testutils/artifactshare.py: Always create summary file for test cachesSam Thursfield2017-12-121-0/+1
* tests/frontend: Reverse ordering of cache specificationsSam Thursfield2017-12-122-14/+14
* _ostree.py: Avoid raising GLib.Error from configure_remote()Sam Thursfield2017-12-121-6/+9