summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/pushreceive.py
Commit message (Expand)AuthorAgeFilesLines
* _artifactcache/pushreceive.py: Cleanup reported error when receiving oversize...Tristan Van Berkom2018-06-071-3/+2
* pushreceive.py: Abstract the buffer_James Ennis2018-06-071-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-071-5/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-071-1/+13
* pushreceive.py: Remove LRP artifacts from cache, introduce clean_up_cache()James Ennis2018-06-071-3/+54
* pushreceive.py: Ensure there is a repopathJames Ennis2018-06-071-0/+3
* _artifactcache/pushreceive.py: Add Click type for CLI argument 'repo'Chandan Singh2018-06-051-1/+1
* _artifactcache/pushreceive.py: Modified incorrect error messagePhillip Smyth2018-05-011-1/+1
* _artifactcache/pushreceive.py: Do not return True for skipped pushJürg Billeter2018-04-301-1/+1
* _artifactcache/pushreceive.py: Fix commit object check in send_info()Jürg Billeter2018-04-301-1/+1
* Add artifact cache receive profiling domainJim MacArthur2018-04-231-0/+14
* _artifactcache/pushreceive.py: Fixed ProcessWithPipes to declare attributes i...Tristan Van Berkom2018-04-201-0/+3
* buildstream/_artifactcache/pushreceive.py: Fixing unused variablesTristan Van Berkom2018-04-191-5/+5
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-141-1/+1
* pushreceive.py: byteorder functions are now more sensibly namedJames Ennis2018-03-141-10/+10
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-8/+8
* pylint - dealt with import warningsJames Ennis2018-03-141-4/+5
* pylint - dealt with len-as-condition warningJames Ennis2018-03-141-3/+3
* pylint - dealt with dangerous-default-value warningJames Ennis2018-03-141-2/+2
* Shorten the warnings raised when remote cache initialization failsSam Thursfield2018-01-161-2/+2
* _artifactcache: Use pushreceive also for local artifact repositoriesJürg Billeter2018-01-111-13/+58
* _artifactcache/pushreceive.py: Flush but do not close stdoutJürg Billeter2018-01-111-1/+1
* Improve error messages for SSH protocol handshakeSam Thursfield2018-01-111-15/+21
* Remove unused importsGökçen Nurlu2017-12-071-2/+0
* _artifactcache.py: Fixed stack trace regression in pushing of artifacts.Tristan Van Berkom2017-11-241-2/+2
* Remove the push-port config optionSam Thursfield2017-11-221-8/+8
* Artifact push URLs must redirect to the corresponding pull URLSam Thursfield2017-11-221-11/+49
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-14/+14
* Refactor, remove some unused imports138-aborting-bst-push-command-causes-stack-traceAngelos Evripiotis2017-11-131-1/+0
* _artifactcache/pushreceive.py: Fix stream offset checkJürg Billeter2017-07-281-1/+1
* _artifactcache/pushreceive.py: Ensure stream is at the right positionJürg Billeter2017-07-281-0/+7
* _artifactcache/pushreceive.py: Verify that we have the commit objectsJürg Billeter2017-07-271-0/+6
* _artifactcache/pushreceive.py: Add handshake after sending objectsJürg Billeter2017-07-271-1/+13
* _artifactcache/pushreceive.py: Raise PushException on connection failureJürg Billeter2017-07-261-0/+4
* _artifactcache/pushreceive.py: Drop branch check in receiverJürg Billeter2017-07-261-18/+1
* Check for write access to remote artifact cache early on in the pipelinesam/artifactcache-preflight-checkSam Thursfield2017-07-211-38/+93
* _artifactcache/pushreceive.py: Do not list all refsJürg Billeter2017-07-201-5/+20
* _artifactcache/pushreceive.py: Fix exception handlingJürg Billeter2017-07-171-1/+2
* _artifactcache/pushreceive.py: Support pushing multiple refsJürg Billeter2017-07-141-5/+16
* _artifactcache/pushreceive.py: Fix obvious typoSam Thursfield2017-07-131-2/+2
* _artifactcache: Few changesTristan Van Berkom2017-07-111-8/+19
* _artifactcache/pushreceive.py: Changing up the bst-artifact-receive optionsTristan Van Berkom2017-07-111-4/+6
* bst-artifact-receive: Use click instead of argparseTristan Van Berkom2017-07-101-14/+12
* _artifactcache/pushreceive.py: Our local copy of ostree-pushTristan Van Berkom2017-07-101-0/+603