aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not use commons-configuration in jacoco pluginSimon Brandhof2011-11-024-87/+89
|
* SONAR-2317 The metric new lines to cover is badly formatedSimon Brandhof2011-11-022-8/+8
|
* Cleanup Ruby code (remove useless white spaces).Fabrice Bellingard2011-11-021-4/+4
|
* SONAR-2733 Use new XML format to display duplication groups in Web UIFabrice Bellingard2011-11-023-19/+70
|
* SONAR-2963 rename some labels and metricsSimon Brandhof2011-11-024-33/+57
|
* SONAR-2963 Add the widget "Integration Test Coverage"Simon Brandhof2011-11-0211-95/+103
|
* Fix the default value of the option :display_scm in the ruby helper ↵Simon Brandhof2011-11-022-2/+2
| | | | SourceHelper#snapshot_source_to_html
* SONAR-2733 New XML format to store duplicationsEvgeny Mandrikov2011-11-022-21/+177
|
* Fixed an if-statement without braces violationDinesh Bolkensteyn2011-11-021-1/+3
|
* SONAR-2962 do not fail if the index already existssimonbrandhof2011-11-021-1/+5
|
* SONAR-2962 Add an index on dependencies.project_snapshot_id to improve ↵simonbrandhof2011-11-026-2/+36
| | | | performance
* Fix unit testsimonbrandhof2011-11-011-2/+4
|
* SONAR-2952 add @since comments to new core metrics + remove dead code from ↵simonbrandhof2011-11-015-250/+119
| | | | jacoco plugin
* SONAR-2952 move integration test metrics from jacoco plugin to coresimonbrandhof2011-11-0117-222/+724
|
* Fix DuplicationDaoTestEvgeny Mandrikov2011-11-021-2/+14
| | | | Other tests can stuck if connection not closed.
* Improve DuplicationDaoTestEvgeny Mandrikov2011-11-015-238/+157
|
* SONAR-2952 remove the IT Coverage Tab implemented with GWTsimonbrandhof2011-11-011-25/+1
|
* Define JVM memory options in scripts used on developer boxsimonbrandhof2011-11-018-2/+9
|
* SONAR-2952 Make the coverage tab support integration test measuressimonbrandhof2011-11-0123-1239/+912
|
* SONAR-2958 Null description in the web service "rules"simonbrandhof2011-11-012-4/+5
|
* Deprecate org.sonar.api.utils.Logssimonbrandhof2011-11-012-20/+25
|
* Fix mybatis mapping of DUPLICATIONS_INDEX on Oraclesimonbrandhof2011-11-011-1/+1
|
* Improve insertion of rows in DUPLICATIONS_INDEX: use BATCH modesimonbrandhof2011-11-016-6/+86
|
* Increase memory for unit tests with DerbyEvgeny Mandrikov2011-11-011-1/+2
|
* Improve rendering of duplications tab and add support for IE6Simon Brandhof2011-10-315-128/+124
|
* SONAR-2642 Support Oracle DB for cross-project CPDEvgeny Mandrikov2011-10-311-1/+1
|
* SONAR-2642 Support MSSQL DB for cross-project CPDEvgeny Mandrikov2011-10-311-0/+24
|
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-3119-118/+219
| | | | | | | | - Change DDL to use BOOLEAN instead of SMALLINT - Modify Hibernate dialect - Modify activerecord-jdbc-adapter (ideas were taken from arjdbc/postgresql/adapter.rb) - Use Derby for unit tests instead of HSQL and fix incorrect tests
* SONAR-2831 Values are not aligned in the page ComponentsSimon Brandhof2011-10-311-1/+1
|
* Merge executions of maven-enforcer-pluginEvgeny Mandrikov2011-10-311-41/+2
| | | | This allows to remove useless messages during build.
* SONAR-2932 log exception stacktracesimonbrandhof2011-10-303-1/+15
|
* SONAR-2424 improve error handling of URL /profiles/exportsimonbrandhof2011-10-301-0/+3
|
* Remove unused logger org.sonar.DBSTATISTICSsimonbrandhof2011-10-307-32/+0
|
* SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabledsimonbrandhof2011-10-304-4/+16
|
* SONAR-2642 Support Oracle DB for cross-project CPDEvgeny Mandrikov2011-10-291-0/+24
|
* Don't use ping command to test CommandExecutorEvgeny Mandrikov2011-10-293-3/+4
| | | | This command causes strange problems on Windows 7.
* Move the files derby.log generated by unit tests to target/simonbrandhof2011-10-281-0/+3
|
* Minor modifications to make it easier to write ITsFabrice Bellingard2011-10-282-2/+2
|
* Fix regression on the resource viewer (when no source available)Fabrice Bellingard2011-10-281-1/+3
|
* SONAR-2584 add support for Java7 in PMDSimon Brandhof2011-10-281-3/+31
|
* SONAR-2584 add support for Java7 in Checkstyle and SquidSimon Brandhof2011-10-283-7/+7
|
* Merge branch 'dups'Fabrice Bellingard2011-10-282-7/+15
|\
| * SONAR-2733 Fix bug that highlights 2 rows at the same timeFabrice Bellingard2011-10-282-7/+15
| | | | | | | | | | => occurs if a duplication is found in the same file + improves code for better performances
* | SONAR-2698 Display of arrows to sort columnsFabrice Bellingard2011-10-283-5/+10
|/
* SONAR-2919 Prevent user from creating twice the same eventFabrice Bellingard2011-10-284-34/+68
| | | | | - Most importantly for versions - Check also made on any event - WS API updated accordingly
* SONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare ↵Simon Brandhof2011-10-2734-1228/+553
| | | | migration of hibernate unit tests on derby
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-2745-76/+63
|
* Remove useless files (JS and CSS) from WARFabrice Bellingard2011-10-271-1/+5
|
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-279-23/+110
| | | | | Now waiting for the new table to feed the data that is displayed by this new duplication tab.
* SONAR-2632 Improved the unit test associated to removal of channel buffer ↵Dinesh Bolkensteyn2011-10-271-2/+9
| | | | length limit