aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22224 update api activate_rule, activate_rulesOrlovAlexander2024-06-032-5/+19
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-169-10/+10
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
* SONAR-20773 Update the update-center URLEric Giffon2024-02-072-15/+16
* NO-JIRA Update license headers to 2024Pierre2024-01-03148-148/+148
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-081-0/+38
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-1/+1
* SONAR-20796 Use severity/type mapping for BitBucket CloudJacek Poreda2023-10-302-0/+15
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-1/+1
* NO-JIRA Harden QGChangeEventListenersImplTest usage of LogTesterantoine.vinot2023-09-071-8/+15
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-194-24/+27
* SONAR-19850 Fix name of method in ProjectLifeCycleListenersBenjamin Campomenosi2023-07-193-18/+19
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-194-17/+16
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-188-219/+7
* NO-JIRA remove unused importsPierre2023-07-175-9/+4
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-2/+1
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-175-6/+6
* NO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSe...Pierre2023-07-171-1/+2
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-4/+4
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-173-6/+5
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors operations to JDK or guava implementationsPierre2023-07-171-2/+1
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-074-4/+4
* SONAR-19558 - Refactor rest of tests in developer server Benjamin Campomenosi2023-07-065-13/+60
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-034-4/+4
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-0/+23
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-138-26/+29
* SONAR-19084 Add step to deactivate removed users.Wojtek Wajerowicz2023-05-111-7/+9
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-244-0/+475
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-116-12/+18
* NO-JIRA - rename isEnable to isAvailable for feature flag, as features can be...Pierre2023-03-222-3/+3
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-212-16/+16
* Fix logback configZipeng WU2023-02-021-8/+3
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-4/+4
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+1
* [NO-JIRA] Use record for data classesZipeng WU2023-01-122-34/+3
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-103-8/+7
* Update license templates for 2023Pierre2023-01-02146-146/+146
* [NO-JIRA] Unit test should generate jars in temporary folderZipeng WU2022-12-303-14/+6
* SONAR-17579 add security Link attributes noopener and noreferrerZipeng WU2022-12-192-0/+0
* SONAR-17735 Telemetry improvementsalain2022-12-191-0/+1
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-067-277/+38
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-20/+20
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
* NO-JIRA Fix code smellsAntoine Vinot2022-10-142-4/+0
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-1415-36/+22
* SONAR-17118 migrate branch support flag to features/list APIMatteo Mara2022-10-121-1/+2
* SONAR-17389 - Prevent project creation with existing key but different caseAntoine Vinot2022-09-291-4/+8
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-191-1/+0
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-196-131/+219