-
3df140b2
by Dor Askayo
at 2019-02-19T16:01:16Z
setup.cfg: exclude .eggs/**, build/** and tmp/** from pycodestyle linting
-
fec626e2
by Dor Askayo
at 2019-02-19T16:01:16Z
.gitignore: ignore the build output directory
-
52c0c185
by Phil Dawson
at 2019-02-19T17:04:58Z
Merge branch 'phil/additional-linting-excludes' into 'master'
setup.cfg: exclude tmp/**, .eggs/** and build/** from pycodestyle linting
See merge request BuildStream/buildstream!1165
-
c7f76268
by Raoul Hidalgo Charman
at 2019-02-19T17:05:17Z
cachedir: add new dir option that's default root to other dirs
Makes artifactdir and builddir obsolete.
Fixes #870
-
4b62b936
by Raoul Hidalgo Charman
at 2019-02-19T17:05:17Z
context: remove artifactdir
Will check and move old artifact directory if it exists, and create
symlink linking old directory to new.
Part of #870
-
5e10e2e8
by Raoul Hidalgo Charman
at 2019-02-19T17:05:17Z
CASQuota: Move cache check methods into new Class
This sits in Context allowing artifact cache to check the cas quota
while not being used for CASServer.
A lot of code that checks cache quota has been touched.
Part of #870
-
36a60abe
by Jürg Billeter
at 2019-02-19T18:42:56Z
Merge branch 'raoul/870-root-cache-dir' into 'master'
root cache directory
Closes #870
See merge request BuildStream/buildstream!1100
-
6e86d4db
by Angelos Evripiotis
at 2019-02-20T06:06:53Z
doc/./arch_data_model: fixup affect/effect
-
d7596d1c
by Angelos Evripiotis
at 2019-02-20T06:06:53Z
doc/./arch_data_model: add some missing full-stops
-
f6b8ac57
by Angelos Evripiotis
at 2019-02-20T06:06:53Z
doc/./arch_data_model:edit comp stages for clarity
-
803268fe
by Jürg Billeter
at 2019-02-20T06:54:35Z
Merge branch 'aevri/doc_arch_tweaks' into 'master'
doc/../arch_data_model: minor tweaks
See merge request BuildStream/buildstream!1166
-
670ac479
by Jürg Billeter
at 2019-02-20T06:55:14Z
tests/integration/cachedfail.py: Fix test_push_cached_fail
Ensure that a unique cache key is used for different test variants. This
revealed that the test actually fails with --on-error=quit. Marking that
test variant as expected failure until this is fixed.
https://gitlab.com/BuildStream/buildstream/issues/534
-
cf01c3bf
by Jürg Billeter
at 2019-02-20T08:00:16Z
Merge branch 'juerg/cachedfail' into 'master'
tests/integration/cachedfail.py: Fix test_push_cached_fail
See merge request BuildStream/buildstream!1167
-
f22a5138
by Phil Dawson
at 2019-02-20T09:51:47Z
plugin.py: Add API to allow plugins to raise deprecation warnings
A plugin's deprecation warning may be silenced by a project by adding
the plugin to the list 'supress-deprecation-warnings' in the project's
project.conf