Builds for NHProf
3bec82d minor
7a7c975 Solve a R# error (invalid CSS)
b62aa87 Make HTML tag lowercased
1a5107d Fix project reference (used the old project name)
c17e746 Merge branch 'temp' of github.com:hibernating-rhinos/NHProf
2541137 Update .gitignore file
203bf41 minor
09a448e Update .gitignore file
c3179e8 Fix typo
f366b9c Fix reference
8157b2c Update log4net to version 11-newkey for the backend only
47f9d2a Fix a reference
91a7ecd minor
412b8d3 minor
fe401f6 The appender will compile against the log4net version that the client have.
NHibernateLog4Net will still use log4net 1.2.10
4d1f110 Minor, NeedToBeAnalyzed is the default value
72b5863 Revert back the profiler to use log4net 1.2.10, due to a test project referenced the NHibernateLog4Net project
f81a5db Merge branch 'master' of github.com:hibernating-rhinos/NHProf
6ac4470 Update xUnit
c779cde Add failing test
ee975f4 Treat DateTime.MinValue as a valid DateTime
159d822 Refactor field name
0dc3f33 Try to parse date based on the current dialect (this code will be deleted)
ac1f2c5 Refactoring: combine tests classes into one
438be8e There is no need to not format DateTime parameter with a date format if it's < DateMinValueSqlServer.
This will let us support more dialect easier.
5f58837 Update the Sql Parser assembly to the full version, and make tests to pass
14598cf clean code
0d6e27f minor
12c09bf Support custom path for the temp files of the profiler
2a37f34 Update the SQL parser in order to fix an issue of missed statement from the parsed SQL
d4edc8c After updating the sql parser library, the parse method didn't output a pretty sql. Use PrettyPrint() instead
096d1b3 Fix tests that was broken due the sql parser update
3a75164 Reformat SQL in order to fit with the updated parser
6ec5431 Fix the output sql to match the output of the updated SQL parser
223e4a4 Fix the output sql to match the output of the updated SQL parser
1745474 Clear the stream file when the application is closed
df4c2a0 Support EF 4.2 beta 1
fbf5eb4 minor
f6979a5 Add a way to separate sessions with a black line in the sessions pane
09679a5 Separate sessions when the profiler lost focus
f7ff6b1 Make the session separator to look better
bc73a6d Show the separator only when there is a new items
405e367 Better styling the session separator
e8996a2 Adding a ; separator between multiple statements in the same batch
334db21 Merge branch 'master' of github.com:hibernating-rhinos/NHProf
34cfa13 Updating NAppUpdate
58540c5 Merge branch 'master' of https://synhershko@github.com/hibernating-rhinos/NHProf.git
a9d0596 More robust dialect detection
bb52582 Add support for detecting postgis dialect
8631bdd Don't throw if there is an error formatting the message to be logged
3b798b2 Rolling back previous update
1e753d3 Updating to latest NAppUpdate
4d4bf3a Fixing aggressive filtering for loading file
b659af3 Add support for using the profiler from LinqPad
763301f Fix compilation error
01f0f22 Support a case where there is more that one Database object, each in a different versions of Entity Framework
01f0f22 Support a case where there is more that one Database object, each in a different versions of Entity Framework
763301f Fix compilation error
ff8990d Call FlushAllMessages on the end of the application, so the user doesn't need to do this step himself
4ab7a85 Fix an ProfileNotInitializedMessage error
20d33e0 Use different connection for different providers in order to support EF 4.2 CTP
a818ee8 will generate ProfiledConnectionFactory that is aware of the generic types
b2caa93 We will support only SqlServer for EF 4.2 CTP, as it assumes only one provider factory exists per assembly
9f5c426 Avoid reporting connection started each time the connection is instantiated internally
567b078 Avoid using generic providers types in EF4.2 CTP, as it casing an internal error in EF 4.2 CTP
923de51 Change API method name
1cbf955 Merge branch 'EF42'
30f40fe Fix failing tests due to the way we considered now connection opened event
d09b521 Only report closed connections if connection is opened
105f962 Do not report closed connection twice
c066d45 Work in progress - setup file association with the profiler and the profiler context file
b3652ec Some refactoring
9fda745 Avoid to writing to registry if it's not needed
11fa9ca Handle file association in the profiler
051818d Fix NRE
9bf5bba Use the icon in the exe
a346681 Making test to pass: WillDetectDataContextDispose.AndRecordDuration
3f71cca Fix an issue in LinqToSql where there was a duplicate connection closed statistics
fc56c56 Adding a way to pass the opened context file from one app to the next
a678758 Modified the way we send the context file to the app on startup
2c39676 Fixed tests
2c0924f Send the context file to the next profiler
03746d9 Include instructions to use FlushAllMessages()
a289026 Make sure that the profiler load only the context files from the same profiler
60d6437 Merge branch 'EF42' of github.com:hibernating-rhinos/NHProf
51ae21e Modify the instructions about FlushAllMessages
9db9676 Do try copying the PDB
7fe4242 Fix ProfilerBootstrapper.vb
98cdddb Merge branch 'master' of github.com:hibernating-rhinos/NHProf
2130f53 Updating to latest NAppUpdate
4c49a96 Determining the SELECT keywork should be case insensitive
6a093ca minor improvement