Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2438 Display the last update date of reviews | Fabrice Bellingard | 2011-05-20 | 1 | -0/+10 |
| | |||||
* | SONAR-2419 Remove background color and border for permalinks | Fabrice Bellingard | 2011-05-20 | 1 | -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 updated | Fabrice Bellingard | 2011-05-20 | 2 | -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 metrics | Evgeny Mandrikov | 2011-05-20 | 1 | -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 provider | simonbrandhof | 2011-05-19 | 27 | -399/+1208 |
| | |||||
* | SONAR-2426 Allow to directly assign a violation to users | Fabrice Bellingard | 2011-05-19 | 1 | -2/+2 |
| | | | Fix "Assignee" label alignment (noticed on Chrome). | ||||
* | Merge branch 'WS' | Fabrice Bellingard | 2011-05-19 | 2 | -8/+5 |
|\ | |||||
| * | SONAR-2421 Review WS API is limited to "VIOLATION" by default | Fabrice Bellingard | 2011-05-19 | 2 | -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 review | Fabrice Bellingard | 2011-05-19 | 6 | -24/+25 |
| | | | | | | | | | | - Permalinks are more visible on the resource viewer - The review search page returns directly permalinks | ||||
* | | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 24 | -147/+338 |
|/ | |||||
* | SONAR-2402 When specifying a review id in the "Reviews" page, all other ↵ | Fabrice Bellingard | 2011-05-19 | 1 | -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 users | Fabrice Bellingard | 2011-05-19 | 2 | -3/+3 |
| | | | Forgot the option to leave unassigned. | ||||
* | SONAR-2426 Allow to directly assign a violation to users | Fabrice Bellingard | 2011-05-19 | 2 | -2/+5 |
| | |||||
* | Merge branch 'release-2.8' | simonbrandhof | 2011-05-18 | 0 | -0/+0 |
|\ | |||||
| * | Release 2.82.8 | simonbrandhof | 2011-05-18 | 38 | -38/+38 |
| | | |||||
| * | Fix CloseReviewDecorator on SQL Server and Oracle | simonbrandhof | 2011-05-18 | 1 | -2/+2 |
| | | |||||
| * | SONAR-2347 CloseReviewsDecorator should execute only if isLastestAnalysis | Fabrice Bellingard | 2011-05-18 | 1 | -0/+12 |
| | | | | | | Forgot to commit the test | ||||
| * | SONAR-2347 Close review when resource does not exist anymore | Fabrice Bellingard | 2011-05-18 | 1 | -1/+1 |
| | | | | | | Decorator should execute only on root projects | ||||
| * | Fix association between Project and ProjectDefinition | Evgeny Mandrikov | 2011-05-17 | 2 | -27/+14 |
| | | |||||
| * | SONAR-2347 Close review when resource does not exist anymore | Fabrice Bellingard | 2011-05-17 | 2 | -8/+25 |
| | | |||||
| * | SONAR-2347 Update the "updated_at" column when closing reviews | Fabrice Bellingard | 2011-05-17 | 4 | -6/+30 |
| | | |||||
| * | SONAR-2347 Close a review when its corresponding violation is fixed | Fabrice Bellingard | 2011-05-17 | 6 | -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 extensions | simonbrandhof | 2011-05-17 | 3 | -69/+1 |
| | | |||||
| * | Fix security issue | simonbrandhof | 2011-05-16 | 1 | -0/+2 |
| | | |||||
| * | SONAR-1973 Fix review not linked to the project but to the module | Fabrice Bellingard | 2011-05-16 | 2 | -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 review | Fabrice Bellingard | 2011-05-18 | 6 | -42/+25 |
| | | | | | | | | - Permalinks are more visible on the resource viewer - The review search page returns directly permalinks | ||||
* | | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 38 | -38/+38 |
|/ | |||||
* | Fix security issue in /reviews/show URL | simonbrandhof | 2011-05-12 | 1 | -1/+5 |
| | |||||
* | Fix error log in webapp | simonbrandhof | 2011-05-12 | 1 | -0/+4 |
| | |||||
* | Fix display of source code in review detail | simonbrandhof | 2011-05-12 | 1 | -1/+1 |
| | | | | The problem occurs when the review relates to a violation tracked over time. | ||||
* | Add comment in conf/sonar.properties for Oracle installation | simonbrandhof | 2011-05-12 | 1 | -1/+3 |
| | |||||
* | Fix NPE: register ReviewUnmarshaller | Evgeny Mandrikov | 2011-05-11 | 1 | -0/+1 |
| | |||||
* | Add Javadocs for CoreMetrics | Evgeny Mandrikov | 2011-05-11 | 1 | -0/+25 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 38 | -38/+38 |
| | |||||
* | Fix CommandExecutorTest.java test on Windows | simonbrandhof | 2011-05-10 | 1 | -1/+3 |
| | |||||
* | Upgrade Javadoc maven plugin | simonbrandhof | 2011-05-10 | 1 | -2/+1 |
| | |||||
* | Improve versions of samples | simonbrandhof | 2011-05-10 | 4 | -12/+8 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 38 | -38/+38 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 38 | -38/+38 |
| | |||||
* | Fix compatibility with Oracle | simonbrandhof | 2011-05-09 | 3 | -9/+12 |
| | |||||
* | Try to fix CommandExecutorTest on Windows | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Fix IE7 bug | simonbrandhof | 2011-05-09 | 1 | -0/+1 |
| | |||||
* | Do not display violations viewer on modules/directories if there are no ↵ | simonbrandhof | 2011-05-06 | 2 | -7/+6 |
| | | | | violations | ||||
* | SONAR-1973 Fix bug on submit button | Fabrice Bellingard | 2011-05-06 | 2 | -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 boxes | simonbrandhof | 2011-05-06 | 1 | -1/+0 |
| | |||||
* | Remove the script deploy-docs.sh | simonbrandhof | 2011-05-06 | 1 | -9/+0 |
| | |||||
* | Fix dev profile | simonbrandhof | 2011-05-06 | 7 | -7/+7 |
| | |||||
* | Fix cobertura plugin to remove warning about lineId | Evgeny Mandrikov | 2011-05-06 | 2 | -6/+58 |
| | |||||
* | Replace -Ddev by -Pdev to increase build duration | simonbrandhof | 2011-05-05 | 5 | -38/+8 |
| | |||||
* | SONAR-2298 Fix bug, when root project not a first one in Maven reactor | Evgeny Mandrikov | 2011-05-06 | 6 | -10/+13 |
| | | | | This situation shouldn't lead to partial analysis. |