Commit Graph

37698 Commits

Author SHA1 Message Date
kohsuke 1320d9c6cf fixed #201.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1328 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 05:47:08 +00:00
kohsuke c87676decd fix to #199 is apparently not complete.
Increased the graph height to reduce the problem.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1327 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 05:43:20 +00:00
kohsuke 515597d1ce implemented #200.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1326 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 05:24:44 +00:00
kohsuke 295590aed5 added color palette constant.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1325 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 05:23:01 +00:00
kohsuke f346dcf480 updating to jfreechart 1.0.3 for fixing #199.
preliminary test shows a good result, but still needs some more testing.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1324 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 04:41:57 +00:00
kohsuke 40f69795a0 fixed #198.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1323 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 02:22:12 +00:00
kohsuke 846f06b42a fixed #197
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1322 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-15 02:20:44 +00:00
jglick 5833c2eea5 #192: race condition between updating CVS files and computing changelog; now asking for a fixed date.
Also unfiled buglet: "cvs update: `...' is no longer in the repository" was not being parsed correctly.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1321 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-14 15:54:15 +00:00
kohsuke eb0375d817 modified to allow a configuration to be saved even if some slaves are down.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1318 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-14 03:04:51 +00:00
kohsuke d44598f896 I guess this is really a bug in JDK without easy workaround.
Mustang compiles this file, so reverting back.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1317 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 23:46:07 +00:00
kohsuke 4f66123164 how about this?
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1316 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 23:30:51 +00:00
kohsuke 1f56e154a9 how about this?
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1315 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 23:27:31 +00:00
kohsuke a8e75ec967 does this make the compiler happier?
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1314 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 23:21:48 +00:00
kohsuke 7185b305d3 wrong revision
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1313 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 22:03:12 +00:00
kohsuke ad40e3623e added the remoting module as the dependency
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1312 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 16:24:26 +00:00
kohsuke 1cc035114a remoting module is now a part of the build
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1311 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 16:20:19 +00:00
kohsuke 851d2736d0 no need to list transitive dependency.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1310 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 16:18:08 +00:00
jglick 5e23768779 #196: typo.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1309 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 16:12:36 +00:00
kohsuke 1ce1ef8e2e created assembly descriptor for uberjar.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1308 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 07:25:37 +00:00
kohsuke e4de1311d2 I haven't figured out how to run those tests from Maven
(the problem is that when I fork another process
        I need to somehow compute the right classpath), so
        excluded from Maven run for now.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1307 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 06:19:17 +00:00
kohsuke 482f9a0795 bug fixes. ObjectOutputStream needs to be flushed for certain kind of stream, like process stream, or else we'll dead-lock.
expanded tests.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1306 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 06:11:30 +00:00
kohsuke 470e4960e7 added the setJDK method.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1305 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 06:10:30 +00:00
kohsuke 2631e2f4ca added code for testing different channel configuration by using the same test code.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1304 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 02:39:54 +00:00
kohsuke 9222fdbcc1 completed pipe implementation.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1303 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-13 01:57:04 +00:00
vsizikov 8487176c37 Fixed ISSUE #148 "show (part of) description in build history"
URL: https://hudson.dev.java.net/issues/show_bug.cgi?id=148


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1301 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 21:36:59 +00:00
kohsuke 1e87dd07c3 reimplemented pipe for better performance. test now runs in 2.3sec down from 17sec before.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1300 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 19:34:50 +00:00
kohsuke 04b15b9a21 adding a test for pipe.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1299 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 19:00:18 +00:00
kohsuke d249d5246d bug fix.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1298 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 18:34:43 +00:00
kohsuke 2b1d175375 implemented asynchronous invocation.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1297 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 18:12:55 +00:00
kohsuke 91879ec86d making more progress.
- implemented the remote method call.
- class loader export mechanism is now consolidated with the general object export mechanism.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1296 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 17:02:25 +00:00
kohsuke 4036c46d9d added .cvsignore.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1295 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 07:01:17 +00:00
kohsuke cf2eb25dee added preliminary version of the remoting infrastructure.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1294 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 07:00:56 +00:00
kohsuke d4d72e3c13 modified to also post the source bundle due to a request from Gentoo portage maintainer
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1292 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 02:15:15 +00:00
kohsuke 93cfec413f [maven-release-plugin] prepare for next development iteration
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1289 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 01:35:35 +00:00
kohsuke 190d4e06dd [maven-release-plugin] prepare release hudson-1_66
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1287 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-12 01:34:06 +00:00
jglick 1fde7d5aef Fixing compilation error from kohsuke's last commit.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1286 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-11 21:14:53 +00:00
kohsuke 6fdad8b639 fixed a NPE.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1283 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-11 19:53:07 +00:00
kohsuke 1d408ae31e fixed a NPE.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1282 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-11 19:50:16 +00:00
kohsuke 637bebd9e8 added assembly descriptor to create the source bundle
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1281 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 23:56:11 +00:00
kohsuke ef2c53d43a implemented 1.66.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1279 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 19:30:15 +00:00
kohsuke 0a05b42876 fixed #176.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1278 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 19:10:52 +00:00
kohsuke 15a9a847f9 javadoc bug fix.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1277 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 18:48:57 +00:00
kohsuke dc1afa8cdf added a event callback interface for job creation/deletion.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1276 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 18:33:45 +00:00
kohsuke 144f16ffb2 removed javadoc error.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1275 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 18:23:07 +00:00
kohsuke e309a96845 added a method to obtain the root URL.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1274 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 18:18:40 +00:00
kohsuke 63548ab9f1 fixed an issue Bantle reported:
--------------
Hello,
I have the same problem: I have only one user in the people and no
e-mail for broken builds to the checkin user. The reason seams to be
that our SVN users have the following structure: WINDOWSDOMAIN\UserName
(with back slash). Hudson knows the user who checked in (e.g.:
WINDOWSDOMAIN\UserName).Hudson tries to create a folder with this name
in HUDSON_HOME/users/, and that is not possible with the back slash on
Windows! On Linux it is possible to create a directory with this name,
but Hudson (TomCat) can not find this directory. Do you have a solution
for this problem? Can you cast the back slash for the Windows domain
name in Hudson?
Thomas


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1273 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-09 18:13:30 +00:00
kohsuke 7ab167542a fixed #181.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1272 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-08 04:57:04 +00:00
kohsuke a325eea024 fixed #182
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1271 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-08 04:45:12 +00:00
kohsuke 2425a2f7bb bumping up to depend on 1.13 to fix #186
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1269 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-08 04:40:01 +00:00
kohsuke b091dd2986 moved from core/bin. In this way I can avoid messing with Maven and it will be bundled into *.war
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1267 71c3de6d-444a-0410-be80-ed276b4c234a
2006-12-08 04:19:35 +00:00