summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-1612-16/+55
| * element.py: Remove _get_consistency and introduce explicit methodsBenjamin Schubert2020-01-165-30/+33
| * element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-169-27/+27
| * source.py: Introduce methods to query state instead of get_consistencyBenjamin Schubert2020-01-163-9/+19
| * tox.ini: Bump version of bst-plugins-experimental to 0.14.0Benjamin Schubert2020-01-161-2/+2
|/
* Merge branch 'chandan/remove-bst-experimental-unused' into 'master'Chandan Singh2020-01-161-6/+0
|\
| * 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
|\