kohsuke
1e2a56d743
doc update
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10544 71c3de6d-444a-0410-be80-ed276b4c234a
2008-07-01 18:02:00 +00:00
kohsuke
396f29985a
the server name in the arguments also need to take the reverse proxy into account.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10543 71c3de6d-444a-0410-be80-ed276b4c234a
2008-07-01 18:01:38 +00:00
kohsuke
5603ddddd9
Don't know exactly when this assertion error happens, but I still see reports from people. So ultimately delegating this to the Hudson object.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10447 71c3de6d-444a-0410-be80-ed276b4c234a
2008-06-26 23:21:45 +00:00
kohsuke
1a5a10f99b
OMG. Fixed in 1.229. I'll post 1.229 today.
...
[FIXED HUDSON-1936] Start-up "Hudson is preparing to work" screen doesn't render with AssertionFailure.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10377 71c3de6d-444a-0410-be80-ed276b4c234a
2008-06-24 19:05:01 +00:00
kohsuke
f34e35e245
[FIXED HUDSON-1875] layout.jelly had a very error prone permission check that silentely passes when the "it" object is not an AccessControlled object.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10313 71c3de6d-444a-0410-be80-ed276b4c234a
2008-06-23 01:56:46 +00:00
kohsuke
43d4ab0bfe
better code reuse. Even if it's just one lien
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9975 71c3de6d-444a-0410-be80-ed276b4c234a
2008-06-09 23:43:25 +00:00
kohsuke
6269c7fbfa
TAB->WS
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9974 71c3de6d-444a-0410-be80-ed276b4c234a
2008-06-09 23:42:36 +00:00
kohsuke
59a6f8e771
adding the advanced tab for proxy configuration.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9914 71c3de6d-444a-0410-be80-ed276b4c234a
2008-06-07 01:05:52 +00:00
kohsuke
06131ad060
relaxing the rule further.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9725 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-30 23:25:15 +00:00
kohsuke
f21fa55faf
Merged revisions 8523-8525,8545-8556,8793,8803-8806,8858,9027-9028 via svnmerge from
...
https://www.dev.java.net/svn/hudson/branches/tom
........
r8523 | huybrechts | 2008-04-11 13:41:11 -0700 (Fri, 11 Apr 2008) | 1 line
profile to build against current snapshot of hudson-core
........
r8524 | huybrechts | 2008-04-11 14:42:58 -0700 (Fri, 11 Apr 2008) | 1 line
[#710 ] project option to automatically delete the svn wc if it is locked
........
r8525 | huybrechts | 2008-04-11 14:53:59 -0700 (Fri, 11 Apr 2008) | 1 line
[#710 ] project option to automatically delete the svn wc if it is locked
........
r8545 | huybrechts | 2008-04-12 04:17:46 -0700 (Sat, 12 Apr 2008) | 1 line
profile to build against current snapshot of hudson-core
........
r8546 | huybrechts | 2008-04-12 04:19:26 -0700 (Sat, 12 Apr 2008) | 1 line
deleting IDE-specific files
........
r8547 | huybrechts | 2008-04-12 06:31:32 -0700 (Sat, 12 Apr 2008) | 1 line
added ignores
........
r8548 | huybrechts | 2008-04-12 06:42:49 -0700 (Sat, 12 Apr 2008) | 4 lines
Issue 1158
- extended AuthorizationStrategy to provide ACLs for different types of objects
- changed several object types to use these methods
- changed jelly to check permissions (instead of using isAdmin check)
........
r8549 | huybrechts | 2008-04-12 06:44:26 -0700 (Sat, 12 Apr 2008) | 1 line
Issue 1110: use svn revision number in project-changes.jelly
........
r8550 | huybrechts | 2008-04-12 06:46:18 -0700 (Sat, 12 Apr 2008) | 1 line
Adding a 'My Projects' view which shows only projects the user has permission for
........
r8551 | huybrechts | 2008-04-12 06:47:57 -0700 (Sat, 12 Apr 2008) | 1 line
adding a user name resolver, like the MailAddressResolver
........
r8552 | huybrechts | 2008-04-12 06:49:27 -0700 (Sat, 12 Apr 2008) | 1 line
Adding jdom and cglib to the war, as a workaround for classloading issues
........
r8553 | huybrechts | 2008-04-12 08:01:58 -0700 (Sat, 12 Apr 2008) | 1 line
SFEE integration improvements, including links to project based security
........
r8554 | huybrechts | 2008-04-12 08:27:17 -0700 (Sat, 12 Apr 2008) | 1 line
wsdl for SFEE webservices
........
r8555 | huybrechts | 2008-04-12 08:31:18 -0700 (Sat, 12 Apr 2008) | 1 line
forgot some files...
........
r8556 | huybrechts | 2008-04-12 08:34:31 -0700 (Sat, 12 Apr 2008) | 1 line
an authorization strategy that provides project-based access control (not usable on its own)
........
r8793 | huybrechts | 2008-04-22 14:39:57 -0700 (Tue, 22 Apr 2008) | 1 line
[issue #1573 ] allow plugins to contribute ServletFilters
........
r8803 | huybrechts | 2008-04-23 10:46:09 -0700 (Wed, 23 Apr 2008) | 1 line
added ignores
........
r8804 | huybrechts | 2008-04-23 10:52:11 -0700 (Wed, 23 Apr 2008) | 1 line
added ignores
........
r8805 | huybrechts | 2008-04-23 10:54:12 -0700 (Wed, 23 Apr 2008) | 1 line
added ignores
........
r8806 | huybrechts | 2008-04-23 10:59:13 -0700 (Wed, 23 Apr 2008) | 1 line
Issue 1158
........
r8858 | huybrechts | 2008-04-25 08:17:41 -0700 (Fri, 25 Apr 2008) | 1 line
bugfixes
........
r9027 | huybrechts | 2008-05-04 12:20:34 -0700 (Sun, 04 May 2008) | 1 line
Issue 1158 - fixing permission checks in jelly
........
r9028 | huybrechts | 2008-05-04 12:22:36 -0700 (Sun, 04 May 2008) | 1 line
creating SFEE releases from Hudson
........
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9699 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-30 03:25:15 +00:00
kohsuke
421ec30849
more renaming to align with the new name.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9417 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 23:42:52 +00:00
kohsuke
8996827225
more renaming to align with the new name.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9416 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 23:38:27 +00:00
kohsuke
930ffc0768
Renamed to reflect what it really does.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9415 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 23:36:04 +00:00
kohsuke
ce2614e121
Renaming to reflect what it really does.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9409 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 22:44:43 +00:00
kohsuke
d86ffdebd9
extension points shouldn't depend on implementation detail class, so promoted ComputerImpl to SlaveComputer.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9403 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 22:33:55 +00:00
kohsuke
375cca85ed
Creating a package to host slave related code.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9393 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 21:42:57 +00:00
kohsuke
36c60b320b
rolling back my 9366 to bring Stephen's slave related changes to the main line
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9381 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-18 17:07:24 +00:00
kohsuke
d618dcbd76
Rolling back 9328,9331,9352-9354 as I still wanted to make some adjustments to them
...
before they are merged into the main line.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9366 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-17 17:54:45 +00:00
stephenconnolly
c32b011d31
Making slave availability a strategy extension point
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9352 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-17 09:54:13 +00:00
stephenconnolly
948b6c0c33
Merging first round of UI changes require to enable plugable slave start mechanisms (which will be required in order to allow VMware/Xen slave starting)
...
Also splitting the configuration of slaves out from the configuration of everything else.
Hopefully this should not break stuff!
(Works for me!)
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9328 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-16 12:07:35 +00:00
kohsuke
cf218bbc22
In lower resolution systems, create smaller test trend chart.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9000 71c3de6d-444a-0410-be80-ed276b4c234a
2008-05-01 22:12:34 +00:00
kohsuke
23293f9a63
version can be null.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8649 71c3de6d-444a-0410-be80-ed276b4c234a
2008-04-16 05:32:35 +00:00
kohsuke
1910deec90
[fixed] broken link when context path is not '/' (issue #1526 )
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8405 71c3de6d-444a-0410-be80-ed276b4c234a
2008-04-09 04:35:31 +00:00
kohsuke
925759a797
adding a new publisher for aggregating test results from the downstream
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8314 71c3de6d-444a-0410-be80-ed276b4c234a
2008-04-06 18:10:17 +00:00
kohsuke
29cfe0c413
fixed issue #1135 by handling absolute URLs
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7924 71c3de6d-444a-0410-be80-ed276b4c234a
2008-03-21 02:00:54 +00:00
kohsuke
dbf80b1753
cap the size of the listing because the list will be otherwise too long.
...
Dynamic expansion like the one seen in the build history view would be great.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7321 71c3de6d-444a-0410-be80-ed276b4c234a
2008-03-05 02:08:38 +00:00
kohsuke
c97011626d
modified to use the new method in BuildStepDescriptor.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6942 71c3de6d-444a-0410-be80-ed276b4c234a
2008-02-02 20:14:15 +00:00
kohsuke
983f99e20d
This defaulting is convenient in making the use of this method terse.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6471 71c3de6d-444a-0410-be80-ed276b4c234a
2008-01-04 01:58:09 +00:00
kohsuke
7155fb5bda
adding more convenience methods.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6467 71c3de6d-444a-0410-be80-ed276b4c234a
2008-01-04 01:32:30 +00:00
kohsuke
835af9a2c1
fine-grained security is now live
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6433 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-27 04:12:48 +00:00
kohsuke
e551409a05
defined a scheme to put image/script/stylesheet files side-by-side with view scripts.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6410 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-24 22:47:19 +00:00
kohsuke
3a3dfc82be
added a method to obtain the current JellyContext.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6409 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-24 17:06:32 +00:00
kohsuke
c94c95aca1
Acegi security exception within JEXL should propagate through the call stack for us to commence the authentication protocol.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6355 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-20 06:35:28 +00:00
kohsuke
c614c7979d
added another AuthorizationStrategy implementation that discriminates anonymous users.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6339 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-18 06:55:31 +00:00
kohsuke
4e5d783914
added a convenience method.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6328 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-17 06:29:41 +00:00
kohsuke
a6517254fa
hooking up realm&authorization configuration UI to the config submission logic.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6226 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-06 05:53:00 +00:00
kohsuke
806e33d67d
making progress on the security realm configuration. Started hooking up GUI.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6205 71c3de6d-444a-0410-be80-ed276b4c234a
2007-12-05 07:09:29 +00:00
kohsuke
afad4ce977
generate CruiseControl compatible XML report to support cctray clients.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5860 71c3de6d-444a-0410-be80-ed276b4c234a
2007-11-13 02:36:15 +00:00
kohsuke
ce67ddb991
Testing against the type allows us to check the applicability of a build step even if a concrete instance doesn't exist.
...
Turns out this is crucial for the promoted-builds plugin since at the configuration time there might not exist any promotion job.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5600 71c3de6d-444a-0410-be80-ed276b4c234a
2007-10-29 23:52:29 +00:00
kohsuke
2b66e17ef8
bug fix.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5568 71c3de6d-444a-0410-be80-ed276b4c234a
2007-10-29 17:06:04 +00:00
kohsuke
a4c8c7c73b
making the same change that I made to BuildStep to BuildWrapper.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5548 71c3de6d-444a-0410-be80-ed276b4c234a
2007-10-28 23:39:31 +00:00
kohsuke
5d1ea5c523
refactoring BuildStep so that it can be used for other project types.
...
This is so far done in a way that maintains the binary/source compatibility with old plugins.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5546 71c3de6d-444a-0410-be80-ed276b4c234a
2007-10-28 23:20:01 +00:00
kohsuke
b93be7d543
added a convenience method.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5503 71c3de6d-444a-0410-be80-ed276b4c234a
2007-10-28 04:11:11 +00:00
kohsuke
25dd4c24f5
fixed to work with the latest JEXL.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5397 71c3de6d-444a-0410-be80-ed276b4c234a
2007-10-22 18:28:11 +00:00
kohsuke
f6334357b2
introduced <f:textarea> tag for better reuse and automatic wiring.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4939 71c3de6d-444a-0410-be80-ed276b4c234a
2007-09-27 04:16:44 +00:00
kohsuke
19ad2a404b
improved thread death error diagnostics.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4893 71c3de6d-444a-0410-be80-ed276b4c234a
2007-09-22 16:39:31 +00:00
kohsuke
290bbc2885
improved the root URL computation. ( #781 )
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4592 71c3de6d-444a-0410-be80-ed276b4c234a
2007-09-03 00:12:13 +00:00
kohsuke
ca6f4c389f
choosing the default values bit more wisely
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4569 71c3de6d-444a-0410-be80-ed276b4c234a
2007-09-01 14:33:10 +00:00
kohsuke
080776f790
search feature is live.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4359 71c3de6d-444a-0410-be80-ed276b4c234a
2007-08-20 03:13:09 +00:00
kohsuke
3e98673265
bug fix.
...
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4193 71c3de6d-444a-0410-be80-ed276b4c234a
2007-08-11 05:29:33 +00:00