summaryrefslogtreecommitdiff
path: root/src/buildstream/_remote.py
Commit message (Expand)AuthorAgeFilesLines
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-26/+30
* Return names of grpc errorstraveltissues/grpccodesDarius Makovsky2020-05-111-1/+1
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+2
* _remote: ignore unused argsDarius Makovsky2019-12-091-1/+1
* Reformat code using BlackChandan Singh2019-11-141-32/+34
* _remote: Ensure checks done in the subclasses are propagatedBenjamin Schubert2019-11-121-3/+3
* _remote.py: Expand user in certificates pathsBenjamin Schubert2019-11-111-2/+6
* _remote.py: Do not use subprocess to check remoteJürg Billeter2019-10-151-37/+6
* _remote.py: Reset _initialized in close()Jürg Billeter2019-10-151-0/+2
* _remote.py: Remove unused bytestreamJürg Billeter2019-09-191-5/+0
* Allow splitting artifact cachesTristan Maat2019-09-061-35/+86
* Remove cache-specifc spec classesTristan Maat2019-09-061-2/+4
* Create BaseRemote base classTristan Maat2019-09-061-0/+241