summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/integration/project.conf: Remove unused external pluginschandan/remove-bst-experimental-unusedChandan Singh2020-01-151-6/+0
* Merge branch 'tpollard/removeassert' into 'master'Tom Pollard2020-01-151-10/+0
|\
| * element.py: Remove unused __staged_sources_directory & asserttpollard/removeassertTom Pollard2020-01-151-10/+0
|/
* Merge branch 'tpollard/messagerate' into 'master'Tom Pollard2020-01-154-13/+62
|\
| * userconfig.yaml: Add bool for disabling console output throttlingtpollard/messagerateTom Pollard2020-01-154-3/+33
| * _frontend/app.py: Make message printing tick drivenTom Pollard2020-01-151-12/+31
|/
* Merge branch 'chandan/gitlab-ci-toxenvs' into 'master'Chandan Singh2020-01-141-5/+2
|\
| * .gitlab-ci.yml: Simplify test environment declarationChandan Singh2020-01-141-5/+2
|/
* Merge branch 'bschubert/optimize-loading-multiple-targets' into 'master'Benjamin Schubert2020-01-142-3/+16
|\
| * loader.py: Optimize sorting of elements when they are multiple targetsbschubert/optimize-loading-multiple-targetsBenjamin Schubert2020-01-142-3/+16
|/
* Merge branch 'bschubert/standardized-tests' into 'master'Benjamin Schubert2020-01-1327-351/+62
|\
| * tox.ini: Add a external plugins environment test and run it in CIBenjamin Schubert2020-01-134-9/+57
| * tox.ini: Move coverage handling in commands_post.Benjamin Schubert2020-01-131-2/+3
| * tox.ini: Remove external plugins testsBenjamin Schubert2020-01-133-91/+3
| * tests: Remove some ostree stuffThomas Coldrick2020-01-132-2/+0
| * Tests: Remove bst-plugins-experimental dependencyThomas Coldrick2020-01-1314-99/+2
| * Remove integration tests for moved pluginsThomas Coldrick2020-01-137-150/+0
| * tox.ini: Remove duplicated move of the coverage fileBenjamin Schubert2020-01-131-1/+0
|/
* Merge branch 'juerg/batch-command-logging' into 'master'Jürg Billeter2020-01-135-7/+17
|\
| * tests/integration/workspace.py: Relax assert for buildbox-runjuerg/batch-command-loggingJürg Billeter2020-01-131-2/+2
| * _sandboxreapi.py: Improve batch command loggingJürg Billeter2020-01-133-5/+9
| * sandbox.py: Add combined_label() method to batch itemsJürg Billeter2020-01-131-0/+6
|/
* Merge branch 'tpollard/loop_exception' into 'master'traveltissues/mr5Tom Pollard2020-01-102-2/+25
|\
| * scheduler.py: Handle exceptions that are caught under the event looptpollard/loop_exceptionTom Pollard2020-01-102-2/+25
|/
* Merge branch 'tpollard/showjunction' into 'master'Tom Pollard2020-01-094-2/+20
|\
| * _frontend/widget.py: show_pipeline() Don't show buildable for junctionTom Pollard2020-01-094-2/+20
|/
* Merge branch 'tlater/pipeline-enums' into 'master'Tristan Maat2020-01-085-120/+162
|\
| * _pipeline.py: Refactor if/elif/else usageTristan Maat2020-01-081-16/+15
| * Make PipelineSelection a proper enum typeTristan Maat2020-01-085-110/+153
|/
* Merge branch 'tlater/fix-monkeypatch-warning' into 'master'Tristan Maat2020-01-081-1/+1
|\
| * tests/artifactcache/config.py: Cast our tmpdir to a stringtlater/fix-monkeypatch-warningTristan Daniël Maat2020-01-081-1/+1
|/
* Merge branch 'chandan/no-warn-bwrap' into 'master'Javier Jardón2020-01-081-51/+0
|\
| * setup.py: Remove check for bubblewrapchandan/no-warn-bwrapChandan Singh2020-01-071-51/+0
|/
* Merge branch 'chandan/tag-1.91.3' into 'master'1.91.3Chandan Singh2020-01-021-0/+18
|\
| * Prepare NEWS for 1.91.3 development snapshot releasechandan/tag-1.91.3Chandan Singh2020-01-021-0/+18
|/
* Merge branch 'chandan/fix-cpu-count' into 'master'Chandan Singh2020-01-022-9/+9
|\
| * _platform: Don't use psutil.Process.cpu_affinity on unsupported platformschandan/fix-cpu-countChandan Singh2019-12-312-9/+9
|/
* Merge branch 'juerg/drop-chroot-sandbox' into 'master'Chandan Singh2019-12-319-407/+0
|\
| * tests: Drop chroot xfail/skipifJürg Billeter2019-12-316-12/+0
| * sandbox: Drop chroot sandboxing backendJürg Billeter2019-12-311-354/+0
| * _platform: Drop support for chroot sandboxJürg Billeter2019-12-311-21/+0
| * .gitlab-ci.yml: Drop unix CI jobJürg Billeter2019-12-311-20/+0
|/
* Merge branch 'chandan/dependon-yaml.clib' into 'master'Chandan Singh2019-12-301-0/+1
|\
| * requirements: Add dependency on ruamel.yaml.clibchandan/dependon-yaml.clibChandan Singh2019-12-301-0/+1
|/
* Merge branch 'chandan/python3.8' into 'master'Chandan Singh2019-12-253-21/+42
|\
| * .gitlab-ci.yml: Add test environment for Python 3.8chandan/python3.8Chandan Singh2019-12-241-4/+19
| * tox.ini: Add python3.8 to default environment listChandan Singh2019-12-241-17/+17
| * _scheduler/scheduler.py: Enforce SafeChildWatcherChandan Singh2019-12-241-0/+6
| * .gitlab-ci.yml: Fix command for randomized external testsChandan Singh2019-12-241-1/+1
|/
* Merge branch 'chandan/fix-nocover-tests' into 'master'Chandan Singh2019-12-242-1/+9
|\