Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2959 Add the property sonar.showSql | Simon Brandhof | 2012-01-12 | 1 | -7/+15 |
| | |||||
* | SONAR-3012 New widget to monitor the review activity | Fabrice Bellingard | 2012-01-12 | 7 | -60/+208 |
| | | | | | | - 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 134 | -134/+134 |
| | |||||
* | Remove unused imports | Simon Brandhof | 2012-01-09 | 1 | -3/+0 |
| | |||||
* | Add some unit tests | simonbrandhof | 2012-01-09 | 7 | -81/+98 |
| | |||||
* | Experimental refactoring to improve support of booleans in MyBatis | simonbrandhof | 2012-01-08 | 13 | -63/+67 |
| | |||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2012-01-01 | 1 | -1/+9 |
| | |||||
* | Add unit tests to ResourceIndexerDao | simonbrandhof | 2011-12-31 | 7 | -0/+72 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2011-12-31 | 7 | -32/+19 |
| | |||||
* | Fix some quality flaws | simonbrandhof | 2011-12-31 | 2 | -14/+17 |
| | |||||
* | SONAR-983 index the project from a dedicated post-job in order to optimize ↵ | simonbrandhof | 2011-12-30 | 16 | -277/+277 |
| | | | | SQL requests | ||||
* | Indexation of resources during migration must be reentrant | Simon Brandhof | 2011-12-29 | 2 | -2/+3 |
| | |||||
* | Add missing index on Derby | Simon Brandhof | 2011-12-29 | 1 | -0/+2 |
| | |||||
* | Delete resource orphans in order to not index them | simonbrandhof | 2011-12-23 | 2 | -2/+3 |
| | | | | This issue will be fixed in v2.14 (see SONAR-3120) | ||||
* | SONAR-983 add unit tests | Simon Brandhof | 2011-12-23 | 2 | -1/+66 |
| | |||||
* | SONAR-3118 Remove property "sonar.useStructureDump" | Evgeny Mandrikov | 2011-12-23 | 2 | -7/+3 |
| | |||||
* | SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ↵ | Simon Brandhof | 2011-12-23 | 4 | -2/+76 |
| | | | | | | is a layer over ResourceIndexerDao + move derby SQL files to org.sonar.core.persistence | ||||
* | Refactor the packages of sonar-core | Simon Brandhof | 2011-12-22 | 146 | -215/+190 |
| | | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...) | ||||
* | Fix some quality flaws | simonbrandhof | 2011-12-22 | 1 | -4/+0 |
| | |||||
* | SONAR-983 i18n, better purge, fix NPE when deleted resource | simonbrandhof | 2011-12-21 | 6 | -75/+0 |
| | |||||
* | SONAR-983 Improve relevance of results and group them by qualifier | Simon Brandhof | 2011-12-21 | 15 | -99/+136 |
| | |||||
* | SONAR-983 resources are indexed during analysis | simonbrandhof | 2011-12-20 | 17 | -81/+334 |
| | | | | | | | * Rename the column RESOURCE_INDEX.PROJECT_ID to ROOT_PROJECT_ID * Increase the size of RESOURCE_INDEX.PROJECT_ID * Clean resource index from dbcleaner plugin * Experimental: indexes all the existing resources during upgrade from sonar < 2.13 | ||||
* | SONAR-983 index existing projects during upgrade | Simon Brandhof | 2011-12-19 | 15 | -210/+118 |
| | | | | + remove unused SELECT operations from MyBatis dao | ||||
* | SONAR-3090 Remove DUPLICATIONS_INDEX.ID | Evgeny Mandrikov | 2011-12-19 | 11 | -144/+13 |
| | | | | | In order to do this - remove entity DuplicationBlock and use native query in PurgeUtils. | ||||
* | SONAR-983 first implementation of the search engine of projects, directories ↵ | Simon Brandhof | 2011-12-19 | 16 | -213/+297 |
| | | | | | | | | 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 Create action plans which are a set of manual reviews | Fabrice Bellingard | 2011-12-19 | 1 | -1/+1 |
| | | | | - Create the service to manage action plans | ||||
* | Move org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor ↵ | Simon Brandhof | 2011-12-16 | 25 | -150/+92 |
| | | | | DialectRepository | ||||
* | SONAR-983 create table RESOURCE_INDEX | Simon Brandhof | 2011-12-16 | 18 | -61/+375 |
| | | | | The related myBatis classes are in the package org.sonar.persistence.resource | ||||
* | SONAR-1929 do not register dashboards which name already exits | Simon Brandhof | 2011-12-16 | 14 | -123/+101 |
| | | | | + remove the useless column DASHBOARDS.KEE | ||||
* | Fix violation, add test | Evgeny Mandrikov | 2011-12-16 | 2 | -8/+23 |
| | |||||
* | SONAR-1929 refactoring of the extension point Dashboard | Simon Brandhof | 2011-12-15 | 11 | -97/+55 |
| | |||||
* | SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgets | Simon Brandhof | 2011-12-15 | 9 | -86/+58 |
| | | | | The column WIDGET_PROPERTIES.VALUE_TYPE is removed because it duplicates the Java extensions. | ||||
* | rename the constant ReviewDto.STATUS_OPENED to STATUS_OPEN | Simon Brandhof | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Decrease visibility of some methods of org.sonar.persistence.review.ReviewQuery | Simon Brandhof | 2011-12-14 | 2 | -7/+2 |
| | |||||
* | Sonar Persistence API refactoring | Fabrice Bellingard | 2011-12-14 | 69 | -342/+348 |
| | | | | | | | - 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 with MyBatis on Oracle | Fabrice Bellingard | 2011-12-14 | 6 | -14/+26 |
| | |||||
* | SONAR-1929 Modify the new DashboardTemplate API | Fabrice Bellingard | 2011-12-13 | 4 | -13/+8 |
| | | | | | - Replace the annotation-based one with a POJO one - Fix some issues based on Simon's feedback | ||||
* | SONAR-2973 fix the severity of violations if manually set by end-users | Simon Brandhof | 2011-12-12 | 6 | -9/+185 |
| | |||||
* | SONAR-1929 New extension point: dashboard template | Fabrice Bellingard | 2011-12-12 | 43 | -32/+1643 |
| | | | | | | | | | | | | - Create API - Make required DB modifications (on MyBatis side) * new 'loaded_template' table * new 'kee' column on 'dashboards' table - Create startup RegisterProvidedTemplates - Create 2 first implementations: * the main Dashboard * a simple Hotspot dashboard (will be done in another ticket) - Update migration scripts (remove creation of main dashboard) | ||||
* | Fix some violations | Simon Brandhof | 2011-12-12 | 1 | -2/+3 |
| | |||||
* | SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by ↵ | Simon Brandhof | 2011-12-12 | 5 | -42/+73 |
| | | | | REVIEWS.MANUAL_SEVERITY (boolean) | ||||
* | Fix MyBatis integration tests with MsSQL | Simon Brandhof | 2011-12-09 | 2 | -3/+3 |
| | |||||
* | Fix integration tests of MyBatis on MsSQL. Table names must be lower-case. | Simon Brandhof | 2011-12-09 | 1 | -2/+2 |
| | |||||
* | Increase size of RULE_FAILURES.COMMITTER to 100 | Evgeny Mandrikov | 2011-12-08 | 1 | -1/+1 |
| | |||||
* | SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN) | Simon Brandhof | 2011-12-08 | 3 | -2/+4 |
| | | | | The name is not really sexy. If true, then the violation severity has been explicitly changed by user so it must not be reset when analyzing project. | ||||
* | Add RULE_FAILURES.COMMITTER | Evgeny Mandrikov | 2011-12-08 | 3 | -2/+4 |
| | | | | | Note that this field is experimental and should not be used by plugins, even if it can be accessed via API classes. | ||||
* | Try to fix DbUnit tests on MSSQL | simonbrandhof | 2011-12-07 | 2 | -7/+19 |
| | |||||
* | Fix iBatis ReviewMapper.xml for MsSQL | simonbrandhof | 2011-12-07 | 1 | -3/+3 |
| |