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
301
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
43eaf6ee
Merge branch 'chandan/update-doc-makefile-note' into 'master'
Jan 02, 2019
3b5c8a28
.gitlab-ci.yml: Use new testsuite images with pycodestyle 1.4.0
Jan 02, 2019
bd60e8a9
Use pycodestyle instead of pep8
Jan 02, 2019
32c47d1c
Merge branch 'jjardon/pycodestyle' into 'master'
Jan 02, 2019
1cbd9a73
Add requirements files for install, test and plugin dependencies
Jan 02, 2019
6b0cb5f3
Add tox.ini to enable running tests using tox
Jan 02, 2019
9d2d1d4f
.gitlab-ci.yml: Run tests using tox
Jan 03, 2019
8ae04283
CONTRIBUTING.rst: Updated to reflect running tests using tox.
Jan 03, 2019
e7e2a5c1
CONTRIBUTING.rst: Add steps for installing non-python build dependencies
Jan 03, 2019
afa0a369
Move all requirements files into "tools" directory
Jan 03, 2019
3fae3446
Move sphinx build functionality to tox
Jan 03, 2019
1f7bc655
CONTRIBUTING.rst: Add instructions to recreate tox environment
Jan 03, 2019
669b55b0
Merge branch 'chandan/toxify' into 'master'
Jan 03, 2019
ca547f19
tests/frontend/buildcheckout.py: Fix bad filename issue for Windows
Jan 03, 2019
01c3761c
Merge branch 'chandan/fix-bad-filename-mini-disaster' into 'master'
Jan 03, 2019
7850e4e2
setup.cfg: Specify the pycodestyle configurations separately from pytest configuration
Jan 03, 2019
3c9d592d
setup.cfg: Don't lint by default through setup.py test invocations
Jan 03, 2019
feba48e7
tox.ini: Added new 'lint' environment to lint separately
Jan 03, 2019
9caa0ea0
.gitlab-ci.yml: Update the CI to run the linter separately through tox
Jan 03, 2019
91c8b634
CONTRIBUTING.rst: Adding instructions to run the linter separately
Jan 03, 2019
892bf99e
tools/requirements.{in,txt}: Fix warning about duplicate jinja
Jan 03, 2019
7c681c42
tools/dev-requirements.{in,txt}: Removed requirements on pylint/codestyle pytest plugins
Jan 03, 2019
d6689ed2
Merge branch 'tristan/toxic-linting' into 'master'
Jan 03, 2019
e15278d7
Use collections.abc for Mapping, Iterable
Jan 03, 2019
a85da591
Merge branch 'coldtom/collections' into 'master'
Jan 03, 2019
cf0e7d26
_frontend/cli.py: Reinstate support for guessing targets
Jan 04, 2019
0751fc8f
Merge branch 'juerg/source-guess-target' into 'master'
Jan 04, 2019
ebd965fe
Rename "tools" directory to "requirements"
Jan 04, 2019
bb712886
Add Makefile to update requirements files
Jan 04, 2019
b9792837
CONTRIBUTING.rst: Add instructions to update requirements files
Jan 04, 2019
45692335
Merge branch 'chandan/update-requirements-one-liner' into 'master'
Jan 04, 2019
f42dcb54
.gitlab-ci.yml: Remove prepare stage
Jan 04, 2019
ee29f207
Merge branch 'chandan/no-sdist' into 'master'
Jan 04, 2019
f122cfe8
_frontend/app.py: Use buildtree for interactive shell on build failure
Jan 06, 2019
7dfb85b3
Merge branch 'juerg/shell-buildtree' into 'master'
Jan 06, 2019
891fcb0e
Fix stack traces discovered with ^C forceful termination.
Jan 07, 2019
5de42d43
Merge branch 'tristan/keyboard-interrupt-stack-trace' into 'master'
Jan 07, 2019
059035b9
_scheduler/scheduler.py: Make _schedule_jobs() private
Jan 07, 2019
b83d1b1f
_scheduler/scheduler.py: Only run one cache size job at a time
Jan 07, 2019
16a8816f
Scheduler: Introduced JobStatus instead of simple success boolean
Jan 07, 2019
c2fc2a5e
_scheduler/jobs/job.py: Removed 'skipped' property
Jan 07, 2019
3e3984ad
Merge branch 'tristan/one-cache-size-job' into 'master'
Jan 07, 2019
512c726e
sandbox/sandbox.py: Fix regression of command logging
Jan 07, 2019
01171988
Merge branch 'tristan/fix-command-status-messages' into 'master'
Jan 08, 2019
6c1d06d6
element.py: remove reference to source bundle command
Jan 08, 2019
914ecb72
Merge branch 'phil/remove-source-bundle-reference' into 'master'
Jan 08, 2019
81f7a964
sandbox/sandbox.py: Use assertions for programming errors instead of BstErrors.
Jan 08, 2019
edcc43ed
Merge branch 'tristan/sandbox-programming-error' into 'master'
Jan 08, 2019
17c5ca2d
Use relative path to project directory for remote execution certificates/keys
Jan 09, 2019
605f8d11
Add support for user remote execution configuration
Jan 09, 2019
65ea03ab
Add support for https channel to remote execution and actions servers
Jan 09, 2019
ba05c4fa
Merge branch 'valentindavid/remote_execution_configuration' into 'master'
Jan 09, 2019
eb0dbcfc
buildstream/plugins/elements/script.py: Mark script as BST_VIRTUAL_DIRECTORY
Jan 09, 2019
f7681925
Merge branch 'valentindavid/script_virtual_directory' into 'master'
Jan 09, 2019
f87d1c93
sandboxremote.py: Rename 'instance_name' option to 'instance-name'
Jan 09, 2019
ed8bc5bc
Merge branch 'jmac/rename_instance_name' into 'master'
Jan 09, 2019
f29a0995
Support running test environments in parallel with `detox`
Jan 09, 2019
d364ad02
CONTRIBUTING.rst: Updated to mention new `coverage` tox environment.
Jan 09, 2019
1e352434
Merge branch 'tristan/detox-tests' into 'master'
Jan 09, 2019
116c1070
.coveragerc: Omit some things which are irrelevant to cover.
Jan 09, 2019
c8f3616d
Merge branch 'tristan/refine-coverage' into 'master'
Jan 09, 2019
c87bb592
_platform/platform.py: Add canonicalize_arch() method
Jan 10, 2019
26e33346
_options/optionarch.py: Accept architecture aliases
Jan 10, 2019
06deb4c4
element.py: Accept architecture aliases for sandbox config
Jan 10, 2019
0c2a66b3
tests/format/optionarch.py: Add tests for architecture aliases
Jan 10, 2019
f86bc760
Merge branch 'juerg/arch' into 'master'
Jan 10, 2019
201 additional commits have been omitted to prevent performance issues.
Loading