Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure the package exists before trying to add a repoman log to it, as it ↵ | Peter Wilmott | 2015-04-14 | 1 | -7/+10 |
| | | | | done with builds | ||||
* | Typo | Peter Wilmott | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Patch minitar to work when there is a .sock file in the directory tree | Peter Wilmott | 2015-04-14 | 1 | -50/+50 |
| | |||||
* | Populate CI Next column with build data | Peter Wilmott | 2015-04-14 | 3 | -4/+7 |
| | |||||
* | Correct repoman.sh to work better when the next target is unknown; Rubocop ↵ | Peter Wilmott | 2015-04-13 | 8 | -16/+72 |
| | | | | style fixes | ||||
* | When building a package also build it with the next target if possible | Peter Wilmott | 2015-04-12 | 7 | -128/+151 |
| | |||||
* | Merge pull request #15 from p8952/package_search | Peter Wilmott | 2015-03-22 | 6 | -0/+39 |
|\ | | | | | Add filtering for pages with large tables | ||||
| * | Add filtering for pages with large tables | Peter Wilmott | 2015-03-22 | 6 | -0/+39 |
|/ | |||||
* | Merge pull request #14 from p8952/new_targets | Peter Wilmott | 2015-03-22 | 32 | -373/+462 |
|\ | | | | | Add New Targets Page | ||||
| * | Exit early if one factor is nil, force the ordering of packages | Peter Wilmott | 2015-03-22 | 1 | -3/+5 |
| | | |||||
| * | Add new_targets page | Peter Wilmott | 2015-03-22 | 3 | -2/+74 |
| | | |||||
| * | Ensure package.* are files not directories; Sync portage after setting the ↵ | Peter Wilmott | 2015-03-22 | 1 | -3/+10 |
| | | | | | | | | correct mirrors | ||||
| * | Bring build scripts and web interface inline with 7266717147d | Peter Wilmott | 2015-03-21 | 27 | -320/+256 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Change the format used to store log files on disk. | Peter Wilmott | 2015-03-03 | 9 | -96/+135 |
| | | | | | | | | | | | | | | | | | | | | This allows packages to be linked to the sha1 sum of their ebuilds to prevent mixed information when ebuilds are edited but not bumped. It also lays the groundwork for including information about hypothetical build situations, next_target, next_keyword, ect. The db schema, web interface, and docker glue will need to be updated to account for this new layout. | ||||
| * | Add new_* pages | Peter Wilmott | 2015-03-02 | 5 | -1/+34 |
|/ | |||||
* | Use 8 threads when calculating rdeps | Peter Wilmott | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Run multiple containers in parallel for repoman jobs | Peter Wilmott | 2015-02-28 | 1 | -19/+19 |
| | |||||
* | Use a dedicated container to cache binary packages | Peter Wilmott | 2015-02-26 | 2 | -12/+31 |
| | |||||
* | Rename from Ruby Stats to Ruby Tinderbox | Peter Wilmott | 2015-02-24 | 9 | -15/+13 |
| | |||||
* | Split tests for each page into their own files | Peter Wilmott | 2015-02-21 | 9 | -46/+92 |
| | |||||
* | Correct heading sizes in tests for visualization page | Peter Wilmott | 2015-02-20 | 1 | -1/+4 |
| | |||||
* | Remove hstore extension | Peter Wilmott | 2015-02-20 | 1 | -1/+0 |
| | |||||
* | Put ppackages.py and deps.py into the Docker image | Peter Wilmott | 2015-02-18 | 1 | -0/+4 |
| | |||||
* | Pull timestamps from the latest build/repoman entry | Peter Wilmott | 2015-02-18 | 5 | -15/+25 |
| | |||||
* | Don't keep 3 copies of the portage timestamp | Peter Wilmott | 2015-02-17 | 3 | -10/+7 |
| | |||||
* | Make sure manifest is called so we don't get downloads in the repoman output | Peter Wilmott | 2015-02-14 | 1 | -0/+1 |
| | |||||
* | Improve the way timestamps are set after updating | Peter Wilmott | 2015-02-14 | 3 | -12/+6 |
| | |||||
* | Add timestamps to pages using the 'builds' and 'repomans' tables | Peter Wilmott | 2015-02-14 | 5 | -0/+34 |
| | |||||
* | Add timestamps to pages using the 'packages' table | Peter Wilmott | 2015-02-14 | 7 | -0/+39 |
| | |||||
* | Run repoman against all packages in the nightly task | Peter Wilmott | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Split example 'docker run' command over two lines | Peter Wilmott | 2015-02-13 | 1 | -1/+2 |
| | |||||
* | Reduce calls to repoman | Peter Wilmott | 2015-02-13 | 1 | -4/+2 |
| | |||||
* | Increase width of main content row | Peter Wilmott | 2015-02-13 | 1 | -3/+3 |
| | |||||
* | Merge pull request #12 from p8952/docker | Peter Wilmott | 2015-02-13 | 20 | -98/+173 |
|\ | | | | | Replace Vagrant with Docker | ||||
| * | Add a rake task which only runs a limited number of repoman checks | Peter Wilmott | 2015-02-13 | 3 | -8/+19 |
| | | |||||
| * | Fix the way empty directories are tracked | Peter Wilmott | 2015-02-13 | 10 | -8/+10 |
| | | |||||
| * | Replace Vagrant with Docker | Peter Wilmott | 2015-02-13 | 13 | -89/+151 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #11 from p8952/timestamps | Peter Wilmott | 2015-02-09 | 2 | -0/+2 |
|\ \ | |/ |/| | Add timestamps to log pages | ||||
| * | Add timestamps to log pages | Peter Wilmott | 2015-02-08 | 1 | -0/+1 |
| | | |||||
| * | Add timestamps to log pages | Peter Wilmott | 2015-02-08 | 1 | -0/+1 |
|/ | |||||
* | Add repoman tidy task to clear entries with all targets enabled | Peter Wilmott | 2015-02-02 | 2 | -0/+27 |
| | |||||
* | Don't exit | Peter Wilmott | 2015-02-02 | 1 | -1/+0 |
| | |||||
* | Update Gemfile | Peter Wilmott | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Clear packages with no targets, or those with full targets | Peter Wilmott | 2015-01-28 | 1 | -2/+9 |
| | |||||
* | Increase pool timeout, add more connections | Peter Wilmott | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Don't only sample 100 packages | Peter Wilmott | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | Ensure metadata is up to date | Peter Wilmott | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Small redesign of logs pages | Peter Wilmott | 2015-01-26 | 2 | -22/+60 |
| | |||||
* | Update colours for partial QA passes | Peter Wilmott | 2015-01-26 | 3 | -2/+9 |
| | |||||
* | Keep table columns a uniform size | Peter Wilmott | 2015-01-25 | 3 | -8/+12 |
| |