aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/profiles
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12006 Deprecate org.sonar.api.profiles.XMLProfileParserJulien HENRY2019-04-232-1/+6
* Fix license headers for 2019Duarte Meneses2019-01-027-7/+7
* SONAR-11219 Remove @ScannerSide annotation from ProfileExporterJulien HENRY2018-10-121-2/+0
* Fix license headers for 2018Simon Brandhof2018-01-077-7/+7
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-254-6/+9
* Fix quality flawsJulien Lancelot2017-07-121-13/+0
* Remove some usages of Guava in APISimon Brandhof2017-06-191-15/+7
* SONAR-9322 deprecate RulesProfile#setParentName(String)Simon Brandhof2017-06-141-8/+9
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-107-14/+14
* SONAR-6407 Missing javadoc on profileImporter and profileExporterJulien Lancelot2016-09-152-0/+26
* SONAR-7665 Deprecate @BatchSide and introduce @ScannerSideDuarte Meneses2016-07-041-2/+2
* Fix default mime type of ProfileExporterSimon Brandhof2016-03-311-1/+1
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-294-9/+12
* 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