Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3090 Remove DUPLICATIONS_INDEX.ID | Evgeny Mandrikov | 2011-12-19 | 15 | -161/+76 |
| | | | | | In order to do this - remove entity DuplicationBlock and use native query in PurgeUtils. | ||||
* | SONAR-2662 Make it possible to assign a review to an action plan | Fabrice Bellingard | 2011-12-19 | 10 | -4/+180 |
| | | | | | - From the resource viewer - From the review detail/permalink page | ||||
* | SONAR-983 first implementation of the search engine of projects, directories ↵ | Simon Brandhof | 2011-12-19 | 23 | -234/+490 |
| | | | | | | | | and files * The POST request to the URL /search/reset starts the indexation of resources * The search engine is available at /search | ||||
* | SONAR-2662 Add missing files linked to new table "action_plans" | Fabrice Bellingard | 2011-12-19 | 3 | -0/+30 |
| | |||||
* | SONAR-2662 Make it possible to assign a review to an action plan | Fabrice Bellingard | 2011-12-19 | 2 | -15/+15 |
| | |||||
* | SONAR-2662 Allow to close & reopen an action plan | Fabrice Bellingard | 2011-12-19 | 3 | -2/+17 |
| | |||||
* | SONAR-3095 Update to JaCoCo 0.5.5 | Evgeny Mandrikov | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-12-19 | 2 | -2/+2 |
| | |||||
* | SONAR-2662 Create a pagination helper | Fabrice Bellingard | 2011-12-19 | 4 | -41/+58 |
| | | | | | It is currently used for the review listing page, but it can normally be used elsewhere. | ||||
* | SONAR-2662 Create action plans which are a set of manual reviews | Fabrice Bellingard | 2011-12-19 | 10 | -151/+245 |
| | | | | | | - Improve progress bar - Display the list of reviews in a separate page which is still in the context of the project | ||||
* | SONAR-2662 Create action plans which are a set of manual reviews | Fabrice Bellingard | 2011-12-19 | 11 | -2/+384 |
| | | | | - Create the service to manage action plans | ||||
* | SONAR-3101 fix the Collapse link | simonbrandhof | 2011-12-18 | 4 | -13/+13 |
| | | | | Refactoring: define the constant ResourceHelper::DUPLICATION_SNIPPET_DEFAULT_NB_OF_LINES=6 | ||||
* | Move org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor ↵ | Simon Brandhof | 2011-12-16 | 26 | -152/+94 |
| | | | | DialectRepository | ||||
* | SONAR-983 create table RESOURCE_INDEX | Simon Brandhof | 2011-12-16 | 19 | -61/+411 |
| | | | | The related myBatis classes are in the package org.sonar.persistence.resource | ||||
* | Minor refactoring on ruby variable names | Simon Brandhof | 2011-12-16 | 2 | -4/+7 |
| | |||||
* | Fix the URL /widget | Simon Brandhof | 2011-12-16 | 1 | -3/+4 |
| | |||||
* | SONAR-1929 add ability for administrators to delete dashboards registered ↵ | Simon Brandhof | 2011-12-16 | 8 | -177/+303 |
| | | | | | | programmatically by plugins + SONAR-3103 Do not allow to unshare dashboard when it's used as a default dashboard | ||||
* | SONAR-3101 "Duplications" tab shows incorrect lines | Simon Brandhof | 2011-12-16 | 1 | -41/+41 |
| | |||||
* | SONAR-3099 Search of reviews by id must ignore other criteria | Simon Brandhof | 2011-12-16 | 1 | -85/+89 |
| | |||||
* | SONAR-1929 do not register dashboards which name already exits | Simon Brandhof | 2011-12-16 | 32 | -368/+248 |
| | | | | + remove the useless column DASHBOARDS.KEE | ||||
* | SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.web | Simon Brandhof | 2011-12-16 | 10 | -23/+22 |
| | | | | No need anymore of a dedicated package | ||||
* | SONAR-1929 minor refactoring + add some tests | Simon Brandhof | 2011-12-16 | 5 | -61/+32 |
| | |||||
* | Fix typo in conf/sonar.properties | Simon Brandhof | 2011-12-16 | 1 | -2/+2 |
| | |||||
* | Fix violation, add test | Evgeny Mandrikov | 2011-12-16 | 2 | -8/+23 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-12-15 | 2 | -7/+19 |
| | |||||
* | SONAR-3060 Improve new CPD algorithm | Evgeny Mandrikov | 2011-12-15 | 3 | -34/+34 |
| | | | | | * Remove recursive part of algorithm to avoid StackOverflowError * Fix violations | ||||
* | SONAR-1929 refactor the extension point to define dashboards | Simon Brandhof | 2011-12-15 | 17 | -305/+392 |
| | |||||
* | SONAR-1929 refactoring of the extension point Dashboard | Simon Brandhof | 2011-12-15 | 22 | -566/+485 |
| | |||||
* | SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgets | Simon Brandhof | 2011-12-15 | 29 | -699/+708 |
| | | | | The column WIDGET_PROPERTIES.VALUE_TYPE is removed because it duplicates the Java extensions. | ||||
* | SONAR-2795 Add pagination over 20, with "First" and "Last" links. | Fabrice Bellingard | 2011-12-14 | 2 | -6/+27 |
| | |||||
* | rename the constant ReviewDto.STATUS_OPENED to STATUS_OPEN | Simon Brandhof | 2011-12-14 | 2 | -2/+2 |
| | |||||
* | SONAR-3086 do not strikethrough rule name when review is resolved | Simon Brandhof | 2011-12-14 | 9 | -32/+61 |
| | |||||
* | Merge remote branch 'upstream/master' | Fabrice Bellingard | 2011-12-14 | 24 | -485/+721 |
|\ | |||||
| * | Decrease visibility of some methods of org.sonar.persistence.review.ReviewQuery | Simon Brandhof | 2011-12-14 | 2 | -7/+2 |
| | | |||||
| * | SONAR-2984 review widgets must not fail if reviews have no comments | Simon Brandhof | 2011-12-14 | 2 | -130/+134 |
| | | |||||
| * | SONAR-3984 allow to delete all the comments | Simon Brandhof | 2011-12-14 | 2 | -59/+59 |
| | | |||||
| * | SONAR-3086 improve the detail of a review | Simon Brandhof | 2011-12-14 | 13 | -91/+184 |
| | | |||||
| * | SONAR-3086 Improve usability of review forms | Simon Brandhof | 2011-12-14 | 12 | -95/+182 |
| | | |||||
| * | SONAR-3086 Improve usability of review forms | Simon Brandhof | 2011-12-14 | 9 | -133/+190 |
| | | |||||
* | | SONAR-1929 Improve the Dashboard template API | Fabrice Bellingard | 2011-12-14 | 8 | -28/+37 |
|/ | | | Use of enum instead of simple String constants. | ||||
* | Sonar Persistence API refactoring | Fabrice Bellingard | 2011-12-14 | 79 | -454/+460 |
| | | | | | | | - Class mapped to tables should now be named "MyTableDto" - DTOs, DAOs and Mappers of a same concern should be packed in a single package, allowing to use package visibility amongst them. => org.sonar.persistence has been reorganized following those rules. | ||||
* | SONAR-1929 Fix problem migration (I18n API not initialized) | Fabrice Bellingard | 2011-12-14 | 2 | -9/+16 |
| | |||||
* | Fix test | Evgeny Mandrikov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | SONAR-1929 Fix problem with MyBatis on Oracle | Fabrice Bellingard | 2011-12-14 | 6 | -14/+26 |
| | |||||
* | Fix violations | Fabrice Bellingard | 2011-12-14 | 1 | -18/+22 |
| | |||||
* | SONAR-3060 Refactor new CPD algorithm | Evgeny Mandrikov | 2011-12-14 | 15 | -333/+463 |
| | | | | | | | | | * Fix violations * Remove duplications * Add Javadocs * Method SortedListsUtils#contains now uses iterators, so doesn't require RandomAccess list in order to work efficiently in terms of performance. | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-14 | 3 | -17/+67 |
| | | | | Proper recognition of JSNI methods (GWT). | ||||
* | SONAR-3058 downgrade to jetty 6.1.25 because of AJP regression | simonbrandhof | 2011-12-14 | 1 | -1/+4 |
| | |||||
* | SONAR-2973 improve the form that changes severity | simonbrandhof | 2011-12-14 | 12 | -126/+204 |
| | |||||
* | SONAR-2912 [Rename quality profile] Default value: put profile name | Fabrice Bellingard | 2011-12-13 | 1 | -1/+1 |
| |