| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated deps to allow for php-5.3 removed USE flags; Tweaked MakefileHEADmaster | eitan | 2010-03-17 | 1 | -1/+1 |
* | Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_obj | Eudyptula | 2009-08-27 | 1 | -4/+5 |
* | Fix builds->bundle() to use bundle column, not look in buildopts for bundler | Eudyptula | 2009-08-15 | 1 | -5/+4 |
* | Quick hack to move bundler selection out of Gentoo module and make it a build... | Eudyptula | 2009-08-14 | 2 | -10/+10 |
* | Create sql_row_with_flags class, make user, build, configuration subclasses o... | Eudyptula | 2009-08-14 | 6 | -14/+25 |
* | Added ebuild; added ntpd to init deps; builds show [failed] in frontend when ... | Eudyptula | 2009-08-13 | 1 | -0/+2 |
* | Wrote a script for automatically keeping cache files (stage3, install ISO, et... | Eudyptula | 2009-08-13 | 8 | -44/+43 |
* | Various improvements to HTML forms classes; Updated login to use form object;... | Eudyptula | 2009-08-12 | 1 | -1/+1 |
* | Have upload respond in plaintext, not HTML (so long as authentication succeeds) | Eudyptula | 2009-08-10 | 1 | -3/+1 |
* | Major backend reorganization - moved much of backend.php into build class, re... | Eudyptula | 2009-08-10 | 6 | -83/+139 |
* | Major backend reorganization to split build into steps and allow automatic re... | Eudyptula | 2009-08-07 | 9 | -98/+154 |
* | Update deps; don't use print_error in shared dbinit | Eudyptula | 2009-08-06 | 1 | -1/+1 |
* | Numerous backend bugs fixed; use portage snapshot if available; frontend figu... | Eudyptula | 2009-08-06 | 6 | -15/+32 |
* | Widespread cleanup - moved $conf, $death into $S; $S is given as arg to init_... | Eudyptula | 2009-08-04 | 18 | -51/+56 |
* | Add visibility column to builds, configurations | Eudyptula | 2009-07-29 | 2 | -8/+18 |
* | Add package and init script pruning to frontend | Eudyptula | 2009-07-28 | 2 | -8/+14 |
* | Made package selector, pkglist more efficient by filtering out package metada... | Eudyptula | 2009-07-28 | 2 | -10/+12 |
* | Converted frontend wizard form element classes to not be specific to the fron... | Eudyptula | 2009-07-28 | 2 | -5/+7 |
* | Remove pointless links from tasks, builds; Log env fed to tasks; Add masked i... | Eudyptula | 2009-07-27 | 2 | -13/+29 |
* | Reorganized log URLs; little update to routing.csv format | Eudyptula | 2009-07-24 | 2 | -8/+8 |
* | Require manually-configured URL - backend needs it anyway | Eudyptula | 2009-07-24 | 4 | -2/+27 |
* | Broke log viewer into segments, added build deletion | Eudyptula | 2009-07-24 | 7 | -28/+48 |
* | Use stage3 tarballs instead of doing emerge system | Eudyptula | 2009-07-23 | 5 | -2/+79 |
* | Cleaned up backend logging; moved emerge into a function; etc. | Eudyptula | 2009-07-22 | 2 | -2/+2 |
* | Integrated bkisofs-cli into livecd and installcd bundlers, fixed various thin... | Eudyptula | 2009-07-21 | 3 | -2/+3 |
* | Fixes/hacks so backend still works with non-execution logging | Eudyptula | 2009-07-20 | 2 | -5/+4 |
* | Converted backend status to TINYINT; First try at logging non-execution messa... | Eudyptula | 2009-07-20 | 4 | -45/+59 |
* | Fixed bugs and added new/popular builds to welcome page | Eudyptula | 2009-07-17 | 4 | -6/+44 |
* | Added predefined package sets; separated gentoo-specific setup into gentoo_se... | Eudyptula | 2009-07-16 | 4 | -1/+84 |
* | Add dev-manager support to gentoo/portage modules | Eudyptula | 2009-07-16 | 1 | -9/+1 |
* | Divided gentoo_portage backend into several parts; Added another config step ... | Eudyptula | 2009-07-15 | 5 | -3/+32 |
* | Moved 'module' attribute into builds table from buildopts | Eudyptula | 2009-07-15 | 2 | -0/+6 |
* | Added config status page, moving forward and back in config wizard; added con... | Eudyptula | 2009-07-15 | 6 | -3/+22 |
* | Added data verification to config wizard API | Eudyptula | 2009-07-13 | 1 | -0/+8 |
* | Made bundling finished images separate from modules in backend; added metadat... | Eudyptula | 2009-07-10 | 5 | -26/+83 |
* | Got rid of ugly hacks for abstract classes and used ReflectionClass instead | Eudyptula | 2009-07-07 | 2 | -3/+4 |
* | Remove interactive merging from class update script; allow classes that are i... | Eudyptula | 2009-07-07 | 2 | -2/+4 |
* | Major restructuring of frontend modules (package selection not done yet); cre... | Eudyptula | 2009-07-07 | 4 | -86/+105 |
* | Last changes for multiple backends to be (theoretically) possible | Eudyptula | 2009-07-06 | 1 | -1/+1 |
* | Stored all data from Packages files in the db to allow frontend/backend separ... | Eudyptula | 2009-07-06 | 7 | -154/+234 |
* | Add javascript-based searching to package adding stage | Eudyptula | 2009-07-05 | 1 | -6/+6 |
* | Separated configurations from builds of those configurations, added configura... | Eudyptula | 2009-07-03 | 2 | -0/+128 |
* | Backend can upload finished images; caches state after emerge system completes | Eudyptula | 2009-07-02 | 2 | -0/+3 |
* | Update both parts for proper modularity, start catalyst-based backend, code c... | Eudyptula | 2009-07-01 | 2 | -32/+4 |
* | Many fixes to CD building and some to command execution/logging | Eudyptula | 2009-06-30 | 2 | -7/+18 |
* | Added image format option to frontend, tbz2 and preliminary Install CD and Li... | Eudyptula | 2009-06-29 | 2 | -2/+2 |
* | Added an send invitations form to frontend and email notifications to backend | Eudyptula | 2009-06-28 | 1 | -0/+1 |
* | Changed task to have an index based on build instead of unique id, added desc... | Eudyptula | 2009-06-26 | 6 | -58/+55 |
* | Added signal handling and logging; wrote init script; added other nice daemon... | Eudyptula | 2009-06-25 | 5 | -21/+47 |
* | Added logout and user self-registration with email confirmation; Updates to s... | Eudyptula | 2009-06-25 | 10 | -64/+126 |