summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* integration-tests: Fix `run-tests.sh --sources DIR` when DIR doesn't existsam/test-source-caching-fixSam Thursfield2017-11-061-2/+2
* plugins/sources/tar.py: Ignore leading ./ in tarball pathsTristan Van Berkom2017-11-031-9/+18
* tests/sources/tar.py: Converted tar test to use the CLI and enhancedTristan Van Berkom2017-11-0314-107/+134
* doc/source/pluginindex.rst: Added zip source to the plugins indexTristan Van Berkom2017-11-031-0/+1
* Add a new zip sourcezipMathieu Bridon2017-11-039-1/+205
* tar: Move most of the code to a new base classMathieu Bridon2017-11-032-91/+114
* tests: Reuse utils.sha256sumMathieu Bridon2017-11-031-8/+2
* tests/testutils/repo/tar.py: Fixed for changed tar behaviorTristan Van Berkom2017-11-021-2/+2
* plugins/sources/tar.py: Ignore possible leading '.' directory.Tristan Van Berkom2017-11-021-0/+6
* Clean old Platform.get_platform referencesTristan Maat2017-11-016-6/+6
* Make the platform object a singletonTristan Maat2017-11-012-4/+11
* _artifactcache/ostreecache.py: Allow explicit disabling of pushesuser-namespace-fallbackTristan Van Berkom2017-10-311-1/+14
* sandbox/_sandboxbwrap.py: Dont use user namespaces if they are unavailableTristan Van Berkom2017-10-311-1/+6
* _platform/linux.py: Add preflight check to detect user namespacesTristan Van Berkom2017-10-311-1/+40
* _scheduler/job.py: Ensure messages are logged to the correct log fileTristan Van Berkom2017-10-311-1/+4
* doc: Explain how to configure project optionsMathieu Bridon2017-10-311-0/+5
* _frontend/main.py: Hold on to unconditional startup messagesTristan Van Berkom2017-10-311-0/+8
* Catch attempts to compose a listSam Thursfield2017-10-314-3/+35
* context.py: Fixed project override validation to allow new 'strict' keywordTristan Van Berkom2017-10-301-1/+1
* utils.list_relative_paths: Clarify empty dirs noteAngelos Evripiotis2017-10-301-1/+2
* utils.list_relative_paths: avoid os.path.relpathAngelos Evripiotis2017-10-301-6/+9
* _pipeline.py: No except_ argument in source_bundleTristan Van Berkom2017-10-302-4/+2
* _frontend/widget.py: Prettier formatting of messages with no associated pluginTristan Van Berkom2017-10-301-9/+11
* _pipeline.py: The toplevel message() function no longer takes an element.Tristan Van Berkom2017-10-301-35/+32
* tests/frontend/track.py: Added tests for recursive tracking and --exceptTristan Van Berkom2017-10-301-10/+103
* tests/testutils/runcli.py: get_element_state() now uses --downloadableTristan Van Berkom2017-10-291-0/+1
* _frontend/main.py: Fetch remote refs in a few placesTristan Van Berkom2017-10-291-6/+9
* _pipeline.py: Make fetching of remote refs optionalTristan Van Berkom2017-10-291-1/+3
* Updated documentation about strict mode user configurationTristan Van Berkom2017-10-272-0/+50
* _artifactcache: Adapt to new Element api _get_strict()Tristan Van Berkom2017-10-272-4/+4
* element.py: Adapt to new Context api _get_strict()Tristan Van Berkom2017-10-271-3/+16
* context.py: Moving strict mode configuration to be project specificTristan Van Berkom2017-10-272-27/+22
* Issue #107: Stop attaching the child watcher multiple timesTristan Maat2017-10-262-1/+3
* Update documentation to refer to new home of dpkg and x86image elementsjonathan/external-pluginsJonathan Maw2017-10-262-3/+5
* Remove dpkg-build test from integration-testsJonathan Maw2017-10-2618-237/+0
* Remove dpkg and x86image elementsJonathan Maw2017-10-266-805/+0
* _pipeline.py: Improve error message when --except fails.Tristan Van Berkom2017-10-261-1/+1
* test/format/projectoverrides.py: Test project wide element type overrides128-status-ticker-fails-to-update-periodically-on-some-buildsTristan Van Berkom2017-10-253-0/+38
* project.py: Fetch element type overrides before assertionsTristan Van Berkom2017-10-251-3/+5
* _pipeline.py: Give the correct artifact pull URL in remote tickerSam Thursfield2017-10-251-1/+1
* Issue #124: Add test for staging to element build directory124-test-that-an-error-is-raised-when-staging-to-the-elements-build-directoryTristan Maat2017-10-234-0/+35
* _options/optionpool.py: Be strict with evaluation of undefined variables.Tristan Van Berkom2017-10-231-3/+7
* tests/format: Test proper failure of reference to undefined optionsTristan Van Berkom2017-10-233-0/+29
* _frontend/main.py: Consistent exit code when exceptions occur.Tristan Van Berkom2017-10-231-5/+5
* exceptions.py: _get_last_exception() clear the exception after fetching itTristan Van Berkom2017-10-231-1/+5
* integration-tests: Updating results now that we compress debug symbols by def...125-regression-after-handling-c-in-bst-shellTristan Van Berkom2017-10-2317-0/+0
* tests/cachekey: Fixing cache key test after changing default strip commandsTristan Van Berkom2017-10-232-2/+2
* data/projectconfig.yaml: Issue #106 - Compress debug symbols by defaultTristan Van Berkom2017-10-231-8/+19
* tests/cachekey: Refactoring to now include an automatic updaterTristan Van Berkom2017-10-232-15/+78
* tests/testutils/runcli.py: Optionally make the runner not verboseTristan Van Berkom2017-10-231-8/+10