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
171
f1aa0974
Fix python warnings: Use collections.abc instead collections
Oct 18, 2018
f1550c8e
Merge branch 'jjardon/warnings_collections' into 'master'
Oct 18, 2018
1c24979a
Spelling fixes: 'affect', not 'effect' as verb
Oct 19, 2018
43a2eee3
Merge branch 'aevri/affect' into 'master'
Oct 19, 2018
12719f0d
_artifactcache: Rename update_atime() to update_mtime()
Oct 22, 2018
a7a28d14
_artifactcache: Fix ref in update_mtime()
Oct 22, 2018
be29e0f5
Merge branch 'juerg/cas-mtime' into 'master'
Oct 22, 2018
b74aca1a
tests/testutils/artifactshare.py: Fix has_artifact() to match core code
Oct 23, 2018
c7dda150
Merge branch 'juerg/test-artifactshare' into 'master'
Oct 23, 2018
74c115b9
plugins/sources: refactor, rm needless ExitStack-s
Oct 23, 2018
ecb58b42
Merge branch 'aevri/rm-exitstack' into 'master'
Oct 23, 2018
aa0cbf5d
_sandboxremote.py: Try to reopen operation steam on failure
Oct 23, 2018
552f5fc6
Merge branch 'mablanch/630-remote-execution-reconn' into 'master'
Oct 23, 2018
276d2195
_downloadablefilesource: handle ValueError-s
Oct 25, 2018
2d012a21
Merge branch 'aevri/unknown-uri-452' into 'master'
Oct 25, 2018
cf4741ce
docs: Add helpful notes to artifact server configuration instructions
Oct 25, 2018
5737bb06
using_configuring_artifact_server.rst: Fix incorrect reference to bst push (with link)
Oct 25, 2018
28317622
Merge branch 'jennis/patch_remote_cache_docs' into 'master'
Oct 25, 2018
d2743c52
_context.py: Remove useless `return` from `Context.message`
Oct 25, 2018
95adf09e
_variables.py: Fix lint issue in `find_recursive_variable`
Oct 25, 2018
9359c067
_workspaces.py: Simplify chained comparison
Oct 25, 2018
796bd8c9
_yaml.py: use `in (a,b)` to simply boolean checks
Oct 25, 2018
5a3a537f
_yaml.py: Quieten a lint in Python < 3.6
Oct 25, 2018
b279c730
_yamlcache.py: Correct bug in `YamlCache._get_filepath()`
Oct 25, 2018
527f3b32
_yamlcache.py: Correct braino in variable name
Oct 25, 2018
6d0c697d
_yamlcache.py: Remove unused imports
Oct 25, 2018
32323695
buildelement.py: Quieten a lint about `__commands`
Oct 25, 2018
c5c0654d
element.py: Simplify some conditions with `in (foo, bar)`
Oct 25, 2018
4f84e2f6
element.py: Silence pylint warning about abstract method
Oct 25, 2018
b4645745
plugin.py: use dict.get() instead of an if statement
Oct 25, 2018
68ec9bcf
source.py: Quiet several pylint issues with abstract methods
Oct 25, 2018
1bf0a031
source.py: Remove unused local variable
Oct 25, 2018
e9c6db1e
source.py: Remove unused variable
Oct 25, 2018
5a187a1e
utils.py: Disable lint warning about popen
Oct 25, 2018
b368f57f
utils.py: Group stat imports
Oct 25, 2018
b45fea19
_artifactcache/artifactcache.py: Remove superfluous parens
Oct 25, 2018
3e4a6507
_artifactcache/artifactcache.py: Silence lint issues
Oct 25, 2018
447780b0
_frontend/app.py: Remove unused import of `resource`
Oct 25, 2018
247b9fa8
_frontend/status.py: Reorder imports
Oct 25, 2018
522867c8
_fuse/{hardlinks,mount}.py: Remove dangerous use of {} in defaults
Oct 25, 2018
31a7bce5
_fuse/mount.py: Deal with abstract method lint issue
Oct 25, 2018
eb805c6c
_options/optionbool.py: Refactor conditions
Oct 25, 2018
aca9a612
_platform/darwin.py: Remove useless __init__()
Oct 25, 2018
77b1506f
_platform/darwin.py: Remove unused imports
Oct 25, 2018
70000b0d
_platform/linux.py: Remove unused imports
Oct 25, 2018
bab617d0
_platform/linux.py: Simplify return statement
Oct 25, 2018
45a1d15f
_scheduler/jobs/job.py: Correct lint issue around abstract method
Oct 25, 2018
e9154b4d
_scheduler/queue/pullqueue.py: Remove unused return value
Oct 25, 2018
7b082bb7
_scheduler/queue/trackqueue.py: Remove unused import
Oct 25, 2018
f1cfc0b7
plugins/source/git.py: Rationalised unused return values
Oct 25, 2018
7c72d25b
sandbox/_mount.py: Do not use dict literals in argument defaults
Oct 25, 2018
4e7408ee
sandbox/_mounter.py: Remove useless inheritance on `object`
Oct 25, 2018
df495d16
sandbox/_sandboxbwrap.py: Disable lint about dict.get
Oct 25, 2018
63c6e6b1
sandbox/_sandboxchroot.py: Silence warning about unused variable
Oct 25, 2018
3394741a
sandbox/_sandboxchroot.py: Silence warning about preexec_fn
Oct 25, 2018
cd20e7a1
sandbox/_sandboxchroot.py: Silence warning about dict.get
Oct 25, 2018
5087f5c5
_artifactcache/cascache.py: Refactor slightly for indentation
Oct 25, 2018
d73d965b
_artifactcache/cascache.py: Silence len(SEQUENCE) as condition warnings
Oct 25, 2018
fa740402
_artifactcache/cascache.py: Prepare attributes in __init__
Oct 25, 2018
ad8271f0
_artifactcache/cascache.py: Remove unused imports
Oct 25, 2018
1445a901
_artifactcache/cascache.py: Cleanup lint warning about indexing
Oct 25, 2018
19df07ea
Bump CI image tags
Oct 25, 2018
64dbe9ae
MANIFEST: Include a lot more missing stuff in the manifest
Oct 25, 2018
f6bc25dd
.gitlab-ci.yml: Change how coverage is recovered
Oct 25, 2018
1c1d14e7
Merge branch 'danielsilverstone-ct/fix-lint-issues' into 'master'
Oct 25, 2018
23140b6b
sources: Don't redundantly document directory configuration
Oct 25, 2018
db2a676e
build elements: Add reference to BuildElement's built-in config
Oct 25, 2018
356d84cd
Merge branch 'chandan/source-doc-directory' into 'master'
Oct 25, 2018
8c41b5b8
_yaml.py: Do not insert into cache if retrieved from cache
Oct 26, 2018
494d7018
Merge branch 'danielsilverstone-ct/do-not-reinsert-yaml' into 'master'
Oct 26, 2018
80762ecb
Check if command is a str and replace by list before checking existence
Oct 26, 2018
f131c407
Merge branch 'bschubert/fix-command-sandbox' into 'master'
Oct 26, 2018
54d89aa1
_loader/loadelement.py: Use enumerate() in dependency extraction
Oct 26, 2018
e4c18ba4
Merge branch 'danielsilverstone-ct/use-enumerate' into 'master'
Oct 26, 2018
20e5c58a
using_configuring_artifact_server.rst: Fix lines that are too long
Oct 26, 2018
320dae02
docs: Add more information to "managing the cache with systemmd" section
Oct 26, 2018
1eb993bf
Merge branch 'jennis/another_docs_patch' into 'master'
Oct 26, 2018
f069d82f
various: Move _sentinel from utils.py to _yaml.py
Oct 26, 2018
283887a5
Merge branch 'danielsilverstone-ct/yaml-sentinel-rework' into 'master'
Oct 26, 2018
2c6cb230
Fix some ruamel warnings during tests
Oct 26, 2018
a8250ca4
Merge branch 'valentindavid/ruamel_warnings' into 'master'
Oct 26, 2018
1b308fe3
_stream.py: Preserve stdout FD across checkout-to-stdout
Oct 26, 2018
65d90c31
tests/testutils/runcli.py: Support binary-mode capture of stdout
Oct 26, 2018
ed733f3e
tests/frontend/buildcheckout.py: Enable test_build_checkout_tarball_stdout
Oct 26, 2018
e97d2a75
Merge branch 'bschubert/fix-binary-output-capture' into 'master'
Oct 29, 2018
1625de0e
doc/source/conf.py: Added `images` directory for statically included files
Oct 29, 2018
38507b4e
doc/source/format_intro.rst: Adding link anchor for include directives
Oct 29, 2018
26164bcd
MANIFEST.in: Include SVG and ODG files in source distributions
Oct 29, 2018
3a23c8f6
doc: Adding new architecture document with initial "Overview of modules" section
Oct 29, 2018
41d370f6
doc: Adding new architecture document describing the data model
Oct 29, 2018
bed7f7ac
doc: Adding new architecture document describing the dependency model
Oct 29, 2018
9bdf7f40
doc: Adding new architecture document about highlevel program flow
Oct 29, 2018
6b8bdf35
doc: Adding new architecture document about how the scheduler works.
Oct 29, 2018
b1fadaa5
doc: Moved cachekey and sandboxing writings into the architecture section
Oct 29, 2018
baf6b578
Merge branch 'tristan/architecture-docs' into 'master'
Oct 29, 2018
09ef8b25
element.py: Always clean up the rootdir
Oct 30, 2018
37afde0a
Element: Use cached buildtree in build shells and failure shells
Oct 30, 2018
4bc71773
NEWS: Add item for cached buildtree behaviour
Oct 30, 2018
9b89564f
tests: Add test that cached build trees are staged in build shells
Oct 30, 2018
ec76cbe1
sandbox.py: Remove redundant Sandbox.__directory
Oct 30, 2018
71 additional commits have been omitted to prevent performance issues.
Loading