Commits on Source (13)
-
Jonathan Maw authored
Remove misleading info message See merge request !567
-
Phil Dawson authored
Add test to ensure gracefull handling of exception thrown while loading a pipeline due the python's max recursion depth being exceeded. This is part of the work for issue #203
-
Phil Dawson authored
Because the RecursionError exception was introduced in Python 3.5, until we drop support for for Python 3.4, we must use RuntimeError.
-
Jim MacArthur authored
Phil/203 BuildStream crashes when dependency tree too deep See merge request !512
-
Phillip Smyth authored
tests/frontend/workspace.py: Added tests
-
Jonathan Maw authored
_stream.py: Added functionality for workspace open -f See merge request !549
-
Ed Baunton authored
Add a plugin that supports downloading files verbatim from a source with an optional overridable filename and destination directory. Bumps bst format version to 10. Fixes #163
-
Ed Baunton authored
When the user provides a path for the filename parameter, provide a reason
-
Ed Baunton authored
Add remote source plugin Closes #163 See merge request !541
-
Tiago Gomes authored
-
Tiago Gomes authored
As socket files are automatically created on bind(). Fixes #500.
-
Tiago Gomes authored
Uncomment when clausule.
Showing
- .gitlab-ci.yml 53 additions, 0 deletions.gitlab-ci.yml
- buildstream/_artifactcache/cascache.py 0 additions, 1 deletionbuildstream/_artifactcache/cascache.py
- buildstream/_frontend/app.py 4 additions, 0 deletionsbuildstream/_frontend/app.py
- buildstream/_stream.py 5 additions, 1 deletionbuildstream/_stream.py
- buildstream/_versions.py 1 addition, 1 deletionbuildstream/_versions.py
- buildstream/plugins/sources/remote.py 81 additions, 0 deletionsbuildstream/plugins/sources/remote.py
- buildstream/utils.py 6 additions, 0 deletionsbuildstream/utils.py
- doc/source/core_plugins.rst 1 addition, 0 deletionsdoc/source/core_plugins.rst
- tests/frontend/show.py 58 additions, 2 deletionstests/frontend/show.py
- tests/frontend/workspace.py 52 additions, 0 deletionstests/frontend/workspace.py
- tests/sources/remote.py 133 additions, 0 deletionstests/sources/remote.py
- tests/sources/remote/missing-file/target.bst 7 additions, 0 deletionstests/sources/remote/missing-file/target.bst
- tests/sources/remote/no-ref/file 1 addition, 0 deletionstests/sources/remote/no-ref/file
- tests/sources/remote/no-ref/target.bst 5 additions, 0 deletionstests/sources/remote/no-ref/target.bst
- tests/sources/remote/path-in-filename/dir/file 0 additions, 0 deletionstests/sources/remote/path-in-filename/dir/file
- tests/sources/remote/path-in-filename/target.bst 7 additions, 0 deletionstests/sources/remote/path-in-filename/target.bst
- tests/sources/remote/single-file-custom-name/dir/file 0 additions, 0 deletionstests/sources/remote/single-file-custom-name/dir/file
- tests/sources/remote/single-file-custom-name/target.bst 7 additions, 0 deletionstests/sources/remote/single-file-custom-name/target.bst
- tests/sources/remote/single-file/dir/file 0 additions, 0 deletionstests/sources/remote/single-file/dir/file
- tests/sources/remote/single-file/target.bst 6 additions, 0 deletionstests/sources/remote/single-file/target.bst
buildstream/plugins/sources/remote.py
0 → 100644
tests/sources/remote.py
0 → 100644
tests/sources/remote/missing-file/target.bst
0 → 100644
tests/sources/remote/no-ref/file
0 → 100644
tests/sources/remote/no-ref/target.bst
0 → 100644
tests/sources/remote/single-file/dir/file
0 → 100644
tests/sources/remote/single-file/target.bst
0 → 100644