Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop ruby19, add ruby23 | 2016-01-17 | 2 | -9/+7 | |
| | |||||
* | Merge current and next targets into a single db entry | 2015-08-24 | 1 | -16/+39 | |
| | |||||
* | Only list succeeded and passed packages on the new targets page | 2015-08-16 | 1 | -3/+2 | |
| | |||||
* | Use Travis CI's container-based infrastructure for tests | 2015-08-16 | 1 | -1/+1 | |
| | |||||
* | Oops | 2015-08-16 | 1 | -1/+1 | |
| | |||||
* | List what new target was added on the new targets page | 2015-08-15 | 2 | -20/+17 | |
| | |||||
* | Keep the web application out of docker | 2015-08-10 | 1 | -0/+1 | |
| | |||||
* | Resolve issue with truncated sha1 values | 2015-08-10 | 1 | -3/+2 | |
| | |||||
* | Resolve issue with duplicate entries in the package table | 2015-08-09 | 1 | -3/+4 | |
| | |||||
* | Add seed data for running tests in dev environment | 2015-06-24 | 1 | -4/+6 | |
| | |||||
* | Restore parallel database writes, removed earlier for debugging | 2015-06-22 | 1 | -1/+1 | |
| | |||||
* | Fix most issues raised by linters, some python ones remain | 2015-06-22 | 3 | -40/+44 | |
| | |||||
* | #16 : Combine deps.py functionality with packages.py, which is already run ↵ | 2015-06-19 | 3 | -82/+7 | |
| | | | | from inside a container | ||||
* | Strip the 8 byte header from docker's API response | 2015-06-18 | 1 | -0/+1 | |
| | |||||
* | #13 : Run update packages from inside a container | 2015-06-16 | 1 | -2/+11 | |
| | |||||
* | Calculate the sha1 sum earlier in the database population process to prevent ↵ | 2015-05-05 | 2 | -6/+5 | |
| | | | | duplicates | ||||
* | Ensure the package exists before trying to add a repoman log to it, as it ↵ | 2015-04-14 | 1 | -7/+10 | |
| | | | | done with builds | ||||
* | Patch minitar to work when there is a .sock file in the directory tree | 2015-04-14 | 1 | -50/+50 | |
| | |||||
* | Correct repoman.sh to work better when the next target is unknown; Rubocop ↵ | 2015-04-13 | 3 | -3/+54 | |
| | | | | style fixes | ||||
* | When building a package also build it with the next target if possible | 2015-04-12 | 3 | -115/+106 | |
| | |||||
* | Bring build scripts and web interface inline with 7266717147d | 2015-03-21 | 4 | -107/+94 | |
| | | | | | | | | | 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. | ||||
* | Use 8 threads when calculating rdeps | 2015-03-01 | 1 | -1/+1 | |
| | |||||
* | Run multiple containers in parallel for repoman jobs | 2015-02-28 | 1 | -19/+19 | |
| | |||||
* | Use a dedicated container to cache binary packages | 2015-02-26 | 1 | -5/+9 | |
| | |||||
* | Split tests for each page into their own files | 2015-02-21 | 1 | -3/+0 | |
| | |||||
* | Remove hstore extension | 2015-02-20 | 1 | -1/+0 | |
| | |||||
* | Don't keep 3 copies of the portage timestamp | 2015-02-17 | 2 | -10/+1 | |
| | |||||
* | Improve the way timestamps are set after updating | 2015-02-14 | 3 | -12/+6 | |
| | |||||
* | Add timestamps to pages using the 'builds' and 'repomans' tables | 2015-02-14 | 2 | -0/+14 | |
| | |||||
* | Add timestamps to pages using the 'packages' table | 2015-02-14 | 2 | -0/+11 | |
| | |||||
* | Add a rake task which only runs a limited number of repoman checks | 2015-02-13 | 2 | -3/+7 | |
| | |||||
* | Replace Vagrant with Docker | 2015-02-13 | 3 | -33/+39 | |
| | | | | | | | | | | | 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. | ||||
* | Add repoman tidy task to clear entries with all targets enabled | 2015-02-02 | 1 | -0/+23 | |
| | |||||
* | Don't exit | 2015-02-02 | 1 | -1/+0 | |
| | |||||
* | Clear packages with no targets, or those with full targets | 2015-01-28 | 1 | -2/+9 | |
| | |||||
* | Increase pool timeout, add more connections | 2015-01-28 | 1 | -1/+1 | |
| | |||||
* | Don't only sample 100 packages | 2015-01-28 | 1 | -1/+0 | |
| | |||||
* | Update colours for partial QA passes | 2015-01-26 | 1 | -0/+5 | |
| | |||||
* | Add repoman logs and history pages | 2015-01-25 | 1 | -2/+2 | |
| | |||||
* | Add db table and build scripts for testing repoman outputs | 2015-01-25 | 2 | -0/+78 | |
| | |||||
* | No longer used | 2015-01-24 | 1 | -46/+0 | |
| | |||||
* | Drop environment table and results from CI | 2015-01-23 | 1 | -2/+0 | |
| | |||||
* | Add the output of 'gem list' to the collection of logs; Don't show empty log ↵ | 2015-01-22 | 1 | -1/+3 | |
| | | | | file fields. | ||||
* | Wrap tests with helper | 2015-01-21 | 1 | -7/+1 | |
| | |||||
* | Some style improvements, thanks rubocop! :thumbsup: | 2015-01-21 | 3 | -5/+5 | |
| | |||||
* | Drop daily CI task | 2015-01-21 | 1 | -3/+0 | |
| | |||||
* | Add ruby22 target | 2015-01-19 | 2 | -2/+7 | |
| | |||||
* | Skip rdep rebuilds for packages with very large numbers of rdeps | 2015-01-16 | 1 | -1/+8 | |
| | |||||
* | Rebuild rdeps when a package in the tree is updated | 2015-01-16 | 1 | -0/+10 | |
| | |||||
* | Allow setting aws as a Vagrant provisioner | 2015-01-15 | 1 | -7/+3 | |
| |