| draconet:/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:arildfines:20060116225353
by arildfines on
16 January 2006, 16:53:53 -0600
(2 years 10 months ago)
Implemented a mechanism for allowing external providers. This is supported by a new tag under <notification>, <external>, which allows the user to specify a type implementing the INotifier interface. …
draco/draco.core/draco.core.csproj
1.9
draco/draco.core/config/Config.cs
1.15
draco/draco.core/config/Config.xsd
1.14
draco/draco.core/config/Config.xsx
1.8
draco/draco.core/notify/ISupportsParameters.cs
1.1
MAIN:pwelter34:20060105182113
by pwelter34 on
05 January 2006, 12:21:13 -0600
(2 years 10 months ago)
update build config to include msbuild example
draco/service/Draco.builds.config
1.5
MAIN:pwelter34:20051221202647
by pwelter34 on
21 December 2005, 14:26:47 -0600
(2 years 10 months ago)
- updated cvsignore files - updated log4net - update build to use nunit 2.2.4
draco/Sleeper/.cvsignore
1.2
draco/binaries/log4net.dll
1.2
draco/cli/.cvsignore
1.3
draco/draco.core/.cvsignore
1.1
draco/draco.core/draco.core.build
1.9
MAIN:pwelter34:20051220050639
by pwelter34 on
19 December 2005, 23:06:39 -0600
(2 years 11 months ago)
* Added MSBuild support * Added Visual Studio 2005 support * Added manual build (no polling) support * Improved project config web page * Fixed bug where error emails were sent repeatedly
draco/build.number
1.5
draco/Sleeper/AssemblyInfo.cs
1.9
draco/cli/App.config
1.3
draco/cli/AssemblyInfo.cs
1.11
draco/docs/Draco.Changes.html
1.9
MAIN:arildfines:20051021211702
by arildfines on
21 October 2005, 16:17:02 -0500
(3 years ago)
* BuildQueue.cs (QueueBuild) - Reenter the monitor using Monitor.Enter before returning. This prevents a runtime exception in .NET 2.0.
MAIN:djgraham:20050510122502
by djgraham on
10 May 2005, 07:25:02 -0500
(3 years 6 months ago)
1. Changed get command to use pcli.exe which is not quite so flaky. Get source also suports more than one project now. 2. Changed path format to make pvcs happier in some circumstances.
draco/draco.core/scc/PvcsRepository.cs
1.6
MAIN:djgraham:20050510112047
by djgraham on
10 May 2005, 06:20:47 -0500
(3 years 6 months ago)
Modified handling for (non mandatory) drive mappings.
draco/draco.core/scc/PvcsRepository.cs
1.5
MAIN:pwelter34:20050320002545
by pwelter34 on
19 March 2005, 18:25:45 -0600
(3 years 8 months ago)
- Fixed Vault bug that include previous modified files in current build report - Changed sample cvs build to check draco itself
draco/draco.core/scc/VaultRepository.cs
1.6
draco/service/Draco.builds.config
1.4
draco/webclient/ProjectConfig.aspx
1.9
MAIN:pwelter34:20050311022308
by pwelter34 on
10 March 2005, 20:23:08 -0600
(3 years 8 months ago)
updated change log
draco/docs/Draco.Changes.html
1.8
MAIN:pwelter34:20050309053604
by pwelter34 on
08 March 2005, 23:36:04 -0600
(3 years 8 months ago)
- Added Next Build Time status to Build Runner - Added Catagory grouping to webclient status page
draco/draco.core/runtime/BuildRunner.cs
1.21
draco/draco.core/runtime/DracoRuntime.cs
1.9
draco/draco.core/runtime/IBuildRunner.cs
1.3
draco/draco.core/tests/BuildQueueTest.cs
1.4
draco/draco.core.remote/IDracoRemote.cs
1.4
MAIN:pwelter34:20050308235410
by pwelter34 on
08 March 2005, 17:54:10 -0600
(3 years 8 months ago)
- update project sore - applied patch for nant build
draco/draco.core/tool/NAntBuildTool.cs
1.8
draco/webclient/webclient.csproj
1.6
draco/webclient/Components/ConfigHelper.cs
1.6
MAIN:pwelter34:20050308054247
by pwelter34 on
07 March 2005, 23:42:47 -0600
(3 years 8 months ago)
- added catagory to config
draco/draco.core/config/Config.cs
1.13
draco/draco.core/config/Config.xsd
1.12
draco/draco.core/config/Config.xsx
1.6
draco/webclient/ProjectConfig.aspx
1.8
MAIN:pwelter34:20050308051938
by pwelter34 on
07 March 2005, 23:19:39 -0600
(3 years 8 months ago)
- fixed polltime bug - webclient now creates backup of build.config when saving
draco/webclient/ProjectConfig.aspx
1.7
draco/webclient/ProjectConfig.aspx.cs
1.8
draco/webclient/Components/ConfigHelper.cs
1.5
MAIN:pwelter34:20050307201826
by pwelter34 on
07 March 2005, 14:18:26 -0600
(3 years 8 months ago)
-webclient setup bug fix -project sort bug fix
draco/setup/web/web.vdproj
1.7
draco/webclient/Components/ConfigHelper.cs
1.4
MAIN:pwelter34:20050306172129
by pwelter34 on
06 March 2005, 11:21:29 -0600
(3 years 8 months ago)
Updated change list
draco/docs/Draco.Changes.html
1.7
MAIN:pwelter34:20050306165340
by pwelter34 on
06 March 2005, 10:53:40 -0600
(3 years 8 months ago)
Added Copy Project feature to web client
draco/webclient/ProjectConfig.aspx
1.6
draco/webclient/ProjectConfig.aspx.cs
1.7
draco/webclient/webclient.csproj
1.5
draco/webclient/Components/CloneHelper.cs
1.1
draco/webclient/Images/copy.gif
1.1
MAIN:pwelter34:20050305234855
by pwelter34 on
05 March 2005, 17:48:55 -0600
(3 years 8 months ago)
1) Sorted Project list on web site 2) Added 'command' element to SvnScc to support selecting checkout or export
draco/draco.core/config/Config.cs
1.12
draco/draco.core/config/Config.xsd
1.11
draco/draco.core/config/Config.xsx
1.5
draco/draco.core/scc/RepositoryFactory.cs
1.7
draco/draco.core/scc/SvnRepository.cs
1.5
MAIN:pwelter34:20050213162854
by pwelter34 on
13 February 2005, 10:28:54 -0600
(3 years 9 months ago)
Applied patch to Modification.CompareTo for null checks
draco/draco.core/scc/Modification.cs
1.5
MAIN:mmastrac:20041216182444
by mmastrac on
16 December 2004, 12:24:44 -0600
(3 years 11 months ago)
Use NotifyIcon instead of NotifyIconEx
draco/gui/DracoMonitorForm.cs
1.14
draco/gui/NotifyIconEx.cs
1.4
draco/gui/NotifyIconEx.resx
1.2
draco/gui/gui.csproj
1.7
MAIN:pwelter34:20041204165853
by pwelter34 on
04 December 2004, 10:58:54 -0600
(3 years 11 months ago)
Upated build number to 1.6.3
draco/build.number
1.4
draco/Sleeper/AssemblyInfo.cs
1.8
draco/cli/AssemblyInfo.cs
1.10
draco/draco.core/AssemblyInfo.cs
1.5
draco/draco.core.remote/AssemblyInfo.cs
1.6
MAIN:pwelter34:20041203062522
by pwelter34 on
03 December 2004, 00:25:22 -0600
(3 years 11 months ago)
Added cvs options to web client
draco/webclient/ProjectConfig.aspx
1.4
MAIN:pwelter34:20041203062351
by pwelter34 on
03 December 2004, 00:23:51 -0600
(3 years 11 months ago)
Fixed rlog command by wrapping date in quotes
MAIN:pwelter34:20041117064804
by pwelter34 on
17 November 2004, 00:48:04 -0600
(4 years ago)
- Modification.CompareTo Null fix - webclient vault bug fixes - removed webclient url validators - Added Caching to viewlog
draco/draco.core/scc/Modification.cs
1.4
draco/webclient/ProjectConfig.aspx
1.3
draco/webclient/ProjectConfig.aspx.cs
1.4
draco/webclient/ViewLog.aspx
1.3
MAIN:pwelter34:20041117052721
by pwelter34 on
16 November 2004, 23:27:21 -0600
(4 years ago)
Documentation Update
draco/docs/Draco.Changes.html
1.6
draco/docs/Draco.Upgrading.html
1.7
MAIN:pwelter34:20041109224459
by pwelter34 on
09 November 2004, 16:44:59 -0600
(4 years ago)
- Updated Build Number - Applied patch to DracoMonitorForm - Fixed Build files
draco/build.number
1.3
draco/master.build
1.19
draco/Sleeper/AssemblyInfo.cs
1.7
draco/cli/AssemblyInfo.cs
1.9
draco/draco.core/AssemblyInfo.cs
1.4
MAIN:pwelter34:20041109033427
by pwelter34 on
08 November 2004, 21:34:27 -0600
(4 years ago)
Subversion Repository Fixes - Added --non-interactive to all commands - quoted working directory on checkout command
MAIN:pwelter34:20041104010749
by pwelter34 on
03 November 2004, 19:07:53 -0600
(4 years ago)
Added support for log4net by converting Trace.Write statements
draco/master.build
1.18
draco/binaries/log4net.dll
1.1
draco/draco.core/draco.core.build
1.7
draco/draco.core/draco.core.csproj
1.7
draco/draco.core/config/ConfigLoader.cs
1.5
MAIN:pwelter34:20041015190928
by pwelter34 on
15 October 2004, 14:09:28 -0500
(4 years 1 month ago)
Commited Patch from Jeff K.
MAIN:pwelter34:20041014160222
by pwelter34 on
14 October 2004, 11:02:22 -0500
(4 years 1 month ago)
Added maxbuilds and timeout to settings.aspx page
draco/webclient/Settings.aspx
1.3
draco/webclient/Settings.aspx.cs
1.4
MAIN:pwelter34:20040916165824
by pwelter34 on
16 September 2004, 11:58:24 -0500
(4 years 2 months ago)
Draco.NET Build Monitor clean up
draco/gui/DracoMonitorForm.cs
1.12
|