Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3537 Improve performances of the treemap filter | Simon Brandhof | 2012-06-01 | 3 | -5/+5 |
| | |||||
* | Changed period name display format in widget's title | David Gageot | 2012-06-01 | 1 | -4/+1 |
| | |||||
* | Minor: add a whitespace before the link "Edit my filters" | Simon Brandhof | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Revert SONAR-3407 | Simon Brandhof | 2012-05-31 | 3 | -16/+16 |
| | |||||
* | FIX period name should display a delta symbol | David Gageot | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-05-30 | 36 | -36/+36 |
| | |||||
* | SONAR-3528 Pagination is broken on reviews widgets | Fabrice Bellingard | 2012-05-30 | 2 | -5/+5 |
| | | | | | | | | | Fix regression introduced during fix of SONAR-3404 (see commit c8278a1e6bca00368405a760b3ab8d0d4c32f146): the name "limit" used to allow loading more reviews is the same as the one used by the widget's partial to paginate. => now, the partial uses "table_limit" as parameter | ||||
* | FIX unused parameter | David Gageot | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | FIX remove unused warning | David Gageot | 2012-05-30 | 1 | -2/+0 |
| | |||||
* | Fix Oracle mapping for filters | David Gageot | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | Will this violation ever be fixed? | David Gageot | 2012-05-30 | 1 | -13/+9 |
| | |||||
* | FIX violation | David Gageot | 2012-05-29 | 1 | -2/+12 |
| | |||||
* | Fix dtos on Oracle | David Gageot | 2012-05-29 | 2 | -0/+32 |
| | |||||
* | Add some unit tests | Simon Brandhof | 2012-05-29 | 2 | -0/+55 |
| | |||||
* | Fix serialization violation | David Gageot | 2012-05-29 | 1 | -1/+4 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-29 | 8 | -16/+39 |
| | |||||
* | Add missing log when review command fails to be executed | Simon Brandhof | 2012-05-29 | 1 | -5/+10 |
| | |||||
* | Extract beta api from review workflow | Simon Brandhof | 2012-05-28 | 56 | -323/+428 |
| | |||||
* | .mailmap file to resolve wrong author names | David Gageot | 2012-05-28 | 1 | -0/+10 |
| | |||||
* | Upgrade to maven-compiler-plugin 2.5 | Evgeny Mandrikov | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | Remove hack that displays a link to edit filters | David Gageot | 2012-05-28 | 2 | -5/+5 |
| | |||||
* | Revert change that broke the API | David Gageot | 2012-05-28 | 10 | -49/+66 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-28 | 4 | -17/+15 |
| | |||||
* | Revert useless dependency | Simon Brandhof | 2012-05-28 | 2 | -3/+2 |
| | |||||
* | Cleaner code and fix warnings | David Gageot | 2012-05-25 | 16 | -65/+50 |
| | |||||
* | Refactor AbstractFilterDashboard : use Open/Close principle | Simon Brandhof | 2012-05-25 | 3 | -6/+15 |
| | |||||
* | SONAR-2706 Search for rule name in the English bundle before DB | Fabrice Bellingard | 2012-05-25 | 1 | -3/+3 |
| | |||||
* | SONAR-2706 refactor org.sonar.core.review.workflow.Comment | Simon Brandhof | 2012-05-25 | 3 | -35/+65 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 6 | -21/+21 |
| | |||||
* | Dashboards must be registered after filters | Simon Brandhof | 2012-05-25 | 2 | -2/+3 |
| | |||||
* | SONAR-2706 revert removal of Review#getReviewId() | Simon Brandhof | 2012-05-25 | 1 | -0/+2 |
| | |||||
* | SONAR-2706 Rule name can be empty in DB | Fabrice Bellingard | 2012-05-25 | 1 | -1/+7 |
| | |||||
* | Improve test coverage | David Gageot | 2012-05-25 | 5 | -18/+199 |
| | |||||
* | SONAR-2706 add Review#getRuleName() | Simon Brandhof | 2012-05-25 | 5 | -7/+25 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 10 | -24/+47 |
| | |||||
* | SONAR-2706 add Review#getRuleKey() and getRuleRepository() and remove ↵ | Simon Brandhof | 2012-05-25 | 19 | -103/+88 |
| | | | | methods that return primary keys | ||||
* | SONAR-3083 allow to display children of developers | Simon Brandhof | 2012-05-25 | 3 | -23/+17 |
| | |||||
* | Fix dashboard name | David Gageot | 2012-05-25 | 3 | -3/+3 |
| | |||||
* | Remove warnings | David Gageot | 2012-05-25 | 3 | -23/+28 |
| | |||||
* | Fix warnings | David Gageot | 2012-05-25 | 2 | -0/+2 |
| | |||||
* | Remove unused variables | David Gageot | 2012-05-25 | 3 | -8/+6 |
| | |||||
* | Suppress warnings | David Gageot | 2012-05-25 | 14 | -28/+35 |
| | |||||
* | Split large migration file in two | David Gageot | 2012-05-25 | 5 | -23/+47 |
| | |||||
* | SONAR-3308 Revert back changes | Fabrice Bellingard | 2012-05-25 | 2 | -55/+16 |
| | | | | | => Too many side effects => Still need to handle the original exception | ||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 8 | -75/+62 |
| | |||||
* | Create 'My Favourites' Dashboard through extension point. | David Gageot | 2012-05-25 | 18 | -213/+366 |
| | | | The dashboard is created but not activated. | ||||
* | SONAR-3083 allow filters to display only direct children of selected resource | Simon Brandhof | 2012-05-24 | 10 | -111/+187 |
| | |||||
* | SONAR-3308 Fail batch if trying to delete released version | Fabrice Bellingard | 2012-05-24 | 2 | -6/+43 |
| | | | | | | | => Message given to the user: "A Sonar analysis can't delete a released version that already exists in the project history (version XXX). Please change the version of the project or clean its history first." | ||||
* | Better migrations | David Gageot | 2012-05-24 | 2 | -0/+7 |
| | |||||
* | Resize the column with ordering arrows | David Gageot | 2012-05-24 | 3 | -2/+6 |
| |