summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! fixup! fixup! fixup! fixup! fixup! Refactor sortingbschubert/optimize-sortBenjamin Schubert2019-01-301-1/+1
* fixup! fixup! fixup! fixup! fixup! Refactor sortingBenjamin Schubert2019-01-304-123/+8
* fixup! fixup! fixup! fixup! Refactor sortingBenjamin Schubert2019-01-303-9/+18
* fixup! fixup! fixup! Refactor sortingBenjamin Schubert2019-01-301-10/+1
* fixup! fixup! Refactor sortingBenjamin Schubert2019-01-302-1/+2
* fixup! Refactor sortingBenjamin Schubert2019-01-301-1/+1
* Refactor sortingBenjamin Schubert2019-01-302-1/+44
* Merge branch 'doraskayo/filter-indirect-deps-fix' into 'master'James Ennis2019-01-304-1/+42
|\
| * filter.py: don't recurse when staging dependenciesDor Askayo2019-01-304-1/+42
|/
* Merge branch 'aevri/are_you_sure' into 'master'Angelos Evripiotis2019-01-294-46/+5
|\
| * BREAK:remove unconditional 'are you sure?' promptsAngelos Evripiotis2019-01-294-46/+5
|/
* Merge branch 'valentindavid/make_cache_dir' into 'master'Jürg Billeter2019-01-291-0/+1
|\
| * Make sure testing cache directory existsValentin David2019-01-291-0/+1
|/
* Merge branch 'valentindavid/wrong_type_in_status_code' into 'master'Jürg Billeter2019-01-291-3/+3
|\
| * Fix type of error codes in CAS serverValentin David2019-01-291-3/+3
|/
* Merge branch 'valentindavid/crash_in_scheduler_857' into 'master'Jürg Billeter2019-01-281-1/+1
|\
| * Fix crash when spawned job completes very fastvalentindavid/crash_in_scheduler_857Valentin David2019-01-281-1/+1
|/
* Merge branch 'abderrahim/protobuf-version' into 'master'Javier Jardón2019-01-281-2/+2
|\
| * requirements/requirements.in: require Click >= 7.0abderrahim/protobuf-versionAbderrahim Kitouni2019-01-281-1/+1
| * requirements/requirements.in: require protobuf >= 3.6Abderrahim Kitouni2019-01-281-1/+1
|/
* Merge branch 'tpollard/829' into 'master'Tom Pollard2019-01-283-30/+94
|\
| * Download buildtrees on demand for bst shell --use-buildtreetpollard/829Tom Pollard2019-01-283-29/+90
| * _stream.py: Add use_artifact_config opt arg for load_selection()Tom Pollard2019-01-281-2/+5
|/
* Merge branch 'aevri/bst_track_guidance' into 'master'Angelos Evripiotis2019-01-2813-18/+18
|\
| * Fixup refs to 'bst fetch'Angelos Evripiotis2019-01-283-4/+4
| * Fixup refs to 'bst track'Angelos Evripiotis2019-01-2812-13/+13
| * news: fix 'osbolete' spellingAngelos Evripiotis2019-01-281-1/+1
|/
* Merge branch 'chandan/toxic-man' into 'master'Tristan Van Berkom2019-01-2629-145/+122
|\
| * setup.py: Do not error out when man directory is empty/missingchandan/toxic-manChandan Singh2019-01-251-2/+6
| * setup.py, CONTRIBUTING.rst: Recommend using tox to generate man pagesChandan Singh2019-01-252-10/+4
| * man: Refresh man pagesChandan Singh2019-01-2526-133/+102
| * tox.ini: Add environment to update man pagesChandan Singh2019-01-251-0/+10
|/
* Merge branch 'tristan/cache-quota-max-only' into 'master'Tristan Van Berkom2019-01-254-24/+63
|\
| * _artifactcache.py: Don't require the quota to be available on disk.tristan/cache-quota-max-onlyTristan Van Berkom2019-01-254-24/+63
|/
* Merge branch 'jennis/add_new_profile_topic' into 'master'James Ennis2019-01-253-0/+17
|\
| * _profile.py: Update copyright statementjennis/add_new_profile_topicJames Ennis2019-01-251-0/+2
| * _profile.py: Added a new profiling topic, load-selectionJames Ennis2019-01-252-0/+8
| * _profile.py: Added a new profiling topic, schedulerJames Ennis2019-01-252-0/+7
|/
* 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