Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert the bolding of values in headers of source viewers | Simon Brandhof | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Minor UI improvements : alignment in components header + labels in coverage ↵ | Simon Brandhof | 2011-11-21 | 1 | -1/+1 |
| | | | | widget | ||||
* | SONAR-2902 Open the resource viewer on the right tab | Fabrice Bellingard | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | Log error when fail to deploy maven repository | simonbrandhof | 2011-11-09 | 1 | -1/+3 |
| | |||||
* | Remove boring violations about serialization on a class that is never serialized | Simon Brandhof | 2011-11-08 | 1 | -2/+1 |
| | |||||
* | Remove some commented-out code | Evgeny Mandrikov | 2011-11-08 | 1 | -4/+0 |
| | |||||
* | Fix blocker violation | simonbrandhof | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Improve exception message when the internal maven repository can not be deployed | Simon Brandhof | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2830 An horizontal scrollbar appears in the bottom of code viewers in IE | Simon Brandhof | 2011-11-03 | 2 | -3/+0 |
| | |||||
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 8 | -5/+16 |
| | |||||
* | SONAR-2733 Fix bug in the duplication tab | Fabrice Bellingard | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | SONAR-2963 fix l10n labels + fix vertical alignment | Simon Brandhof | 2011-11-03 | 2 | -18/+16 |
| | |||||
* | SONAR-2963 open the coverage tab when drilldowning on new IT coverage | Simon Brandhof | 2011-11-03 | 1 | -1/+3 |
| | |||||
* | Merge remote branch 'upstream/master' | Fabrice Bellingard | 2011-11-03 | 1 | -0/+4 |
|\ | |||||
| * | Fix some violations | Simon Brandhof | 2011-11-02 | 1 | -0/+4 |
| | | |||||
* | | Improve generated HTML code to make it easier to write Selenium ITs | Fabrice Bellingard | 2011-11-03 | 1 | -9/+11 |
|/ | | | | => Use of indexes in the table to make it easier to find elements (button, input fields, ...) | ||||
* | SONAR-2919 Fix regression introduced on event categories | Fabrice Bellingard | 2011-11-02 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 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-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 | 2 | -1/+31 |
| | | | | performance | ||||
* | Fix unit test | simonbrandhof | 2011-11-01 | 1 | -2/+4 |
| | |||||
* | SONAR-2952 move integration test metrics from jacoco plugin to core | simonbrandhof | 2011-11-01 | 4 | -26/+73 |
| | |||||
* | SONAR-2952 Make the coverage tab support integration test measures | simonbrandhof | 2011-11-01 | 6 | -53/+101 |
| | |||||
* | SONAR-2958 Null description in the web service "rules" | simonbrandhof | 2011-11-01 | 2 | -4/+5 |
| | |||||
* | Improve rendering of duplications tab and add support for IE6 | Simon Brandhof | 2011-10-31 | 5 | -128/+124 |
| | |||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 8 | -15/+45 |
| | | | | | | | | - 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 |
| | |||||
* | 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 | 3 | -12/+0 |
| | |||||
* | Minor modifications to make it easier to write ITs | Fabrice Bellingard | 2011-10-28 | 1 | -1/+1 |
| | |||||
* | Fix regression on the resource viewer (when no source available) | Fabrice Bellingard | 2011-10-28 | 1 | -1/+3 |
| | |||||
* | 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 | 3 | -34/+66 |
| | | | | | - 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 | 5 | -232/+9 |
| | | | | migration of hibernate unit tests on derby | ||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 5 | -7/+7 |
| | |||||
* | SONAR-2733 Display duplicated blocks by group in the resource viewer | Fabrice Bellingard | 2011-10-27 | 7 | -22/+106 |
| | | | | | Now waiting for the new table to feed the data that is displayed by this new duplication tab. | ||||
* | SONAR-2733 Fix unit test and remove useless code | Fabrice Bellingard | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | SONAR-2733 Display duplicated blocks by group in the resource viewer | Fabrice Bellingard | 2011-10-26 | 8 | -4/+225 |
| | | | | First shot, needs improvements. | ||||
* | SONAR-2642 add DAOs to picocontainer + improve unit tests | Simon Brandhof | 2011-10-26 | 1 | -0/+4 |
| | |||||
* | SONAR-2642 do not duplicate derby DDL files | Simon Brandhof | 2011-10-26 | 6 | -456/+26 |
| | |||||
* | SONAR-2919 Fix issues on the event handling | Fabrice Bellingard | 2011-10-26 | 6 | -13/+23 |
| | | | | | | | | | | - Make it impossible to create event without a category -> created "Other" category -> updated both UI and WS (actually: constraint on Event class) - Fix display issue on Chrome - Make it impossible to remove version from last snapshot - Show event widget on sub-projects - Update purge mechanism to delete events that are not attached to a snapshot or attached to an unexisting snapshot | ||||
* | SONAR-2642 first step to integration mybatis | Simon Brandhof | 2011-10-25 | 1 | -5/+7 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-25 | 2 | -2/+0 |
| | |||||
* | SONAR-2919 Updated WS API for events | Fabrice Bellingard | 2011-10-24 | 2 | -23/+63 |
| | |||||
* | SONAR-2919 Remove old useless code | Fabrice Bellingard | 2011-10-24 | 8 | -292/+19 |
| |