Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not use commons-configuration in jacoco plugin | Simon Brandhof | 2011-11-02 | 4 | -87/+89 | |
| | ||||||
* | SONAR-2317 The metric new lines to cover is badly formated | Simon Brandhof | 2011-11-02 | 2 | -8/+8 | |
| | ||||||
* | Cleanup Ruby code (remove useless white spaces). | Fabrice Bellingard | 2011-11-02 | 1 | -4/+4 | |
| | ||||||
* | SONAR-2733 Use new XML format to display duplication groups in Web UI | Fabrice Bellingard | 2011-11-02 | 3 | -19/+70 | |
| | ||||||
* | SONAR-2963 rename some labels and metrics | Simon Brandhof | 2011-11-02 | 4 | -33/+57 | |
| | ||||||
* | SONAR-2963 Add the widget "Integration Test Coverage" | Simon Brandhof | 2011-11-02 | 11 | -95/+103 | |
| | ||||||
* | Fix the default value of the option :display_scm in the ruby helper ↵ | Simon Brandhof | 2011-11-02 | 2 | -2/+2 | |
| | | | | SourceHelper#snapshot_source_to_html | |||||
* | SONAR-2733 New XML format to store duplications | Evgeny Mandrikov | 2011-11-02 | 2 | -21/+177 | |
| | ||||||
* | Fixed an if-statement without braces violation | Dinesh Bolkensteyn | 2011-11-02 | 1 | -1/+3 | |
| | ||||||
* | SONAR-2962 do not fail if the index already exists | simonbrandhof | 2011-11-02 | 1 | -1/+5 | |
| | ||||||
* | SONAR-2962 Add an index on dependencies.project_snapshot_id to improve ↵ | simonbrandhof | 2011-11-02 | 6 | -2/+36 | |
| | | | | performance | |||||
* | Fix unit test | simonbrandhof | 2011-11-01 | 1 | -2/+4 | |
| | ||||||
* | SONAR-2952 add @since comments to new core metrics + remove dead code from ↵ | simonbrandhof | 2011-11-01 | 5 | -250/+119 | |
| | | | | jacoco plugin | |||||
* | SONAR-2952 move integration test metrics from jacoco plugin to core | simonbrandhof | 2011-11-01 | 17 | -222/+724 | |
| | ||||||
* | Fix DuplicationDaoTest | Evgeny Mandrikov | 2011-11-02 | 1 | -2/+14 | |
| | | | | Other tests can stuck if connection not closed. | |||||
* | Improve DuplicationDaoTest | Evgeny Mandrikov | 2011-11-01 | 5 | -238/+157 | |
| | ||||||
* | SONAR-2952 remove the IT Coverage Tab implemented with GWT | simonbrandhof | 2011-11-01 | 1 | -25/+1 | |
| | ||||||
* | Define JVM memory options in scripts used on developer box | simonbrandhof | 2011-11-01 | 8 | -2/+9 | |
| | ||||||
* | SONAR-2952 Make the coverage tab support integration test measures | simonbrandhof | 2011-11-01 | 23 | -1239/+912 | |
| | ||||||
* | SONAR-2958 Null description in the web service "rules" | simonbrandhof | 2011-11-01 | 2 | -4/+5 | |
| | ||||||
* | Deprecate org.sonar.api.utils.Logs | simonbrandhof | 2011-11-01 | 2 | -20/+25 | |
| | ||||||
* | Fix mybatis mapping of DUPLICATIONS_INDEX on Oracle | simonbrandhof | 2011-11-01 | 1 | -1/+1 | |
| | ||||||
* | Improve insertion of rows in DUPLICATIONS_INDEX: use BATCH mode | simonbrandhof | 2011-11-01 | 6 | -6/+86 | |
| | ||||||
* | Increase memory for unit tests with Derby | Evgeny Mandrikov | 2011-11-01 | 1 | -1/+2 | |
| | ||||||
* | Improve rendering of duplications tab and add support for IE6 | Simon Brandhof | 2011-10-31 | 5 | -128/+124 | |
| | ||||||
* | SONAR-2642 Support Oracle DB for cross-project CPD | Evgeny Mandrikov | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2642 Support MSSQL DB for cross-project CPD | Evgeny Mandrikov | 2011-10-31 | 1 | -0/+24 | |
| | ||||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 19 | -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 Components | Simon Brandhof | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | Merge executions of maven-enforcer-plugin | Evgeny Mandrikov | 2011-10-31 | 1 | -41/+2 | |
| | | | | This allows to remove useless messages during build. | |||||
* | SONAR-2932 log exception stacktrace | simonbrandhof | 2011-10-30 | 3 | -1/+15 | |
| | ||||||
* | SONAR-2424 improve error handling of URL /profiles/export | simonbrandhof | 2011-10-30 | 1 | -0/+3 | |
| | ||||||
* | Remove unused logger org.sonar.DBSTATISTICS | simonbrandhof | 2011-10-30 | 7 | -32/+0 | |
| | ||||||
* | SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled | simonbrandhof | 2011-10-30 | 4 | -4/+16 | |
| | ||||||
* | SONAR-2642 Support Oracle DB for cross-project CPD | Evgeny Mandrikov | 2011-10-29 | 1 | -0/+24 | |
| | ||||||
* | Don't use ping command to test CommandExecutor | Evgeny Mandrikov | 2011-10-29 | 3 | -3/+4 | |
| | | | | This command causes strange problems on Windows 7. | |||||
* | Move the files derby.log generated by unit tests to target/ | simonbrandhof | 2011-10-28 | 1 | -0/+3 | |
| | ||||||
* | Minor modifications to make it easier to write ITs | Fabrice Bellingard | 2011-10-28 | 2 | -2/+2 | |
| | ||||||
* | Fix regression on the resource viewer (when no source available) | Fabrice Bellingard | 2011-10-28 | 1 | -1/+3 | |
| | ||||||
* | SONAR-2584 add support for Java7 in PMD | Simon Brandhof | 2011-10-28 | 1 | -3/+31 | |
| | ||||||
* | SONAR-2584 add support for Java7 in Checkstyle and Squid | Simon Brandhof | 2011-10-28 | 3 | -7/+7 | |
| | ||||||
* | Merge branch 'dups' | Fabrice Bellingard | 2011-10-28 | 2 | -7/+15 | |
|\ | ||||||
| * | SONAR-2733 Fix bug that highlights 2 rows at the same time | Fabrice Bellingard | 2011-10-28 | 2 | -7/+15 | |
| | | | | | | | | | | => occurs if a duplication is found in the same file + improves code for better performances | |||||
* | | SONAR-2698 Display of arrows to sort columns | Fabrice Bellingard | 2011-10-28 | 3 | -5/+10 | |
|/ | ||||||
* | SONAR-2919 Prevent user from creating twice the same event | Fabrice Bellingard | 2011-10-28 | 4 | -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 Brandhof | 2011-10-27 | 34 | -1228/+553 | |
| | | | | migration of hibernate unit tests on derby | |||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 45 | -76/+63 | |
| | ||||||
* | Remove useless files (JS and CSS) from WAR | Fabrice Bellingard | 2011-10-27 | 1 | -1/+5 | |
| | ||||||
* | SONAR-2733 Display duplicated blocks by group in the resource viewer | Fabrice Bellingard | 2011-10-27 | 9 | -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 Bolkensteyn | 2011-10-27 | 1 | -2/+9 | |
| | | | | length limit |