This project is archived. Its data is
read-only
.
Commits on Source
199
0b83d024
_pipeline.py: Fix the planner to retain the original order when depth sorting
Jan 10, 2019
630e26f1
testutils/runcli.py: Added Result.get_start_order()
Jan 10, 2019
d1d7de57
tests/frontend/order.py: Adding tests ensuring stable element processing order
Jan 10, 2019
276b8d48
Merge branch 'tristan/element-processing-order' into 'master'
Jan 11, 2019
fc3dcec8
dev-requirements: pytest-cov==2.6.1 for '--no-cov'
Jan 11, 2019
f86b7ff3
contributing: '--last-failed' and '--no-cov' tips
Jan 11, 2019
d983f231
Merge branch 'aevri/tox_no_cov' into 'master'
Jan 11, 2019
829a2b93
_scheduler/queues/queue.py: Put elements in the skip list, not jobs
Jan 12, 2019
993e30ae
Merge branch 'tristan/fix-skipped-elements' into 'master'
Jan 12, 2019
32732e01
.gitlab-ci.yml: Use latest freedesktop-sdk 18.08.25
Jan 14, 2019
4f5f1184
Merge branch 'jjardon/freedesktop-sdk_latest' into 'master'
Jan 14, 2019
bb80a2b8
.gitlab-ci.yml: Use newer image for overning aarch tests
Jan 14, 2019
10b3ee62
Merge branch 'chandan/fix-overnight-aarch' into 'master'
Jan 14, 2019
542cdaf0
_frontend/cli.py: Also check original args for --config in bash completion
Jan 14, 2019
ff666e76
completions.py: Add a test for our artifact ref autocompletions
Jan 14, 2019
273b0f55
Merge branch 'jennis/add_artifacts_completion' into 'master'
Jan 14, 2019
2e3c2ea2
.gitlab-ci.yml: Use latest bst-external
Jan 14, 2019
d60d2e31
Merge branch 'jjardon/bst_external_0_9' into 'master'
Jan 15, 2019
605836c1
.gitlab-ci.yml: Add job to attempt to update dependencies
Jan 15, 2019
006370af
Merge branch 'chandan/reqs-update-test' into 'master'
Jan 15, 2019
4b544555
.gitlab-ci.yml: Add tests for python 3.7
Jan 15, 2019
80fe0d9a
Merge branch 'chandan/python37-tests' into 'master'
Jan 15, 2019
c91784ab
conftest.py: Don't use deprecated get_marker() function
Jan 15, 2019
ecae4d73
Merge branch 'chandan/fix-pytest-get-marker' into 'master'
Jan 15, 2019
0eac4008
buildstream/_gitsourcebase.py: Reduce git history for git describe.
Jan 16, 2019
a405e08f
buildstream/_gitsourcebase.py: Fix case where HEAD is tagged
Jan 16, 2019
c0631d48
Merge branch 'valentindavid/git-reduced-history' into 'master'
Jan 16, 2019
b608ac86
_context.py: Doc fix: get_toplevel_project() returns object not list
Jan 16, 2019
97a3beb6
_context.py: Add documentation to get_workspaces() command
Jan 16, 2019
d6587aa0
Merge branch 'jennis/doc_fixes_in_context' into 'master'
Jan 16, 2019
2683f98a
_cas: Rename artifactcache folder and move that to a root module
Jan 16, 2019
d2cc4798
casremote.py: Move remote CAS classes into its own file
Jan 16, 2019
76f67483
cas: move remote only functions to CASRemote
Jan 16, 2019
6c428bc9
Merge branch 'raoul/cas-refactor' into 'master'
Jan 16, 2019
2648b0bd
bst-docker-import: fix Chandan's name
Jan 16, 2019
780d0f3a
Merge branch 'chadnan' into 'master'
Jan 16, 2019
4ca37dcd
source-determinism.py integration test: Dont use integration_cache fixture
Jan 16, 2019
6286d820
conftest.py: Use different artifact directory for integration tests
Jan 16, 2019
471af316
Merge branch 'tristan/detoxing-integration-tests' into 'master'
Jan 16, 2019
081e8426
setup.py: Import server main from _cas/casserver.py
Jan 16, 2019
e385660c
Merge branch 'jennis/fix_bst_artifact_server' into 'master'
Jan 16, 2019
6991d6d6
_scheduler: Refactor of queues and resources.
Jan 16, 2019
04ba59bc
tests/frontend/order.py: Enable the test for build and fix the fetch tests
Jan 16, 2019
32bdded8
_artifactcache/artifactcache.py: Rephrase failure message
Jan 16, 2019
17f6e5a8
Merge branch 'tristan/element-processing-order' into 'master'
Jan 16, 2019
19adc9e5
element.py: Cleanup temporary staging directories on termination
Jan 16, 2019
5e9598c5
Merge branch 'tristan/cleanup-staging-tempdir' into 'master'
Jan 16, 2019
5ea2f59d
tests: Migrate completions test to tests/frontend
Jan 16, 2019
1eafc25c
tests: Migrate `--except` testing to tests/frontend/show.py
Jan 16, 2019
b6183123
tests: Migrate virtual directory storage test to internals directory
Jan 16, 2019
9b6cc972
tests: Migrate storage test to the internals directory
Jan 16, 2019
7e2300ce
tests: Migrate yaml test to the internals directory
Jan 16, 2019
353a682f
tests: Migrate utils tests into internals directory
Jan 16, 2019
3324490e
tests: Migrate context test into the internals directory
Jan 16, 2019
99ea157a
tests: Migrate plugin factory test to internals directory
Jan 16, 2019
e825bdd3
tests: Migrate plugin loading test to internals directory
Jan 16, 2019
c7f69bcc
tests: Removing tests/plugins/third_party.py
Jan 16, 2019
42150422
tests: Rename `plugins` directory to `elements` directory
Jan 16, 2019
f712aaa5
tests: Migrate internal Loader basic test to internals directory
Jan 16, 2019
8d676a84
tests: Migrate dependencies test to tests/format
Jan 16, 2019
bbde1c21
tests: Migrate dependency order/iteration testing to the format tests
Jan 16, 2019
8f2b4e9a
tests: Migrate test for load_ref() unsupporting plugins into format/project.py
Jan 16, 2019
de881c2a
tests: Migrate preflight error handling check to tests/format/project.py
Jan 16, 2019
a7fbd900
tests: Renaming some tests in tests/format/project.py
Jan 16, 2019
aa997450
tests: Removing tests/pipeline/load.py
Jan 16, 2019
561eddf1
tests: Migrate protected variable handling tests to tests/format/variables.py
Jan 16, 2019
3bf40cf3
tests: Migrate junctions test to tests/format/junctions.py
Jan 16, 2019
d34a4fd1
Merge branch 'tristan/organizing-tests' into 'master'
Jan 17, 2019
d212cdfa
sandbox/sandbox.py: Display failed commands in the detail string
Jan 16, 2019
ce91ce5d
Merge branch 'tristan/error-message-regression' into 'master'
Jan 17, 2019
63b02f7c
_profile.py: Add timestamp to the logs
Jan 17, 2019
f64ee46f
_profile.py: Write binaries as well as logs
Jan 17, 2019
2cb37a7e
Merge branch 'jennis/profiling_outputs_binaries' into 'master'
Jan 18, 2019
56ec33cc
.gitlab-ci.yml: Add overnight tests logs to artifacts.
Jan 18, 2019
ad2df651
Merge branch 'valentindavid/overnight-tests-logs-artifacts' into 'master'
Jan 18, 2019
f874295f
bzr source plugin: Use lock files to avoid corrupting the source cache
Jan 18, 2019
42a2fe3c
bzr source plugins: Remove all of the atomic backup directory business logic
Jan 18, 2019
a8713ed2
testutils/runcli.py: Added cli.get_element_states()
Jan 18, 2019
a895cb2a
tests/frontend/track.py: Use test_track_recurse() to stress test Sources
Jan 18, 2019
4236bcc7
Merge branch 'tristan/fix-bzr-race' into 'master'
Jan 18, 2019
951a8df1
cli.py: add a hint about '--' to 'bst shell' help
Jan 18, 2019
9911023f
Merge branch 'aevri/shell_separator_hint' into 'master'
Jan 18, 2019
c9ce89d2
_cas/cascache.py: Cleanup directories when removing refs
Jan 18, 2019
c536ab6a
tests/artifactcache/expiry.py: Test refs directory cleanup
Jan 18, 2019
99699ffc
utils.py: Added _tempnamedfile()
Jan 18, 2019
8ce483d4
_cas/cascache.py: Use utils._tempdir() and utils._tempnamedfile()
Jan 18, 2019
73c7252d
Merge branch 'tristan/cas-cleanup-improve' into 'master'
Jan 18, 2019
adfb9291
tests/testutils/python_repo.py: Use subprocess to run sdist
Jan 18, 2019
d114a6bd
Merge branch 'tristan/fix-pip-source-test' into 'master'
Jan 18, 2019
bf591ade
Derive import plugin from Element instead of BuildElement
Jan 18, 2019
2233a532
Merge branch 'chandan/import-is-not-buildelement' into 'master'
Jan 18, 2019
aa3411f9
testutils/runcli.py: Allow removing artifacts from arbitrary dirs
Jan 18, 2019
fff882fe
widget.py: Avoid "showing 0 lines" messages when there are no lines
Jan 18, 2019
e230dedb
Merge branch 'tlater/message-lines' into 'master'
Jan 18, 2019
43797617
_gitsourcebase.py: Fetch with explicit refspecs
Jan 21, 2019
ce8dab0f
tests/frontend/workspace.py: Skip test_open_multi_unwritable when root
Jan 21, 2019
50165081
tests/sources/git.py: Skip tests that assume too new a git
Jan 21, 2019
8677a256
Add a Centos runner
Jan 21, 2019
33782865
Merge branch 'richardmaw/centos-oldgit-test-fixes' into 'master'
Jan 21, 2019
c00b3782
CONTRIBUTING.rst: Fix formatting of link to pip docs
Jan 21, 2019
99 additional commits have been omitted to prevent performance issues.
Loading
Loading