RB-Gateway now pulls before answering API requests.
Review Request #9386 — Created Nov. 18, 2017 and updated
Calls to
Pull
were added at the beginning of the following API calls:
getFile
,getFileByCommit
,getBranches
,getCommits
,getCommit
.
A message was also added to the merge commits.
HTTPIE was used to perform each of the listed API calls. After each
request, the local repository was checked to make sure the commits
of the remote were succesffully pulled.
Description | From | Last Updated |
---|---|---|
Maybe put "mirrorURL" at the bottom of this list? |
david | |
Was this intended to be here? |
david | |
As mentioned previously, "master" is a pretty git-central concept. It would be nice if we didn't have to hard-code that … |
david | |
And here. |
david | |
And here. |
david | |
And here. |
david | |
And finally here. |
david |
- Description:
-
Calls to
Pull
were added at the beginning of the following API calls:~ getFile
,getFileByCommit
,getBranches
,getCommits
,getCommit
.~ getFile
,getFileByCommit
,getBranches
,getCommits
,getCommit
.+ A message was also added to the merge commits. - Commit:
-
6f0ae422d32706ce6025ba2d08d5423b391a18367a5d60adc743cdb5522e89b26889294be4240235
- Diff:
-
Revision 2 (+37 -4)
Checks run (2 succeeded)
- Commit:
-
7a5d60adc743cdb5522e89b26889294be4240235aae574d050004660d631ed5dc4369126b0510c14
- Diff:
-
Revision 3 (+18 -2)