Commit graph

123 commits

Author SHA1 Message Date
Mike Bonnet
277b07a76b Fix the "Watch logs" feature in the web UI to work over SSL
- reimplemented by parsing plain text from the web UI instead of performing xmlrpc from JavaScript
  - removed dependency on the unmaintained jsolait JavaScript libraries
2009-01-14 13:34:04 -05:00
Dennis Gilmore
2f8d215c5c fix case in MissingPolicyOk actually set the defaut correctly 2009-01-12 22:54:07 -06:00
Mike McLean
69068ad264 preserve old extra_arches during package list updates 2008-12-03 09:54:04 -05:00
Mike Bonnet
1c247f9ea5 - add a getEvent(id) method
- explain the inconsistencies in getLastEvent() caused by precision issues between postgres and python
2008-11-25 17:36:48 -05:00
Mike Bonnet
ffd5703801 add a "before" parameter to getLastEvent() 2008-11-25 16:52:17 -05:00
Mike McLean
dac5b47d4f fix up arch list handling in readTaggedRPMS 2008-11-25 14:52:55 -05:00
Mike McLean
abb899114c add timestamps to getBuild return 2008-11-25 14:52:55 -05:00
Mike McLean
3d3c0b3ffe check for the permission before doing insert 2008-11-25 14:52:55 -05:00
Mike McLean
083a1e08c0 allow a list of arches when querying for tagged rpms 2008-11-15 14:43:58 -05:00
Mike McLean
7a39ee0e1e don't fail when a builder tries to take an older base64-encoded task 2008-11-15 14:41:34 -05:00
Mike McLean
cde80d3d6d fix handling of DBHost/DBhost option 2008-11-15 14:38:34 -05:00
Mike McLean
d029e1c276 enable verbose policy errors without full debug 2008-11-13 01:16:42 -05:00
Mike McLean
83218e4103 new policy tests: fromtag, skip_tag 2008-11-13 01:09:43 -05:00
Mike McLean
bec94948b9 clean up example hub.conf 2008-11-12 18:28:20 -05:00
Mike McLean
f86c278860 a better default for list of plugins 2008-11-12 18:12:35 -05:00
Mike McLean
ee651710c8 build_from_repo_id policy 2008-11-04 18:10:56 -05:00
Mike McLean
64fce8d49f Merge branch 'master' into shadow
Conflicts:

	builder/kojid
2008-11-04 00:12:28 -05:00
Mike McLean
2bfbadb661 correct a few typos from last batch of commits 2008-11-03 23:59:34 -05:00
Mike McLean
07eaf6ee67 add default policies 2008-11-03 17:43:50 -05:00
Mike McLean
0a4d481d36 add more policy tests, and extend some for use with srpm build policy 2008-11-03 15:59:40 -05:00
Mike McLean
828a49971a make missing policy behavior configurable 2008-10-31 17:07:31 -04:00
Mike McLean
7be648ec55 return creation_time in repo_info call 2008-10-31 11:53:42 -04:00
Mike McLean
c2a8dd05cc honor kwargs in host.subtask call 2008-10-31 11:53:14 -04:00
Mike McLean
f05d34f209 in resetBuild use CANCELED state instead of FAILED 2008-10-31 11:40:52 -04:00
Mike McLean
c6bad093de Merge branch 'master' into shadow
Conflicts:

	builder/kojid
	cli/koji
	hub/kojihub.py
2008-10-27 15:24:41 -04:00
Mike McLean
e98354c795 add DisableNotifications option 2008-10-27 14:51:11 -04:00
Mike McLean
b2b40dc789 don't blow up when the database contains older base64 encoded task data 2008-10-27 14:01:10 -04:00
Mike McLean
86e63c5de1 policy framework and tagging policies 2008-10-27 14:00:58 -04:00
Mike McLean
389aa5ff5c basic plugin support for hub and builders 2008-10-27 12:53:01 -04:00
Mike McLean
0b8f313039 hub config file, hander registry
- use a hub config file instead of PythonOptions
- now honors KojiDir
- scan for handlers once at startup instead of each call
2008-10-27 12:51:45 -04:00
Mike McLean
91d89bb99b make a latest link in repoDone 2008-10-23 14:22:30 -04:00
Mike Bonnet
68554d032f fix a typo in QueryProcessor 2008-10-22 16:56:49 -04:00
Mike Bonnet
ac51ab2ce2 only allow searching for files by an exact match on filename, so we can use the index and not thrash the disks 2008-09-08 16:14:52 -04:00
Mike Bonnet
1c237f061e join against the _config tables so search results don't include inactive entries 2008-09-05 16:05:34 -04:00
Dennis Gilmore
3bd5f0ded8 Merge branch 'master' of ssh://git.fedoraproject.org//git/koji 2008-08-18 21:22:18 -05:00
Dennis Gilmore
1a362b7916 patch from Toshio adding support to use passwd auth for database connection. 2008-08-18 01:05:22 -05:00
Mike Bonnet
a12b756e89 register system.multicall for compliance with the multicall spec 2008-08-14 17:16:11 -04:00
Mike Bonnet
d1acf91741 clean up kojihub.conf option handling 2008-08-14 17:05:52 -04:00
Mike McLean
9af88e0f4b Merge branch 'master' into shadow 2008-07-25 16:41:22 -04:00
Mike McLean
71fb065e65 honor group dependencies by expanding in comps 2008-07-15 15:54:38 -04:00
Mike McLean
6529645b2e Ticket #82 -- fix issue with tasks dir size 2008-06-23 17:42:19 -04:00
Mike McLean
aa664aadd3 Merge branch 'master' into shadow 2008-06-03 16:08:52 -04:00
Mike Bonnet
a151d50816 handle importing a srpm into a build that already exists (could have been created by import --create-build) 2008-05-27 12:21:21 -04:00
Mike Bonnet
ecc44a59bd - allow rss feed to filter by package name (specified with package=)
- allow listTagged* and readTagged* to filter by package owner name (specified with owner=)
- allow the builds page in the web UI to filter by package ID (specified with packageID=)
2008-05-23 16:08:42 -04:00
Mike McLean
13b874014c in resetBuild use CANCELED state instead of FAILED 2008-03-12 01:41:25 -04:00
Mike McLean
d412fc54d7 allow creation of repos from a specified event 2008-03-07 14:36:23 -05:00
Mike McLean
fbcc9def02 kojid: make use of --skip-stat configurable
hub: option to disable notifications
koji-shadow: build from original scm
fix boolean opts in kojid
fix notifications for no-target builds
fix some typos
2008-02-26 20:29:54 -05:00
Mike McLean
54f79ff665 make ClientSession retries more configurable, and more robust
add an offline mode to the hub (ServerOffline fault)
report offline status if db connection fails
adjust retry timings for kojid and kojira
2008-02-22 11:32:27 -05:00
Mike McLean
69d841a63b make ClientSession retries more configurable, and more robust
add an offline mode to the hub (ServerOffline fault)
report offline status if db connection fails
adjust retry timings for kojid and kojira
2008-02-22 11:26:27 -05:00
Mike McLean
18f2518c5a don't blow up when the database contains older base64 encoded task data 2008-02-06 19:00:15 -05:00