aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix Quality flawsSimon Brandhof2018-11-218-353/+102
|
* DOC - Add Compatibility Matrix link in upgrading procedureAntoine Vigneau2018-11-201-1/+1
|
* SONAR-10770 Increase size of containersEric Hartmann2018-11-204-3/+4
|
* SONAR-10770 Apply feedbackGrégoire Aubert2018-11-206-14/+57
|
* SONAR-10770 Store the referenced key of the project in the eventEric Hartmann2018-11-204-6/+12
| | | | Not the key of the technicalprojectcopy
* SONAR-10770 update data shapeStas Vilchik2018-11-203-25/+32
|
* SONAR-10770 Send the definition changes of an applicationEric Hartmann2018-11-203-31/+339
|
* SONAR-10770 Add Application definition changeEric Hartmann2018-11-201-0/+14
| | | | to projectanalysis/search WS
* SONAR-10763 Add selectByAnalysisUuids on EventComponentChangeDaoEric Hartmann2018-11-204-0/+127
|
* SONAR-10763 Add application QG informationEric Hartmann2018-11-206-10/+234
| | | | on projectanalysis/search action
* SONAR-10763 Implement storage for QG AlertEric Hartmann2018-11-202-3/+3
|
* SONAR-10763 Add Event objects to GovernanceEric Hartmann2018-11-201-6/+1
|
* SONAR-10770 Add DEFINITION_CHANGE category to EventEric Hartmann2018-11-203-2/+7
|
* SONAR-10770 Add branch name to ProjectViewAttributesEric Hartmann2018-11-202-2/+10
|
* SONAR-10763 add table EVENT_COMPONENT_CHANGES + implement purgeSébastien Lesaint2018-11-2019-10/+952
|
* SONAR-11412 Generate Quality Gate eventsEric Hartmann2018-11-201-2/+2
| | | | on applications
* SONAR-10770 display definition change events for applications (#918)Stas Vilchik2018-11-2014-19/+590
|
* SONAR-10763 display quality gate events for applications (#910)Stas Vilchik2018-11-2015-124/+529
|
* SONARCLOUD-174 Do not display onboarding popup on create organization pageGrégoire Aubert2018-11-205-7/+15
|
* Fix Quality flawsSimon Brandhof2018-11-181-1/+1
|
* Add missing @SupportsBlueGreen annotation on migrationJulien Lancelot2018-11-161-0/+2
|
* Revert "SONAR-11487 Update OKHttp to 3.11.0"Julien HENRY2018-11-163-5/+2
| | | | This reverts commit 8c4f5e460f7400358c20606e5708f5bc5ea4c966.
* SONAR-11475 Do not redirect to external url when redirecting during OAuth ↵Julien Lancelot2018-11-162-5/+44
| | | | authentication
* SONAR-11475 Check if url is relative before redirectingGrégoire Aubert2018-11-164-13/+40
|
* Do not consider postgres unit tests as skipped in SQ analysisSimon Brandhof2018-11-162-14/+37
|
* Revert "Cirrus - run unit tests on PostgreSQL"Simon Brandhof2018-11-161-3/+1
| | | | This reverts commit a731b968304402500f0721e8f9025e207727e51f.
* Add documentation to help bind orgsFabrice Bellingard2018-11-161-0/+34
|
* SONAR-11452 Display a warning when analysing a PR on an unbound organizationJulien Lancelot2018-11-168-21/+132
| | | | | | | * ProjectAlmBindingDto#getAlm does not need to return Optional, as column is not nullable * Add warning on Bitbucket PR analysis when organization is not bound * Extract GitHub API call in dedicated class * Add warning on GitHub PR analysis when organization is not bound
* SONARCLOUD-156 Set IS_OWNER_USER not nullable in ALM_APP_INSTALLSJulien Lancelot2018-11-1610-19/+119
|
* SONAR-11321 Improve project page manual fields validateGrégoire Aubert2018-11-1616-146/+516
|
* SONAR-11321 Apply feedbackGrégoire Aubert2018-11-1653-788/+907
| | | | | | | | | | | | | | | | | | | | * Do not autofocus when a default org is selected * Do not skip onboarding when opening the organization create page * Add button to cancel org import * Fix bug of org created with description in place of avatar * Redirect to organization projects after multiple projects import * Correctly select newly create organization when redirected to project creation page * Remove tutorial steps in auto import organization components * Update already imported repository link * Hide key value in the additional info when read only * Hide org type icons in the organization select of the page to manually create a project * Update wording to analyze projects instead of create projects * Display spinner while importing organization * Disable auto import of org for now when the user must create a paid org * Add placeholder to avatar input when there is no url specified * Add missing app installation text in create project page * Allow to switch between tabs during organization import and keep data * Remove read-only key when binding personal org
* SONAR-11321 Fallback to generic avatar if the image doesn't loadGrégoire Aubert2018-11-161-20/+37
|
* SONARCLOUD-155 Redirect to SonarCloud after Bitbucket app install from ↵Grégoire Aubert2018-11-163-10/+48
| | | | Marketplace
* Remove useless disabling of eslint camelcase ruleGrégoire Aubert2018-11-1634-55/+15
|
* SONAR-11321 Prevent binding already bound applicationJulien Lancelot2018-11-1616-111/+296
|
* SONAR-11396 Display private repositories in auto create projects pageGrégoire Aubert2018-11-167-12/+63
|
* SONARCLOUD-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-1652-225/+271
| | | | | | permissions in create pages * Use organizations actions instead of permissions flags from api/navigation/organization
* SONAR-11327 Redirect user after organization creation depending on contextGrégoire Aubert2018-11-1612-18/+120
| | | | * Correctly handle OnboardingModal for create organization page
* SONAR-11322 Display manual/auto tab on project and organization page ↵Grégoire Aubert2018-11-1610-55/+69
| | | | depending on context
* SONAR-11325 Create GET api/alm_integration/list_unbound_installationsJulien Lancelot2018-11-1614-83/+290
|
* SONAR-11325 Enable to continue an unfinished alm application installationGrégoire Aubert2018-11-1616-58/+407
|
* SONAR-11321 Suggest valid organization keyGrégoire Aubert2018-11-166-16/+104
|
* 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
|