summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix testsmultiple_targetsTristan Maat2017-11-074-7/+11
* _pipeline.py: Adjust remove_elements to work on the 'intersection'Tristan Maat2017-11-071-32/+48
* Load excepted elements as part of the pipelineTristan Maat2017-11-072-13/+20
* main.py: Fix app initializationTristan Maat2017-11-071-6/+6
* main.py: Make tests always run in non-tty modeTristan Maat2017-11-031-2/+6
* Add tests for multiple targetsTristan Maat2017-11-0315-0/+103
* Adjust tests to new APITristan Maat2017-11-038-74/+74
* main.py: Make CLI wording for elements consistentTristan Maat2017-11-031-29/+30
* Stop using pipeline.target for UI widgetsTristan Maat2017-11-032-3/+3
* Adjust commands to multiple targetsTristan Maat2017-11-032-54/+67
* _pipeline.py: Misc adjustments to multiple targetsTristan Maat2017-11-031-7/+22
* _pipeline.py: Fix metaelement resolutionTristan Maat2017-11-031-9/+7
* _pipeline.py: Adjust to new loader APITristan Maat2017-11-031-5/+6
* _loader.py: Adjust the loader to support multiple targetsTristan Maat2017-11-031-20/+31
* _pipeline.py: Adjust Planner.plan to multiple targetsTristan Maat2017-11-011-3/+3
* 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