summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/artifactcache/expiry.py: Disable test failing on buildersvalentindavid/disable-test_expiry_orderValentin David2019-06-281-0/+1
* Merge branch 'tristan/fix-workspaced-junctions-1.2' into 'bst-1.2'Tristan Van Berkom2019-05-242-24/+57
|\
| * tests/frontend/show.py: Test behavior of unfetched/inconsistent workspaced ju...tristan/fix-workspaced-junctions-1.2Tristan Van Berkom2019-05-241-6/+37
| * _loader/loader.py: Check Element._get_consistency() for junction consistencyTristan Van Berkom2019-05-241-18/+20
|/
* NEWS: Updating for 1.2.7 release1.2.7Tristan Van Berkom2019-05-201-0/+14
* Merge branch 'coldtom/backport-MR792' into 'bst-1.2'bst-marge-bot2019-05-104-1/+20
|\
| * Adding test for Invalid Yamlknownexus2019-05-103-0/+16
| * Incorrect error when malformed project.confknownexus2019-05-101-1/+4
|/
* Merge branch 'tristan/fix-build-track-all-no-strict-1.2' into 'bst-1.2'Tristan Van Berkom2019-05-102-4/+95
|\
| * tests/frontend/buildtrack.py: Test that tracking builds in non-strict mode ac...tristan/fix-build-track-all-no-strict-1.2Tristan Van Berkom2019-05-091-1/+77
| * tests/frontend/buildtrack.py: Extending tests to ensure we build after trackingTristan Van Berkom2019-05-091-2/+15
| * element.py: Update state on reverse dependencies when strict key is resolved.Tristan Van Berkom2019-05-091-1/+3
|/
* Merge branch 'tristan/fix-missing-workspace-artifact-1.2' into 'bst-1.2'bst-marge-bot2019-05-063-4/+54
|\
| * tests/integration/workspace.py: Test that we don't crash when workspace artif...Tristan Van Berkom2019-05-061-0/+33
| * tests/testutils/runcli.py: Fix remove_artifact_from_cache() to work with subd...Tristan Van Berkom2019-05-061-2/+2
| * element.py: Reset workspace state if last successful build is missing.Tristan Van Berkom2019-05-061-2/+19
|/
* Merge branch 'jjardon/fedora_30_coverage' into 'bst-1.2'bst-marge-bot2019-05-041-0/+1
|\
| * .gitlab-ci.yml: Add fedora 30 to coverage reportJavier Jardón2019-05-041-0/+1
|/
* Merge branch 'abderrahim/non-strict-key-display-1.2' into 'bst-1.2'bst-marge-bot2019-05-041-4/+4
|\
| * _artifactcache.py: display the actual key being pulledabderrahim/non-strict-key-display-1.2Abderrahim Kitouni2019-05-041-4/+4
|/
* Merge branch 'jjardon/remove_F28' into 'bst-1.2'Javier Jardón2019-05-041-5/+0
|\
| * .gitlab-ci.yml: Remove deprecated F28jjardon/remove_F28Javier Jardón2019-04-301-5/+0
|/
* NEWS: Updating for 1.2.6 release1.2.6Tristan Van Berkom2019-04-301-0/+22
* Merge branch 'tristan/fix-cloned-plugin-ids-1.2' into 'bst-1.2'bst-marge-bot2019-04-302-10/+21
|\
| * source.py: Inherit unique ID in cloned sourcestristan/fix-cloned-plugin-ids-1.2Tristan Van Berkom2019-04-291-3/+5
| * plugin.py: Allow passing a unique_id through the constructor.Tristan Van Berkom2019-04-291-5/+9
| * plugin.py: Start plugin ID counter at ID 1Tristan Van Berkom2019-04-291-2/+7
|/
* Merge branch 'bochecha/fix-docs-build' into 'bst-1.2'Tristan Van Berkom2019-04-222-2/+2
|\
| * doc/source/format_declaring.rst: Fix the YAML blockMathieu Bridon2019-04-221-1/+1
| * doc: Fix the build with Sphinx 2.0Mathieu Bridon2019-04-221-1/+1
|/
* Merge branch 'tristan/rename-errno-fix-1.2' into 'bst-1.2'bst-marge-bot2019-04-161-3/+3
|\
| * plugins/sources/git.py: Cope with rename returning error EEXISTTristan Van Berkom2019-04-161-3/+3
|/
* Merge branch 'tristan/fix-non-strict-push-1.2' into 'bst-1.2'bst-marge-bot2019-04-152-0/+60
|\
| * tests/frontend/push.py: Test pushing artifacts in non-strict modetristan/fix-non-strict-push-1.2Tristan Van Berkom2019-04-151-0/+46
| * _stream.py: Mark all elements as pulled in Stream.push()Tristan Van Berkom2019-04-151-0/+14
|/
* Merge branch 'tristan/platform-cache-quota-1.2' into 'bst-1.2'bst-marge-bot2019-04-1523-140/+466
|\
| * tests/testutils/artifactshare.py: Add message handlertristan/platform-cache-quota-1.2Tristan Van Berkom2019-04-141-0/+9
| * _artifactcache/casserver.py: Add message handlerTristan Van Berkom2019-04-141-0/+8
| * _scheduler/jobs/cleanupjob.py: Update cache size while processingTristan Van Berkom2019-04-141-1/+14
| * _scheduler/jobs/job.py: Allow subclasses to message the frontendTristan Van Berkom2019-04-141-19/+50
| * _artifactcache.py: Added client progress callback to ArtifactCache.clean()Tristan Van Berkom2019-04-141-1/+12
| * _artifactcache.py: Add status messages in cache management operationsTristan Van Berkom2019-04-141-5/+53
| * _frontend/status.py: Added Cache size usage indicator to status barTristan Van Berkom2019-04-141-7/+35
| * _frontend/widget.py: Added cache usage entry in the startup headingTristan Van Berkom2019-04-141-0/+1
| * _context.py: Added get_artifact_cache_usage()Tristan Van Berkom2019-04-141-1/+11
| * _artifactcache/__init__.py: Add ArtifactCacheUsage to __init__.pyTristan Van Berkom2019-04-141-0/+1
| * _artifactcache.py: Added ArtifactCacheUsage()Tristan Van Berkom2019-04-141-0/+35
| * _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.Tristan Van Berkom2019-04-143-20/+40
| * _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-04-143-11/+76
| * utils.py: Add _get_volume_size()Tristan Van Berkom2019-04-141-2/+22