Commit graph

219 commits

Author SHA1 Message Date
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 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
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
31fd8be364 avoid possible notification traceback (bz 526275) 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
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
Mike McLean
59bde48e43 package list policy 2010-03-09 16:03:59 -05:00
Mike McLean
eb62673efb correct a few spelling errors 2010-02-19 12:57:24 -05:00
Mike Bonnet
ce0a7aa9b4 listTasks(): add support for createdBefore and createdAfter options 2009-11-12 16:08:03 -05:00
Mike Bonnet
ef98c3e398 add a couple more parameters to the example hub.conf 2009-11-10 14:06:36 -05:00
Mike Bonnet
66a361a7de remove unused 'file' clause 2009-11-10 13:54:56 -05:00
Mike Bonnet
41580648e8 add creation_ts and completion_ts to listBuilds(), for consistency with getBuild() 2009-11-09 22:12:54 -05:00
Mike Bonnet
6bc83b6d93 callback hooks for repo events 2009-11-09 17:46:28 -05:00
Mike Bonnet
e9109a34c0 callback hooks for tag/untag 2009-11-09 15:52:07 -05:00
Mike Bonnet
414f038a84 callback hooks for import 2009-11-09 14:53:00 -05:00
Mike Bonnet
48239653ba move host sanity checks to a more logical place 2009-11-09 14:18:20 -05:00
Mike Bonnet
32193cf07c callback hooks for build state changes 2009-11-09 14:09:53 -05:00
Mike Bonnet
8d18ddbf9f callback hooks for package list actions 2009-11-09 11:08:22 -05:00
Mike Bonnet
c690b61b81 return more information about rpm contents, and display it in the UI 2009-11-09 10:36:51 -05:00
Mike Bonnet
ae953a7072 - extend the plugin system with an event-based callback infrastructure
- implement callback hooks for task state transitions
 - example echo plugin that logs all callback invocations
2009-11-09 10:13:21 -05:00
Mike Bonnet
06f940299c - add a revoke-permission cli command
- clean up grant- and revoke-permission to remove duplicate work and enable better error reporting
2009-10-07 13:57:33 -04:00
Mike Bonnet
bdac9d5f85 - store the arch of the image in the imageinfo table
- put the non-.iso files in a data/logs/ subdirectory for consistency with builds
2009-09-29 17:11:53 -04:00
Mike Bonnet
b5172f49ae importImage() should be in HostExports 2009-09-29 16:09:08 -04:00
Mike Bonnet
7d954b8b22 minor tweaks to the web UI for consistency 2009-09-29 13:23:20 -04:00
Mike Bonnet
445edc2018 put createLiveCD tasks in their own channel 2009-09-28 14:53:44 -04:00
Mike Bonnet
e04395e7f3 use assertPerm() so admins will inherit the permission 2009-09-28 14:42:18 -04:00
Jay Greguske
d93d05ab5f enable creation of LiveCD/DVD images in Koji
Signed-off-by: Mike Bonnet <mikeb@redhat.com>
2009-09-28 14:07:01 -04:00
Mike Bonnet
3bc3e2628e Merge branch 'master' of git+ssh://git.fedorahosted.org/git/koji 2009-09-28 12:24:36 -04:00
Mike McLean
aced7c5794 support querying package listings at an event 2009-09-23 15:47:05 -04:00
Mike McLean
508cbc1612 make latest repo symlinks relative 2009-09-23 15:47:05 -04:00
Mike Bonnet
f4416e63c5 remove unnecessary stat() that causes a huge slowdown when accessing files via nfs 2009-09-18 16:34:04 -04:00
Mike Bonnet
f2ea0f9bd0 adding this join to the front of the list rather than the end improves the query plan and dramatically speeds up the query on postgres 8.1 (postgres 8.3 always uses the better plan) 2009-08-20 14:10:45 -04:00
Mike McLean
a75ddac324 support large file uploads, take two 2009-08-18 17:10:21 -04:00
Mike Bonnet
035dbeef4e use the proper escape syntax 2009-08-13 12:24:47 -04:00
Mike McLean
2da42499e3 fix a typo in buildtag policy test 2009-07-20 16:18:17 -04:00
Mike Bonnet
87576b0dc1 paginate the component buildroot list on the rpminfo page 2009-06-11 18:05:48 -04:00
Mike Bonnet
5b11e90fea - allow filtering by enabled/disabled on the hosts page (default to showing only enabled hosts) 2009-06-11 16:44:19 -04:00
Mike Bonnet
c81079b551 relicense hub/rpmdiff as GPLv2+, with permission from ffesti 2009-05-27 14:24:46 -04:00
Mike McLean
84925bdb75 set-task-priority command (#138, patch by Daniel Mach) 2009-05-18 17:22:50 -04:00
Mike McLean
f8fdc66815 allow uploading and importing rpms larger than 2GiB 2009-03-10 16:54:48 -04:00
Dennis Gilmore
726f25b421 if you pass None to getBuildTargets you get a dict of all targets. this results in broken emails and tasks when the packages doesnt exist in the first tag in the list. 2009-03-03 02:00:30 -06:00