summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filter.py: Fail if declared domains do not exist in the parent elementjennis/warn_for_nonexistent_domainsJames Ennis2019-02-045-4/+49
* Merge branch 'jennis/filter-docs' into 'master'James Ennis2019-02-012-21/+124
|\
| * filter.py: Add an example to the documentationjennis/filter-docsJames Ennis2019-02-011-3/+105
| * filter.py/filter.yaml: Documentation improvementsJames Ennis2019-02-012-21/+22
|/
* Merge branch 'phil/cache-key-stability-test' into 'master'Phil Dawson2019-02-016-0/+66
|\
| * tests/cachekey: Test cache keys are independent of target elementsphil/cache-key-stability-testPhil Dawson2019-02-016-0/+66
|/
* Merge branch 'bschubert/loader' into 'master'Benjamin Schubert2019-02-012-116/+86
|\
| * Pass element directly to collect_elementbschubert/loaderBenjamin Schubert2019-01-311-13/+9
| * Add LoadElement in dependency list for LoadElement idrectlyBenjamin Schubert2019-01-312-106/+80
|/
* Merge branch 'chandan/fix-git-version-mac' into 'master'Chandan Singh2019-01-311-1/+1
|\
| * testutils/site.py: Support parsing more exotic git versionsChandan Singh2019-01-311-1/+1
|/
* Merge branch 'chandan/min-version-click-man' into 'master'Chandan Singh2019-01-311-1/+1
|\
| * tox.ini: Specify minimum version of click-manChandan Singh2019-01-311-1/+1
|/
* 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