Commit graph

765 commits

Author SHA1 Message Date
Jay Greguske
0e322ac4e4 fixed improperly written ksflatten error handler 2010-04-16 12:42:18 -04:00
Mike McLean
589a8ee481 remove extraneous newlines in logs 2010-04-16 12:42:18 -04:00
Mike McLean
829c7950a2 fix height of "powered by" icon in koji.css 2010-04-16 12:42:18 -04:00
Mike McLean
858836900f fix field name in grplist_add 2010-04-16 12:42:18 -04:00
Mike McLean
9766637653 use non-strict dslice when appropriate 2010-04-16 12:42:18 -04:00
Mike McLean
4b49cd5b32 fix syntax issues with the creator/revoker changes 2010-04-16 12:42:06 -04:00
Dennis Gilmore
5fda04840d update copyright year to include 2010 on web pages 2010-04-09 13:41:39 -05:00
Jay Greguske
f90f6b856d isoname now impacts the iso fs label 2010-04-06 15:25:26 -04:00
Jay Greguske
005963851c added some TODOs and comments fixed an error when viewing an incomplete appliance task in kojiweb renamed the appliance-build directive to spin-appliance 2010-03-31 15:18:18 -04:00
Jay Greguske
a90f0d1b03 fixed --scratch appliance output uploading xml description file treated as output rather than a log 2010-03-31 15:18:18 -04:00
Jay Greguske
78cfd378a7 None values in options map are no longer passed to the Handler 2010-03-31 15:18:18 -04:00
Jay Greguske
8a97304349 taskinfo extensions for createAppliance 2010-03-31 15:18:18 -04:00
Jay Greguske
d927628677 minor kojiweb enhancements fixed results upload 2010-03-31 15:18:18 -04:00
Jay Greguske
82b6a11d48 added a few appliance-build options to pass to appliance-creator minor usage text alterations 2010-03-31 15:18:18 -04:00
Jay Greguske
6d4f601f79 initial revision of kojid appliance creation 2010-03-31 15:18:18 -04:00
Jay Greguske
b1c8ca32f7 made livecd-specific calls in kojihub more generic for appliances added ApplianceError added appliance-specific paths to pathinfo 2010-03-31 15:18:18 -04:00
Jay Greguske
e0116c6867 refactored LiveCDTask: added ImageTask which keeps methods of common image-generating code, and LiveCDTask inherits from it 2010-03-31 15:18:17 -04:00
Jay Greguske
99be7f5ea3 initial changes to the cli, hub and schema to build appliances 2010-03-31 15:18:17 -04:00
Mike McLean
7d52e6d204 fix typo from commit a08442f5 2010-03-31 15:18:17 -04:00
Mike McLean
8f18de6e6d fix a typo in the creator/revoker work 2010-03-26 17:02:55 -04:00
Mike McLean
e78783ff8f track start time for tasks 2010-03-26 17:02:54 -04:00
Mike McLean
ee5423221f rhel builder requires 2010-03-26 17:02:54 -04:00
Mike McLean
a08442f505 list_rpms function to match mead branch 2010-03-18 16:32:54 -04:00
Mike McLean
188efe45eb small fix from mead branch 2010-03-18 16:32:54 -04:00
Mike Bonnet
7da99c1479 make the (tail) link show the last 4000 characters of the file, which seems to be a more useful amount 2010-03-17 15:34:45 -04:00
Mike McLean
547fd3c278 --krb-principal arg for add-host 2010-03-16 14:30:32 -04:00
Mike McLean
35a904ffbf allow setting retry parameters for the cli 2010-03-16 14:30:32 -04:00
Mike McLean
2e7cad8e46 remove misplaced commit 2010-03-12 17:55:05 -05:00
Mike McLean
6697f553d7 show user data in history output 2010-03-12 17:55:05 -05:00
Mike McLean
fa12519679 set creator/revoker data for all versioned tables
latter accomplished using InsertProcessor and UpdateProcessor classes
2010-03-12 17:55:05 -05:00
Mike McLean
c277121f14 InsertProcessor and UpdateProcessor for cleaner dml operations
Somewhat analogous to QueryProcessor.
Each has special code for dealing with versioned tables
2010-03-12 17:55:05 -05:00
Mike McLean
00b86b236d rearrange some test conditions for clarity 2010-03-12 17:55:05 -05:00
Mike McLean
94760fbebd remove unnecessary function 2010-03-12 17:55:05 -05:00
Mike McLean
e1c2586102 add user data (creator/revoker) to versioned tables
also updated schema upgrade script
2010-03-12 17:55:04 -05:00
Mike McLean
4ee3a12890 avoid ugly errors if connection fails to close 2010-03-12 17:55:04 -05:00
Mike McLean
f91027c02d avoid duplicate log messages 2010-03-12 17:55:04 -05:00
Mike McLean
f2a6dc2f47 log regen ordering data 2010-03-12 17:55:04 -05:00
Mike McLean
1a38131e63 clarify the import docstring a little 2010-03-12 17:55:04 -05:00
Mike McLean
04042ce4de log db connection errors 2010-03-12 17:55:04 -05:00
Mike McLean
31fd8be364 avoid possible notification traceback (bz 526275) 2010-03-12 17:55:04 -05:00
Mike McLean
d56ec5f826 some chain-build fixes
- use sane and unique subtask labels
- avoid redundant waits
2010-03-12 17:55:04 -05:00
Mike McLean
061df3ccb9 no more _opt_bool 2010-03-12 17:55:04 -05:00
Mike McLean
3570390cf8 more hub logging work 2010-03-12 17:54:55 -05:00
Mike McLean
0abc999e6c more logging config in hub 2010-03-12 15:34:02 -05:00
Mike McLean
487ccdb2e3 clean up hub logging a bit 2010-03-12 15:34:02 -05:00
Mike Bonnet
3210c55576 - clean up add-host-to-channel and remove-host-from-channel commands to make them a little more efficient
- remove redundant getAllChannels() method, use listChannels() instead
2010-03-10 19:35:39 -05:00
Mike Bonnet
50e08644e2 - report when a builder is in no channels
- improve formatting when there are no active buildroots
2010-03-10 19:35:39 -05:00
Mike Bonnet
eb469f3ae5 enable editing the channel mappings for a host from the web UI 2010-03-10 19:35:39 -05:00
Mike Bonnet
b0946a5c44 enable editing a host via the web UI 2010-03-10 19:35:38 -05:00
Mike Bonnet
e71519d5d1 - add the description and comment fields to the host table
- add the edit-host CLI command to allow editing of the arches, capacity, description, and comment fields of a host
 - add the --comment option to the enable-host and disable-host commands, to allow specifying a reason for changing the state of a host
 - display the description and comment on the hostinfo page
2010-03-10 19:35:38 -05:00