aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
* Format all headers for 2020Wouter Admiraal2020-01-07530-531/+530
|
* SONAR-12728 Set "new_development_cost" metric type to floatJulien Lancelot2019-12-131-1/+1
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1031-140/+113
|
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-1/+1
|
* SONAR-12628 remove configuration setting "sonar.branch.longLivedBranches.regex"Michal Duda2019-12-091-5/+0
|
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-092-2/+10
|
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-091-1/+13
|
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-091-1/+1
|
* Restore backward compatibilityJulien HENRY2019-11-213-7/+7
|
* Add a JUnit 5 version of LogTesterJulien HENRY2019-11-215-61/+293
|
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-214-404/+0
|
* Remove deprecated code in scannerDuarte Meneses2019-10-212-47/+4
|
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin ↵Jacek2019-10-172-54/+9
| | | | | | | | (#2139) * remove login generation strategy * add migration to remove gh login strategy + code review fixes * support same login for new user and update login for SQ authority
* fix quality flawsSébastien Lesaint2019-10-142-2/+3
|
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-1/+1
|
* fix missing package-info.java filesSébastien Lesaint2019-10-149-0/+207
|
* Fixing SonarQube analysis issues (#2084)Jacek2019-09-241-1/+0
|
* SONAR-12390 Prevent analysis deletion when it is a baselineDuarte Meneses2019-09-241-1/+0
|
* 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
|