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
287
10eeb503
doc/source/conf.py: Fix E201, E202 warnings
Aug 28, 2018
d3c32ca2
doc/source/conf.py: Fix E402 warning
Aug 28, 2018
3ae5fd05
Fix E305 warnings
Aug 28, 2018
c6fb5ba7
Fix E741 warnings
Aug 28, 2018
c5eca59d
Merge branch 'jjardon/pycodestyle_fixes' into 'master'
Aug 29, 2018
63c6ee72
doc: Adding badges.py release badge generator
Aug 29, 2018
2d527052
README.rst: Adding the release and snapshot badges to the readme
Aug 29, 2018
29e7eea8
doc: Adding the release badges to the install page and the semantic versioning page
Aug 29, 2018
5d508779
Merge branch 'tristan/docs-version-badge' into 'master'
Aug 29, 2018
323a5403
setup.py: Add more metadata useful for PyPI
Aug 29, 2018
5fc7b5ac
Merge branch 'chandan/setup.py-metadata' into 'master'
Aug 29, 2018
42ad937d
Prevent ValueError on URLs without an alias
Aug 29, 2018
aa3a33b3
Merge branch 'Qinusty/597-non-alias-url-fix' into 'master'
Aug 29, 2018
2a2a79de
Disable round-tripping when element is not modified
Aug 29, 2018
2df7607c
Merge branch 'valentindavid/roundtripping_only_when_modified' into 'master'
Aug 29, 2018
c146dde5
Log not-found objects in the cache as SKIPPED
Aug 29, 2018
19e87afb
Add tests that not-found objects in cache are shown as SKIPPED
Aug 29, 2018
9cc5817f
Merge branch 'bschubert/log-missed-cache' into 'master'
Aug 29, 2018
3c8646e3
Add cyclic check within variable resolution
Aug 29, 2018
d41c42d6
Add tests for cyclic variables check
Aug 29, 2018
c7b72c30
Merge branch 'Qinusty/600-recursive-variables' into 'master'
Aug 29, 2018
d28e1353
tests/plugins/filter.py: Don't run redundant tests
Aug 30, 2018
e77ae07a
Merge branch 'tristan/reduce-filter-tests' into 'master'
Aug 30, 2018
9ea40e2c
tests/frontend/mirror.py: Reenable test_mirror_fetch_upstream_absent[ostree]
Aug 30, 2018
8aec1102
Merge branch 'tristan/538-reenable-ostree-test' into 'master'
Aug 30, 2018
fcc17c82
source.py: Stylistic changes in Source.__do_fetch()
Aug 30, 2018
60ad044a
source.py: Move Source.mark_download_url() to the public methods.
Aug 30, 2018
c339f917
plugins/source/git.py: Fix formatting of url in tracking
Aug 30, 2018
26565f11
Merge branch 'tristan/source-mirroring-changes' into 'master'
Aug 30, 2018
a38d9163
Report processing errors from tracking
Aug 30, 2018
02138181
Merge branch 'valentindavid/post_tracking_errors' into 'master'
Aug 30, 2018
d23d4f3e
_artifactcache/artifactcache.py: Write the cache_size file atomically
Aug 30, 2018
bb6aa5a5
Merge branch 'tristan/atomic-cache-size-file' into 'master'
Aug 30, 2018
680e4fe1
Replacing string 'bzr' with value from host tools
Aug 30, 2018
8cd719eb
Merge branch 'bzr_fix' into 'master'
Aug 30, 2018
18d0bfb4
buildstream/_project.py: Report if project.conf is missing name
Aug 30, 2018
95121148
Merge branch 'tpollard/591' into 'master'
Aug 30, 2018
775d3fca
_project.py: Adding FIXME comment to address
#591
properly
Aug 31, 2018
0682aa1c
job.py: Modify retry messages to be FAIL
Aug 31, 2018
68eff9ba
tests: Modify tests to ensure retry FAILURE
Aug 31, 2018
9b18e1bf
Merge branch 'Qinusty/retries-should-fail' into 'master'
Aug 31, 2018
e2d8fedf
scheduler.py: Move cache_size logs into folder
Aug 31, 2018
6805a2ab
Merge branch 'Qinusty/cache-size-directory' into 'master'
Sep 01, 2018
f8b06acc
source.py: Document Source.get_source_fetchers() to return an iterable
Sep 02, 2018
559b6fbc
source.py: Fixing docs link formatting to be consistent.
Sep 02, 2018
43ad22d7
source.py: Documenting that marking download URLs is mandatory
Sep 02, 2018
16462e9c
plugin.py: Added _configure() and _get_configuring() private APIs
Sep 02, 2018
1f9c4147
source.py: Added `primary` argument to URL marking APIs
Sep 02, 2018
f9b2f1a9
source.py: Track marked URLs and assert they are marked during Plugin.configure()
Sep 02, 2018
88460cd2
Merge branch 'tristan/source-fetcher-changes' into 'master'
Sep 03, 2018
2339f0c4
plugins/git.py: Warn if ref is not in given track
Sep 03, 2018
c96fec5d
tests/sources/git.py: Add tests for REF_NOT_IN_TRACK
Sep 03, 2018
6a0cdedf
Merge branch 'tpollard/483' into 'master'
Sep 03, 2018
9b327eb6
Improve documentation for artifact cache installation
Sep 04, 2018
3e67e64a
Merge branch 'benbrewer/install-artifacts-doc-improvements' into 'master'
Sep 04, 2018
3409609e
jobs.py: Reduce FD leaks from queues and process objects
Sep 04, 2018
7b32e1ec
Merge branch 'danielsilverstone-ct/maybe-reduce-fd-leaks' into 'master'
Sep 04, 2018
936bb93a
cascache.py: Preparation for remote execution
Sep 07, 2018
b0f46545
cascache.py: Introduce new push helpers
Sep 07, 2018
50bf3139
cascache.py: Introduce new pull helpers
Sep 07, 2018
853e0af7
_casbaseddirectory.py: Add a method for hash recalculation
Sep 07, 2018
e7659c29
sandbox.py: Allow setting the virtual directory
Sep 07, 2018
7306a954
Add "remote-execution" project configuration option
Sep 07, 2018
c0ef7106
format_project.rst: Document remote-execution option
Sep 07, 2018
43651af0
_sandboxremote.py: Implement the REAPI client
Sep 07, 2018
da53c005
sandbox/__init__.py: Add SandboxRemote
Sep 07, 2018
c73896bb
element.py: Get the updated virtual directory after running
Sep 07, 2018
89b29b8b
element.py: Switch to SandboxRemote if config option is set
Sep 07, 2018
116f80d2
autotools.py: Mark this as a BST_VIRTUAL_DIRECTORY plugin
Sep 07, 2018
05956c71
cmake.py: Mark this as a BST_VIRTUAL_DIRECTORY plugin
Sep 07, 2018
909b3be4
make.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin
Sep 07, 2018
556f2abb
meson.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin
Sep 07, 2018
71e2b543
qmake.py: Mark this as a BST_VIRTUAL_DIRECTORY‧plugin
Sep 07, 2018
d4c515d0
tests/artifactcache: Add a simple test project
Sep 07, 2018
923d443b
tests/artifactcache: Add push unit-tests
Sep 07, 2018
9ef53163
tests/artifactcache: Add pull unit-tests
Sep 07, 2018
f52169b2
Merge branch 'jmac/remote_execution_client' into 'master'
Sep 07, 2018
8326b0f7
Upstream libtool .la file removal
Sep 08, 2018
886a836e
Merge branch 'coldtom/autotools-libtool' into 'master'
Sep 08, 2018
2174db01
tests/artifactcache/expiry.py: Fix test case expectations.
Sep 10, 2018
e5847077
_scheduler/queues: Mark build and pull queue as requiring shared access to the CACHE
Sep 10, 2018
98ab2b89
_scheduler/resources.py: Set CACHE max resources to 0
Sep 10, 2018
deaecdc1
_scheduler/scheduler.py: Make CacheSizeJob() not require the CACHE exclusively
Sep 10, 2018
1f118ba4
element.py: Adding missing API documenting comment
Sep 10, 2018
26ccc1ba
_artifactcache: Making public methods public
Sep 10, 2018
00784059
_scheduler: API fixes; _check_cache_size_real() -> check_cache_size()
Sep 10, 2018
a3825ba6
_artifactcache/artifactcache.py: Removing unused variable.
Sep 10, 2018
791f7dda
_artifactcache/artifactcache.py: Sealing away some the estimated size
Sep 10, 2018
cbfddc13
element.py: Remove _get_artifact_size()
Sep 10, 2018
8b748f2d
_scheduler/jobs/cachesizejob.py: Use Platform.get_platform() public accessor
Sep 10, 2018
742908ea
_scheduler/jobs/cleanupjob.py: Use Platform.get_platform() public accessor
Sep 10, 2018
335b2fdd
element.py: Remove _get_artifact_cache() accessor.
Sep 10, 2018
6db54c8f
_artifactcache: There shalt be only one cache size
Sep 10, 2018
958ef8ef
Merge branch 'tristan/fix-cache-exclusivity' into 'master'
Sep 10, 2018
40f25512
subprocesses: Ensure PWD is set in process environment
Sep 10, 2018
247686dc
Merge branch 'richardmaw/subprocess-PWD' into 'master'
Sep 10, 2018
ef66daf5
tests: avoid setting max-jobs
Sep 10, 2018
a37bc6ce
docs: document protected variables
Sep 10, 2018
af74a3f8
element: validate configuration variables
Sep 10, 2018
75c55633
Add tests for validating configuration variables
Sep 10, 2018
187 additional commits have been omitted to prevent performance issues.
Loading