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
Mike Bonnet
98ae624480
handle_call(): use arg_filter() and remove duplicate code
2010-03-10 19:35:38 -05:00
Mike McLean
59bde48e43
package list policy
2010-03-09 16:03:59 -05:00
Mike Bonnet
ea6c283ba5
fix Kerberos authentication for modern python: e.message is deprecated, and e.err_code no longer exists
2010-03-09 13:46:54 -05:00
Mike Bonnet
5ab3868150
default the Builds and Tasks page to ordering by descending id, which provides almost the same ordering as -completion_time but is faster due to indexes
2010-03-05 15:27:22 -05:00
Mike Bonnet
4fb4b55ac4
show the build and task owners if not logged in
2010-03-05 15:20:43 -05:00
Mike Bonnet
a5af3b0803
don't paginate the build and task lists on the front page, to avoid doing "select count(*)"'s on large tables and thereby improve performance
2010-03-05 15:13:55 -05:00
Dennis Gilmore
6cb87c455c
only shadowbuild tags should start with SHADOWBUILD there repos are auto
...
expired. so lets get the most recent expired tag for newRepo shadowbuild tasks
2010-02-26 15:06:08 -06:00
Mike McLean
e565217a73
avoid unicode errors involving changelogs (rhbz 545387, patch by dmach)
2010-02-19 12:57:24 -05:00
Mike McLean
2affc996d5
also remove result dir during initial buildroot clearing
2010-02-19 12:57:24 -05:00
Mike McLean
eb62673efb
correct a few spelling errors
2010-02-19 12:57:24 -05:00
Mike McLean
a01c92b3c7
avoid unnecessary processing for empty lists
2010-02-19 12:57:24 -05:00
Jay Greguske
06a885fe47
livecd task handler fixes for building on F12 removed a race condition when expiring buildroots and getting image manifests
2010-02-19 12:57:24 -05:00
Marko Myllynen
3deb8358e6
add a Finnish greeting to the Kojiweb header
2010-02-11 12:58:38 +02:00
Mike McLean
e9050f805a
kojira config to specify which repos should have debuginfo or source rpms
2010-02-01 13:13:19 -05:00
Mike McLean
889a144750
handle multiple hosts in enable/disable-host command
2010-02-01 13:13:19 -05:00
Mike McLean
ac226539cf
ignore negative average task duration when adjusting task weight
...
see: https://www.redhat.com/archives/fedora-buildsys-list/2009-November/msg00013.html
2010-02-01 13:13:19 -05:00
Mike McLean
a06d578023
indicate maxdepth=0 in taginfo output
2010-02-01 13:13:19 -05:00
Mike McLean
4ccd5bbfda
repo regen priority work
2010-02-01 13:13:19 -05:00
Mike Bonnet
d145c17221
no longer require rpm-build and redhat-rpm-config on the builders, srpms are created by mock now
2010-01-20 16:50:40 -05:00
Mike Bonnet
022a172abe
- only send messages for post callbacks
...
- remove the unnecessary "post" prefix from the message type
2010-01-05 14:37:11 -05:00
Mike Bonnet
b320bada69
- replace periods with underscores in the tokens that make up the routing key, so the number of tokens in the routing keys are deterministic and consistent
...
- reduce the number of tokens in the routing keys
2010-01-04 18:52:13 -05:00