aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2227 Manage plugin incompatibility at sonar startupJulien Lancelot2013-02-197-27/+38
|
* Simplify testability of PathResolver.RelativePathSimon Brandhof2013-02-192-3/+2
|
* Add missing unit testsSimon Brandhof2013-02-192-0/+82
|
* Remove FileSystemException and IllegalPathExceptionSimon Brandhof2013-02-193-68/+3
|
* Fix some quality flawsSimon Brandhof2013-02-194-8/+27
|
* SONAR-3317 download last analysis on dry runSimon Brandhof2013-02-1914-172/+309
|
* Fix issue when getting update center dateJulien Lancelot2013-02-181-1/+1
|
* Update to new update center APIJulien Lancelot2013-02-189-135/+59
|
* Move creation of plugin referential from metadata to a new classJulien Lancelot2013-02-186-47/+107
|
* Removed classes that has been moved to the update center moduleJulien Lancelot2013-02-188-338/+11
|
* Added missing test filesJulien Lancelot2013-02-182-0/+0
|
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-1827-538/+414
|
* SONAR-2760 fix support of multiple inclusion patternsSimon Brandhof2013-02-182-11/+50
|
* SONAR-2965 Provide a way to close JPA session to avoid DB timeoutJulien HENRY2013-02-185-25/+51
| | | | | Session will now be closed before running maven goals and before sensors. A new session will automatically be opened on next try to access DB.
* SONAR-3108 Improve log to look like the main exclusions/inclusionsFabrice Bellingard2013-02-182-3/+12
|
* SONAR-4138 Warn user if deactivated metric exists in DBFabrice Bellingard2013-02-182-44/+96
| | | | | => If a user tries to create a metric with a name already used by a deactivated metric.
* SONAR-4138 Do not delete manual metrics, just deactivate themFabrice Bellingard2013-02-182-6/+19
| | | | | => Deleting a manual metric should lead to deactivate the metric in the Sonar DB and not to fully drop it
* Fix inclusions by absolute path and improve documentationSimon Brandhof2013-02-185-14/+42
|
* Fix backward-compatibility. File system can be changed by sensors...Simon Brandhof2013-02-1812-199/+322
|
* SONAR-4137 fix varchar indices on mysql 5.6Simon Brandhof2013-02-187-30/+81
|
* SONAR-4137 fix size of MySQL index of PROPERTIES.PROP_KEYSimon Brandhof2013-02-184-9/+16
|
* Merge pull request #24 from Batmat/fix-typoFabrice Bellingard2013-02-181-1/+1
|\ | | | | Fixing typo.
| * Fixing typo.Baptiste Mathus2013-02-181-1/+1
| |
* | SONAR-3108 Improve description of the exclusion propertyFabrice Bellingard2013-02-181-1/+2
| |
* | SONAR-3108 Log exclusions when definedFabrice Bellingard2013-02-184-4/+29
| |
* | SONAR-3583 Do not save violation if rule does not exist in DB (= no ID)Fabrice Bellingard2013-02-182-7/+22
|/
* SONAR-4037 Fix bug on measures filter editFabrice Bellingard2013-02-151-7/+8
| | | | | => If a pending updated Measures filter is "saved" without having first "Closed" the "Change Columns" (or "Change Treemap") section most, last column changes are lost
* SONAR-4042 Don't save the page ID when saving a measure filterFabrice Bellingard2013-02-151-1/+1
| | | | | => When saving a Measure Filter from a page which is not the first result page, this page is always displayed by default
* Add missing testsSimon Brandhof2013-02-153-5/+117
|
* Fix some CSS issues in resource viewersSimon Brandhof2013-02-155-92/+76
|
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-156-14/+37
|
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-153-37/+84
|
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-153-48/+93
|
* Fix minimum acceptable size of zipSimon Brandhof2013-02-151-1/+1
|
* SONAR-3837 Fix violation tracking mechanismEvgeny Mandrikov2013-02-152-73/+77
|
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-1529-463/+670
|
* Fix Semaphore test on OracleSimon Brandhof2013-02-151-3/+3
|
* SONAR-3837 Improve violation tracking mechanismEvgeny Mandrikov2013-02-146-63/+320
|
* SONAR-3317 improve memory usage in export of dry run dbSimon Brandhof2013-02-146-6/+17
|
* Fix log level of batch working dirSimon Brandhof2013-02-141-1/+1
|
* Replace snapshot id by component key and add a link on a test to directly ↵Julien Lancelot2013-02-145-13/+16
| | | | list files covered by this test
* Do not display the horizontal scroll bar on accordion medium modeJulien Lancelot2013-02-141-0/+1
|
* Add a html class on the period select boxJulien Lancelot2013-02-141-2/+2
|
* Little css improvement of test file nameJulien Lancelot2013-02-141-4/+6
|
* Fix message parameters issueJulien Lancelot2013-02-142-2/+2
|
* SONAR-4012 Fix missing html escape on project name and keyJulien Lancelot2013-02-142-8/+8
|
* Try to fix SemaphoreDaoTest on mysqlSimon Brandhof2013-02-141-1/+1
|
* Upgrade to sonar-java 1.2-M2Simon Brandhof2013-02-141-1/+1
|
* SONAR-3317 fix possible copy of inverted columnsSimon Brandhof2013-02-143-15/+66
|
* Fix css issue on global violation due to replacement of html d by html classJulien Lancelot2013-02-141-4/+4
|