aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/database
Commit message (Expand)AuthorAgeFilesLines
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-153-40/+0
* Fix some quality flawsEvgeny Mandrikov2012-02-171-2/+3
* Fix binary compatibility of ResourceModel#setCopyResourceId(Integer)Simon Brandhof2012-02-161-2/+1
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-152-13/+13
* SONAR-3208 complete database tablesSimon Brandhof2012-02-141-26/+47
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-011-1/+16
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-191-0/+18
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-181-52/+126
* Update copyright header for this new yearSimon Brandhof2012-01-1010-10/+10
* Fix some quality flawssimonbrandhof2012-01-011-1/+1
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-121-12/+0
* Increase size of RULE_FAILURES.COMMITTER to 100Evgeny Mandrikov2011-12-081-1/+1
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-081-3/+16
* Add RULE_FAILURES.COMMITTEREvgeny Mandrikov2011-12-081-0/+11
* SONAR-1974 refactor tables RULE_FAILURES and REVIEWSSimon Brandhof2011-12-021-13/+1
* SONAR-1974 Add RULE_FAILURES.RESOURCE_IDSimon Brandhof2011-11-281-2/+14
* SONAR-1974 RULE_FAILURES.SNAPSHOT_ID must be nullableSimon Brandhof2011-11-281-1/+1
* SONAR-3023 Increase the size for column "qualifier" in DBEvgeny Mandrikov2011-11-232-2/+2
* Remove HSQLDB from unit testsSimon Brandhof2011-11-101-0/+5
* Fix violationsEvgeny Mandrikov2011-10-241-1/+1
* Add MeasureData#toString()Simon Brandhof2011-09-201-0/+11
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-1/+0
* SONAR-2655 define toString() on all the hibernate modelsSimon Brandhof2011-08-162-0/+18
* Some code improvementsSimon Brandhof2011-08-021-1/+1
* Fix CloseReviewsDecorator for Derby and move Review entity from sonar-plugin-...Evgeny Mandrikov2011-07-261-143/+0
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-251-1/+58
* SONAR-2596,SONAR-2600 Improve notification mechanismEvgeny Mandrikov2011-07-201-0/+86
* SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURESSimon Brandhof2011-07-121-172/+0
* Fix crlfEvgeny Mandrikov2011-04-201-80/+80
* [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-201-78/+80
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-121-2/+13
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-0/+12
* Fix coding violationssimonbrandhof2011-03-271-1/+0
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-0/+8
* Upgrade copyright headerssimonbrandhof2011-02-0411-182/+182
* SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-021-1/+1
* merge 2.5: fix tracking of violations when message contains whitespace or is ...simonbrandhof2011-01-131-1/+5
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_...simonbrandhof2010-12-151-91/+204
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-062-101/+242
* SONAR-249 add some unit testssimonbrandhof2010-12-041-13/+25
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-031-0/+11
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-011-9/+11
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-301-0/+77
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-301-6/+16
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-291-68/+8
* Fix violations reported on NemoGodin2010-11-281-3/+6
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-262-97/+26
* SONAR-1798 rename RULE_FAILURES.POINTS to COSTsimonbrandhof2010-09-221-6/+6
* SONAR-1798 Ability to register a number of points to a rule violationsimonbrandhof2010-09-221-0/+12
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-0611-0/+2013