summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow junctions to inject dependencies from current project to junctioned onevalentindavid/junction-replacements-1.4Valentin David2020-05-1012-0/+61
* 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
|/
* Merge branch 'bschubert/backport-1690' into 'bst-1'Benjamin Schubert2020-01-161-2/+8
|\
| * app.py: Also catch SystemError with click.Abortbschubert/backport-1690Benjamin Schubert2020-01-161-2/+8
|/
* Merge branch 'abderrahim/backport-947' into 'bst-1'Darius Makovsky2019-11-272-3/+3
|\
| * plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2019-11-262-3/+3
|/
* Merge branch 'abderrahim/no-sdk-gnome-org' into 'bst-1'Javier Jardón2019-11-195-8/+8
|\
| * doc/examples/flatpak-autotools: remove references to sdk.gnome.orgAbderrahim Kitouni2019-11-195-8/+8
|/
* Merge branch 'jjardon/doc_install_update' into 'bst-1'Javier Jardón2019-09-041-23/+38
|\
| * doc/source/install_linux_distro.rst: Update infoJavier Jardón2019-09-041-23/+38
|/
* .gitlab-ci.yml: Use new way to define code_quality jobJavier Jardón2019-09-041-22/+3
* Merge branch 'valentindavid/news-1.4.1' into 'bst-1'1.4.1bst-marge-bot2019-09-031-0/+6
|\
| * Update NEWSValentin David2019-09-031-0/+6
|/
* Merge branch 'valentindavid/update-requirements-1.4' into 'bst-1'Valentin David2019-09-037-28/+40
|\
| * Fix an invalid deletion of potentially non-existant yaml fieldvalentindavid/update-requirements-1.4Valentin David2019-09-031-1/+2
| * Re-generate requirementsValentin David2019-09-034-26/+36
| * requirements/requirements.in: Use ruamel.yaml >= 0.16Valentin David2019-09-031-1/+1
| * requirements/Makefile: Force installing wheel firstValentin David2019-09-031-0/+1
|/