summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc/source/using_config.rst: Document support for version specific config files.tristan/bst-1/version-specific-configTristan van Berkom2020-05-291-0/+11
* tests/context/context.py: Test correct config file is chosen.Tristan van Berkom2020-05-291-0/+28
* _context.py: Support parallel installations of BuildStreamTristan van Berkom2020-05-291-4/+9
* NEWS: Preparing news for 1.5.0 release1.5.0Tristan Van Berkom2020-05-131-1/+25
* Merge branch 'tristan/bst-1/bst-2-detection' into 'bst-1'bst-marge-bot2020-05-1212-3/+261
|\
| * tests/plugins/bst2.py: Testing error handling of loading wrong plugin versions.Tristan Van Berkom2020-05-126-1/+163
| * _plugincontext.py: Add plugin version assertion for non BuildStream 1 plugins.Tristan Van Berkom2020-05-122-2/+32
| * _exceptions: Allow passing a `detail` string to `PluginError`.Tristan Van Berkom2020-05-121-2/+2
| * tests/format/project.py: Test loading of BuildStream 2 projects.Tristan Van Berkom2020-05-122-0/+12
| * _project.py: Add check for projects not written for BuildStream 1.Tristan Van Berkom2020-05-122-0/+54
|/
* Merge branch 'tristan/backport-junction-includes' into 'bst-1'Tristan Van Berkom2020-05-1220-28/+227
|\
| * NEWS: Add news entry about technically breaking changetristan/backport-junction-includesTristan Van Berkom2020-05-121-0/+13
| * Process options in includes files with the options of their junctionTristan Van Berkom2020-05-1219-28/+214
|/
* Merge branch 'tristan/bst-1/fix-ostree-api' into 'bst-1'Tristan Van Berkom2020-05-1110-8/+120
|\
| * tests/sources/ostree.py: Add test of fetching a signed repo.tristan/bst-1/fix-ostree-apiTristan Van Berkom2020-05-118-0/+86
| * tests/testutils/repo/ostree.py: Add ability to create signed reposTristan Van Berkom2020-05-111-7/+19
| * _ostree.py: Fix call to remote_gpg_import() againTristan Van Berkom2020-05-111-1/+15
|/
* Merge branch 'willsalmon/backport1897' into bst-1bst-1.4-branchpointJürg Billeter2020-05-071-0/+1
|\
| * _downloadablefilesource.py: Set user agentwillsalmon/backport1897William Salmon2020-05-051-0/+1
|/
* Merge branch 'valentindavid/bst-1/retry-cas-calls' into 'bst-1'bst-marge-bot2020-04-171-11/+73
|\
| * Handle grpc errors of type UNAVAILABLE and ABORTEDvalentindavid/bst-1/retry-cas-callsValentin David2020-04-161-11/+73
|/
* Merge branch 'jjardon/fdsdk_1908' into 'bst-1'bst-marge-bot2020-04-091-2/+2
|\
| * .gitlab-ci.yml: Use latest fdsdk 19.09.9 for overnigth testsJavier Jardón2020-04-091-2/+2
|/
* Merge branch 'abderrahim/options-1' into 'bst-1'bst-marge-bot2020-04-083-13/+43
|\
| * _project.py: resolve options before running the final assertionsabderrahim/options-1Abderrahim Kitouni2020-04-053-13/+43
|/
* Merge branch 'jjardon/bst-1-fedora-31' into 'bst-1'bst-marge-bot2020-04-052-7/+7
|\
| * Use current stable fedora 31 for testsJavier Jardón2020-04-051-6/+6
| * buildstream/_ostree.py: call remote_gpg_import() correctlyJavier Jardón2020-04-051-1/+1
|/
* Merge branch 'jjardon/bst-1-debian-10' into 'bst-1'bst-marge-bot2020-04-041-1/+8
|\
| * Add Debian 10 testsjjardon/bst-1-debian-10Javier Jardón2020-04-041-1/+8
|/
* Merge branch 'jjardon/bst-1-collections' into 'bst-1'bst-marge-bot2020-04-042-14/+14
|\
| * Use collections.abc for Mapping, IterableThomas Coldrick2020-04-042-14/+14
|/
* Merge branch 'tristan/bst-1/news-update-1.4.2' into 'bst-1'1.4.2Tristan Van Berkom2020-04-011-0/+16
|\
| * NEWS: Updated for 1.4.2 releaseTristan Van Berkom2020-04-011-0/+16
|/
* Merge branch 'abderrahim/fuse3-1' into 'bst-1'Tristan Van Berkom2020-04-011-1/+1
|\
| * mount: don't pass nonempty optionabderrahim/fuse3-1Abderrahim Kitouni2020-04-011-1/+1
|/
* Merge branch 'tristan/bst-1/testsuite-py38' into 'bst-1'Tristan Van Berkom2020-04-012-0/+14
|\
| * .gitlab-ci.yml: Enable CI with python 3.8tristan/bst-1/testsuite-py38Tristan Van Berkom2020-03-311-0/+13
| * pip source plugin: Add support for python3.8 host interpretorTristan Van Berkom2020-03-311-0/+1
|/
* Merge branch 'abderrahim/absolute-whitelist' into 'bst-1'bst-marge-bot2020-03-306-6/+57
|\
| * element.py: Accept absolute paths in overlap whitelistsabderrahim/absolute-whitelistAbderrahim Kitouni2020-03-306-6/+57
|/
* Merge branch 'abderrahim/etag-1' into 'bst-1'Javier Jardón2020-03-291-1/+5
|\
| * _downloadablefilesource.py: don't download the file if etag matchesabderrahim/etag-1Abderrahim Kitouni2020-03-241-1/+5
|/
* Merge branch 'valentindavid/bst-1/python3.8-with-backports' into 'bst-1'Valentin David2020-03-107-72/+124
|\
| * scheduler.py: Prevent the asyncio loop from leaking into subprocessesBenjamin Schubert2020-03-102-10/+81
| * Enable testing on Python 3.8 (not in CI though).Valentin David2020-03-104-14/+16
| * _scheduler/scheduler.py: Enforce SafeChildWatcherChandan Singh2020-03-101-0/+6
| * scheduler.py: Only run thread-safe code in callbacks from watchersBenjamin Schubert2020-03-101-1/+7
| * job.py: Only start new jobs in a `with watcher:` blockBenjamin Schubert2020-03-101-26/+5
| * job.py: Don't use 'terminate_wait', as it uses waitpid()Benjamin Schubert2020-03-102-23/+11
|/