Mike Bonnet
ab53d2deb0
update copyright
2014-10-28 23:54:21 -04:00
Mike Bonnet
5c4144c033
display the top-level task start time as the build start time
...
We can't record the build start time in the database correctly for maven and windows builds, so show the task start time instead.
2014-10-28 23:54:20 -04:00
Mike Bonnet
004a1ba450
preserve the format of parameters with no value when calling maven-build and maven-chain
...
-Dfoo and -Dfoo= mean different things to the JVM, so make sure the format of the parameter on the command-line is carried through to the mvn invocation.
2014-10-28 23:54:20 -04:00
Mike Bonnet
689ace685d
handle display of chainmaven tasks
2014-06-13 11:23:38 -04:00
Mike Bonnet
e626fca4d9
support running a sequence of Maven builds in dependency order
...
The new "koji chainmaven" command allows Maven builds to be run in depdencency order,
without needing to wait for repo regens. A config file specifies the parameters and
dependencies for each build in the sequence. Each build is launched as soon as all
dependent builds are complete, and is able to reference the output of all of its
dependencies. If the build source URL and parameters match the latest build of the
same package in the destination tag, the build will not be re-run.
2014-06-13 11:23:37 -04:00
Mike McLean
dca0c8aa06
strip search terms in web ui
2014-05-08 12:29:57 -04:00
Jay Greguske
1bf077766f
fix parameter formating for image
2014-01-10 15:40:11 -05:00
Jay Greguske
dce981825a
add image tasks to method filter
2014-01-10 15:40:11 -05:00
Mike McLean
723f6f4d06
raise AuthError if Secret is needed and not set
2013-10-22 07:03:50 -04:00
Mike McLean
cf01c000a8
use wsgi.url_scheme in kojiweb too
2013-10-22 07:03:47 -04:00
Jay Greguske
cc12b9ff99
update taskinfo page for imageBuilds
2013-09-25 17:11:07 -04:00
Mike McLean
cb39845ed3
show a prettier error page when the hub is offline
2013-09-12 15:59:32 -04:00
Mike McLean
ef174d0212
a little more room to edit host comments
2013-03-25 15:07:26 -04:00
Mike McLean
5d8331cd49
fix get_image_archive and web archiveinfo handler for non-images
2013-01-14 16:00:56 -05:00
Mike McLean
0f579048bb
handle both old and new signatures for image tasks
2012-11-29 16:53:06 -05:00
Mike McLean
cadb5209c0
rework PathInfo handlers for images
2012-11-29 16:53:06 -05:00
Jay Greguske
7666033147
fix kojiweb regressions after merge
2012-11-29 16:53:06 -05:00
Jay Greguske
80e5abc273
sort builds by image in kojiweb
2012-11-29 16:53:05 -05:00
Jay Greguske
343b470157
add archiveinfo link for image contents
2012-11-29 16:53:05 -05:00
Jay Greguske
0dd570d1dc
fix buildinfo and archiveinfo pages
2012-11-29 16:53:05 -05:00
Jay Greguske
dc1031ae96
fix taskinfo page
2012-11-29 16:53:05 -05:00
Mike McLean
08ef3c026d
fixing form handling
2012-08-20 11:09:25 -04:00
Mike McLean
626842792d
environ['SERVER_PORT'] is a string value
2012-06-14 15:33:08 -04:00
Mike McLean
86abf03fcb
don't use .get() with kojiweb options. It is no longer needed.
2012-05-31 21:49:09 -04:00
Mike McLean
c06f97c181
allow setting tag permission to none in webui (ticket#219)
2012-05-22 18:17:56 -04:00
Mike McLean
6123acaac1
Maintain old PythonDebug behavior under mod_python
2012-05-11 16:02:32 -04:00
Mike McLean
6fabbd378e
adjust web.conf logic
2012-05-11 12:49:08 -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 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 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
Anthony Towns
8a28e6de43
import additional local nav/footer code
2011-04-07 16:01:17 -04:00
Mike Bonnet
060274acb0
minor fixes to the rpmlist page
2011-04-05 18:35:22 -04:00
Mike Bonnet
470bf43be7
download task output directly from KojiFilesURL, rather than going through getfile
2011-04-05 15:57:20 -04:00
Mike Bonnet
89d6416ac7
always show rows for Parent and Descendants
2011-04-05 15:56:38 -04:00
Mike Bonnet
6706c6a01d
don't show the Files list when there are no files
2011-04-05 15:55:08 -04:00
Mike Bonnet
e252c5b1c4
don't show log link for imported builds
2011-04-04 11:59:58 -04:00
Mike Bonnet
25b806803b
prefix the buildroot name with /var/lib/mock/ for everything except vmExec tasks
2011-04-04 11:52:21 -04:00
Mike Bonnet
89d8055731
create BuildRoot objects for Windows builds, and track Windows build dependencies
2011-04-04 11:52:21 -04:00
Mike Bonnet
91f0ed12b4
store Maven build output under the standard build directory
2011-04-04 11:52:20 -04:00
Mike McLean
73d44e199a
support for split storage
2011-03-18 13:57:38 -04:00
Mike Bonnet
eea730300a
- enable use of a Kerberos service name other than host/ on the hub
...
- get the Kerberos realm from the client principal, rather than assuming the last two components of the domain name
2011-01-06 15:54:53 -05:00
Mike McLean
8ac3cae252
better display for restart tasks
2010-12-03 11:31:52 -05:00
Jay Greguske
3bcbfa3b3d
allow getfile to handle files > 2G
2010-10-21 17:05:32 -04:00
Mike Bonnet
9d4a6b2c0e
add "Windows" to the Type drop-down list on the Builds page
2010-10-21 14:16:14 -04:00
Mike McLean
4979c16937
Merge branch 'vm'
...
Conflicts:
cli/koji
2010-10-20 17:36:24 -04:00
Mike Bonnet
1f2bb7c7e9
add detailed info about more task types to "koji taskinfo"
2010-09-23 12:13:20 -04:00
Mike Bonnet
c0b34886d8
support searching for Windows artifacts
2010-09-23 12:13:20 -04:00
Mike Bonnet
a2b91eaa1e
enable selection of Windows tasks on the Tasks page
2010-09-23 12:13:20 -04:00
Jay Greguske
2e0defc4a7
improved mime-type handling for output
2010-09-22 14:20:31 -04:00