aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11323 Return personal organization infoJulien Lancelot2018-11-1613-246/+347
| | | | | | * Return personalOrganization in api/users/current * Replace type by personal in api/alm_integrations/show_org * Update AlmOrganization type with personal flag instead of type field
* SONAR-11324 Bind remote orgs to existing SonarCloud orgsGrégoire Aubert2018-11-1655-903/+1468
| | | | | * Split personal org binding and public org binding * Remove BETA flag on tabs
* SONAR-11321 Retry up to 5 times to get the alm organizationGrégoire Aubert2018-11-1610-23/+102
|
* SONAR-11323 Ease workflow to bind personal organizationsGrégoire Aubert2018-11-1636-174/+488
| | | | | * Create withUserOrganizations and use it in create Orgs/Projects page * Update ALM object format in api/navigation/component and api/organizations/search
* SONAR-11322 Import repos from bound organizationsGrégoire Aubert2018-11-1663-1028/+2302
| | | | | | | | | | | | | * Move project create page in the create folder * Move HOCs to components * Update create project page * Move getting user organizations in CreateProjectPage (1 level higher) * Creact OrganizationSelect component * Create RemoteRepositories component * Use OrganizationSelect in ManualProjectCreate * Add OrganizationSelect and RemoteRepositories in AutoProjectCreate page * Rework validation of the create organization page * Add 'organization' param on list_repositories and provision_projects
* SONAR-11321 Bind organization to alm installation when creating organizationJulien Lancelot2018-11-1644-130/+1101
| | | | | | | | | | * Return AlmAppInstallDto in select methods of AlmAppInstallDao, this is required in order to be able to more easily link an OrganizationDto to a AlmAppInstallDto in next commit * Create ORGANIZATION_ALM_BINDINGS table * Bind organization with installation when creating organization * Delete alm binding when removing organization * Delete alm binding when uninstalling ALM application * Return ALM info in api/organizations/search * Ensure user is admin to return Bitbucket team/user details
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-1678-418/+1892
| | | | | | | | | | * Create api/alm_integration/show_organization and handle only GitHub installation * Add import from ALM tab in Create Org page * Do not show error while validating detail input * Add step to create organization from ALM * Display a warning if the installation id was not found * Add Alm link to remote organization in org context * Create GET api/alm_integration/show_app_info
* Cirrus - run unit tests on PostgreSQLSimon Brandhof2018-11-161-1/+3
|
* Rewrite part of the settings pageGrégoire Aubert2018-11-1535-562/+551
|
* Rewrite settings encryption app to TSGrégoire Aubert2018-11-1514-360/+325
|
* SONAR-11473 Do not serve pages for urls with double slashesGrégoire Aubert2018-11-151-1/+1
|
* SONAR-11474 Code viewer header stay fixed when scrolling horizontallyGrégoire Aubert2018-11-152-3/+6
|
* SONAR-11487 Update OKHttp to 3.11.0Julien HENRY2018-11-153-2/+5
|
* Replace guava optional with java.util.OptionalDuarte Meneses2018-11-1378-289/+249
|
* SONAR-10361 Handle assigning issue to a user with commas in name (#903)Benoit2018-11-124-24/+154
|
* SONARCLOUD-45 Fix styling of featured projectsGrégoire Aubert2018-11-123-2/+13
|
* SONARCLOUD-45 Remove quality gate from featured projectsGrégoire Aubert2018-11-122-5/+0
|
* SONARCLOUD-45 Fix measures of featured projectsGrégoire Aubert2018-11-124-8/+86
|
* SONARCLOUD-123 Update size of login form look good with Azure DevOps brandingGrégoire Aubert2018-11-121-4/+4
|
* SONARCLOUD-45 Fix featured projects linkGrégoire Aubert2018-11-122-17/+6
|
* SONARCLOUD-45 Fix footer min width of SC homepageGrégoire Aubert2018-11-121-0/+1
|
* SONARCLOUD-45 Support empty array of featured projects in SC homepageGrégoire Aubert2018-11-122-6/+10
|
* DOC Fix 'Fixed' and 'Removed' definitionsAntoine Vigneau2018-11-081-2/+2
|
* Remove useless gitDir from lint-staged configGrégoire Aubert2018-11-081-1/+0
|
* SONAR-11442 Fix canonical in docs static websiteGrégoire Aubert2018-11-082-8/+11
|
* SONARCLOUD-163 Fix organization members search by emailGrégoire Aubert2018-11-083-8/+23
|
* SONAR-11394 Apply feedback and fix ITDuarte Meneses2018-11-0711-52/+94
|
* SONAR-11394 Calculate estimated overall duplication in SLBDuarte Meneses2018-11-0718-481/+483
|
* SONAR-11362 apply feedback (#905)Stas Vilchik2018-11-077-38/+213
|
* fixup! fix test snapshot after rebaseStas Vilchik2018-11-071-1/+3
|
* SONAR-11376 Add UT for LiveMeasureDaoBenoît Gianinetti2018-11-071-0/+28
|
* SONAR-11376 add duplication in GitHub/TFS PR decoration (#859)Benoit2018-11-073-0/+17
|
* Fix scanner testBenoît Gianinetti2018-11-071-1/+1
|
* SONAR-11379 Display estimated duplications and disable drilldown (#868)Stas Vilchik2018-11-075-4/+76
|
* SONAR-11368 Disable links in duplications popup for branches and prs (#856)Stas Vilchik2018-11-077-59/+99
|
* Improve code qualityDuarte Meneses2018-11-074-9/+4
|
* SONAR-11367 skip CPD for unchanged files in SLBDuarte Meneses2018-11-073-6/+23
|
* SONAR-11367 Fix testDuarte Meneses2018-11-071-2/+2
|
* SONAR-11364 Display estimated coverage on the measures pageStas Vilchik2018-11-075-1/+17
|
* SONAR-11363 Display duplications on the measures pageStas Vilchik2018-11-074-16/+8
|
* SONAR-11363 Display duplications on the code pageStas Vilchik2018-11-073-2/+15
|
* SONAR-11362 Display duplications in the project headerStas Vilchik2018-11-079-58/+80
|
* SONAR-11367 Write duplication for changed files in PR and SLBDuarte Meneses2018-11-077-88/+168
|
* SONAR-11367 Write duplication for changed files in PR and SLBDuarte Meneses2018-11-075-61/+54
|
* Cirrus - Define auto_cancellation in the top levelDavid Rautureau2018-11-071-5/+2
|
* Cirrus - Use new cluster with HDD nodes (no loss of performances)David Rautureau2018-11-071-5/+5
|
* Cirrus - Do a full clone only for validate taskDavid Rautureau2018-11-071-0/+7
|
* add note about Server base URLG. Ann Campbell2018-11-071-0/+4
|
* add reference & links to LLBs, SLBs, PRsG. Ann Campbell2018-11-071-2/+5
|
* rewrite more components from flow to ts (#913)Stas Vilchik2018-11-0683-849/+655
|