h4cc / hhvm-progress

Source of the hhvm.h4cc.de website.
http://hhvm.h4cc.de/
MIT License
8 stars 4 forks source link

Rewrite Github and Travis Interaction #43

Closed h4cc closed 9 years ago

h4cc commented 10 years ago

The current Interaction is using the github API to fetch each travis.yml file on its own causing API Limit blocking.

This part has to be restructured to work simpler and faster.

h4cc commented 9 years ago

Rewrote this in the hhvm branch. Now storing the whole travis.yml file or a flag if it did not exist. Also only storing these files on git commit, and not on version tag base which reduces the number of database entries and github requests.