Loading
Commits on Source 17
-
Raoul Hidalgo Charman authored
This protocol buffer message should only have a name field.
-
Martin Blanchard authored
#36
-
Martin Blanchard authored
Since 3.8.x (and PEP 565), pytest displays DeprecationWarning and PendingDeprecationWarning. Problem is that it does not filter the module the warnings come from and display warnings from third party libraries. Ignore them for now, details: https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning BuildGrid/buildgrid#36
-
Martin Blanchard authored
#36
-
Martin Blanchard authored
-
Marios Hadjimichael authored
-
Laurence Urhegyi authored
amends some confusing wording re committer policy
-
Laurence Urhegyi authored
amends some confusing wording re committer policy
-
Finn authored
-
Laurence Urhegyi authored
adds link to RECC to README
-
Laurence Urhegyi authored
changes link to point bug tracking to the issue board instead of issue list
-
Laurence Urhegyi authored
updates link to fix a broken link and points to the issue board
-
Finn authored
Correctly finds file after download.
-
Laurence Urhegyi authored
updates link to point to gitlab issue board view instead of list
-
Laurence Urhegyi authored
updates the guide with more detail around the gitlab features and the way we've been using them
-
Laurence Urhegyi authored
updates policy re feature proposals to 'strongly' suggest proposals prior to any work being done
-
Martin Blanchard authored
Using this branch, any call to OperationsService.GetOperation(), given an Operation name, will simulate a connection drop for every clients with an opened stream for that Operation. Drops can thus be simulated by invoking: bgd operation status <operation-name>