..
cli
added a command to execute arbitrary groovy script, including ones from URL
2009-05-07 20:08:31 +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
…
lifecycle
Hudson started as "java -jar hudson.war" can now restart itself on all Unix flavors.
2009-05-04 05:03:35 +00:00
logging
…
matrix
Merged revisions 16689-16697,16701-16710,16712-16714 via svnmerge from
2009-03-30 21:55:33 +00:00
model
[FIXED HUDSON-2110] Improved validation and help text regarding when number of
2009-06-07 17:29:03 +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/ant /taskdefs
…
os
Avoid using the concrete class like StreamTaskListener for a contract.
2009-05-07 00:47:50 +00:00
scheduler
…
scm
hudson.scm.ChangeLogSet.Entry.getAffectedFiles() changed to return Collection<? extends AffectedFile> instead of Collection<AffectedFile>
2009-06-08 10:18:17 +00:00
search
…
security
Merged revisions 18577,18603,18608,18610,18614 via svnmerge from
2009-06-08 21:23:56 +00:00
slaves
Merged revisions 18490-18493,18500,18532-18533,18535,18539 via svnmerge from
2009-05-28 21:12:56 +00:00
tasks
Avoiding usage of ToolInstallation.home from ToolInstaller in most cases.
2009-05-29 17:14:30 +00:00
tools
Merged revisions 18577,18603,18608,18610,18614 via svnmerge from
2009-06-08 21:23:56 +00:00
triggers
Hudson now handles unexpected failures in trigger plugins more gracefully.
2009-04-29 16:31:30 +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
…
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
…
BulkChange.java
…
ClassicPluginStrategy.java
merged the last RC branch
2009-04-08 15:47:29 +00:00
CloseProofOutputStream.java
…
CopyOnWrite.java
…
DependencyRunner.java
…
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
…
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
…
ExtensionPoint.java
…
FeedAdapter.java
…
FilePath.java
Trying to install a JDK remotely on a Unix system threw a serialization exception.
2009-05-29 16:28:50 +00:00
FileSystemProvisioner.java
…
FileSystemProvisionerDescriptor.java
…
Functions.java
Moving the localization assistance to a plugin.
2009-05-25 01:48:14 +00:00
Indenter.java
…
Launcher.java
added a convenience constructor
2009-04-10 01:39:02 +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
…
PermalinkList.java
…
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
…
PluginWrapper.java
Fixed copyright attributions. The copyrights belong to my employer, not me.
2009-04-01 20:42:50 +00:00
Proc.java
…
ProxyConfiguration.java
…
ResponseHeaderFilter.java
…
StructuredForm.java
…
TcpSlaveAgentListener.java
…
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
refactored a AES-128 key generation function
2009-05-25 02:49:17 +00:00
WebAppMain.java
introduced a new scheme to the form field validation, that makes the check feel more like a function.
2009-03-22 18:56:36 +00:00
WorkspaceSnapshot.java
…
XmlFile.java
…