Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix compatibility of DbUnit with Oracle (lack of boolean type) | Simon Brandhof | 2011-12-06 | 3 | -5/+26 |
| | |||||
* | Fix creation of Oracle sequences in integration tests of MyBatis | Simon Brandhof | 2011-12-06 | 1 | -2/+4 |
| | |||||
* | Try to fix Oracle tests | Simon Brandhof | 2011-12-06 | 2 | -12/+20 |
| | |||||
* | SONAR-1974 automatically close reviews that relate to resolved manual violations | Simon Brandhof | 2011-12-05 | 1 | -1/+11 |
| | |||||
* | Remove INFO logs in unit tests and fix Oracle tests | Simon Brandhof | 2011-12-05 | 2 | -5/+2 |
| | |||||
* | Fix some violations | Simon Brandhof | 2011-12-05 | 1 | -43/+43 |
| | |||||
* | SONAR-1974 inject manual violations into batch | simonbrandhof | 2011-12-04 | 2 | -14/+34 |
| | |||||
* | SONAR-3052 add dependency on Guava 10 | simonbrandhof | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | Add log to debug integration tests with Oracle | Simon Brandhof | 2011-12-02 | 1 | -2/+4 |
| | |||||
* | Add missing header + remove hibernate logs when executing unit tests | Simon Brandhof | 2011-12-02 | 2 | -0/+27 |
| | |||||
* | Fix DaoTestCase for Oracle | Simon Brandhof | 2011-12-02 | 2 | -28/+65 |
| | | | | We didn't succeed in using java.sql.DatabaseMetaData#getTables() on Oracle. | ||||
* | Table names are not correctly loaded in DaoTestCase | Simon Brandhof | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | Add logs to DaoTestCase in order to list the TRUNCATE commands | Simon Brandhof | 2011-12-02 | 2 | -4/+8 |
| | | | | + Unit tests must log with level INFO | ||||
* | Fix typo in RuleDaoTest | Simon Brandhof | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | SONAR-1974 refactor tables RULE_FAILURES and REVIEWS | Simon Brandhof | 2011-12-02 | 16 | -43/+606 |
| | | | | | | | * Rollback the previous changes on RULE_FAILURES : SNAPSHOT_ID NULLABLE and new column RESOURCE_ID * Add the columns REVIEWS.RULE_ID (nullable) and MANUAL_VIOLATION (boolean) * Add experimental MyBatis mapper for reviews * Add the fields manualViolation (boolean) and permanentId to org.sonar.api.rules.Violation | ||||
* | Allow criteria with null values in DatabaseSession#getResults(Class, ↵ | Simon Brandhof | 2011-12-01 | 1 | -7/+14 |
| | | | | Object... criteria) | ||||
* | Escape the value of sonar.jdbc.schema on Oracle | Simon Brandhof | 2011-12-01 | 2 | -2/+2 |
| | |||||
* | SONAR-3045 Guess the property sonar.jdbc.driverClassName | Simon Brandhof | 2011-11-30 | 11 | -121/+204 |
| | |||||
* | SONAR-1974 Add RULE_FAILURES.RESOURCE_ID | Simon Brandhof | 2011-11-28 | 3 | -2/+4 |
| | |||||
* | SONAR-1974 RULE_FAILURES.SNAPSHOT_ID must be nullable | Simon Brandhof | 2011-11-28 | 3 | -2/+3 |
| | |||||
* | SONAR-3029 API: allow to have different severities for violations related to ↵ | Simon Brandhof | 2011-11-24 | 2 | -1/+2 |
| | | | | the same rule | ||||
* | SONAR-2945 Synchronize review title&line with corresponding violation | Fabrice Bellingard | 2011-11-23 | 1 | -0/+24 |
| | | | | | The message and the line of a violation linked to a review are not updated in the review detail when the violation changes. | ||||
* | SONAR-3023 Increase the size for column "qualifier" in DB | Evgeny Mandrikov | 2011-11-23 | 3 | -3/+4 |
| | | | | Tables SNAPSHOTS and PROJECTS. | ||||
* | Reformat schema-derby.ddl and remove unused sonar-test.ddl | Evgeny Mandrikov | 2011-11-23 | 1 | -86/+446 |
| | |||||
* | SONAR-2975 fix typo in Oracle ALTER SESSION statement | simonbrandhof | 2011-11-14 | 2 | -2/+2 |
| | |||||
* | SONAR-2975 refactor the activerecord configuration | simonbrandhof | 2011-11-14 | 4 | -41/+100 |
| | |||||
* | SONAR-2975 Rename the property sonar.hibernate.default_schema to ↵ | Simon Brandhof | 2011-11-14 | 9 | -45/+105 |
| | | | | | | | sonar.jdbc.schema MyBatis mappers are refactored at the same time. Schema is not explicitely used in SQL requests anymore. Schema is automatically handled by the connection pool (commons dbcp) for Oracle and PostgreSQL. | ||||
* | Remove HSQLDB from unit tests | Simon Brandhof | 2011-11-10 | 6 | -218/+17 |
| | |||||
* | MyBatis: prefix SQL requests with schema, when available. | Simon Brandhof | 2011-11-10 | 20 | -16/+509 |
| | | | | Add support for integration tests, hosted at SonarSource. | ||||
* | Minor: replace String#indexOf()<0 by String#contains() | Simon Brandhof | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | Use Derby for unit tests instead of HSQL, remove unused code | Evgeny Mandrikov | 2011-11-10 | 3 | -18/+20 |
| |