aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-api/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SCA-450 Refresh QG on SCA issue status changeHavoc Pennington2025-05-231-0/+28
| | | Co-authored-by: John Bintz <193517688+john-bintz-sonarsource@users.noreply.github.com>
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-1/+1
|
* SONAR-24413 check azure openai endpoint connectionSerhat Yenican2025-03-101-0/+22
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0956-56/+56
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-183-15/+15
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-10/+10
|
* NO-JIRA Fix SQ Issuesantoine.vinot2024-10-222-6/+6
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-7/+7
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-145-38/+38
|
* SONAR-23265 Fix SSF-623Julien Camus2024-10-041-0/+36
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-165-6/+6
| | | | org.apache.commons:commons-lang3
* SONAR-20773 Update the update-center URLEric Giffon2024-02-071-10/+9
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0355-55/+55
|
* NO-JIRA Harden QGChangeEventListenersImplTest usage of LogTesterantoine.vinot2023-09-071-8/+15
|
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-191-19/+22
| | | | | | | | SONAR-19850 Fix an issue where main branch was treated as orphan branch SONAR-19850 Fix an issue where emails with reports were not sent to any receipients SONAR-19850 Fix bug with reference branch as main branch SONAR-19850 Add warning on unanalyzed branches SONAR-19850 Fix portfolio refresh when change of main branch of project
* SONAR-19850 Fix name of method in ProjectLifeCycleListenersBenjamin Campomenosi2023-07-191-16/+17
|
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-191-12/+11
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-58/+1
|
* NO-JIRA remove unused importsPierre2023-07-172-3/+1
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+2
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-4/+4
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-072-2/+2
|
* SONAR-19558 - Refactor rest of tests in developer server Benjamin Campomenosi2023-07-061-10/+21
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-032-2/+2
|
* 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-242-0/+183
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-115-12/+17
|
* NO-JIRA - rename isEnable to isAvailable for feature flag, as features can ↵Pierre2023-03-221-2/+2
| | | | be available in an edition but not enabled.
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-212-563/+0
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-4/+4
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-2/+2
|
* Update license templates for 2023Pierre2023-01-0256-56/+56
|
* [NO-JIRA] Unit test should generate jars in temporary folderZipeng WU2022-12-301-14/+6
|
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-064-152/+30
|
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-2/+0
|
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-146-9/+13
|
* 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-192-24/+58
|
* SONAR-17210 - Update Github Scanning Alerts on status changesAntoine Vinot2022-08-301-14/+36
|
* SONAR-17081 - Minimal compatibility version should be compared with runtime ↵Léo Geoffroy2022-07-221-7/+7
| | | | API version
* SONAR-14503: Remove `plugin` word from the installed plugins log messageDimitris Kavvathas2022-06-031-1/+10
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-312-10/+10
| | | | - introduce internal SonarQubeVersion
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-112-12/+13
|
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-061-45/+46
|
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to ↵Aurelien2022-05-061-1/+1
| | | | RULE_DESC_SECTIONS.CONTENT and corresponding java objects
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-2/+1
|
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵Léo Geoffroy2022-05-061-1/+2
| | | | RuleSectionDescriptionDto to prepare for multiple section support
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-4/+4
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-223-5/+5
|