summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filter.py: don't recurse when staging dependenciesdoraskayo/filter-indirect-deps-fixDor Askayo2019-01-294-1/+42
* Merge branch 'tristan/cache-management-logging' into 'master'Tristan Van Berkom2019-01-2410-63/+260
|\
| * _artifactcache.py: Correcting API documenting comment for remove()Tristan Van Berkom2019-01-241-2/+1
| * _scheduler/jobs/cleanupjob.py: Update cache size while processingTristan Van Berkom2019-01-241-1/+14
| * _scheduler/jobs/job.py: Allow subclasses to message the frontendTristan Van Berkom2019-01-241-19/+50
| * _artifactcache.py: Added client progress callback to ArtifactCache.clean()Tristan Van Berkom2019-01-241-1/+12
| * _artifactcache.py: Add status messages in cache management operationsTristan Van Berkom2019-01-241-5/+53
| * _frontend/status.py: Added Cache size usage indicator to status barTristan Van Berkom2019-01-241-7/+35
| * _frontend/widget.py: Added cache usage entry in the startup headingTristan Van Berkom2019-01-241-0/+1
| * _context.py: Added get_artifact_cache_usage()Tristan Van Berkom2019-01-241-1/+11
| * _artifactcache.py: Added ArtifactCacheUsage()Tristan Van Berkom2019-01-241-0/+35
| * _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-01-243-20/+19
| * utils.py: Add _get_volume_size()Tristan Van Berkom2019-01-241-2/+22
| * _frontend/app.py: Initialize logging before preflighting the artifact cacheTristan Van Berkom2019-01-241-5/+7
|/
* Merge branch 'tristan/cache-management' into 'master'Tristan Van Berkom2019-01-245-24/+141
|\
| * tests/artifactcache/expiry.py: Test that expiry happens firsttristan/cache-managementTristan Van Berkom2019-01-241-0/+64
| * _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-243-21/+17
| * _scheduler/scheduler.py: Run cache size exclusively at startupTristan Van Berkom2019-01-241-2/+59
| * _scheduler/resources.py: Dont error out in unregister_exclusive_interest()Tristan Van Berkom2019-01-241-1/+1
|/
* Merge branch 'issue-638-validate-all-files' into 'master'Jürg Billeter2019-01-2432-45/+519
|\
| * NEWS: Add entry for default target featurePhillip Smyth2019-01-241-0/+4
| * tests/frontend/buildcheckout.py: Add default target test with junctionJürg Billeter2019-01-244-0/+56
| * tests/frontend/pull.py: Add default target test for bst push/pullJürg Billeter2019-01-241-0/+50
| * tests/frontend/fetch.py: Add default target test for bst source fetchJürg Billeter2019-01-241-0/+35
| * tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-2419-0/+179
| * format_project.rst: Add documentation for default targetsJürg Billeter2019-01-241-0/+38
| * _frontend/cli.py: Ignore junctions in default targets where appropriateJürg Billeter2019-01-241-2/+17
| * _stream.py: Add ignore_junction_targets parameterJürg Billeter2019-01-241-0/+15
| * _project.py: Add get_default_target() and get_default_targets() methodsJürg Billeter2019-01-243-41/+115
| * projectconfig.yaml: Add key for default targetsPhillip Smyth2019-01-242-1/+9
| * _frontend/cli.py: Guess element also for bst build --allJürg Billeter2019-01-241-1/+1
|/
* Merge branch 'jonathan/test-missing-workspace-guessing' into 'master'Jürg Billeter2019-01-241-25/+46
|\
| * tests: Test that fetching an open workspace will fetch its dependenciesJonathan Maw2019-01-241-21/+34
| * Test that tracking in workspaces actually worksJonathan Maw2019-01-241-4/+12
|/
* Merge branch 'tristan/track-test-reduce' into 'master'Tristan Van Berkom2019-01-241-4/+3
|\
| * tests/frontend/track.py: test_track_error_cannot_write_file() fixupTristan Van Berkom2019-01-241-4/+3
|/
* Merge branch 'tristan/test-element-states' into 'master'Tristan Van Berkom2019-01-248-68/+94
|\
| * tests/frontend/workspace.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-12/+16
| * tests/frontend/track.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-8/+12
| * tests/frontend/push.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+9
| * tests/frontend/pull.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-4/+4
| * tests/sources/remote.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+13
| * tests/elements/filter.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-4/+6
| * tests/artifactcache/expiry.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-23/+30
| * tests/testutils/runcli.py: Make get_element_states() take a list of targetsTristan Van Berkom2019-01-242-5/+4
|/
* Merge branch 'tristan/insufficient-storage-error' into 'master'Tristan Van Berkom2019-01-244-58/+60
|\
| * _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.tristan/insufficient-storage-errorTristan Van Berkom2019-01-233-26/+34
| * tests: Migrated cache quota test into artifactcache/cache_size.pyTristan Van Berkom2019-01-232-34/+28
|/
* Merge branch 'chandan/unpin-sphinx' into 'master'Chandan Singh2019-01-231-3/+3
|\
| * tox.ini: Unpin sphinx dependencyChandan Singh2019-01-231-3/+3
|/