summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Add news information about Consistency breakagebschubert/optimize-consistency-testsBenjamin Schubert2020-01-151-0/+22
* element.py: Stop asserting we are cached after fetch and mark us as suchBenjamin Schubert2020-01-151-0/+4
* types.py: Completely remove 'Consistency'Benjamin Schubert2020-01-152-42/+12
* element.py: Optimize _should_fetch conditionBenjamin Schubert2020-01-151-6/+3
* element.py: Compute whether an element is cached only on `is_cached`Benjamin Schubert2020-01-153-23/+20
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-1522-163/+32
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-1516-18/+111
* source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-1412-16/+55
* element.py: Remove _get_consistency and introduce explicit methodsBenjamin Schubert2020-01-145-30/+33
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-149-27/+27
* source.py: Introduce methods to query state instead of get_consistencyBenjamin Schubert2020-01-143-9/+19
* DONOTMERGE: DISABLE EXTERNAL PLUGIN TESTSBenjamin Schubert2020-01-141-14/+0
* 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