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
161
cda1354c
doc: Add new document about Docker integrations
Oct 09, 2018
dd472d95
NEWS: Add entry about contrib/bst-docker-import
Oct 09, 2018
35ac26a7
Merge branch 'chandan/bst-and-docker' into 'master'
Oct 10, 2018
7d96333f
README: Update to add link to website
Oct 10, 2018
39492db8
Merge branch 'patch-2' into 'master'
Oct 10, 2018
4f0bfb4a
Rename element_enums.py -> types.py
Oct 12, 2018
9dc10cc7
doc/source/core_framework.rst: Include the foundation types in the API docs.
Oct 12, 2018
efc0d4cc
types.py: Moved Consistency definition here from source.py
Oct 12, 2018
a0712ead
Merge branch 'tristan/refactor-types-api' into 'master'
Oct 11, 2018
ce55b9a0
doc: updates considering website being live now
Oct 12, 2018
10b092e1
doc/source/additional_docker.rst: Fix link to refer to website
Oct 12, 2018
1c7ba9a0
doc/source/index.rst: Moved references to the website below the simple ToC.
Oct 12, 2018
3738dd06
Merge branch 'tristan/remove-install-guide' into 'master'
Oct 12, 2018
c31ed138
CONTRIBUTING.rst: Added more guidelines about documenting the user guide
Oct 14, 2018
b39d87b4
_artifactcache: Fix crash in push_directory() without artifact server
Oct 15, 2018
4e3ec89e
Merge branch 'juerg/remote-config' into 'master'
Oct 15, 2018
d15ed8fc
yaml: Add a cache of parsed and provenanced yaml
Oct 15, 2018
f4eb685a
yamlcache.py: Add yaml cache tests
Oct 15, 2018
26dfa882
yaml.py: Add loader for yaml test files cache option
Oct 15, 2018
0fbff08b
yaml.py: Add yaml cache testing to yaml list composition test
Oct 15, 2018
3d58d7c5
yaml.py: Add yaml cache test to yaml list composition twice
Oct 15, 2018
363cfc39
yamlcache.py: Add YAML cache changed file test
Oct 15, 2018
086c47c4
Merge branch 'lachlan/pickle-yaml-test-list-composite' into 'master'
Oct 15, 2018
6298e409
Sandbox: CWD was not being created for workspaces
Oct 16, 2018
bbcb9bd5
New Integration test for workspace command-subdir
Oct 16, 2018
5e7cc645
Add conf-root variable to builds
Oct 16, 2018
0d04e1b7
Added tests for conf-root variable
Oct 16, 2018
b2767ac0
Extended the Documentation to cover out of source builds
Oct 16, 2018
118704a9
Added a news item for building out of the source directory
Oct 16, 2018
0a5db229
Merge branch 'willsalmon/outOfSourecBuild' into 'master'
Oct 16, 2018
1fd38fb7
bst2html.py: Name the second argument to avoid an error
Oct 16, 2018
b023d5c0
Merge branch 'jmac/doc-argument-fix' into 'master'
Oct 16, 2018
ac5b482d
Fix spelling of it's and its
Oct 16, 2018
3d9c4eca
Merge branch 'rdale/spelling' into 'master'
Oct 16, 2018
edc07536
README: use correct links for documentation website
Oct 17, 2018
155296a7
setup.py: use correct link for documentation website
Oct 17, 2018
131f95eb
Merge branch 'tiagogones/update-links-to-documentation' into 'master'
Oct 17, 2018
c327d1f3
Change URL to the Alpine tarball
Oct 17, 2018
eeb334f2
Merge branch 'valentindavid/move_alpine_tarball' into 'master'
Oct 17, 2018
b8f69946
_loader/loader.py: Be more explanatory in CircDep exception
Oct 18, 2018
892866e1
Merge branch 'danielsilverstone-ct/report-loop' into 'master'
Oct 18, 2018
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
61 additional commits have been omitted to prevent performance issues.
Loading