aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-201-1/+1
|
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
|
* SONAR-12369 fix build from source of non snapshot versionSébastien Lesaint2019-09-061-1/+1
|
* cache regex patternDuarte Meneses2019-09-041-2/+3
|
* fix missing package-info.java filesSébastien Lesaint2019-08-141-0/+23
|
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-124-62/+2
|
* Fix test to make it run on mac os (#1977)Jacek2019-08-012-0/+12
| | | | * fix test to make it run on mac os
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-304-5/+186
|
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-302-0/+13
|
* SC-795 remove SonarCloud label from emailsSimon Brandhof2019-07-262-16/+0
|
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-221-1/+0
| | | | | | | | | | | | | | | | | | | | * remove componentId, uuid params and associated documentation * remove deprecated params from api/components/search_projects * remove deprecated params from api/components/show * remove request parameters: key, componentId, id * remove deprecated params from api/components/suggestions * remove deprecated params from api/components/tree * remove deprecated request parameters: baseComponentKey, componentId, baseComponentId * remove `id` field response from api/components/search, api/components/search_projects * fix description in api/components/show
* SONAR-12259 - remove deprecated request params, response fields from ↵Jacek2019-07-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | api/projects (#1881) * remove deprecated params from api/projects/bulk_delete * remove deprecated projectsIds param * update documentation for api/projects/bulk_delete * remove deprecated params from api/projects/bulk_update_key * remove deprecated params: key, projectId, id * update documentation for api/projects/bulk_update_key * remove deprecated params from api/projects/create * remove deprecated param: key * update documentation for api/projects/create * remove deprecated params from api/projects/delete * remove deprecated param: projectId, key * update documentation for api/projects/delete * remove deprecated apis: api/projects/ghosts | index | provisioned * remove deprecated params from api/projects/search * remove deprecated param: projectIds * remove deprecated response fields: id (uuid) * remove all usage of deprecated params: page, pageSize (remove associated tests) * update documentation for api/projects/search * remove deprecated params from api/projects/search_my_projects * remove deprecated response fields: id (uuid) * update documentation for api/projects/search_my_projects * remove deprecated params from api/projects/update_key * remove deprecated params: id, projectId, key, newKey * change "from" param to be mandatory * remove ProjectListTest.java file as endpoint does not exist anymore * bump orchestrator version * remove ComponentDao and ComponentMapper methods associated with deprecated code * use "project" param when calling api/projects/create * update ProjectDumpOperations#renameProjectKey to use api/projects/update_key endpoint * use java api calls instead of URLs * bump orchestrator version to latest released 3.26.0.2111
* Clean depsDuarte Meneses2019-07-171-8/+2
|
* Bring back server rule implementations to sonar-plugin-apiDuarte Meneses2019-07-1511-24/+1443
|
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-121-0/+8
|
* Fix code quality issuesDuarte Meneses2019-07-121-1/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1215-373/+24
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1255-3817/+509
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-128-694/+93
|
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1233-3116/+14
|
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-1239-2982/+44
|
* Extract implementation from plugin API - Scanner SensorDuarte Meneses2019-07-1212-954/+4
|
* Extract implementation from plugin API - Scanner rulesDuarte Meneses2019-07-129-674/+0
|
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1239-3066/+5
|
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-1273-441/+542
|
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-141-0/+17
| | | | * Compute Security Review Rating measures on projects * Live update Security Review Rating measures
* SONAR-12188 Density of duplications is calculated with number of lines of ↵Duarte Meneses2019-06-132-11/+39
| | | | test files
* SONAR-10259 Deprecate SonarQubeVersionDuarte Meneses2019-06-111-0/+2
|
* SONAR-9898 Deprecate org.sonar.api.i18n.I18nJulien Lancelot2019-05-291-2/+4
|
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-232-1/+137
|
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-231-1/+4
| | | | one must now implement org.picocontainer.Startable, org.sonar.api.Startable, java.io.Closeable and/or java.lang.Closeable
* SONAR-11950 do not accept empty string for revision in CESimon Brandhof2019-05-221-0/+1
|
* SONAR-11950 add revision to webhooksSimon Brandhof2019-05-223-4/+23
|
* SONAR-12026 Update status names, transition names and descriptionJulien Lancelot2019-05-221-2/+2
| | | | | * Replace INREVIEW and TOREVIEW to IN_REVIEW and TO_REVIEW * Update transition names and descriptions
* SONAR-12026 add new hotspots statuses to facetPierre Guillot2019-05-221-2/+4
|
* SONAR-12026 add transition reset as to reviewPierre Guillot2019-05-221-11/+6
|
* SONAR-12026 Add transition "Open as Vulnerability"Pierre Guillot2019-05-221-1/+6
|
* SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as ↵Pierre Guillot2019-05-222-1/+11
| | | | reviewed' for hotspot
* SONAR-12026 Add transition "Set as In Review" on Security HotspotsPierre Guillot2019-05-222-2/+13
|
* SONAR-12026 Security Hotspots are created with resolution "To Review"Julien Lancelot2019-05-221-0/+5
|
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-13/+6
|
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-068-54/+161
|
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵Duarte Meneses2019-04-301-1/+3
| | | | with Java 11
* SONAR-10725 fix EmailSettings.getServerBaseURL()Sébastien Lesaint2019-04-262-20/+12
|
* SONARCLOUD-582 fix Quality flawsSimon Brandhof2019-04-241-5/+0
|
* SONAR-11892 Compute Security Hotspot measuresJulien Lancelot2019-04-231-0/+35
|
* Deprecate useless classJulien HENRY2019-04-232-0/+6
|
* SONAR-12006 Deprecate org.sonar.api.profiles.XMLProfileParserJulien HENRY2019-04-232-1/+6
|
* SONAR-11858 Fix quality issuesDuarte Meneses2019-04-231-1/+1
|
* SONAR-11856 Store the "true" target branch in the scanner report to display ↵Duarte Meneses2019-04-231-0/+4
| | | | it properly