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
154
f4c2bf19
workspaces.rst: Move terminal sessions to doc/source/sessions-stored/
Aug 25, 2018
23b01f24
workspaces.rst: fix note which is not rendering correctly
Aug 25, 2018
369bec0c
doc/source/developing/workspaces.rst: Some whitespace fixes
Aug 25, 2018
24cb3037
.gitignore: Ignore doc/source/sessions directory of generated html files
Aug 25, 2018
4f8fe977
HACKING.rst: Documenting the new "shell" configuration in the bst2html input file format
Aug 25, 2018
d819fb64
Merge branch 'tristan/fixup-workspace-docs' into 'master'
Aug 25, 2018
ba675863
doc/source/main_install.rst: Use one level depth toctree
Aug 25, 2018
52fce701
doc/source/main_install.rst: Move the main install link target here
Aug 25, 2018
f7289b6b
doc/source/install_source.rst: Splitting up install instructions
Aug 25, 2018
a1fa504d
Add section about current releases
Aug 25, 2018
08632568
doc/source/install_source.rst: Explain about release tag in git install instructions.
Aug 25, 2018
a7e046d5
Merge branch 'tristan/install-guide-refactoring' into 'master'
Aug 25, 2018
c53d190b
doc/bst2html.py: Fix deprecation warning
Aug 26, 2018
a9390efd
Merge branch 'jjardon/doc_fix_deprecations' into 'master'
Aug 26, 2018
5fb772b5
.gitlab-ci.yml: Trying to fix code quality reports
Aug 26, 2018
fa696307
Merge branch 'tristan/fix-code-quality' into 'master'
Aug 26, 2018
0f329276
README.rst: Use stronger language to follow the installation guide.
Aug 26, 2018
4b6f3d0d
Merge branch 'tristan/readme-version' into 'master'
Aug 26, 2018
7c6e91f5
Revert ".gitlab-ci.yml: Avoid running tests in post-merge"
Aug 27, 2018
539963e3
Revert "README.rst: Removing the badges"
Aug 27, 2018
5a5b6699
.gitlab-ci.yml: Moving code_quality job into tests phase
Aug 27, 2018
c6ba8932
Merge branch 'tristan/restore-post-merge-CI' into 'master'
Aug 27, 2018
9cb69b0b
doc/source/main_install.rst: Clarify that BuildStream cannot be run on Windows
Aug 27, 2018
8c7fadd8
Merge branch 'tristan/install-guide-main' into 'master'
Aug 27, 2018
ddbf7bc2
element.py: Schedule assemble for key of workspaced elements
Aug 28, 2018
ffc556ff
tests/frontend/workspace.py: Add test for workspaced dependencies
Aug 28, 2018
dd90d53d
element.py: Do not attempt to pull workspaced elements
Aug 28, 2018
6a5a8e7a
Merge branch 'juerg/workspaced-dependencies' into 'master'
Aug 28, 2018
6047a575
tests/frontend/workspaces.py: Removing some redundant tests
Aug 28, 2018
7535fda8
Merge branch 'tristan/remove-redundant-test' into 'master'
Aug 28, 2018
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
54 additional commits have been omitted to prevent performance issues.
Loading