aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/create/organization/CreateOrganization.tsx
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-13880 internationalize tooltipsJeremy Davis2020-09-281-456/+0
|
* SONAR-13296 Re-organize tutorial components and ALM-related typesWouter Admiraal2020-05-041-1/+0
|
* Fix eslint's issuesPhilippe Perrin2020-04-081-1/+1
|
* SONAR-12429 Fix 404 when opening embedded documentation in new tabGrégoire Aubert2020-01-081-2/+2
| | | | Cherry-pick of SC-1304
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-301-8/+1
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-191-26/+26
|
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-111-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-704 Extract icons components to sonar-ui-common * Better typings for theme * Use sonar-ui-common in extensions * Extract some helpers * Extract l10n helper to sonar-ui-common * Extract requests helper to sonar-ui-common * Extract part of urls helper * Move buttons, Tooltips and ScreenPositionFixers * Move modal related components * Move IdentityProviderLink * Move GenericAvatar * Move SizeRating * Move charts and move deps to peerDeps * Move nav * Move formatMeasure * Move Rating * Move PageActions * Move the rest of ui components * Move more controls components * Include theme inside extension build * Add missing theme context provider in extensions * Update react to same version everywhere * Update sonar-ui-common * Update eslint configuration
* SC-781 Remove special behavior to bind personal organizationGrégoire Aubert2019-07-051-46/+11
| | | | | * Update documentation talking about personal orgs * Drop unused organization/delete route
* Update prettier to last versionGrégoire Aubert2019-03-291-6/+5
| | | | * Prettier format all modules
* SONAR-11749 Add Jump to content links for assistive technology usersWouter Admiraal2019-03-261-0/+3
|
* SONARCLOUD-343 improve existing org alm bindingJeremy2019-03-061-15/+61
|
* SONARCLOUD-380 Trigger member sync when importing ALM orgJeremy Davis2019-03-061-39/+12
| | | | | | | | - Remove team button and refactor modals - Sync members after importing alm organization - Update AlmOrganization type and introduce mock function - Add info box when importing or binding organization - Remove manage team button in bound org empty state if member sync
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* SONARCLOUD-264 Use same empty organization space in projects pageGrégoire Aubert2018-12-201-5/+2
|
* SONARCLOUD-264 Add pages helper with function manage page classesGrégoire Aubert2018-12-201-9/+4
|
* SONARCLOUD-272 Activate SonarCloud styles at a higher level, update parsable ↵Wouter Admiraal2018-12-201-4/+5
| | | | | | | | | dates * Set SonarCloud styles at the GlobalContainer level, instead of adding CSS classes at multiple, lower levels. * Update the date handler to avoid having to call parseDate() in components unless really necessary.
* SONARCLOUD-176 Allow upgrading to paid organization when provisioning projectsGrégoire Aubert2018-12-071-17/+2
| | | | | | | * Update UpgradeOrganizationBox component with new cardPlan component * Display upgrade box only when needed * Introduce isDefined type guard * Update repositories selection workflow
* SONARCLOUD-178 Simplify SC onboarding popupGrégoire Aubert2018-12-071-4/+1
|
* SONARCLOUD-175 Support step to upgrade organization when importing from ALMGrégoire Aubert2018-12-071-74/+138
|
* create global type definitions (#1017)Stas Vilchik2018-12-051-26/+17
|
* SONARCLOUD-171 Redirect already bound org to SC organization pageGrégoire Aubert2018-11-231-8/+20
|
* SONAR-11321 Apply feedbackGrégoire Aubert2018-11-161-42/+60
| | | | | | | | | | | | | | | | | | | | * 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 Prevent binding already bound applicationJulien Lancelot2018-11-161-20/+31
|
* SONARCLOUD-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-161-1/+2
| | | | | | 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-161-6/+30
| | | | * Correctly handle OnboardingModal for create organization page
* SONAR-11325 Enable to continue an unfinished alm application installationGrégoire Aubert2018-11-161-6/+33
|
* SONAR-11321 Suggest valid organization keyGrégoire Aubert2018-11-161-6/+25
|
* SONAR-11324 Bind remote orgs to existing SonarCloud orgsGrégoire Aubert2018-11-161-56/+68
| | | | | * 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-161-11/+25
|
* SONAR-11323 Ease workflow to bind personal organizationsGrégoire Aubert2018-11-161-46/+84
| | | | | * 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-161-11/+10
| | | | | | | | | | | | | * 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 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-161-92/+130
| | | | | | | | | | * 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
* update web dependenciesStas Vilchik2018-10-261-3/+2
|
* SONARCLOUD-120 display second step on the create organization pageStas Vilchik2018-10-161-13/+12
|
* SONARCLOUD-120 fix docs url on the create organization pageStas Vilchik2018-10-161-1/+1
|
* Update TS to 3.1.2Grégoire Aubert2018-10-111-1/+3
|
* SONARCLOUD-120 update landing page of just created organizationStas Vilchik2018-09-251-2/+9
|
* SONARCLOUD-43 correctly handle upgrade errorsStas Vilchik2018-09-251-6/+37
|
* SONARCLOUD-43 Allow users to select the plan when creating an org (#705)Stas Vilchik2018-09-251-32/+122
|
* SONARCLOUD-120 Add new "Create Organization" page (#691)Stas Vilchik2018-09-251-0/+107