yu55 / yagga

Yet Another Git Grep Application - simple web application that allows you to git grep over many repositories via web interface.
https://github.com/yu55/yagga
MIT License
2 stars 4 forks source link

Allow to disable repositories update scheduler + properties refactoring #42

Closed adrian-wozniak closed 8 years ago

adrian-wozniak commented 8 years ago

User can decide whether he want to enable automatic repositories updates or not. This is possible by setting true in property yagga.scheduler.updateRepositories.enabled. By default repositories update scheduler is disabled.

Property repositories.paths was renamed to yagga.repositories.paths.

Property repositories.refreshRateInMiliseconds was renamed to yagga.scheduler.updateRepositories.intervalInMillis.