Commit graph

595 commits

Author SHA1 Message Date
Mike Bonnet
f0b8fa751c missed one short attribute 2008-10-03 11:56:13 -04:00
Mike Bonnet
572d0fadac Merge commit 'origin' into mead 2008-10-03 11:44:24 -04:00
Mike Bonnet
b7c054204e missed a few XHTML problems 2008-10-03 11:37:48 -04:00
Mike Bonnet
948fd516ad merge from HEAD 2008-10-03 11:00:32 -04:00
Mike Bonnet
5c9f719979 update the web UI to conform to XHTML 1.0 Transitional (thanks W3C Validator!) 2008-10-03 10:56:52 -04:00
Mike Bonnet
247f6aff94 buildinfo.chtml: group archives by extension 2008-10-02 11:05:45 -04:00
Mike Bonnet
9835ece578 builds.chtml: rearrange select lists to save space 2008-10-02 02:27:58 -04:00
Mike Bonnet
58972ec76f builds.chtml: rearrange the select lists to save space 2008-10-02 01:44:22 -04:00
Mike Bonnet
4896733d52 merge in changes from the master branch 2008-10-01 19:50:08 -04:00
Mike Bonnet
42a56adfc8 show a link to the build logs for the Maven build 2008-10-01 15:06:53 -04:00
Mike Bonnet
a8bb474141 add download urls for Maven artifacts 2008-10-01 14:48:40 -04:00
Mike Bonnet
5bb48bb2bb update copyright to 2008 2008-09-26 12:42:13 -04:00
Mike Bonnet
daa685b80d builds.chtml: convert to using passthrough_except() 2008-09-22 13:48:14 -04:00
Mike Bonnet
f2b833fb6d builds.chtml: pull all options in the select list for consistency with tasks.chtml 2008-09-22 13:36:24 -04:00
Mike Bonnet
4aabd44a00 tasks.chtml: put the select lists into a 2x2 table 2008-09-19 15:43:36 -04:00
Mike Bonnet
0ed79eccdb Merge branch 'master' of git+ssh://git.fedorahosted.org/git/koji 2008-09-19 15:10:28 -04:00
Mike Bonnet
61a40b68ef tasks.chtml: pull all selection options into select lists instead of links 2008-09-19 15:10:12 -04:00
Mike Bonnet
0c2cfa9b79 - use req.connection.local_addr to find the port the server is running on (req.server.port evaluates to 0)
- define env before we reference it
2008-09-19 14:57:04 -04:00
Mike Bonnet
bdc647872d util.py: add the toggleSelected() method 2008-09-19 13:34:53 -04:00
Mike Bonnet
a50325b75d tasks page: move toplevel into the View selector 2008-09-19 13:22:27 -04:00
Mike Bonnet
1f325009bd tasks page: add a View selector and move toplevel from State to Method 2008-09-19 12:32:29 -04:00
Mike Bonnet
4cf009fb7f implement passthrough_except(), which doesn't require a full list of vars for every invocation 2008-09-18 15:12:31 -04:00
Ricky Zhou
7ade70b997 Use a python construct_url function (req.construct_url isn't available in mod_python mod_python-3.2.8) 2008-09-15 17:26:26 -04:00
Mike Bonnet
00044616bd url quote the name in case it gets included in the url of the search results 2008-09-08 16:32:05 -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
5f06bb6bf2 make the "inherited" toggle on the builds page a drop-down instead of a link 2008-09-04 18:00:33 -04:00
Mike Bonnet
aa2e4f76c4 - put the task label into the taskinfo header
- move the task ID into the main table
2008-08-12 18:07:42 -04:00
Mike Bonnet
097b3cc018 change the title format to put the important bits first (format suggested by Will Woods) 2008-08-12 18:03:29 -04:00
Mike Bonnet
9e81274a9d put identification information into the title on the *info pages 2008-08-12 17:45:48 -04:00
Mike Bonnet
c08807d8a2 add links to the headers on the info pages 2008-08-12 16:49:03 -04:00
Mike McLean
aa664aadd3 Merge branch 'master' into shadow 2008-06-03 16:08:52 -04:00
Mike Bonnet
7ccc3a62cc sort rpm listing on the buildinfo page by arch and -debuginfo 2008-05-27 17:05:53 -04:00
Mike Bonnet
c597f4c574 put packageID into the linkURL as well 2008-05-23 17:44:03 -04:00
Mike Bonnet
79978d3626 - only send the session cookie over a secure connection (patch from Toshio Kuratomi, with modifications)
- remove the KojiWebURL config option (no longer necessary)
2008-05-23 17:39:57 -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 Bonnet
f8a4662998 differentiate between build environment (core and plugin) dependencies and project dependencies, using generally the same approach as we do for rpm 2008-05-06 09:06:40 -04:00
Mike Bonnet
e7ce66059b Allow wrapperRPM to be called as a subtask of a maven build of as a standalone top-level task (by an admin). Subsequent wrapperRPM calls will replace the set of rpms associated with an existing build. 2008-05-05 23:08:57 -04:00
Mike Bonnet
faea981ce3 enable setting of jvm properties from the maven-build command 2008-03-12 18:34:11 -04:00
Mike Bonnet
c6cba2e1b2 Merge branch 'mead' of git+ssh://git.fedoraproject.org/git/hosted/koji into mead 2008-03-05 00:51:58 -05:00
Mike Bonnet
264e9cef2e add a couple files I missed earlier 2008-03-05 00:48:19 -05:00
Mike McLean
80b2b869dc correctly handle no-target builds in taskinfo webui 2008-02-26 20:29:29 -05:00
Mike Bonnet
f0909efb61 Merge commit 'origin' into mead 2008-02-25 12:18:38 -05:00
Mike McLean
3dc2eb581e handle errors more gracefully in the web ui. Display a real explanation if possible. 2008-02-22 18:52:55 -05:00
Mike Bonnet
2ea09fb569 - don't fail repo creation if a maven directory doesn't exist
- convert pom files to utf-8 before attempting to parse
- a couple typos
2008-02-15 17:01:21 -05:00
Mike Bonnet
34344ad193 reorganize code to be more robust to errors 2008-02-14 17:10:16 -05:00
Mike Bonnet
8d78f4da5c build the wrapper rpm in a mock chroot 2008-02-14 17:10:16 -05:00
Mike Bonnet
4e83b3f34b cleanup whitespace 2008-02-14 17:10:16 -05:00
Mike Bonnet
89f71b9d37 add buildMaven and wrapperRPM to the list of watchlogs tasks 2008-02-14 17:10:16 -05:00
Mike Bonnet
f55f201579 reorganize, rename, and use an additional subtask 2008-02-14 17:10:16 -05:00
Mike Bonnet
436efabf21 enable creation of wrapper rpms by passing "--specfile url" to the maven-build command 2008-02-14 17:10:16 -05:00