summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testjuerg/update-plugins-testJürg Billeter2020-02-052-2/+2
* .gitlab-ci.yml: Update bst-plugins-experimental version to 1.93.1Jürg Billeter2020-02-051-1/+1
* tox.ini: Update bst-plugins-experimental version to 1.93.1Jürg Billeter2020-02-051-1/+1
* Merge branch 'juerg/1.93.1' into 'master'1.93.1Jürg Billeter2020-02-051-0/+11
|\
| * NEWS: Add mark for 1.93.1juerg/1.93.1Jürg Billeter2020-02-051-0/+5
| * NEWS: Add note about the new buildstream.exceptions APIJürg Billeter2020-02-051-0/+6
|/
* Merge branch 'juerg/buildbox-run-bind-mount' into 'master'Jürg Billeter2020-02-033-4/+48
|\
| * tests/integration/shell.py: xfail updateJürg Billeter2020-02-031-3/+12
| * _sandboxbuildboxrun.py: Bind mount /dev in interactive modeJürg Billeter2020-02-031-0/+5
| * _sandboxbuildboxrun.py: Support host-filesJürg Billeter2020-02-031-1/+20
| * _sandboxbuildboxrun.py: Check buildbox-run capabilitiesJürg Billeter2020-02-031-1/+9
| * _sandboxreapi.py: Do not create directories for host-filesJürg Billeter2020-02-031-0/+3
|/
* Merge branch 'juerg/buildbox-run-test' into 'master'Jürg Billeter2020-02-031-2/+1
|\
| * tests/integration/interactive_build.py: Relax expect for buildbox-runjuerg/buildbox-run-testJürg Billeter2020-02-031-2/+1
|/
* Merge branch 'juerg/buildbox' into 'master'Jürg Billeter2020-02-031-7/+7
|\
| * .gitlab-ci.yml: Update BuildBox components to 0.0.6Jürg Billeter2020-02-031-7/+7
|/
* Merge branch 'jjardon/overnigth_cargo' into 'master'Javier Jardón2020-02-011-1/+1
|\
| * .gitlab-ci.yml: build fdsdk needs cargo plugin and its dependenciesJavier Jardón2020-02-011-1/+1
|/
* Merge branch 'coldtom/fix-overnight-test' into 'master'Javier Jardón2020-02-011-3/+2
|\
| * .gitlab-ci.yml: Bump bst-plugins-experimentalcoldtom/fix-overnight-testThomas Coldrick2020-01-291-3/+2
|/
* Merge branch 'tmewett/git-source' into 'master'jjardon/fedora-30-removalBenjamin Schubert2020-01-293-74/+201
|\
| * Add Git source test for depth=1 fetch with exact tag reftmewett/git-sourceTom Mewett2020-01-241-0/+28
| * Document my changes to the Git source plugin in NEWSTom Mewett2020-01-242-0/+17
| * _gitsourcebase.py: Refactor latest_commit_with_tagsTom Mewett2020-01-241-19/+49
| * _gitsourcebase.py: Strip git-describe tag info from cache keyTom Mewett2020-01-241-1/+10
| * _gitsourcebase.py: Fetch with depth=1 when an available tag is givenTom Mewett2020-01-241-16/+88
| * _gitsourcebase.py: Refactor fetching and trackingTom Mewett2020-01-241-44/+15
|/
* Merge branch 'coldtom/testing-api' into 'master'Javier Jardón2020-01-2494-326/+373
|\
| * testing: Add functions to generate yaml filesThomas Coldrick2020-01-2410-136/+116
| * exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-2390-190/+257
|/
* Merge branch 'tpollard/shellbuildtree' into 'master'Tom Pollard2020-01-212-30/+89
|\
| * _frontend/cli.py: Make show() --use-buildtree respect pull semanticsTom Pollard2020-01-212-30/+89
|/
* Merge branch 'juerg/assemble_done' into 'master'Jürg Billeter2020-01-183-9/+24
|\
| * element.py: Optimize assemble_done()Jürg Billeter2020-01-183-9/+24
|/
* Merge branch 'chandan/1.93.0' into 'master'1.93.0Chandan Singh2020-01-171-0/+5
|\
| * NEWS: Add mark for 1.93.0chandan/1.93.0Chandan Singh2020-01-171-0/+5
|/
* Merge branch 'chandan/plugin-namespace-fix' into 'master'Chandan Singh2020-01-176-8/+19
|\
| * doc/sample_plugin: Update name of entry point groupChandan Singh2020-01-171-4/+1
| * NEWS: Announce new entry point groups for pluginsChandan Singh2020-01-171-0/+4
| * Plugins: Update entrypoint group for pip originChandan Singh2020-01-174-4/+14
|/
* Merge branch 'jjardon/move_deb_source' into 'master'Javier Jardón2020-01-1733-304/+9
|\
| * Remove "deb" surce plugin, it has beem moved to bst-plugins-experimentaljjardon/move_deb_sourceJavier Jardón2020-01-1733-304/+9
|/
* Merge branch 'bschubert/optimize-consistency' into 'master'Benjamin Schubert2020-01-1635-285/+288
|\
| * NEWS: Add news information about Consistency breakagebschubert/optimize-consistencyBenjamin Schubert2020-01-161-0/+21
| * element.py: Stop asserting we are cached after fetch and mark us as suchBenjamin Schubert2020-01-161-9/+4
| * types.py: Completely remove 'Consistency'Benjamin Schubert2020-01-162-43/+13
| * element.py: Optimize _should_fetch conditionBenjamin Schubert2020-01-161-6/+3
| * element.py: Compute whether an element is cached only on `is_cached`Benjamin Schubert2020-01-163-23/+20
| * source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-1622-163/+32
| * source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-1618-12/+114