aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2438 Display the last update date of reviewsFabrice Bellingard2011-05-201-0/+10
|
* SONAR-2419 Remove background color and border for permalinksFabrice Bellingard2011-05-201-4/+0
| | | | On the resource viewer, as it could look ugly if the violation message was on more than 1 line
* SONAR-2449 'updated_at' attribute of a review is not always updatedFabrice Bellingard2011-05-202-17/+29
| | | | | It was not updated when a comment is added, edited or deleted. Now it is the case.
* SONAR-2432 Tune best and worst values for coverage metricsEvgeny Mandrikov2011-05-201-0/+6
| | | | | | | * Define "0" best value on uncovered_lines, uncovered_conditions, new_uncovered_lines and new_uncovered_conditions * Define "100" best value and "0" worst value on line_coverage
* SONAR-2445 Do not remove BouncyCastle security providersimonbrandhof2011-05-1927-399/+1208
|
* SONAR-2426 Allow to directly assign a violation to usersFabrice Bellingard2011-05-191-2/+2
| | | Fix "Assignee" label alignment (noticed on Chrome).
* Merge branch 'WS'Fabrice Bellingard2011-05-192-8/+5
|\
| * SONAR-2421 Review WS API is limited to "VIOLATION" by defaultFabrice Bellingard2011-05-192-8/+5
| | | | | | | | By default when using the reviews web service API, search is limited to "VIOLATION" whereas this should not be the case.
* | SONAR-2419 Improve permalink visibility on reviewFabrice Bellingard2011-05-196-24/+25
| | | | | | | | | | - Permalinks are more visible on the resource viewer - The review search page returns directly permalinks
* | Fix merge of release 2.8simonbrandhof2011-05-1924-147/+338
|/
* SONAR-2402 When specifying a review id in the "Reviews" page, all other ↵Fabrice Bellingard2011-05-191-1/+12
| | | | | | filter value should be deactivated/reinitialized Done on Web client side, in Javascript, so that the result is consistent with what the user sees on the search criteria.
* SONAR-2426 Allow to directly assign a violation to usersFabrice Bellingard2011-05-192-3/+3
| | | Forgot the option to leave unassigned.
* SONAR-2426 Allow to directly assign a violation to usersFabrice Bellingard2011-05-192-2/+5
|
* Merge branch 'release-2.8'simonbrandhof2011-05-180-0/+0
|\
| * Release 2.82.8simonbrandhof2011-05-1838-38/+38
| |
| * Fix CloseReviewDecorator on SQL Server and Oraclesimonbrandhof2011-05-181-2/+2
| |
| * SONAR-2347 CloseReviewsDecorator should execute only if isLastestAnalysisFabrice Bellingard2011-05-181-0/+12
| | | | | | Forgot to commit the test
| * SONAR-2347 Close review when resource does not exist anymoreFabrice Bellingard2011-05-181-1/+1
| | | | | | Decorator should execute only on root projects
| * Fix association between Project and ProjectDefinitionEvgeny Mandrikov2011-05-172-27/+14
| |
| * SONAR-2347 Close review when resource does not exist anymoreFabrice Bellingard2011-05-172-8/+25
| |
| * SONAR-2347 Update the "updated_at" column when closing reviewsFabrice Bellingard2011-05-174-6/+30
| |
| * SONAR-2347 Close a review when its corresponding violation is fixedFabrice Bellingard2011-05-176-12/+218
| | | | | | | | Update the DB Cleaner plugin to delete reviews and review comments related to deleted projects.
| * Sample: remove the quality profile and rule repository extensionssimonbrandhof2011-05-173-69/+1
| |
| * Fix security issuesimonbrandhof2011-05-161-0/+2
| |
| * SONAR-1973 Fix review not linked to the project but to the moduleFabrice Bellingard2011-05-162-1/+13
| | | | | | | | | | Reviews should reference the top project that contains the violation they reference, and not the module. It was not the case, and as a consequence, the search engine did not work as expected.
* | SONAR-2419 Improve permalink visibility on reviewFabrice Bellingard2011-05-186-42/+25
| | | | | | | | - Permalinks are more visible on the resource viewer - The review search page returns directly permalinks
* | Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-1338-38/+38
|/
* Fix security issue in /reviews/show URLsimonbrandhof2011-05-121-1/+5
|
* Fix error log in webappsimonbrandhof2011-05-121-0/+4
|
* Fix display of source code in review detailsimonbrandhof2011-05-121-1/+1
| | | | The problem occurs when the review relates to a violation tracked over time.
* Add comment in conf/sonar.properties for Oracle installationsimonbrandhof2011-05-121-1/+3
|
* Fix NPE: register ReviewUnmarshallerEvgeny Mandrikov2011-05-111-0/+1
|
* Add Javadocs for CoreMetricsEvgeny Mandrikov2011-05-111-0/+25
|
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-1038-38/+38
|
* Fix CommandExecutorTest.java test on Windowssimonbrandhof2011-05-101-1/+3
|
* Upgrade Javadoc maven pluginsimonbrandhof2011-05-101-2/+1
|
* Improve versions of samplessimonbrandhof2011-05-104-12/+8
|
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-0938-38/+38
|
* Release 2.8-RC2simonbrandhof2011-05-0938-38/+38
|
* Fix compatibility with Oraclesimonbrandhof2011-05-093-9/+12
|
* Try to fix CommandExecutorTest on Windowssimonbrandhof2011-05-091-1/+1
|
* Fix IE7 bugsimonbrandhof2011-05-091-0/+1
|
* Do not display violations viewer on modules/directories if there are no ↵simonbrandhof2011-05-062-7/+6
| | | | violations
* SONAR-1973 Fix bug on submit buttonFabrice Bellingard2011-05-062-4/+4
| | | | If two reviews or false-positive were edited at the same time, the submit buttons would not behave correctly as they had the same name.
* Improve the test CommandExecutorTest#shouldStopWithTimeout for slow boxessimonbrandhof2011-05-061-1/+0
|
* Remove the script deploy-docs.shsimonbrandhof2011-05-061-9/+0
|
* Fix dev profilesimonbrandhof2011-05-067-7/+7
|
* Fix cobertura plugin to remove warning about lineIdEvgeny Mandrikov2011-05-062-6/+58
|
* Replace -Ddev by -Pdev to increase build durationsimonbrandhof2011-05-055-38/+8
|
* SONAR-2298 Fix bug, when root project not a first one in Maven reactorEvgeny Mandrikov2011-05-066-10/+13
| | | | This situation shouldn't lead to partial analysis.