jenkins/core/src/main/java/hudson
jglick aad955d515 [FIXED HUDSON-3964] Can escape characters in username to make an ID, but retain the original form for display & email purposes.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19322 71c3de6d-444a-0410-be80-ed276b4c234a
2009-06-30 16:31:44 +00:00
..
cli Added delete-job, enable-job, and disable-job command. 2009-06-22 20:16:16 +00:00
diagnosis improved the abstraction around trend charting of MultiStageTimeSeries, and used that to generate charts for memory usage tracking 2009-04-06 04:09:14 +00:00
fsp license header clean up 2009-02-06 20:05:24 +00:00
lifecycle Supported self restart on all containers in Unix 2009-06-19 01:24:45 +00:00
logging Adding back Mailer.DESCRIPTOR as everyone depends on it 2009-02-24 23:03:07 +00:00
matrix fixed the bug 2009-06-23 23:12:46 +00:00
model [FIXED HUDSON-3964] Can escape characters in username to make an ID, but retain the original form for display & email purposes. 2009-06-30 16:31:44 +00:00
node_monitors [FIXED HUDSON-2596] Preventive node monitoring of slave health metrics can be now configured individually. This will be in Hudson 1.301. 2009-04-22 01:47:03 +00:00
org/apache/tools Fixed a bug in the non-ASCII character handling in remote bulk file copy. 2009-06-19 23:18:19 +00:00
os Fixed a possible "Cannot create a file when that file already exists" error in managed Windows slave launcher. 2009-06-30 15:54:59 +00:00
scheduler license header clean up 2009-02-06 20:05:24 +00:00
scm merged back the changes in the RC branch 2009-06-23 23:08:06 +00:00
search license header clean up 2009-02-06 20:05:24 +00:00
security [FIX BUG 3854] Add support for the X-Forwarded-For HTTP header, which proxies 2009-06-22 23:52:38 +00:00
slaves Starting Hudson 1.312, this method is also invoked for the master, not just for slaves. 2009-06-19 20:08:36 +00:00
tasks [FIXED HUDSON-3964] Can escape characters in username to make an ID, but retain the original form for display & email purposes. 2009-06-30 16:31:44 +00:00
tools [FIXED HUDSON-3914] JDK 1.4.2 installations were broken because there is no option to select a language. 2009-06-25 22:20:09 +00:00
triggers removing final 2009-06-16 17:48:01 +00:00
util [FIXED HUDSON-2110] Improved validation and help text regarding when number of 2009-06-07 17:29:03 +00:00
views I18N and L10N(ja) for LsitView 2009-05-06 06:41:57 +00:00
widgets [FIXED HUDSON-2997] introducing QueueAction to pass actions from scheduling to the build it self 2009-02-13 16:59:04 +00:00
AbortException.java improved AbortException so that it can record the error message. Necessary for plugins like nunit and cppunit as discussed in HUDSON-3427. 2009-04-07 16:01:36 +00:00
AbstractMarkupText.java license header clean up 2009-02-06 20:05:24 +00:00
BulkChange.java license header clean up 2009-02-06 20:05:24 +00:00
ClassicPluginStrategy.java auto-add Subversion support into a dependency list for plugins built before 1.311 2009-06-16 19:18:08 +00:00
CloseProofOutputStream.java license header clean up 2009-02-06 20:05:24 +00:00
CopyOnWrite.java license header clean up 2009-02-06 20:05:24 +00:00
DependencyRunner.java license header clean up 2009-02-06 20:05:24 +00:00
DescriptorExtensionList.java Merged revisions 16441,16451,16459,16462-16467,16473,16475-16489,16491-16492,16494,16496,16499-16502,16504-16506,16508-16515,16518-16519,16536,16540,16544-16545,16565-16566,16568,16577 via svnmerge from 2009-03-26 17:00:22 +00:00
EnvVars.java forked Maven shouldn't see the Maven debug options. 2009-03-25 04:22:50 +00:00
ExpressionFactory2.java
Extension.java until SEZPOZ-6 is fixed, we can't mark the @Extension as Retention(RUNTIME), so the sort order won't take effect. 2009-05-13 23:09:15 +00:00
ExtensionFinder.java added an auto-discovery mechanism for extension points (and most notably Descriptors.) 2009-02-23 21:54:22 +00:00
ExtensionList.java until SEZPOZ-6 is fixed, we can't mark the @Extension as Retention(RUNTIME), so the sort order won't take effect. 2009-05-13 23:09:15 +00:00
ExtensionListView.java consistent remove handling 2009-02-25 00:30:41 +00:00
ExtensionPoint.java RepositoryBrowser is updated to support auto registration. 2009-02-24 17:47:32 +00:00
FeedAdapter.java license header clean up 2009-02-06 20:05:24 +00:00
FilePath.java introduced a visitor pattern to avoid code duplication 2009-06-30 14:54:26 +00:00
FileSystemProvisioner.java Added DescriptorImpl 2009-03-01 05:39:10 +00:00
FileSystemProvisionerDescriptor.java license header clean up 2009-02-06 20:05:24 +00:00
Functions.java simplifying by using the crumb structure available in JavaScript 2009-06-12 21:53:22 +00:00
Indenter.java license header clean up 2009-02-06 20:05:24 +00:00
Launcher.java Exposes more methods to enable decoration of Launcher 2009-06-22 17:30:05 +00:00
LauncherDecorator.java added a hook for decorating launchers 2009-04-10 01:27:08 +00:00
Main.java External job monitoring was ignoring the possible encoding difference between Hudson and the remote machine that executed the job. 2009-05-18 21:00:09 +00:00
MarkupText.java fix JIRA unit test -- $ in title 2009-03-08 21:44:29 +00:00
PermalinkList.java license header clean up 2009-02-06 20:05:24 +00:00
Platform.java We might be handling environment variables for a slave that can have different path separator than the master, so this is an attempt to get it right. It's still more error prone that I'd like, but this should mostly work for our usage pattern. 2009-03-13 21:55:02 +00:00
Plugin.java Updated @since for tool auto-installation. 2009-05-14 05:37:46 +00:00
PluginManager.java I want the Plugin.postInitialize() to see all the other plugins, namely PluginManager.uberClassLoader. 2009-04-13 21:03:57 +00:00
PluginStrategy.java license header clean up 2009-02-06 20:05:24 +00:00
PluginWrapper.java Fixed copyright attributions. The copyrights belong to my employer, not me. 2009-04-01 20:42:50 +00:00
Proc.java fixed NPE 2009-06-16 23:32:57 +00:00
ProxyConfiguration.java license header clean up 2009-02-06 20:05:24 +00:00
ResponseHeaderFilter.java license header clean up 2009-02-06 20:05:24 +00:00
StructuredForm.java license header clean up 2009-02-06 20:05:24 +00:00
TcpSlaveAgentListener.java [FIXED HUDSON-3018] close slave log 2009-03-01 15:53:56 +00:00
UDPBroadcastFragment.java doc improvement 2009-05-06 22:10:41 +00:00
UDPBroadcastThread.java Added a new extension point to contribute fragment to UDP-based auto discovery. 2009-05-06 21:16:26 +00:00
Util.java Deprecated Util.combine(long,String) method and rewrote its callers to use localizable resources. 2009-06-24 19:07:50 +00:00
WebAppMain.java fixed a compilation error 2009-06-19 20:54:39 +00:00
WorkspaceSnapshot.java license header clean up 2009-02-06 20:05:24 +00:00
XmlFile.java license header clean up 2009-02-06 20:05:24 +00:00