Commits on Source 12
-
Fix most instances of 'effect' being used as a verb instead of a noun. Skipped generated instance in doc/source/conf.py.
-
Angelos Evripiotis authored
Spelling fixes: 'affect', not 'effect' as verb See merge request !885
-
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
-
Benjamin Schubert authored
This includes a new command mimicking pytest-runner so that we can drop this dependency