aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6012 Local issue trackingJulien HENRY2015-01-236-93/+0
* Computation stack based on an isolated picocontainerSimon Brandhof2015-01-204-31/+0
* SONAR-5970 Have tag changes appear in email notificationJean-Baptiste Lievremont2014-12-191-0/+1
* SONAR-5952 Update the issue permalink in the notification emailJulien HENRY2014-12-174-4/+4
* Update issue notification linkJulien Lancelot2014-07-074-6/+12
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-123-6/+6
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-123-6/+6
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-073-6/+6
* Issue exclusions patterns are now initialized prior to sensor phaseJulien HENRY2014-02-188-280/+0
* Fix UTs after renaming of one test classJulien HENRY2014-02-178-0/+0
* SONAR-4767 Display date of snapshot used for comparison when selecting "Delta...Julien Lancelot2014-02-032-8/+60
* SONAR-3644 Save changes to new API before revertJean-Baptiste Lievremont2013-09-058-0/+280
* SONAR-4525 Use names instead of keys for action plans and users in issue chan...Jean-Baptiste Vilain2013-08-123-1/+15
* Display prefixes "Rule" and "Message" in issue change emailsSimon Brandhof2013-06-042-8/+2
* SONAR-3755 improve email of issue changesSimon Brandhof2013-06-022-0/+16
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-2311-233/+0
* SONAR-3755 Fix issue in Issues TrackingJulien Lancelot2013-04-192-0/+36
* SONAR-3755 Add unit test on issues trackingJulien Lancelot2013-04-184-0/+57
* SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-123-6/+6
* SONAR-3317 download last analysis on dry runSimon Brandhof2013-02-191-16/+0
* Grant roles when projects are created, not later during decorator phaseSimon Brandhof2012-11-0817-156/+0
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-274-4/+4
* Improve and refactor the ResourcePermissions componentSimon Brandhof2012-07-1217-1/+10
* SONAR-3618 improve support of the Views pluginSimon Brandhof2012-07-091-4/+4
* Fix ITS: Revert "SONAR-3618 improve support of the Views plugin"David Gageot2012-07-081-4/+4
* SONAR-3618 improve support of the Views pluginSimon Brandhof2012-07-061-4/+4
* SONAR-3618 Better naming of ResourcePermissioning methodsSimon Brandhof2012-07-0615-0/+0
* SONAR-3618 Support custom default permissions for non-project resourcesSimon Brandhof2012-07-0522-168/+147
* Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-193-7/+7
* Fix Sonar Core Plugin unit testsFabrice Bellingard2012-05-148-22/+28
* Add tests for tracking of violationsEvgeny Mandrikov2012-04-034-0/+57
* SONAR-3072 Add greedy algorithm to track violations based on blocksEvgeny Mandrikov2012-03-151-0/+16
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-153-9/+0
* Fix performance issues when processing reviewsSimon Brandhof2012-03-0214-557/+137
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-153-10/+10
* SONAR-3208 complete database tablesSimon Brandhof2012-02-144-4/+4
* Increase code coverage + fix SQL pitfallFabrice Bellingard2012-02-091-0/+31
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-251-2/+2
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-197-9/+14
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-185-9/+9
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-121-0/+69
* Fix bug on UpdateReviewsDecorator when line number is NULLFabrice Bellingard2012-01-052-0/+21
* Fix bug on UpdateReviewsDecorator when a violation has no line numberFabrice Bellingard2012-01-042-0/+21
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-129-215/+250
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-085-102/+105
* Add RULE_FAILURES.COMMITTEREvgeny Mandrikov2011-12-083-11/+11
* SONAR-1974 automatically close reviews that relate to resolved manual violationsSimon Brandhof2011-12-051-0/+91
* SONAR-1974 refactor tables RULE_FAILURES and REVIEWSSimon Brandhof2011-12-028-246/+310
* SONAR-1974 Add RULE_FAILURES.RESOURCE_IDSimon Brandhof2011-11-283-16/+32
* SONAR-2945 Synchronize review title&line with corresponding violationFabrice Bellingard2011-11-232-0/+73