summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix type of error codes in CAS servervalentindavid/wrong_type_in_status_codeValentin David2019-01-281-3/+3
* 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
| * _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
|\