aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10059 Increase timeout to download pluginsGuillaume Jambet2017-12-011-0/+19
* fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-241-0/+22
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-232-51/+4
* SONAR-10046 adding minimum length validation to Request apiGuillaume Jambet2017-11-093-0/+45
* SONAR-10040 add maximum value to ws APIJulien Lancelot2017-11-084-22/+105
* SONAR-10040 add length validation to Request api and api/projects/createJulien Lancelot2017-11-084-18/+94
* Fix quality flawsJulien Lancelot2017-10-261-2/+2
* SONAR-10008 Make date facet tests independent from the machine's time zoneDaniel Schwarz2017-10-241-0/+12
* Fix quality flawsEric Hartmann2017-10-201-1/+1
* SONAR-8331 Rename Complexity to Cyclomatic ComplexityTeryk Bellahsene2017-10-191-1/+1
* SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysisEric Hartmann2017-10-174-50/+221
* SONAR-9871 move webhook code to use it in webSébastien Lesaint2017-10-171-43/+44
* SONAR-9931 deprecate sonar.cpd.cross_project propertyDaniel Schwarz2017-10-171-0/+2
* Delete deprecated and unused Server#getDeployDir()Simon Brandhof2017-10-161-8/+0
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-163-5/+14
* SONAR-8331 Deprecate and hide complexity related metricsTeryk Bellahsene2017-10-161-5/+50
* SONAR-9922 Metric new_lines renamed from 'Lines of New Code' to 'New Lines'Teryk Bellahsene2017-10-161-2/+2
* SONAR-9799 deprecate legacy branch param (#2662)Janos Gyerik2017-10-121-0/+6
* SONAR-7574 Allow to set log level to WARN or ERROR in APIEric Hartmann2017-10-122-14/+17
* SONAR-9930 improve naming in DefaultTempFolderTestSimon Brandhof2017-10-111-18/+22
* SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that does...Simon Brandhof2017-10-112-5/+37
* Fix two logger callsDaniel Trebbien2017-10-102-3/+3
* Utilize parameterized loggingDaniel Trebbien2017-10-101-1/+1
* SONAR-9840 Flip sort of 'Lines to Cover' in MeasuresTeryk Bellahsene2017-10-051-1/+1
* SONAR-9526 Make coverage metrics visibleTeryk Bellahsene2017-10-051-6/+4
* SONAR-9263 Drop unused property sonar.web.devSimon Brandhof2017-10-041-2/+4
* API - ability to extend MessageExceptionSimon Brandhof2017-10-031-1/+1
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-022-1/+15
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-021-3/+3
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-021-8/+6
* SONAR-9890 avoid as many potential problems of non-english locales as possibleDaniel Schwarz2017-09-281-1/+1
* Drop ScmBranchProvider (blend it into ScmProvider)Janos Gyerik2017-09-282-50/+13
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-281-3/+3
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-282-4/+47
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-272-15/+0
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-2511-10/+772
* Remove deprecation on System2.now()Julien HENRY2017-09-251-2/+3
* add DateUtils#truncateToSeconds and use it instead of +1_000LSébastien Lesaint2017-09-211-0/+18
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-196-17/+211
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-154-164/+119
* SONAR-8855 Make it obvious that generic coverage report expect an XML fileJulien HENRY2017-09-151-0/+1
* Improve JavadocJulien HENRY2017-09-152-12/+23
* SONAR-9651 Deprecate ability to create issues/measures on directoriesJulien HENRY2017-09-152-0/+4
* SONAR-9646 Deprecate support of absolute file patterns (file:xxx)Julien HENRY2017-09-151-0/+13
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-135-1/+57
* Tweak wordingGrégoire Aubert2017-09-131-2/+2
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-121-3/+0
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-121-0/+6
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-121-0/+10
* SONAR-9616 add branch to CE API and webhook JSON payloadSimon Brandhof2017-09-123-0/+109