aboutsummaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes for ruby23 supportHEADmasterHans de Graaff2016-07-032-4/+12
|
* Drop ruby19, add ruby23Peter Wilmott2016-01-177-27/+31
|
* Merge current and next targets into a single db entryPeter Wilmott2015-08-2424-44/+111
|
* Only list succeeded and passed packages on the new targets pagePeter Wilmott2015-08-162-10/+7
|
* Removed git migration noticePeter Wilmott2015-08-161-1/+0
|
* Remanmed "Package Bumps" to "Tasks"Peter Wilmott2015-08-161-1/+1
|
* Updated titlePeter Wilmott2015-08-162-2/+2
|
* Fix repoman page check, it should never have passedPeter Wilmott2015-08-161-1/+1
|
* Restructure views to match the layout of the routes directoryPeter Wilmott2015-08-1616-10/+10
|
* Move routes out of app.rb and into their own directoryPeter Wilmott2015-08-1612-140/+148
|
* Only run tests not lintersPeter Wilmott2015-08-161-2/+2
|
* Drop shellcheck until I can work out how to get it on TravisPeter Wilmott2015-08-161-2/+2
|
* Use Travis CI's container-based infrastructure for testsPeter Wilmott2015-08-161-1/+1
|
* OopsPeter Wilmott2015-08-161-1/+1
|
* List what new target was added on the new targets pagePeter Wilmott2015-08-154-21/+23
|
* Drop unused tested colPeter Wilmott2015-08-151-0/+5
|
* Mark partial repoman failures as ok until CVS header issues are fixedPeter Wilmott2015-08-132-2/+5
|
* Keep the web application out of dockerPeter Wilmott2015-08-101-0/+1
|
* Resolve issue with truncated sha1 valuesPeter Wilmott2015-08-101-3/+2
|
* Resolve issue with duplicate entries in the package tablePeter Wilmott2015-08-091-3/+4
|
* Support ruby 1.9 where 'lines' returns an EnumeratorPeter Wilmott2015-06-241-1/+1
|
* Add seed data for running tests in dev environmentPeter Wilmott2015-06-248-2/+46
|
* Add seed data for running tests in dev environmentPeter Wilmott2015-06-249-15/+76
|
* Run tests using travisPeter Wilmott2015-06-231-1/+1
|
* Fix remaining issues raised by pylintPeter Wilmott2015-06-222-1/+10
|
* Restore parallel database writes, removed earlier for debuggingPeter Wilmott2015-06-221-1/+1
|
* Fix most issues raised by linters, some python ones remainPeter Wilmott2015-06-225-41/+48
|
* Add python linterPeter Wilmott2015-06-191-0/+1
|
* #16 : Combine deps.py functionality with packages.py, which is already run ↵Peter Wilmott2015-06-193-82/+7
| | | | from inside a container
* Strip the 8 byte header from docker's API responsePeter Wilmott2015-06-181-0/+1
|
* Make running linters part of running the test suitePeter Wilmott2015-06-171-0/+2
|
* #13 : Run update packages from inside a containerPeter Wilmott2015-06-162-7/+16
|
* Add rake to Gemfile to allow bundle exec to be usedPeter Wilmott2015-05-052-0/+3
|
* Calculate the sha1 sum earlier in the database population process to prevent ↵Peter Wilmott2015-05-052-6/+5
| | | | duplicates
* Ensure the package exists before trying to add a repoman log to it, as it ↵Peter Wilmott2015-04-141-7/+10
| | | | done with builds
* TypoPeter Wilmott2015-04-141-1/+1
|
* Patch minitar to work when there is a .sock file in the directory treePeter Wilmott2015-04-141-50/+50
|
* Populate CI Next column with build dataPeter Wilmott2015-04-143-4/+7
|
* Correct repoman.sh to work better when the next target is unknown; Rubocop ↵Peter Wilmott2015-04-137-7/+58
| | | | style fixes
* When building a package also build it with the next target if possiblePeter Wilmott2015-04-126-128/+127
|
* Add filtering for pages with large tablesPeter Wilmott2015-03-226-0/+39
|
* Exit early if one factor is nil, force the ordering of packagesPeter Wilmott2015-03-221-3/+5
|
* Add new_targets pagePeter Wilmott2015-03-223-2/+74
|
* Bring build scripts and web interface inline with 7266717147dPeter Wilmott2015-03-2124-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 Wilmott2015-03-031-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_* pagesPeter Wilmott2015-03-025-1/+34
|
* Use 8 threads when calculating rdepsPeter Wilmott2015-03-011-1/+1
|
* Run multiple containers in parallel for repoman jobsPeter Wilmott2015-02-281-19/+19
|
* Use a dedicated container to cache binary packagesPeter Wilmott2015-02-262-12/+31
|
* Rename from Ruby Stats to Ruby TinderboxPeter Wilmott2015-02-248-10/+10
|