aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/organizations
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-13880 internationalize tooltipsJeremy Davis2020-09-2843-3864/+0
|
* SONAR-13754 Add GitLab CI tutorialJeremy Davis2020-09-031-1/+0
|
* SONAR-13296 Re-organize tutorial components and ALM-related typesWouter Admiraal2020-05-041-1/+1
|
* Drop SonarCloud onboarding logicWouter Admiraal2020-05-043-53/+2
|
* Fix eslint's issuesPhilippe Perrin2020-04-082-6/+6
|
* SONAR-13147 lazyloadingJeremy Davis2020-03-062-18/+30
|
* SONAR-12429 Fix 404 when opening embedded documentation in new tabGrégoire Aubert2020-01-084-12/+16
| | | | Cherry-pick of SC-1304
* Format all headers for 2020Wouter Admiraal2020-01-0731-31/+31
|
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-304-15/+6
|
* SONAR-11714 Update all badge definitionsWouter Admiraal2019-08-021-1/+1
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-1929-73/+73
|
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-1116-39/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-764 Don't sync members when binding personal github org.Grégoire Aubert2019-07-051-0/+1
|
* SC-781 Remove special behavior to bind personal organizationGrégoire Aubert2019-07-052-7/+2
| | | | | * Update documentation talking about personal orgs * Drop unused organization/delete route
* SONARCLOUD-517 Hide organization binding link for non admin usersSiegfried Ehret2019-05-063-14/+95
| | | | | | * SONARCLOUD-517 Hide organization binding link for non admin users * SONARCLOUD-517 Update tests
* Update React, Typescript and Eslint dependenciesGrégoire Aubert2019-03-292-57/+1
| | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-291-1/+1
|
* Split mocks for CurrentUser and LoggedInUserWouter Admiraal2019-03-263-6/+10
|
* SONARCLOUD-343 improve existing org alm bindingJeremy2019-03-0616-281/+580
|
* SONARCLOUD-380 Rework modal styling of SC and SQGrégoire Aubert2019-03-065-91/+89
| | | | | | | * Update modal-fields * Update form-fields styling * Update modal-fields usage in extensions * Clean css
* SONARCLOUD-380 Trigger member sync when importing ALM orgJeremy Davis2019-03-065-55/+138
| | | | | | | | - 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
* SONARCLOUD-379 Enable users sync on existing ALM bound organizationsGrégoire Aubert2019-03-062-6/+3
| | | | | | | | | * Display org sync advertisement block * Add membersSync prop to organization type and update mock functions * Extract RadioCard from CardPlan * Allow to customize Modal through ConfirmButton * Add user sync configuration modal * Show help tooltip when user sync is activated
* SONAR-8697 Enable keyboard file navigation in Code pageWouter Admiraal2019-02-111-1/+5
|
* SONARCLOUD-329 Create downgrade reason pageWouter Admiraal2019-01-182-4/+20
|
* SONARCLOUD-331 Add confirmation input when deleting organizationWouter Admiraal2019-01-182-5/+77
|
* Fix license headers for 2019Duarte Meneses2019-01-0230-30/+30
|
* SONARCLOUD-235 Hide QG and QP links on Overview for non-membersWouter Admiraal2018-12-242-12/+1
|
* SONARCLOUD-264 Use same empty organization space in projects pageGrégoire Aubert2018-12-206-36/+14
|
* SONARCLOUD-217 Try to fetch the installed alm organization on a longer ↵Grégoire Aubert2018-12-131-1/+1
| | | | period of time
* finish removing legacy react context (#1055)Stas Vilchik2018-12-123-16/+38
|
* remove some usages of legacy react contextStas Vilchik2018-12-112-16/+14
|
* SONARCLOUD-176 Allow upgrading to paid organization when provisioning projectsGrégoire Aubert2018-12-071-1/+1
| | | | | | | * Update UpgradeOrganizationBox component with new cardPlan component * Display upgrade box only when needed * Introduce isDefined type guard * Update repositories selection workflow
* create global type definitions (#1017)Stas Vilchik2018-12-0523-73/+50
|
* SONAR-11321 Apply feedbackGrégoire Aubert2018-11-164-14/+48
| | | | | | | | | | | | | | | | | | | | * 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
* SONARCLOUD-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-1612-20/+34
| | | | | | permissions in create pages * Use organizations actions instead of permissions flags from api/navigation/organization
* SONAR-11322 Display manual/auto tab on project and organization page ↵Grégoire Aubert2018-11-162-2/+2
| | | | depending on context
* SONAR-11323 Ease workflow to bind personal organizationsGrégoire Aubert2018-11-163-8/+9
| | | | | * Create withUserOrganizations and use it in create Orgs/Projects page * Update ALM object format in api/navigation/component and api/organizations/search
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-164-1/+69
| | | | | | | | | | * 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
* SONAR-11204 Colorblind friendly banners (#899)Stas Vilchik2018-10-302-5/+6
|
* update web dependenciesStas Vilchik2018-10-262-13/+14
|
* SONAR-11302 Decrease ORGANIZATIONS#KEE from 300 to 255Julien Lancelot2018-10-102-4/+4
| | | | | As personal organizations are created from login, it was decided to increase the org key size to a round number (300) higher than the login size (255). Unfortunately, MySQL doesn't support to use more than 255 characters in a unique index.
* SONARCLOUD-128 allow up to 300 characters for org name and keyStas Vilchik2018-10-102-4/+4
|
* SONARCLOUD-120 update landing page of just created organizationStas Vilchik2018-09-257-5/+205
|
* finish typing redux store and simplify connected components (#675)Stas Vilchik2018-09-039-37/+32
|
* drop organization members from redux store (#637)Stas Vilchik2018-08-2227-1982/+2
|
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-104-12/+18
|
* SONAR-11013 Add search capabilities to the embedded documentation (#513)Stas Vilchik2018-07-253-3/+8
|
* SONARCLOUD-57 Make manage groups modal scrollable in Members pageGrégoire Aubert2018-07-182-2/+2
|
* SONAR-11012 Remove front end access checks on QP, QG and members pageGrégoire Aubert2018-07-117-72/+30
|
* SONAR-10963 Improve privacy badges of projects and organizationGrégoire Aubert2018-07-118-41/+105
|