Commit graph

1326 commits

Author SHA1 Message Date
Mike McLean
b0d2507c05 Rename recent schema upgrade file.
(There were no schema changes between 1.5 and 1.6)
2012-05-16 15:31:05 -04:00
Mike McLean
cd807c70e3 avoid traceback if host has no channels 2012-05-16 15:31:05 -04:00
Mike McLean
3ddbd697a3 migration doc for version 1.7 2012-05-16 15:30:53 -04:00
Mike Bonnet
6563265e62 document.height is no longer supported in modern browsers 2012-05-11 21:29:51 -04:00
Mike Bonnet
6236ae6d62 support SSL auth in mod_python compatibility mode 2012-05-11 21:29:06 -04:00
Mike Bonnet
4c999fedb6 typo 2012-05-11 19:18:40 -04:00
Mike Bonnet
c6e3d2e8fe verify that the pom filename matches the GAV 2012-05-11 16:27:57 -04:00
Mike McLean
6123acaac1 Maintain old PythonDebug behavior under mod_python 2012-05-11 16:02:32 -04:00
Mike McLean
756204da28 avoid req.is_https() 2012-05-11 15:45:57 -04:00
Mike McLean
6fabbd378e adjust web.conf logic 2012-05-11 12:49:08 -04:00
Mike McLean
8dd500f3d1 fix error when tag policy not defined 2012-05-11 11:50:03 -04:00
Mike McLean
5154d4a568 grant-permission --new 2012-05-11 11:34:42 -04:00
Mike McLean
54c0ed8438 Support wsgi in koji-hub and koji-web
- mod_python still supported, but deprecated
 - mod_wsgi is the default
 - koji-web now configured via web.conf
 - new wsgi-friendly publisher for koji-web
 - koji-web now has logging
2012-05-10 17:27:40 -04:00
Mike Bonnet
0a57b22886 don't show repo information during historical taginfo queries, it may be inaccurate 2012-05-10 17:21:52 -04:00
Mike Bonnet
5141b61f49 add support for querying past information with the taginfo command 2012-05-10 16:28:06 -04:00
Mike Bonnet
e0f30b36df add Maven information to taginfo 2012-05-10 16:23:27 -04:00
Mike McLean
794a965e14 avoid possible rapid error loops 2012-04-05 16:30:06 -04:00
Mike McLean
48a8183b75 catch errors from checkHost() call 2012-04-05 16:30:06 -04:00
Mike McLean
e295468f04 more sanity checks for volume moves 2012-04-02 17:28:11 -04:00
Mike McLean
5835b707f5 initial stab at cross-volume symlinks for builds 2012-04-02 17:24:35 -04:00
Mike McLean
cf83a7b97b backport relpath 2012-04-02 17:24:35 -04:00
Mike McLean
2c950dd983 make policy errors more helpful 2012-03-30 16:06:05 -04:00
Mike McLean
ef9923a679 allow setting rlimits in kojid 2012-03-28 16:47:19 -04:00
Mike McLean
dc2d6c9810 have listHosts return the same fields as getHost 2012-03-21 15:28:54 -04:00
Ken Dreyer
4d42e1062e make SCM URL validity check more verbose
When a builder parses an SCM URL, the daemon module's _parse_url() does
a sanity check that it has properly understood all the necessary
elements of the URL string before returning them. When this check fails,
a "Invalid URL" message is raised, but this error message does not
provide information about what portion of the URL was missing.

Break this sanity check into multiple statements, so that we present a
more detailed error message to the user.
2012-03-09 16:54:25 -05:00
Ken Dreyer
82ea18aa54 better examples for Kerberos auth options
Update the sample values in hub.conf to more closely match the Fedora
wiki page (https://fedoraproject.org/wiki/Koji/ServerHowTo).
2012-03-09 16:52:38 -05:00
Mike McLean
5dac6536a4 fix for _quoteparams issue 2012-03-09 16:36:53 -05:00
Mike Bonnet
82463bd071 gssapi support in the messagebus plugin 2012-03-08 12:52:16 -05:00
Dennis Gilmore
fa1915e96b Parse repomd.xml to determin the location of the pkgorigins file
createrepo switched to hashing all files by default. regardless
of the name of the file this works.

the  correct version not the el6 and never version
2012-03-06 16:19:11 -06:00
Dennis Gilmore
cabbbca924 Pushed the wrong version of the patch
Revert "Parse repomd.xml to determin the location of the pkgorigins file"

This reverts commit 7461b01213.
2012-03-06 16:16:52 -06:00
Dennis Gilmore
7461b01213 Parse repomd.xml to determin the location of the pkgorigins file
createrepo switched to hashing all files by default. regardless
of the name of the file this works.
2012-03-06 15:47:46 -06:00
Mike Bonnet
6e6cbba274 maven: handle deleted builds when calculating the new release 2012-03-01 17:18:44 -05:00
Dennis Gilmore
40c6c2c302 dont error out on a tag failure. 2012-02-24 08:08:51 -06:00
Mike McLean
fa0b2cbbb6 make extra nav and footer follow theme 2012-01-23 17:02:34 -05:00
Mike McLean
5b9f515250 new approach for web themes 2012-01-21 20:45:02 -05:00
Mike McLean
4e3e65c11f kojid literal_task_arches option 2012-01-20 11:35:31 -05:00
Mike McLean
4f131ef32a --active/--revoked options for list-history 2012-01-18 14:22:35 -05:00
Mike McLean
655eac2366 failed_buildroot_lifetime is an integer option 2012-01-18 14:22:35 -05:00
Mike McLean
cf508c1c62 make failed buildroot lifetime configurable 2012-01-15 12:38:37 -05:00
Mike Bonnet
b2edd9011c add "koji wrapper-rpm --create-build" which creates a new build to contain the wrapper rpms 2011-12-12 15:36:07 -05:00
Mike Bonnet
3d28cc0ac3 avoid collisions when downloading files from different builds with the same path and filename 2011-12-12 12:28:41 -05:00
Anthony Towns
58f8fe0b78 add moshimoshi command to make automatic user creation easier 2011-11-28 16:14:11 -05:00
Ken Dreyer
332a6d5811 better descriptions for koji-gc SSL options
The current descriptions for koji-gc's SSL options appear to be the
result of copy & paste. Update the description for each individual SSL
option to match its functionality.
2011-11-28 16:14:10 -05:00
Mike McLean
4c9de4896b fix querying builds by volume 2011-11-28 16:14:10 -05:00
Mike McLean
f8516675ae clarify build usage a bit 2011-11-28 16:14:10 -05:00
Dennis Gilmore
89b9222fc3 add initial support for arm hardware floating point arches. 2011-11-15 12:59:41 -06:00
Mike McLean
f1682ab7b7 handle noarch filtration with $handler.checkHost() 2011-11-03 12:20:45 -04:00
Anthony Towns
9fcce89b6c add hooks for patching specfiles into buildSRPMFromSCM
and extra information needed to override build method for fullrpms
2011-11-03 11:58:46 -04:00
Mike McLean
ab1559c5bb retry whitelist 2011-11-03 11:58:46 -04:00
Mike McLean
ccfcad52ab mark expired/etc repos non-current 2011-10-20 15:27:34 -04:00