aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert the bolding of values in headers of source viewersSimon Brandhof2011-11-221-1/+1
|
* Minor UI improvements : alignment in components header + labels in coverage ↵Simon Brandhof2011-11-211-1/+1
| | | | widget
* SONAR-2902 Open the resource viewer on the right tabFabrice Bellingard2011-11-101-1/+1
|
* Log error when fail to deploy maven repositorysimonbrandhof2011-11-091-1/+3
|
* Remove boring violations about serialization on a class that is never serializedSimon Brandhof2011-11-081-2/+1
|
* Remove some commented-out codeEvgeny Mandrikov2011-11-081-4/+0
|
* Fix blocker violationsimonbrandhof2011-11-061-1/+1
|
* Improve exception message when the internal maven repository can not be deployedSimon Brandhof2011-11-041-1/+1
|
* SONAR-2830 An horizontal scrollbar appears in the bottom of code viewers in IESimon Brandhof2011-11-032-3/+0
|
* Fix coding violationsSimon Brandhof2011-11-038-5/+16
|
* SONAR-2733 Fix bug in the duplication tabFabrice Bellingard2011-11-031-1/+1
|
* SONAR-2963 fix l10n labels + fix vertical alignmentSimon Brandhof2011-11-032-18/+16
|
* SONAR-2963 open the coverage tab when drilldowning on new IT coverageSimon Brandhof2011-11-031-1/+3
|
* Merge remote branch 'upstream/master'Fabrice Bellingard2011-11-031-0/+4
|\
| * Fix some violationsSimon Brandhof2011-11-021-0/+4
| |
* | Improve generated HTML code to make it easier to write Selenium ITsFabrice Bellingard2011-11-031-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 categoriesFabrice Bellingard2011-11-021-2/+2
|
* 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
|
* 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-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-022-1/+31
| | | | performance
* Fix unit testsimonbrandhof2011-11-011-2/+4
|
* SONAR-2952 move integration test metrics from jacoco plugin to coresimonbrandhof2011-11-014-26/+73
|
* SONAR-2952 Make the coverage tab support integration test measuressimonbrandhof2011-11-016-53/+101
|
* SONAR-2958 Null description in the web service "rules"simonbrandhof2011-11-012-4/+5
|
* Improve rendering of duplications tab and add support for IE6Simon Brandhof2011-10-315-128/+124
|
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-318-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 ComponentsSimon Brandhof2011-10-311-1/+1
|
* 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-303-12/+0
|
* Minor modifications to make it easier to write ITsFabrice Bellingard2011-10-281-1/+1
|
* Fix regression on the resource viewer (when no source available)Fabrice Bellingard2011-10-281-1/+3
|
* 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-283-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 Brandhof2011-10-275-232/+9
| | | | migration of hibernate unit tests on derby
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-275-7/+7
|
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-277-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 codeFabrice Bellingard2011-10-261-1/+1
|
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-268-4/+225
| | | | First shot, needs improvements.
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
|
* SONAR-2642 do not duplicate derby DDL filesSimon Brandhof2011-10-266-456/+26
|
* SONAR-2919 Fix issues on the event handlingFabrice Bellingard2011-10-266-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 mybatisSimon Brandhof2011-10-251-5/+7
|
* Fix violationsEvgeny Mandrikov2011-10-252-2/+0
|
* SONAR-2919 Updated WS API for eventsFabrice Bellingard2011-10-242-23/+63
|
* SONAR-2919 Remove old useless codeFabrice Bellingard2011-10-248-292/+19
|