Alexander Zeitler
bdf1cdd831
added missing background image
2010-07-12 11:36:29 +00:00
Christoph Wille
f38c91e4a7
Fix two css references
2010-07-12 11:01:31 +00:00
Daniel Grunwald
9b76397214
Description on instabilility graph
2010-07-06 12:13:18 +00:00
Christoph Wille
73bb16a2a7
Fixes for two deployment issues surrounding charts in UDC web application
2010-06-29 19:27:36 +00:00
Daniel Grunwald
1906a52ab9
Add missing file
2010-06-29 16:07:01 +00:00
Daniel Grunwald
996e1bb066
UDC: add stability diagrams
2010-06-25 14:52:41 +00:00
Daniel Grunwald
2759d2147c
Add Environment graphs
2010-06-24 21:55:38 +00:00
Daniel Grunwald
df07d0416f
UDC: Add diagram: number of users
2010-06-24 20:07:06 +00:00
Alexander Zeitler
3d87052769
moved db operations into repository
2010-06-10 17:58:32 +00:00
Christoph Wille
40c72341ae
Fix relative css and js paths in master
2010-05-13 09:02:41 +00:00
Christoph Wille
5d8fcf133f
Remove ExcelReport from UsageDataCollector solution
...
Add separate solution for ExcelReport to Project/Analysis/
Move entity model for ExcelReport into ExcelReport/DataAccess (from DataAccess project)
2010-05-12 13:18:04 +00:00
Christoph Wille
cf10bc9bb0
Set MvcBuildViews to true, add T4MVC (more MVCContrib might be used in the future)
2010-05-12 13:05:15 +00:00
Alexander Zeitler
465ec3ea26
modified: yaml now uses only 1 column + menu is on top
2010-05-09 11:27:09 +00:00
Alexander Zeitler
ed4ff038d3
initial import of yaml
2010-05-09 11:18:42 +00:00
Daniel Grunwald
451732a2c5
AvalonEdit Rope: Corrections for XML documentation.
...
Analysis/ExcelReport: add automatic detection of most commonly used versions for use as 'known versions'.
2010-05-07 15:53:46 +00:00
Daniel Grunwald
d270a543a2
Fixed exception when changing comment without setting 'fixed in revision'
2010-04-29 18:12:11 +00:00
Daniel Grunwald
7f1ff5b008
UsageDataAnalysisWebClient: implemented exception view
2010-04-29 15:49:15 +00:00
Alexander Zeitler
c09f25b6bf
disabled "Create new" in ExceptionGroup/Index.aspx
2010-04-28 17:48:53 +00:00
Christoph Wille
e378e9e993
Current db schema of usage database
2010-04-28 16:29:33 +00:00
Christoph Wille
4c0763f144
Run.bat: v4 final path
...
ExceptionImport.cs: fix bug
2010-04-28 13:28:25 +00:00
Alexander Zeitler
47e01d72b8
implemented log off "button" for auth
2010-04-28 09:21:43 +00:00
Alexander Zeitler
2c10702a42
implemented minimum forms auth
2010-04-28 09:19:18 +00:00
Alexander Zeitler
8f310fb053
initial import
2010-04-11 18:01:02 +00:00
Alexander Zeitler
d3d6503d48
removed UsageDataAnalysisWebClient
2010-04-11 16:53:33 +00:00
Christoph Wille
d69b262d38
Session duplicate detection
2010-03-17 15:23:50 +00:00
Christoph Wille
5cca8c12d2
Implement logging for StoreLocallyUploadService using log4net
2010-03-15 12:38:43 +00:00
Daniel Grunwald
5c7b260b80
Bugfix UDC ExcelReport.
2010-03-12 12:06:10 +00:00
Daniel Grunwald
d8c79ed844
UDC: Adjusted ExcelReport to modified DB schema.
2010-03-12 11:31:56 +00:00
Christoph Wille
d0409aed4a
Environment data values stored normalized in table EnvironmentDataValues
...
appVersion stored denormalized in Session in addition to EnvironmentData (four fields)
2010-03-12 09:55:11 +00:00
Christoph Wille
1fd7558c0e
Store List<> in cache
2010-03-11 18:20:19 +00:00
Christoph Wille
5545c04b2d
Implement ImportCache
2010-03-11 18:00:21 +00:00
Daniel Grunwald
27bad0b4b9
UDC Excel report generator using the database.
2010-03-11 16:08:30 +00:00
Christoph Wille
5ed20a4e41
Properly format XML for viewing
2010-03-11 14:31:19 +00:00
Christoph Wille
6caf5487a5
Added ScrubMessageFiles MSBuild task; TODO: implement scrubbing
2010-03-11 13:15:08 +00:00
Christoph Wille
536cd477fc
During upload, file is saved with temporary extension. File is deleted when upload fails, extension changed only when upload succeeds.
...
Not used right now: http://msdn.microsoft.com/en-us/library/aa365241(VS.85).aspx
2010-03-11 12:45:46 +00:00
Alexander Zeitler
6a3126964b
implemented: edit UserComment and UserFixedInRevision for Exception Groups
2010-03-11 11:24:33 +00:00
Christoph Wille
311017b624
Implemented MSBuild task for message importing
...
ImportTarget includes the following functionality:
* Copy messages to import location, (optionally) store to side for import tests
* On message import failure, save message to the side for later inspection
2010-03-11 10:13:50 +00:00
Christoph Wille
3c93eacff8
Minor reshuffling of classes before adding test project
2010-03-10 13:24:22 +00:00
Christoph Wille
ad69831dfe
Evaluate command line parameters in BulkImport, show usage information.
...
BulkImport is intended only for simple load operations. The MSBuild tasks are to be used for automation.
2010-03-10 10:22:27 +00:00
Christoph Wille
48fad227f0
Fix non-compiling projects
...
"Missing assembly reference" isn't a very intuitive error to tell you that one of your references requires a different target framework profile (.NET 4 Client vs .NET 4). Was caused by adding MSBuild references to ServiceLibrary.
2010-03-10 10:14:11 +00:00
Christoph Wille
d9cafc5f4a
Added skeleton MSBuild task for importing messages (msbuild is going to be the pipeline processor for importing)
2010-03-10 10:05:37 +00:00
Christoph Wille
1a7884d337
Check for application key in StoreLocallyUploadService
...
Add nil service implementation to be able to host a service endpoint for testing purposes
2010-03-09 14:58:55 +00:00
Christoph Wille
1ff772c024
Implement wrapper for upload stream to properly (not too early) release on streamed upload
2010-03-09 14:43:10 +00:00
Christoph Wille
6d28a465ec
Prepare repository for parallelism: thread A inserts "new" types x,y; thread B concurrently detects types x,z in its message as "new"; on insert, an index violation will be thrown for x. Even though this scenario will come up only with high degrees of parallelism, it is now taken care of.
2010-03-09 14:05:59 +00:00
Alexander Zeitler
888ca240dc
added session index view + data model
2010-03-09 08:52:56 +00:00
Alexander Zeitler
f176cedef3
Added master page, HomeController and Index view for HomeController
2010-03-07 16:24:20 +00:00
Alexander Zeitler
46a00b86b2
enabled debugging
2010-03-07 15:51:21 +00:00
Christoph Wille
9c4fa3a8de
Notes for implementation, skeleton for Cache
2010-02-26 11:57:37 +00:00
Christoph Wille
a9470639be
Mark first exception of session implemented
2010-02-25 14:28:19 +00:00
Christoph Wille
1c0a9293f4
Write exceptions to data store (missing: IsFirstInSession)
2010-02-25 14:11:40 +00:00