Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Commits on Source
139
56c2c2cc
buildstream/data/projectconfig.yaml: Remove default strip-binaries
Dec 09, 2018
dcb6b5e8
NEWS: Update for removal of default strip-commands
Dec 09, 2018
ae0afce5
buildstream/buildelement.py: Document where to find strip commands for Linux
Dec 09, 2018
873b618c
Merge branch 'jjardon/strip-binaries-removal' into 'master'
Dec 10, 2018
f2fcc2f6
Force updating tags when fetching git repository
Dec 11, 2018
717c10d1
Merge branch 'valentindavid/git_force_fetch_tags' into 'master'
Dec 11, 2018
7892287a
utils.py: Add a helper for searching upwards for files
Dec 11, 2018
67c7a58d
Create and store data inside projects when opening workspaces
Dec 11, 2018
64836b18
_project.py: Rename _ensure_project_dir to _find_project_dir
Dec 11, 2018
7deeb2c3
cli.py: Use utils' search upwards helper when searching for project.conf
Dec 11, 2018
496f0ab7
_project.py: Find project from workspace if outside of a project
Dec 11, 2018
921f2bcb
_workspaces.py: Do not include .bstproject.yaml in the cache key
Dec 11, 2018
f145a3e4
cli: Interactively warn if the user is trying to close the workspace they're...
Dec 11, 2018
494cb7c6
tests: Test bst commands from an external workspace
Dec 11, 2018
fd1c5c5a
NEWS: Add an entry for being able to run commands from a workspace
Dec 11, 2018
4219a6b4
Merge branch 'jonathan/workspace-fragment-create' into 'master'
Dec 11, 2018
e564251b
_stream.py: Fix ugly error when opening a workspace using a relative path
Dec 11, 2018
7cf83343
_context.py: Store the directory buildstream was invoked on
Dec 11, 2018
a1dee91e
Make specifying elements optional in bst commands
Dec 11, 2018
9b192015
tests: Add tests for guessing element names
Dec 11, 2018
e340371f
Add NEWS for guessing the element in commands
Dec 11, 2018
bbf81c3d
doc: Point out that element is optional when commands are run from the workspace
Dec 11, 2018
a5a53ddd
Merge branch 'jonathan/workspace-fragment-guess-element' into 'master'
Dec 12, 2018
d55b9e39
Add --tar option to source-checkout command
Dec 12, 2018
733aab53
Add --force / -f option to source-checkout command
Dec 12, 2018
c2efeba0
Add option to source-checkout command to generate build scripts
Dec 12, 2018
85c61894
Remove source bundle command
Dec 12, 2018
a322d5c0
NEWS: Add entry about the removal of source-bundle command
Dec 12, 2018
ec909605
Merge branch 'phil/source-checkout-options' into 'master'
Dec 12, 2018
3697a611
cli: Add support for auto-completing artifact ref names
Dec 12, 2018
b3dceb16
cli: Add artifact command group
Dec 12, 2018
ba08a0cd
cli: Add artifact log command
Dec 12, 2018
70fb9554
tests: Add tests for artifact group commands
Dec 12, 2018
f773e746
NEWS: Mention `bst artifact log`
Dec 12, 2018
b6528441
Merge branch 'richardmaw/artifact-log' into 'master'
Dec 12, 2018
d03bf316
Mock storage space checks for tests.
Dec 13, 2018
a116f576
Merge branch 'BenjaminSchubert/fix-quota-tests' into 'master'
Dec 13, 2018
180fa774
element.py: fix unbounded variable in nested python exception
Dec 13, 2018
224aa4c2
Merge branch 'bschubert/fix-unbound-variable-exception' into 'master'
Dec 13, 2018
053beb66
manual plugin: Support virtual directories
Dec 13, 2018
29ab271c
makemaker plugin: Support virtual directories
Dec 13, 2018
ba955cf0
pip element plugin: Support virtual directories
Dec 13, 2018
6010b5a4
modulebuild plugin: Support virtual directories
Dec 13, 2018
3a6d27a4
distutils plugin: Support virtual directories
Dec 13, 2018
4c0e602c
BuildElement: Don't enable batching of prepare and assemble by default
Dec 13, 2018
60ddeeb9
Merge branch 'tristan/dont-batch-prepare-assemble-by-default' into 'master'
Dec 13, 2018
bf72cc42
contributing: mandate end-to-end tests, allow others
Dec 13, 2018
13eb7ed2
Merge branch 'aevri/contributing_e2e_tests' into 'master'
Dec 13, 2018
629a6e52
Introduce new "source" command group
Dec 14, 2018
f894c0a8
NEWS: Add entry for new source command group
Dec 14, 2018
b23bec55
Merge branch 'chandan/source-subgroup' into 'master'
Dec 14, 2018
d2105909
Add remote execution instance option
Dec 18, 2018
a3bbec23
sandboxremote: Add server/storage config with defaults
Dec 18, 2018
89219f61
_cascache.py: Add instance names to GRPC calls
Dec 18, 2018
3dc20963
Documentation: Include instance-name in remote execution documentation
Dec 18, 2018
644d8b28
Merge branch 'raoul/627-RE-instance-config' into 'master'
Dec 18, 2018
e29aea36
Basic options for shell --build to use buildtrees
Dec 19, 2018
898a23a5
Merge branch 'willsalmon/shellBuildTrees' into 'master'
Dec 19, 2018
a2f1d879
README.rst: Add license badge
Dec 19, 2018
aae5e4b3
Merge branch 'jjardon/license_badge' into 'master'
Dec 19, 2018
2b767fe8
Move fetch logic from FetchQueue to Element
Dec 20, 2018
7a102144
element.py: Do not call fetch() for cached sources
Dec 20, 2018
b325989e
tests/sources: Test that fetch() is not called for cached sources
Dec 20, 2018
77d8ad45
Merge branch 'juerg/fetch' into 'master'
Dec 20, 2018
9835b7f1
Expose base class for Git source plugins
Dec 20, 2018
14da6955
Merge branch 'chandan/abstract-git-source' into 'master'
Dec 20, 2018
7368f569
_project::_find_project_dir: fix error message
Dec 20, 2018
46efc91d
BREAK: remove auto-init behaviour
Dec 20, 2018
e0c575c4
Merge branch 'aevri/rm-autoinit' into 'master'
Dec 20, 2018
c05d8b4f
tests/frontend/logging.py: Fix regex Deprecation Warning
Dec 20, 2018
e8055a56
buildstream/utils.py: Fix regex Deprecation Warning
Dec 20, 2018
cd4889af
Merge branch 'chandan/fix-warning' into 'master'
Dec 20, 2018
ac995236
_stream.py: fix _buildtree_pull_required logic
Dec 20, 2018
c3153dea
Merge branch 'tpollard/fixbuildtreereq' into 'master'
Dec 21, 2018
caf49669
dev-requirements.txt: Require at least pytest 3.9
Dec 26, 2018
425781db
_signals.py: Fixing new (simplifiable-if-expression) linter errors
Dec 26, 2018
1f8cc996
element.py: Fixing new (unnecessary-pass) and (simplifiable-if-expression) linter errors
Dec 26, 2018
89632150
source.py: Fixing new (unnecessary-pass) linter error
Dec 26, 2018
26d135ba
_artifactcache/casserver.py: Fixed new (wrong-import-order) linter error
Dec 26, 2018
d0988f80
_frontend/cli.py: Fixing new (unnecessary-pass) linter errors
Dec 26, 2018
4d54ab78
_frontend/complete.py: Fixing new (simplifiable-if-expression) linter error
Dec 26, 2018
ee0d5bf6
_frontend/widget.py: Fixing new (wrong-import-order) linter error
Dec 26, 2018
36295282
plugins/elements/import.py: Fixing new (duplicate-string-formatting-argument) linter error
Dec 26, 2018
4ffe03c6
buildstream/storage/_casbaseddirectory.py: Fixing new (unnecessary-pass) linter errors
Dec 26, 2018
80c137d5
dev-requirements.txt: Require new version of pytest-datafiles
Dec 26, 2018
61906a14
dev-requirements.txt: Remove the restriction on pylint.
Dec 26, 2018
94b9948c
Merge branch 'tristan/test-fixes' into 'master'
Dec 26, 2018
fe4fc0b5
_downloadablefilesource.py: Avoid crashes when HOME is unset
Dec 26, 2018
c61e1793
tests/testutils/runcli.py: Fixed broken environment handling
Dec 26, 2018
50c1bb7f
tests/sources/tar.py: Test that we don't crash when HOME is unset
Dec 26, 2018
32a101f6
Merge branch 'tristan/fix-netrc-crasher' into 'master'
Dec 26, 2018
a080b6c7
tests/loader/junctions.py: Use Result checking APIs instead of manually
Dec 31, 2018
d7c8b54d
tests/loader/junctions.py: Test the error we expect when a cross junction element is not found
Dec 31, 2018
560a6342
Merge branch 'tristan/junction-tests' into 'master'
Dec 31, 2018
8a020a5a
_loader/loader.py: Refactor warnings about element names in one method
Dec 31, 2018
87568074
_loader/loader.py: Add warnings about invalid characters in filename
Dec 31, 2018
4b2992c1
tests/buildcheckout.py: Add tests for invalid chars in filename
Dec 31, 2018
ce9e9c2d
doc: Add note about valid element names
Dec 31, 2018
b848172c
Merge branch 'chandan/element-filename-requirements' into 'master'
Dec 31, 2018
bb9df2a1
doc/Makefile: Update comment about sphinx entrypoint
Jan 02, 2019
39 additional commits have been omitted to prevent performance issues.
Loading