Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to create youricauldron db | Nicolas Lécureuil | 2017-04-15 | 1 | -0/+7 |
| | |||||
* | Change tabs into spaces | Nicolas Lécureuil | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Ensure /var/www/youri-check exist | Nicolas Lécureuil | 2017-04-06 | 1 | -0/+7 |
| | |||||
* | Authorize CORS on check for pkgsubmit origin (do it also for http) | Olivier Blin | 2016-10-05 | 1 | -0/+1 |
| | |||||
* | Fix typo in previous youri-check commit | Olivier Blin | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Authorize CORS on check for pkgsubmit origin | Olivier Blin | 2016-10-05 | 1 | -0/+1 |
| | | | | For dependencies.rss files that will be loaded through XMLHttpRequest | ||||
* | use consistent domain references | Thomas Backlund | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | lint fixes for youri-check | Thomas Backlund | 2015-10-20 | 1 | -51/+51 |
| | |||||
* | youri-check: add ssl vhost | Nicolas Vigier | 2013-07-25 | 1 | -1/+6 |
| | |||||
* | add missing requires | Nicolas Vigier | 2012-09-27 | 1 | -0/+3 |
| | |||||
* | Include youri-check::base before using it | Pascal Terjan | 2012-02-17 | 1 | -0/+2 |
| | |||||
* | Make webdir accessible | Pascal Terjan | 2012-02-17 | 1 | -0/+1 |
| | |||||
* | Run youri-check both on 1 and cauldron (this is ugly but currently work) | Pascal Terjan | 2012-02-16 | 1 | -36/+54 |
| | |||||
* | small cleanup | Michael Scherer | 2012-01-08 | 1 | -1/+0 |
| | |||||
* | add defaults values for user created by puppet, to remove duplication | Michael Scherer | 2012-01-08 | 1 | -2/+0 |
| | |||||
* | some cleaning | Michael Scherer | 2012-01-08 | 1 | -8/+3 |
| | |||||
* | change youri home directory to /var/lib/youri and ensure directory exists | Nicolas Vigier | 2011-10-04 | 1 | -1/+8 |
| | |||||
* | fix the error message due to postgresql being declared twice : | Michael Scherer | 2011-06-18 | 1 | -8/+10 |
| | | | | | | | | - one time on rabbit ( for the check ) - one time on alamut ( for the report ) Much easier to figure out once I found the FAQ on puppet website : http://docs.puppetlabs.com/guides/troubleshooting.html#err-exported-resource-blahsometitle-cannot-override-local-resource-on-node-nodename | ||||
* | Give more time to the checks now that there is a long one | Pascal Terjan | 2011-04-10 | 1 | -1/+1 |
| | |||||
* | set only login in MAILTO | Nicolas Vigier | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | send cron output to root | Nicolas Vigier | 2011-04-06 | 1 | -0/+1 |
| | |||||
* | not defining hour is not enough to remove it from current cron | Pascal Terjan | 2011-04-05 | 1 | -0/+2 |
| | |||||
* | youri-check currently uses one cpu for a minute, so do it every hour | Pascal Terjan | 2011-04-05 | 1 | -3/+1 |
| | |||||
* | web dir needs to be owned by youri, else we cannot write results | Pascal Terjan | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Create the db... | Pascal Terjan | 2011-04-03 | 1 | -0/+4 |
| | |||||
* | Config file is also needed to generate report | Pascal Terjan | 2011-04-03 | 1 | -7/+6 |
| | |||||
* | Set minute for the cron job, else it will run every minute | Pascal Terjan | 2011-04-02 | 1 | -0/+1 |
| | |||||
* | Fix syntax | Pascal Terjan | 2011-04-02 | 1 | -3/+3 |
| | |||||
* | Store youri-check results in pgsql, and generate the reports from there on ↵ | Pascal Terjan | 2011-04-02 | 1 | -34/+52 |
| | | | | alamut | ||||
* | Set the user for the cron job | Pascal Terjan | 2011-03-25 | 1 | -0/+1 |
| | |||||
* | - fix latest commit | Michael Scherer | 2011-03-24 | 1 | -4/+6 |
| | |||||
* | Try to get the variables into subclass | Pascal Terjan | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | Add an empty website for check | Pascal Terjan | 2011-03-23 | 1 | -21/+37 |
| | |||||
* | Fix module name | Pascal Terjan | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | Add a first version of youri-check module, running "dependencies" and ↵ | Pascal Terjan | 2011-03-23 | 1 | -0/+30 |
"missing" on core |