Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes for ruby23 supportHEADmaster | Hans de Graaff | 2016-07-03 | 2 | -4/+12 |
| | |||||
* | Drop ruby19, add ruby23 | Peter Wilmott | 2016-01-17 | 7 | -27/+31 |
| | |||||
* | Merge current and next targets into a single db entry | Peter Wilmott | 2015-08-24 | 24 | -44/+111 |
| | |||||
* | Only list succeeded and passed packages on the new targets page | Peter Wilmott | 2015-08-16 | 2 | -10/+7 |
| | |||||
* | Removed git migration notice | Peter Wilmott | 2015-08-16 | 1 | -1/+0 |
| | |||||
* | Remanmed "Package Bumps" to "Tasks" | Peter Wilmott | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Updated title | Peter Wilmott | 2015-08-16 | 2 | -2/+2 |
| | |||||
* | Fix repoman page check, it should never have passed | Peter Wilmott | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Restructure views to match the layout of the routes directory | Peter Wilmott | 2015-08-16 | 16 | -10/+10 |
| | |||||
* | Move routes out of app.rb and into their own directory | Peter Wilmott | 2015-08-16 | 12 | -140/+148 |
| | |||||
* | Only run tests not linters | Peter Wilmott | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | Drop shellcheck until I can work out how to get it on Travis | Peter Wilmott | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | Use Travis CI's container-based infrastructure for tests | Peter Wilmott | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Oops | Peter Wilmott | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | List what new target was added on the new targets page | Peter Wilmott | 2015-08-15 | 4 | -21/+23 |
| | |||||
* | Drop unused tested col | Peter Wilmott | 2015-08-15 | 1 | -0/+5 |
| | |||||
* | Mark partial repoman failures as ok until CVS header issues are fixed | Peter Wilmott | 2015-08-13 | 2 | -2/+5 |
| | |||||
* | Keep the web application out of docker | Peter Wilmott | 2015-08-10 | 1 | -0/+1 |
| | |||||
* | Resolve issue with truncated sha1 values | Peter Wilmott | 2015-08-10 | 1 | -3/+2 |
| | |||||
* | Resolve issue with duplicate entries in the package table | Peter Wilmott | 2015-08-09 | 1 | -3/+4 |
| | |||||
* | Support ruby 1.9 where 'lines' returns an Enumerator | Peter Wilmott | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Add seed data for running tests in dev environment | Peter Wilmott | 2015-06-24 | 8 | -2/+46 |
| | |||||
* | Add seed data for running tests in dev environment | Peter Wilmott | 2015-06-24 | 9 | -15/+76 |
| | |||||
* | Run tests using travis | Peter Wilmott | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Fix remaining issues raised by pylint | Peter Wilmott | 2015-06-22 | 2 | -1/+10 |
| | |||||
* | Restore parallel database writes, removed earlier for debugging | Peter Wilmott | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Fix most issues raised by linters, some python ones remain | Peter Wilmott | 2015-06-22 | 5 | -41/+48 |
| | |||||
* | Add python linter | Peter Wilmott | 2015-06-19 | 1 | -0/+1 |
| | |||||
* | #16 : Combine deps.py functionality with packages.py, which is already run ↵ | Peter Wilmott | 2015-06-19 | 3 | -82/+7 |
| | | | | from inside a container | ||||
* | Strip the 8 byte header from docker's API response | Peter Wilmott | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | Make running linters part of running the test suite | Peter Wilmott | 2015-06-17 | 1 | -0/+2 |
| | |||||
* | #13 : Run update packages from inside a container | Peter Wilmott | 2015-06-16 | 2 | -7/+16 |
| | |||||
* | Add rake to Gemfile to allow bundle exec to be used | Peter Wilmott | 2015-05-05 | 2 | -0/+3 |
| | |||||
* | Calculate the sha1 sum earlier in the database population process to prevent ↵ | Peter Wilmott | 2015-05-05 | 2 | -6/+5 |
| | | | | duplicates | ||||
* | 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 | 7 | -7/+58 |
| | | | | style fixes | ||||
* | When building a package also build it with the next target if possible | Peter Wilmott | 2015-04-12 | 6 | -128/+127 |
| | |||||
* | Add filtering for pages with large tables | Peter Wilmott | 2015-03-22 | 6 | -0/+39 |
| | |||||
* | 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 |
| | |||||
* | Bring build scripts and web interface inline with 7266717147d | Peter Wilmott | 2015-03-21 | 24 | -306/+247 |
| | | | | | | | | | 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 | 1 | -0/+2 |
| | | | | | | | | | | 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 | 8 | -10/+10 |
| |