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
111
0f2bc375
_protos: Import google.rpc.Code proto
Sep 27, 2018
16cf9d5f
_sandboxremote.py: Handle remote build execution exit code
Sep 27, 2018
f5f3cb7c
Merge branch 'mablanch/668-remote-build-failure' into 'master'
Sep 27, 2018
b99a6740
element.py: Add __use_remote_execution() helper method
Sep 27, 2018
f8bbe008
_platform: Add check_sandbox_config() method
Sep 27, 2018
f9494f1f
element.py: Validate sandbox config
Sep 27, 2018
b4ad84c3
_platform/linux.py: Remove redundant message
Sep 27, 2018
966af3d2
_platform/linux.py: Do not disable push globally
Sep 27, 2018
f08e5eae
_artifactcache/cascache.py: Remove unused enable_push parameter
Sep 27, 2018
10ed9158
_artifactcache: Add preflight() method
Sep 27, 2018
7aec8b0f
Move artifact cache creation to Context
Sep 27, 2018
a5025c33
_loader: Migrate to Context.artifactcache
Sep 27, 2018
ef1cb374
_scheduler: Migrate to Context.artifactcache
Sep 27, 2018
52991be1
_stream.py: Migrate to Context.artifactcache
Sep 27, 2018
cb6b35dc
sandbox/_sandboxremote.py: Migrate to Context.artifactcache
Sep 27, 2018
28c62b00
_platform/platform.py: Remove unused artifactcache property
Sep 27, 2018
99e90918
_artifactcache/casserver.py: Use Context for artifact cache creation
Sep 27, 2018
b8f920e2
storage/_casbaseddirectory.py: Use Context for artifact cache creation
Sep 27, 2018
3d88c5d4
tests/testutils: Use Context for artifact cache creation
Sep 27, 2018
ed878cb6
tests/artifactcache/pull.py: Use Context for artifact cache creation
Sep 27, 2018
fe82c9c2
tests/artifactcache/push.py: Use Context for artifact cache creation
Sep 27, 2018
0d0f700d
_platform: Remove unused context
Sep 27, 2018
dd770ec3
Use lazy platform instantiation
Sep 27, 2018
44da8175
Merge branch 'juerg/platform' into 'master'
Sep 27, 2018
900e8900
git.py: Make `ref` human readable
Sep 27, 2018
107269c1
testutils/repo/git.py: Add add_tag() method
Sep 27, 2018
8060ad8c
tests/sources/git.py: Add track and fetch test with and without tag
Sep 27, 2018
ab1cb672
Merge branch 'juerg/git-describe' into 'master'
Sep 27, 2018
fcf37f9c
Added `set_resource_limits()` to platform
Sep 27, 2018
80ebdd2c
Added FUSE check, as WSL does not support FUSE yet
Sep 27, 2018
5e81573b
Max-jobs is now defined on a platform basis
Sep 27, 2018
3c93fe97
Adding Dummy sandbox
Sep 27, 2018
0f3ef369
Adding darwin.py (MacOS) platform
Sep 27, 2018
b78ae767
utils.py: Reworked safe_remove
Sep 27, 2018
ab5e78b4
Import sandbox subclass when instantiating sandbox
Sep 27, 2018
261f65ca
Merge branch 'mac_fixes' into 'master'
Sep 27, 2018
d2ea3069
tests: Add regression test for pushing failed builds
Sep 27, 2018
c128429a
Merge branch 'richardmaw/push-failed-build-regression' into 'master'
Sep 27, 2018
e91eb38b
Fix outside-of-project check when project path is not canonical.
Sep 27, 2018
7babd55c
Merge branch 'valentindavid/silverblue-path' into 'master'
Sep 27, 2018
5cdfac81
data/userconfig.yaml: Document the cache.quota setting
Sep 28, 2018
5d3f039f
Merge branch 'bochecha/cache-size' into 'master'
Sep 28, 2018
14e1a3b3
_platform: Fix get_cpu_count() with cap=None
Oct 01, 2018
232662f1
Merge branch 'juerg/cpucount' into 'master'
Oct 01, 2018
f447aedd
ci: upper case variables
Oct 01, 2018
682dddce
ci: correct freedestop-sdk version comment
Oct 01, 2018
fafa8136
Merge branch 'tiagogomes/ci-minor-tweaks' into 'master'
Oct 01, 2018
26e1a3c7
_artifactcache/casserver.py: Implement BatchUpdateBlobs
Oct 01, 2018
f47895c0
_artifactcache/cascache.py: Use BatchUpdateBlobs
Oct 01, 2018
cf00c0a1
Merge branch 'juerg/cas-batch' into 'master'
Oct 01, 2018
5f4ae90b
sandbox/_sandboxremote.py: Use helpers to set up cwd and env
Oct 02, 2018
0458bc4e
Merge branch 'juerg/sandbox' into 'master'
Oct 02, 2018
d5b396e0
Forcing CI to install Sphinx 1.7.9
Oct 02, 2018
dae842fd
Merge branch 'docs_Search_not_working' into 'master'
Oct 02, 2018
8dc16d3f
_platform/linux.py: Accept all configs for dummy sandbox
Oct 03, 2018
66446fc3
Merge branch 'juerg/dummy-sandbox' into 'master'
Oct 03, 2018
29c19bea
git.py: Added timed activity around fetching, displaying the URL being fetched.
Oct 03, 2018
b645881c
source.py: Silence messages while consuming source fetchers
Oct 03, 2018
c9437616
Merge branch 'tristan/fix-status-messages' into 'master'
Oct 03, 2018
11320fe2
_scheduler: Fix bookkeeping of terminated jobs
Oct 03, 2018
91271964
Merge branch 'tristan/fix-terminated-jobs' into 'master'
Oct 03, 2018
3bf895d2
tests: Add regression test for mirroring with project.refs
Oct 03, 2018
e4969807
Merge branch 'jonathan/source-mirror-project-refs' into 'master'
Oct 03, 2018
a0814399
_scheduler/scheduler.py: Ignore interrupt events while terminating.
Oct 03, 2018
0a1f8e3c
Merge branch 'tristan/fix-double-terminate-prompt' into 'master'
Oct 03, 2018
11161f99
utils.py: Give save_file_atomic() a tempdir argument
Oct 03, 2018
3e797bb9
_artifactcache/cascache.py: Don't create temporary files in the CAS storage
Oct 03, 2018
d9020e43
utils.py: Document _get_dir_size() expectations.
Oct 03, 2018
3e5ff5a9
Merge branch 'tristan/fix-cache-size-race' into 'master'
Oct 03, 2018
e8179c34
element.py: Put the temporary staging directory in artifactdir
Oct 03, 2018
3cf38c8e
Merge branch 'jmac/temporaries-inside-cachedir' into 'master'
Oct 03, 2018
59c92bda
sandbox/_sandboxdummy.py: Take a reason for use
Oct 04, 2018
b9ddcd0e
_platform/darwin.py: Give reason for use of dummy sandbox
Oct 04, 2018
df0d5a8b
_platform/linux.py: Refactor checks for sandboxing
Oct 04, 2018
b8421a9c
_site.py: Protect against failure running `bwrap --version`
Oct 04, 2018
c74bfbe5
_site.py: Reduce complexity of bwrap version comparison
Oct 04, 2018
c46a7e87
setup.py: Change bwrap assertion to a warning
Oct 04, 2018
fd6a9573
Merge branch 'danielsilverstone-ct/bwrap-check-runtime-only' into 'master'
Oct 04, 2018
c5778941
element.py: Do not save workspace on failed build
Oct 04, 2018
788cde6a
testing: Add regression test for workspace bug
Oct 04, 2018
8630bac4
Merge branch 'Qinusty/634-workspace-failed-builds' into 'master'
Oct 04, 2018
a7984218
Catch correct exception from shutil.rmtree
Oct 04, 2018
b7b20d9e
Merge branch 'valentindavid/rmtree_oserror' into 'master'
Oct 04, 2018
42ea143d
Add contrib script to generate Docker images from bst checkout
Oct 05, 2018
b38f9f9d
Merge branch 'chandan/bst-docker-import' into 'master'
Oct 05, 2018
47df1e36
element.py: Prepare local sandbox for bst checkout and bst shell
Oct 05, 2018
d3921ab8
Merge branch 'juerg/remote' into 'master'
Oct 05, 2018
53d9f977
CONTRIBUTING.rst: Updating CONTRIBUTING guidelines
Oct 06, 2018
5587715c
CONTRIBUTING.rst: Some fixes in grammer and minor corrections
Oct 07, 2018
43c7ac23
contributing.rst: fix typo
Oct 07, 2018
3f0c919f
Merge branch 'aevri/fixup-contributing-typos' into 'master'
Oct 07, 2018
6f5f795e
CONTRIBUTING.rst: Added section about minimizing API surfaces
Oct 08, 2018
abb9fb98
CONTRIBUTING.rst: Added section on file naming convention
Oct 08, 2018
ba905e3a
CONTRIBUTING.rst: Correcting `Context` example in the "imports" section
Oct 08, 2018
674afe94
CONTRIBUTING.rst: Added a note that public API objects should be exposed from __init__.py
Oct 08, 2018
350c6796
CONTRIBUTING.rst: Added section in PEP-8 coding style about line lengths.
Oct 08, 2018
3ca487b8
bst-docker-import: Consistently use stderr for all logs
Oct 08, 2018
49df3d75
Merge branch 'chandan/fix-bst-docker-import-logging' into 'master'
Oct 08, 2018
d827dfae
contributing.rst: end lines with punctuation
Oct 09, 2018
9590e8ae
contributing.rst: fix whitespace
Oct 09, 2018
11 additional commits have been omitted to prevent performance issues.
Loading