ksdme / org-status

A tool to check Travis build status of all the repo's under an organisation.
3 stars 6 forks source link

Add repo list caching caching #11

Open ksdme opened 5 years ago

ksdme commented 5 years ago

Currently the repo list is fetched every time status of an org is checked, we should probably have a caching mechanism in place to skip that part on demand. This could fasten up the process of getting repo status.

jayvdb commented 5 years ago

While this is very useful, https://github.com/ksdme/org-status/issues/6 is what coala needs, as it will mean this tool can operate without tokens, as people will be able to use the static org repo lists.

ksdme commented 5 years ago

Since some host interaction code is already available for GitLab and GitHub we can just enable exporting those generated lists in the format of the tool of our choice for #6, this would be a simple yet effective way to add primitive caching while also improving #6.