Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring build scripts and web interface inline with 7266717147d | Peter Wilmott | 2015-03-21 | 1 | -0/+4 |
| | | | | | | | | | In addition to brining the build scripts inline with 7266717147d7998b86386f3e73667f0460b2a57a this change also removes the "Passed / Passed" format from the repoman page. This is to bring it inline with the style of the builds page and prepare for the new layout of hypothetical packages. | ||||
* | Split tests for each page into their own files | Peter Wilmott | 2015-02-21 | 1 | -3/+0 |
| | |||||
* | Remove hstore extension | Peter Wilmott | 2015-02-20 | 1 | -1/+0 |
| | |||||
* | Add timestamps to pages using the 'packages' table | Peter Wilmott | 2015-02-14 | 1 | -0/+4 |
| | |||||
* | Replace Vagrant with Docker | Peter Wilmott | 2015-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | This replaces the underlying build system with one based around docker. This is for the following reasons: 1. Portability - Builds can be run on cloud services without spinning up a second VM. 2. Reduced Overhead - There is a non-negligible increase in compile times when you are running in Docker vs VirtualBox. 3. Coolness - Docker is cool, I wanted an excuse to use it. | ||||
* | Increase pool timeout, add more connections | Peter Wilmott | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Add db table and build scripts for testing repoman outputs | Peter Wilmott | 2015-01-25 | 1 | -0/+3 |
| | |||||
* | Wrap tests with helper | Peter Wilmott | 2015-01-21 | 1 | -7/+1 |
| | |||||
* | Add rack tests | Peter Wilmott | 2015-01-06 | 1 | -1/+7 |
| | |||||
* | Don't use sequel relations, just look up IDs; Order builds by time | Peter Wilmott | 2014-12-08 | 1 | -1/+0 |
| | |||||
* | Use DATABASE_URL; don't map builds to packages | Peter Wilmott | 2014-12-08 | 1 | -2/+1 |
| | |||||
* | Tidy up syntax | Peter Wilmott | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Increase pool timeout | Peter Wilmott | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Don't log SQL, drives me nuts | Peter Wilmott | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Parse CI logs and add to DB | Peter Wilmott | 2014-10-23 | 1 | -0/+4 |
| | |||||
* | Use sequel models not raw datasets | Peter Wilmott | 2014-10-22 | 1 | -0/+5 |