Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move ITs code to private directory | Sébastien Lesaint | 2018-06-21 | 1665 | -233871/+0 |
| | |||||
* | Replace some selenium tests by selenide in LocalAuthenticationTest | Julien Lancelot | 2018-06-19 | 5 | -261/+52 |
| | |||||
* | Fix configuration of Artifactory in QA tests (#400) | Simon Brandhof | 2018-06-19 | 1 | -2/+0 |
| | |||||
* | Fix malformed license headers | Janos Gyerik | 2018-06-14 | 8 | -154/+0 |
| | |||||
* | SONAR-10690 rename to newOrchestrator as it now return Orchestrator | Sébastien Lesaint | 2018-06-13 | 53 | -112/+146 |
| | |||||
* | Fix integration test PluginWithoutBuiltinQualityProfile | Simon Brandhof | 2018-06-12 | 3 | -12/+4 |
| | |||||
* | SONAR-10690 make fake-billing-plugin a core extension | Sébastien Lesaint | 2018-06-12 | 9 | -40/+22 |
| | |||||
* | SONAR-10690 make fake-governance-plugin a core extension | Sébastien Lesaint | 2018-06-12 | 75 | -425/+461 |
| | |||||
* | WIP make ITs run with Core Extensions | Sébastien Lesaint | 2018-06-12 | 4 | -4/+8 |
| | |||||
* | SONAR-10690 remove support for privileged plugins | Sébastien Lesaint | 2018-06-12 | 2 | -2/+2 |
| | |||||
* | SONAR-10689 keep bundled plugins in UpgradeTest | Simon Brandhof | 2018-06-12 | 1 | -3/+2 |
| | |||||
* | SONAR-10689 use enterprise edition in IT PluginsTest | Simon Brandhof | 2018-06-12 | 1 | -4/+17 |
| | |||||
* | SONARCLOUD-56 support SonarCloud in billing integration tests | Simon Brandhof | 2018-06-12 | 1 | -2/+3 |
| | |||||
* | SONAR-10690 upgrade orchestrator to support editions | Simon Brandhof | 2018-06-12 | 1 | -0/+2 |
| | |||||
* | SONAR-10464 Improve error message when passing a wrong organization during ↵ | Duarte Meneses | 2018-06-11 | 1 | -2/+16 |
| | | | | the analysis | ||||
* | SONAR-10283 Fail fast at startup when a language is missing a default built ↵ | Duarte Meneses | 2018-06-11 | 7 | -0/+191 |
| | | | | in quality profile | ||||
* | SONAR-10830 Allow passcode even if forceAuthentication is true | Eric Hartmann | 2018-06-09 | 1 | -0/+16 |
| | |||||
* | SONAR-10460 do not allow null character in scanner for issue message | Guillaume Jambet | 2018-06-08 | 1 | -0/+17 |
| | |||||
* | SONAR-10674 Fix max ages caches for plugins static resources | Julien Lancelot | 2018-06-08 | 1 | -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 report | Guillaume Jambet | 2018-06-06 | 1 | -3/+3 |
| | |||||
* | SONAR-10849 Display default quality gate by default | Grégoire Aubert | 2018-06-06 | 2 | -2/+2 |
| | |||||
* | SONAR-10363 New built-in quality profiles should be the default | Eric Hartmann | 2018-06-05 | 10 | -0/+410 |
| | | | | When removing an analyzer and adding a new one | ||||
* | SONAR-10809 Analyzers need to declare whether a rule is external | Duarte Meneses | 2018-06-01 | 1 | -1/+45 |
| | |||||
* | SONAR-10674 Update cache policy for js, css and images path files | Julien Lancelot | 2018-05-30 | 1 | -0/+23 |
| | |||||
* | SONAR-10675 Decrease JavaScript boot-up time (#283) | Stas Vilchik | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | SONAR-10652 Correctly fail when authentication and several emails exists | Julien Lancelot | 2018-05-29 | 15 | -784/+379 |
| | |||||
* | SONAR-10713 Badges can only be used on projects, long living branches and ↵ | Julien Lancelot | 2018-05-28 | 2 | -25/+30 |
| | | | | applications | ||||
* | SONAR-10670 Count ncloc of whole instance with biggest long-living branch | Teryk Bellahsene | 2018-05-24 | 7 | -95/+5 |
| | |||||
* | SONAR-10673 Stop using font for icons (#252) | Stas Vilchik | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 3 | -12/+46 |
| | |||||
* | SONAR-10597 Update CE_ACTIVITY#SUBMITTER_LOGIN to SUBMITTER_UUID | Julien Lancelot | 2018-05-23 | 1 | -0/+44 |
| | |||||
* | SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUID | Julien Lancelot | 2018-05-23 | 1 | -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_UUID | Julien Lancelot | 2018-05-23 | 1 | -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_UUID | Julien Lancelot | 2018-05-23 | 3 | -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_UUID | Julien Lancelot | 2018-05-23 | 3 | -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#ASSIGNEE | Guillaume Jambet | 2018-05-23 | 3 | -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 Lancelot | 2018-05-23 | 6 | -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 authentication | Julien Lancelot | 2018-05-23 | 9 | -156/+273 |
| | |||||
* | Upgrade various libraries | Simon Brandhof | 2018-05-14 | 3 | -27/+27 |
| | |||||
* | SONAR-10661 Use ZipUtils from Orchestrator in integration tests | Simon Brandhof | 2018-05-14 | 3 | -77/+7 |
| | |||||
* | SONAR-10591 scanner uses WS api/plugins/download | Simon Brandhof | 2018-05-11 | 3 | -107/+4 |
| | |||||
* | SONAR-10593 SONAR-10315 support plugin uninstall before CE processing | Simon Brandhof | 2018-05-10 | 11 | -39/+209 |
| | |||||
* | SONAR-10593 CE should ignore issues on inactive rules | Simon Brandhof | 2018-05-10 | 29 | -0/+915 |
| | |||||
* | SONAR-10592 rename concept of WorkersPauseStatus | Simon Brandhof | 2018-05-10 | 1 | -4/+2 |
| | |||||
* | SONAR-10592 add integration test on pause/resume of CE workers | Simon Brandhof | 2018-05-10 | 2 | -0/+100 |
| | |||||
* | SONAR-10647 Add ITs | Duarte Meneses | 2018-05-09 | 4 | -0/+257 |
| | |||||
* | SONAR-10664 Improve dropdown UI/UX consistency (#217) | Stas Vilchik | 2018-05-09 | 2 | -4/+4 |
| | |||||
* | Reactivate Category2 in QA | Julien Lancelot | 2018-05-04 | 3 | -12/+50 |
| | | | | | * Reactivate Category2 in Jenkins * Execute ExternalIssueTest in its own Suite | ||||
* | Add IT tests (#200) | Pascal Mugnier | 2018-05-03 | 6 | -7/+110 |
| | |||||
* | SONARCLOUD-49 Wrap organization extension inside OrganizationAdminContainer | Grégoire Aubert | 2018-05-03 | 1 | -1/+3 |
| |