aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
* move ITs code to private directorySébastien Lesaint2018-06-21274-35574/+0
|
* Replace some selenium tests by selenide in LocalAuthenticationTestJulien Lancelot2018-06-191-17/+52
|
* SONAR-10690 rename to newOrchestrator as it now return OrchestratorSébastien Lesaint2018-06-1352-107/+141
|
* Fix integration test PluginWithoutBuiltinQualityProfileSimon Brandhof2018-06-122-6/+4
|
* SONAR-10690 make fake-billing-plugin a core extensionSébastien Lesaint2018-06-122-8/+3
|
* SONAR-10690 make fake-governance-plugin a core extensionSébastien Lesaint2018-06-1253-385/+396
|
* WIP make ITs run with Core ExtensionsSébastien Lesaint2018-06-124-4/+8
|
* SONAR-10689 keep bundled plugins in UpgradeTestSimon Brandhof2018-06-121-3/+2
|
* SONAR-10689 use enterprise edition in IT PluginsTestSimon Brandhof2018-06-121-4/+17
|
* SONAR-10464 Improve error message when passing a wrong organization during ↵Duarte Meneses2018-06-111-2/+16
| | | | the analysis
* SONAR-10283 Fail fast at startup when a language is missing a default built ↵Duarte Meneses2018-06-112-0/+60
| | | | in quality profile
* SONAR-10830 Allow passcode even if forceAuthentication is trueEric Hartmann2018-06-091-0/+16
|
* SONAR-10460 do not allow null character in scanner for issue messageGuillaume Jambet2018-06-081-0/+17
|
* SONAR-10674 Fix max ages caches for plugins static resourcesJulien Lancelot2018-06-081-1/+1
| | | Max ages cache was wrongly set to 5 hours instead of 5 minutes
* SONAR-9396 remove usage of dashboard/index<project_key> in scanner reportGuillaume Jambet2018-06-061-3/+3
|
* SONAR-10849 Display default quality gate by defaultGrégoire Aubert2018-06-062-2/+2
|
* SONAR-10363 New built-in quality profiles should be the defaultEric Hartmann2018-06-052-0/+156
| | | | When removing an analyzer and adding a new one
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-011-1/+45
|
* SONAR-10674 Update cache policy for js, css and images path filesJulien Lancelot2018-05-301-0/+23
|
* SONAR-10675 Decrease JavaScript boot-up time (#283)Stas Vilchik2018-05-291-1/+1
|
* SONAR-10652 Correctly fail when authentication and several emails existsJulien Lancelot2018-05-296-368/+379
|
* SONAR-10713 Badges can only be used on projects, long living branches and ↵Julien Lancelot2018-05-282-25/+30
| | | | applications
* SONAR-10670 Count ncloc of whole instance with biggest long-living branchTeryk Bellahsene2018-05-246-6/+5
|
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-231-2/+2
|
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-233-12/+46
|
* SONAR-10597 Update CE_ACTIVITY#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-231-0/+44
|
* SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUIDJulien Lancelot2018-05-231-0/+35
| | | | | | | | * SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUD in DB * SONAR-10597 Update rules ws to use user note uuid * SONAR-10597 Add ITs to check rule note after login update
* SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-231-0/+64
| | | | | | | | | | | | | | | | * SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUD in DB * SONAR-10597 Update api/custom_measures/create to use user uuid * SONAR-10597 Update api/custom_measures/update to use user uuid * SONAR-10597 Remove CustomMeasureDao#selectOrFail * SONAR-10597 Update api/custom_measures/search to use user uuid * SONAR-10597 Clean up no more needed code * SONAR-10597 Add ITs to check manual measure after login update
* SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUIDJulien Lancelot2018-05-233-1/+141
| | | | | | | | | | | | | | | | | | * SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUD in DB * SONAR-10597 Update UserTokenDao to return user uuid * SONAR-10597 Fix api/user_tokens/generate to correctly use user uuid * SONAR-10597 Fix api/user_tokens/revoke to correctly use user uuid * SONAR-10597 Fix authentication by token to correctly use user uuid * SONAR-10597 Fix api/user_tokens/search to correctly use user uuid * SONAR-10597 Fix api/users/search to correctly use user uuid * SONAR-10597 Add ITs to check user tokens after login update
* SONAR-10597 Update QPROFILE_CHANGES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-233-15/+81
| | | | | | | | | | | | | | | * SONAR-10597 Refactor ChangelogActionTest Improve unit tests to really check JSON response Add some tests on not covered use cases * SONAR-10597 Rename QPROFILE_CHANGES#USER_LOGIN to USER_UUID * SONAR-10597 Fix ChangelogAction to not return user uuid * SONAR-10597 Add ITs to check qProfile changes after login update * SONAR-10597 Set user uuid instead of login when saving qprofile changes
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-233-0/+37
| | | | | | | | | | * SONAR-10597 add getUuid() on user Session * SONAR-10597 renames ISSUES.ASSIGNEE to ASSIGNEE_UUID * SONAR-10597 use assigneeUuid when assigning an Issue from ws * SONAR-10597 use assigneeUuid when assigning an Issue from ce * SONAR-10597 use assigneeUuid in issue search * SONAR-10597 use assigneeUuid in batch issue * SONAR-10597 Ignoring Tests failing in IssueChange
* SONAR-10598 Display warning page when detecting login update during ↵Julien Lancelot2018-05-236-25/+319
| | | | | | | | | | | authentication * SONAR-10598 Refactor UserIdentityAuthenticator#authenticate to use a ParameterObject * SONAR-10598 Redirect user when login is updated and update personal org * SONAR-10598 Improve update of personal organization key * SONAR-10598 Improve IT stability related to generation of provider ID * SONAR-10598 Add USERS#ORGANIZATION_UUID * SONAR-10598 Replace usage of Organizaions#UserId by Users#OrganizationUuid
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-237-148/+239
|
* SONAR-10661 Use ZipUtils from Orchestrator in integration testsSimon Brandhof2018-05-143-77/+7
|
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-113-107/+4
|
* SONAR-10593 SONAR-10315 support plugin uninstall before CE processingSimon Brandhof2018-05-101-28/+65
|
* SONAR-10593 CE should ignore issues on inactive rulesSimon Brandhof2018-05-102-0/+136
|
* SONAR-10592 rename concept of WorkersPauseStatusSimon Brandhof2018-05-101-4/+2
|
* SONAR-10592 add integration test on pause/resume of CE workersSimon Brandhof2018-05-102-0/+100
|
* SONAR-10647 Add ITsDuarte Meneses2018-05-091-0/+223
|
* Reactivate Category2 in QAJulien Lancelot2018-05-043-12/+50
| | | | | * Reactivate Category2 in Jenkins * Execute ExternalIssueTest in its own Suite
* Add IT tests (#200)Pascal Mugnier2018-05-035-7/+109
|
* SONARCLOUD-49 Wrap organization extension inside OrganizationAdminContainerGrégoire Aubert2018-05-031-1/+3
|
* SONAR-9384 Fix computation of project without src but with test measuresJulien Lancelot2018-05-022-1/+129
|
* SONAR-10567 Compute Engine analysis do not fail if project name or ↵Teryk Bellahsene2018-04-272-0/+69
| | | | description is too long
* SONAR-10543 Fix external issues effortDuarte Meneses2018-04-261-1/+1
|
* SONAR-10575 Modify flag to include external rules in rules searchDuarte Meneses2018-04-261-2/+2
|
* SONAR-10544 Set effort for external issuesDuarte Meneses2018-04-261-21/+78
|
* SONAR-10551 Import issues from external rule engines from generic reportDuarte Meneses2018-04-261-1/+1
|
* SONAR-10543 Add ITsDuarte Meneses2018-04-262-0/+97
|