- Mar 20, 2014
-
-
Jesse Glick authored
-
- Mar 19, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
list-jobs should print names, not display names, since people expect to be able to feed the results into other CLI commands.
-
Jesse Glick authored
-
Jesse Glick authored
See comments in ce7e6390; and note reverted 71f3acfc.
-
Kohsuke Kawaguchi authored
This reverts commit 71f3acfc. Test regressions
-
Kohsuke Kawaguchi authored
Not sure why it didn't in ce7e6390.
-
Kohsuke Kawaguchi authored
-
- Mar 18, 2014
-
-
Jesse Glick authored
-
-
- Mar 17, 2014
-
-
Oleg Nenashev authored
The fix allows to explicitly disable automatic page refreshes in the @View extensions. Resolves https://issues.jenkins-ci.org/browse/JENKINS-21190 Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 15, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
The intent of this test is to make sure that a floating User object without any storage returns false from canDelete() method. The earlier change made User.impersonate() to actually check if the user is a valid, so to make this test case work where it does "user.impersonate" and "user2.impersonate2", I'm creating valid accounts for these two users. Now what that means is that user2 is no longer a floating flyweight storage-less User, so it breaks the assumption of the "User should not be able to delete because he is not saved." assertion. To make this test case work, I'm introducing the 3rd user that is storage-less, and using it for the test.
-
- Mar 14, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
These tests weren't using a SecurityRealm that recognizes these user names
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
There seems to be no way to export this over the REST API without incurring serious performance penalties.
-
Jesse Glick authored
Fix terminology used in BuildTrigger conditions
-
Harald Albers authored
Added some missing German translations
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
phoenix384 authored
-
phoenix384 authored
-
Kohsuke Kawaguchi authored
-
- Mar 13, 2014
-
-
Kohsuke Kawaguchi authored
So far none of them are real regressions but just that I needed to update tets
-
Kohsuke Kawaguchi authored
Now that User.impersonate() actually checks if the user is valid, User.get("user").impersonate() is expected to fail. Use a DummySecurityRealm to make this user a valid user.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-