Commits on Source 12
-
Jürg Billeter authored
os.utime() updates both, however, list_artifacts() sorts refs by mtime, i.e., atime is irrelevant.
-
Jürg Billeter authored
get_artifact_fullname() is required to construct the ref. The cache key alone does not suffice.
-
Jürg Billeter authored
_artifactcache: Fix ref in update_mtime() See merge request !882
-
Jürg Billeter authored
Replace path separator with '-' to match Element.normal_name.
-
Jürg Billeter authored
tests/testutils/artifactshare.py: Fix has_artifact() to match core code See merge request !890
-
Remove two uses of ExitStack that aren't necessary and make the code a little harder to follow.
-
Phil Dawson authored
plugins/sources: refactor, rm needless ExitStack-s See merge request !888
-
Martin Blanchard authored
The REAPI allows a client to reconnect to an ongoing operation stream by providing a WaitExecution(). If implemented on server side, BuildStream will try to recover from connection errors using it. #630
-
Jim MacArthur authored
Handle connection losses during remote build execution See merge request !806
-
Angelos Evripiotis authored
-
Angelos Evripiotis authored
_downloadablefilesource: handle ValueError-s Closes #452 See merge request !893
-