aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/profiles
Commit message (Expand)AuthorAgeFilesLines
* Drop commons-collectionsSimon Brandhof2016-03-131-8/+11
* SONAR-7330 When searching active rules by profile, ignore active rule on remo...Julien Lancelot2016-03-041-3/+0
* Fix project title in copyright headersSimon Brandhof2016-01-137-7/+7
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-057-28/+28
* Fix quality flawsSimon Brandhof2015-12-042-2/+2
* Fix quality flawsSimon Brandhof2015-09-022-2/+2
* undo deprecation of RulesProfileDuarte Meneses2015-08-181-5/+0
* deprecate RulesProfileDuarte Meneses2015-07-291-0/+8
* Fix quality flawsJulien Lancelot2015-07-031-11/+18
* Fix some quality flawsJulien HENRY2015-06-301-11/+9
* Fix quality flawsSimon Brandhof2015-06-302-6/+5
* Quality flawsSimon Brandhof2015-06-291-1/+2
* Fix quality flawsSimon Brandhof2015-06-043-12/+12
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-206-7/+7
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-121-2/+2
* Useless codeDavid Gageot2015-05-121-1/+1
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-116-24/+38
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-7/+5
* Fix quality flaws in APISimon Brandhof2015-04-032-8/+2
* Fix quality flawsSimon Brandhof2015-02-121-1/+1
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+1
* Fix quality flawsSimon Brandhof2014-10-071-47/+0
* Fix quality flawsSimon Brandhof2014-07-012-2/+1
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-301-5/+2
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-191-3/+18
* Fix some quality flawsSimon Brandhof2014-06-171-1/+0
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-111-19/+0
* SONAR-5007 improve registration of Quality profilesSimon Brandhof2014-05-231-1/+2
* SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-151-14/+1
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-134-381/+0
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-118-8/+8
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-271-0/+6
* SONAR-5067 Use a MessageException when activating already activated rules on ...Julien Lancelot2014-02-261-1/+2
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-0/+25
* SONAR-5067 Update message displayed when activating already activated rules o...Julien Lancelot2014-02-261-3/+4
* SONAR-5067 Fail when activating already activated rules on a profileJulien Lancelot2014-02-261-1/+13
* Add missing @CheckForNull on RulesProfileSimon Brandhof2014-02-191-1/+5
* Fix some quality flawsSimon Brandhof2014-02-021-3/+0
* SONAR-4908 add org.sonar.api.batch.rule.CheckFactorySimon Brandhof2014-01-271-0/+2
* SONAR-4923 Move getProfileExportersForLanguage and getProfileImportersForLan...Julien Lancelot2014-01-172-2/+2
* SONAR-4923 Export profile for a given plugin key and backup now use Java facadeJulien Lancelot2014-01-172-6/+1
* SONAR-4923 Export xml is now call from the Java facadeJulien Lancelot2014-01-171-2/+2
* SONAR-4923 Fix issue when deleting profile where PreviewCache.reportGlobalMod...Julien Lancelot2014-01-171-9/+6
* SONAR-4923 Restore profile now uses Java facadeJulien Lancelot2014-01-151-1/+1
* SONAR-4535 Create service action to create new ProfileJulien Lancelot2013-12-131-1/+1
* Replace Sonar by SonarQube in Profile XMLJulien Lancelot2013-12-091-1/+1
* Revert "Add package-info files on sonar-plugin-api-module"Julien Lancelot2013-09-161-24/+0
* Add package-info files on sonar-plugin-api-moduleJulien Lancelot2013-09-161-0/+24
* Fix some quality flawsDinesh Bolkensteyn2013-08-291-1/+1
* Fix some quality flawsJulien HENRY2013-08-281-6/+9