Anastasia Baranchenkova
db90a5c26a
Fix namespaces
2015-04-28 11:17:43 -07:00
Sergey Kanzhelev
9eb56c5ea6
Merge pull request #51 from Microsoft/sergkanz/changeReferences
...
change references to point to RC packages
2015-04-28 11:03:16 -07:00
Sergey Kanzhelev
37a13a3603
change references to point to RC packages
2015-04-28 09:52:30 -07:00
Sergey Kanzhelev
2db7807251
Merge pull request #49 from Microsoft/sergkanz/removeScripts
...
Sergkanz/remove scripts
2015-04-28 07:37:38 -07:00
Sergey Kanzhelev
b3124c3f2f
Merge pull request #48 from Microsoft/sergkanz/editReadme2
...
edit readme.md - remove getting started and add release notes
2015-04-28 07:37:24 -07:00
Anastasia Baranchenkova
a99ab52b0e
Add tests for request name and some tests refactoring
2015-04-27 22:25:42 -07:00
Sergey Kanzhelev
deb0d86278
edit readme.md - remove getting started and add release notes
2015-04-27 10:12:41 -07:00
Sergey Kanzhelev
dddb7478d5
add wwwroot/lib into .gitignore
2015-04-25 16:33:31 -07:00
Sergey Kanzhelev
5210003a04
remove javascript files that will be downloaded automatically from the test applicaiton
2015-04-25 16:02:13 -07:00
Oleg Sych
471b4d87aa
Merge pull request #46 from Microsoft/olegsych/TrackExceptionTelemetryAsHandledByPlatform
...
Change exception tracking to report it as HandledAt = Platform
2015-04-24 16:21:05 -07:00
Oleg Sych
65e85ad922
- Remove null check from ExceptionTrackingMiddleware because telemetryClient can never be null. If TelemetryClient service is not available, construction of the ExceptionTrackingMiddleware instance will fail in the service provider and Invoke will never be called.
2015-04-24 14:59:59 -07:00
Oleg Sych
de98c95bcd
- Merge latest changes from develop to olegsych/TrackExceptionTelemetryAsHandledByPlatform.
2015-04-24 14:55:12 -07:00
Oleg Sych
12f6cd880a
Merge pull request #45 from Microsoft/olegsych/RenameMiddlewareClasses
...
Make names of middleware classes shorter and more descriptive
2015-04-24 14:45:50 -07:00
Oleg Sych
57b93cfd13
- Change exception middleware to track telemetry that indicates it was handled by platform.
2015-04-24 11:11:37 -07:00
Oleg Sych
77eec3731b
- Add documentation comments.
...
- Sort using directives in system-first order prescribed by the ASP.NET coding style.
2015-04-24 09:45:28 -07:00
Oleg Sych
3c06d51464
- Rename ApplicationInsightsRequestMiddleware to RequestTrackingMiddleware.
2015-04-24 09:20:03 -07:00
Oleg Sych
24c86c3288
- Rename ApplicationInsightsExteptionMiddleware to ExceptionTrackingMiddleware
2015-04-24 09:11:25 -07:00
Anastasia Baranchenkova
de610b12e2
Convert perf solution to DNX
2015-04-23 17:05:13 -07:00
Anastasia Baranchenkova
4b612723dd
Merge branch 'master' of https://github.com/Microsoft/AppInsights-aspnetv5.git
2015-04-23 17:03:26 -07:00
Anastasia Baranchenkova
8f72f27f43
Add perftest for exceptions
2015-04-23 17:03:07 -07:00
Oleg Sych
2829bd7ff2
Merge pull request #43 from Microsoft/olegsych/MoveExtensionsToDependencyInjectionNamespace
...
Move ApplicationInsightsExtensions to Microsoft.Framework.DependencyInjection namespace
2015-04-23 16:46:23 -07:00
Oleg Sych
bb3a5291d3
- Remove unnecessary using directive for Microsoft.ApplicationInsights.AspNet and other namespaces.
2015-04-23 15:31:33 -07:00
Oleg Sych
d0f532622f
Merge branch 'develop' into olegsych/MoveExtensionsToDependencyInjectionNamespace
2015-04-23 15:28:43 -07:00
Oleg Sych
43a5a25aa5
- Move ApplicationInsightsExtensions class to Microsoft.Framework.DependencyInjection namespace for consistency with ASP.NET 5 APIs.
...
- Move ApplicationInsightsExtensions.cs file to Extensions folder for consistency with ASP.NET 5 projects on GitHub.
- Added (automatically, by Visual Studio) service items to project files, identifying them as test projects to load Test Explorer faster when opening the solution.
Related issue #24 .
2015-04-23 14:04:28 -07:00
Sergey Kanzhelev
64b049ca89
Merge pull request #41 from Microsoft/sergkanz/webAPIProject
...
integration (functional) tests for web API project
2015-04-23 11:54:15 -07:00
Sergey Kanzhelev
a71b570c92
address comments in codereview
2015-04-23 11:24:16 -07:00
Sergey Kanzhelev
b2aaf92082
add integration functional tests for webAPI project
2015-04-23 11:00:12 -07:00
Sergey Kanzhelev
9710d96534
visual studio magic
2015-04-23 11:00:08 -07:00
Sergey Kanzhelev
11ccc0f266
Add Application Insights into Web API project
2015-04-23 11:00:03 -07:00
Sergey Kanzhelev
6cab9de51c
sln and project file changes for Web API project
2015-04-23 10:59:58 -07:00
Sergey Kanzhelev
7b914b75af
Web API application from template
2015-04-23 10:59:53 -07:00
Sergey Kanzhelev
f3f79694bf
Update Readme.md
2015-04-23 10:28:28 -07:00
Sergey Kanzhelev
e4d44363fb
Update Readme.md
...
Remove mention of Visual Studio 2015 RC
2015-04-22 09:44:46 -07:00
Sergey Kanzhelev
5cdb7af97c
fix project file and remove custom nuget server
2015-04-20 15:53:35 -07:00
upendras
c3cd64fe76
Merge pull request #34 from Microsoft/upendras/dev
...
support for dnxcore
2015-04-20 14:42:46 -07:00
Upendra Singh
ce8ddab178
Merge branch 'upendras/dev' of https://github.com/Microsoft/AppInsights-aspnetv5 into upendras/dev
2015-04-20 14:15:22 -07:00
Upendra Singh
7076820084
Add dnxcore to unit test project as well.
2015-04-20 14:15:02 -07:00
Upendra Singh
b1d2f8e339
Merge branch 'master' into upendras/dev
...
Conflicts:
src/Microsoft.ApplicationInsights.AspNet/project.json
2015-04-20 14:04:11 -07:00
Upendra Singh
5cda1db1ec
Add fakes for dnx core
2015-04-20 13:51:51 -07:00
Sergey Kanzhelev
842eddbdde
Merge pull request #32 from Microsoft/olegsych/PackageProperties
...
Enable additional NuGet package properties supported by project.json in Visual Studio 2015 RC
2015-04-20 10:50:34 -07:00
Upendra Singh
44fa27d1d1
Remove support for dnxcore
...
Microsoft.ApplicationInsights is not yet supported for core framework,
hence removing the reference to the same.
2015-04-19 20:15:53 -07:00
upendras
66b86d5090
Merge pull request #33 from Microsoft/upendras/dev
...
Use ASP.Net version beta4
2015-04-17 14:43:15 -07:00
Anastasia Baranchenkova
6bf608c001
Merge
2015-04-17 14:17:53 -07:00
Anastasia Baranchenkova
32ce48d42b
PerfTest solution
2015-04-17 14:15:21 -07:00
Upendra Singh
7957b61a3e
Use ASP.Net version beta4
...
Use ASP.Net version beta4. Test can now be run from within VS.
2015-04-17 14:09:50 -07:00
Oleg Sych
f1a09ffb0c
- Revert package version back to 0.30.0.1-beta.
...
- Enable additional NuGet package properties supported by project.json in Visual Studio 2015 RC.
2015-04-17 14:04:16 -07:00
upendras
b53688ada9
Merge pull request #30 from Microsoft/rc-migration3
...
Move to VS 2015 RC
2015-04-17 09:18:47 -07:00
Upendra Singh
a4b25bf1e0
Fix usings post merge
2015-04-17 09:17:56 -07:00
Upendra Singh
14c0043ad7
Update encoding to UTF-8
2015-04-16 16:37:35 -07:00
Upendra Singh
8dc2be3279
Remove internal links from Readme.md
2015-04-16 16:36:22 -07:00