| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow junctions to inject dependencies from current project to junctioned onevalentindavid/junction-replacements-1.4 | Valentin David | 2020-05-10 | 12 | -0/+61 |
* | Merge branch 'willsalmon/backport1897' into bst-1bst-1.4-branchpoint | Jürg Billeter | 2020-05-07 | 1 | -0/+1 |
|\ |
|
| * | _downloadablefilesource.py: Set user agentwillsalmon/backport1897 | William Salmon | 2020-05-05 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'valentindavid/bst-1/retry-cas-calls' into 'bst-1' | bst-marge-bot | 2020-04-17 | 1 | -11/+73 |
|\ |
|
| * | Handle grpc errors of type UNAVAILABLE and ABORTEDvalentindavid/bst-1/retry-cas-calls | Valentin David | 2020-04-16 | 1 | -11/+73 |
|/ |
|
* | Merge branch 'jjardon/fdsdk_1908' into 'bst-1' | bst-marge-bot | 2020-04-09 | 1 | -2/+2 |
|\ |
|
| * | .gitlab-ci.yml: Use latest fdsdk 19.09.9 for overnigth tests | Javier Jardón | 2020-04-09 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'abderrahim/options-1' into 'bst-1' | bst-marge-bot | 2020-04-08 | 3 | -13/+43 |
|\ |
|
| * | _project.py: resolve options before running the final assertionsabderrahim/options-1 | Abderrahim Kitouni | 2020-04-05 | 3 | -13/+43 |
|/ |
|
* | Merge branch 'jjardon/bst-1-fedora-31' into 'bst-1' | bst-marge-bot | 2020-04-05 | 2 | -7/+7 |
|\ |
|
| * | Use current stable fedora 31 for tests | Javier Jardón | 2020-04-05 | 1 | -6/+6 |
| * | buildstream/_ostree.py: call remote_gpg_import() correctly | Javier Jardón | 2020-04-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jjardon/bst-1-debian-10' into 'bst-1' | bst-marge-bot | 2020-04-04 | 1 | -1/+8 |
|\ |
|
| * | Add Debian 10 testsjjardon/bst-1-debian-10 | Javier Jardón | 2020-04-04 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'jjardon/bst-1-collections' into 'bst-1' | bst-marge-bot | 2020-04-04 | 2 | -14/+14 |
|\ |
|
| * | Use collections.abc for Mapping, Iterable | Thomas Coldrick | 2020-04-04 | 2 | -14/+14 |
|/ |
|
* | Merge branch 'tristan/bst-1/news-update-1.4.2' into 'bst-1'1.4.2 | Tristan Van Berkom | 2020-04-01 | 1 | -0/+16 |
|\ |
|
| * | NEWS: Updated for 1.4.2 release | Tristan Van Berkom | 2020-04-01 | 1 | -0/+16 |
|/ |
|
* | Merge branch 'abderrahim/fuse3-1' into 'bst-1' | Tristan Van Berkom | 2020-04-01 | 1 | -1/+1 |
|\ |
|
| * | mount: don't pass nonempty optionabderrahim/fuse3-1 | Abderrahim Kitouni | 2020-04-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'tristan/bst-1/testsuite-py38' into 'bst-1' | Tristan Van Berkom | 2020-04-01 | 2 | -0/+14 |
|\ |
|
| * | .gitlab-ci.yml: Enable CI with python 3.8tristan/bst-1/testsuite-py38 | Tristan Van Berkom | 2020-03-31 | 1 | -0/+13 |
| * | pip source plugin: Add support for python3.8 host interpretor | Tristan Van Berkom | 2020-03-31 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'abderrahim/absolute-whitelist' into 'bst-1' | bst-marge-bot | 2020-03-30 | 6 | -6/+57 |
|\ |
|
| * | element.py: Accept absolute paths in overlap whitelistsabderrahim/absolute-whitelist | Abderrahim Kitouni | 2020-03-30 | 6 | -6/+57 |
|/ |
|
* | Merge branch 'abderrahim/etag-1' into 'bst-1' | Javier Jardón | 2020-03-29 | 1 | -1/+5 |
|\ |
|
| * | _downloadablefilesource.py: don't download the file if etag matchesabderrahim/etag-1 | Abderrahim Kitouni | 2020-03-24 | 1 | -1/+5 |
|/ |
|
* | Merge branch 'valentindavid/bst-1/python3.8-with-backports' into 'bst-1' | Valentin David | 2020-03-10 | 7 | -72/+124 |
|\ |
|
| * | scheduler.py: Prevent the asyncio loop from leaking into subprocesses | Benjamin Schubert | 2020-03-10 | 2 | -10/+81 |
| * | Enable testing on Python 3.8 (not in CI though). | Valentin David | 2020-03-10 | 4 | -14/+16 |
| * | _scheduler/scheduler.py: Enforce SafeChildWatcher | Chandan Singh | 2020-03-10 | 1 | -0/+6 |
| * | scheduler.py: Only run thread-safe code in callbacks from watchers | Benjamin Schubert | 2020-03-10 | 1 | -1/+7 |
| * | job.py: Only start new jobs in a `with watcher:` block | Benjamin Schubert | 2020-03-10 | 1 | -26/+5 |
| * | job.py: Don't use 'terminate_wait', as it uses waitpid() | Benjamin Schubert | 2020-03-10 | 2 | -23/+11 |
|/ |
|
* | Merge branch 'bschubert/backport-1690' into 'bst-1' | Benjamin Schubert | 2020-01-16 | 1 | -2/+8 |
|\ |
|
| * | app.py: Also catch SystemError with click.Abortbschubert/backport-1690 | Benjamin Schubert | 2020-01-16 | 1 | -2/+8 |
|/ |
|
* | Merge branch 'abderrahim/backport-947' into 'bst-1' | Darius Makovsky | 2019-11-27 | 2 | -3/+3 |
|\ |
|
| * | plugins/elements/cmake.yaml: always specify variable types | Abderrahim Kitouni | 2019-11-26 | 2 | -3/+3 |
|/ |
|
* | Merge branch 'abderrahim/no-sdk-gnome-org' into 'bst-1' | Javier Jardón | 2019-11-19 | 5 | -8/+8 |
|\ |
|
| * | doc/examples/flatpak-autotools: remove references to sdk.gnome.org | Abderrahim Kitouni | 2019-11-19 | 5 | -8/+8 |
|/ |
|
* | Merge branch 'jjardon/doc_install_update' into 'bst-1' | Javier Jardón | 2019-09-04 | 1 | -23/+38 |
|\ |
|
| * | doc/source/install_linux_distro.rst: Update info | Javier Jardón | 2019-09-04 | 1 | -23/+38 |
|/ |
|
* | .gitlab-ci.yml: Use new way to define code_quality job | Javier Jardón | 2019-09-04 | 1 | -22/+3 |
* | Merge branch 'valentindavid/news-1.4.1' into 'bst-1'1.4.1 | bst-marge-bot | 2019-09-03 | 1 | -0/+6 |
|\ |
|
| * | Update NEWS | Valentin David | 2019-09-03 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'valentindavid/update-requirements-1.4' into 'bst-1' | Valentin David | 2019-09-03 | 7 | -28/+40 |
|\ |
|
| * | Fix an invalid deletion of potentially non-existant yaml fieldvalentindavid/update-requirements-1.4 | Valentin David | 2019-09-03 | 1 | -1/+2 |
| * | Re-generate requirements | Valentin David | 2019-09-03 | 4 | -26/+36 |
| * | requirements/requirements.in: Use ruamel.yaml >= 0.16 | Valentin David | 2019-09-03 | 1 | -1/+1 |
| * | requirements/Makefile: Force installing wheel first | Valentin David | 2019-09-03 | 1 | -0/+1 |
|/ |
|