aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
Commit message (Collapse)AuthorAgeFilesLines
* SONARCLOUD-175 Support step to upgrade organization when importing from ALMGrégoire Aubert2018-12-0720-744/+1015
|
* SONAR-11489 drop listing of files covered by a testsStas Vilchik2018-12-0712-948/+1
|
* SONAR-11489 drop listing of tests that cover a lineStas Vilchik2018-12-077-341/+57
|
* SONAR-11067 Align status dots in Branches Admin pageStas Vilchik2018-12-075-14/+9
|
* SONAR-10641 Reduce space between project name and badge on Projects pageStas Vilchik2018-12-072-2/+2
|
* SONAR-10019 Display effective versions on Web API pageStas Vilchik2018-12-073-1/+85
|
* drop unused codeStas Vilchik2018-12-072-84/+0
|
* SONAR-11528 refresh projects list after copying a quality profileStas Vilchik2018-12-079-42/+50
|
* drop flowStas Vilchik2018-12-072-66/+0
|
* SONAR-11526 fix security hotspot permalinksStas Vilchik2018-12-073-1/+19
|
* SONAR-11495 put projects quality gate status back on the projects pageStas Vilchik2018-12-071-4/+7
|
* SONAR-11445 improve issue comment layout to avoid overflowStas Vilchik2018-12-071-15/+9
|
* SONAR-11410 fix issue popups placementStas Vilchik2018-12-077-6/+17
|
* rewrite permission templates app in tsStas Vilchik2018-12-0722-498/+470
|
* SONAR-11534 fix glitch on the permission templates pageStas Vilchik2018-12-072-2/+17
|
* create global type definitions (#1017)Stas Vilchik2018-12-05602-3706/+2833
|
* Shorten new code text of create date facet in issues pageGrégoire Aubert2018-11-301-2/+2
|
* Rewrite remaining of the settings page to TSGrégoire Aubert2018-11-3046-1042/+858
|
* SONARCLOUD-171 Redirect already bound org to SC organization pageGrégoire Aubert2018-11-236-11/+87
|
* SONAR-10770 Apply feedbackGrégoire Aubert2018-11-206-14/+57
|
* SONAR-10770 update data shapeStas Vilchik2018-11-203-25/+32
|
* SONAR-10770 display definition change events for applications (#918)Stas Vilchik2018-11-2013-19/+584
|
* SONAR-10763 display quality gate events for applications (#910)Stas Vilchik2018-11-2014-124/+528
|
* SONARCLOUD-174 Do not display onboarding popup on create organization pageGrégoire Aubert2018-11-205-7/+15
|
* SONAR-11475 Check if url is relative before redirectingGrégoire Aubert2018-11-164-13/+40
|
* SONAR-11321 Improve project page manual fields validateGrégoire Aubert2018-11-1615-145/+509
|
* SONAR-11321 Apply feedbackGrégoire Aubert2018-11-1652-774/+891
| | | | | | | | | | | | | | | | | | | | * 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-1610-102/+238
|
* SONAR-11396 Display private repositories in auto create projects pageGrégoire Aubert2018-11-166-12/+62
|
* SONARCLOUD-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-1645-109/+188
| | | | | | 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 Enable to continue an unfinished alm application installationGrégoire Aubert2018-11-1615-58/+404
|
* SONAR-11321 Suggest valid organization keyGrégoire Aubert2018-11-166-16/+104
|
* SONAR-11323 Return personal organization infoJulien Lancelot2018-11-168-19/+19
| | | | | | * 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-1654-897/+1458
| | | | | * 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-169-23/+99
|
* SONAR-11323 Ease workflow to bind personal organizationsGrégoire Aubert2018-11-1635-171/+480
| | | | | * 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-1658-1021/+2266
| | | | | | | | | | | | | * 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-1671-399/+1828
| | | | | | | | | | * 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
* Rewrite part of the settings pageGrégoire Aubert2018-11-1535-562/+551
|
* Rewrite settings encryption app to TSGrégoire Aubert2018-11-1513-357/+321
|
* 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
|
* SONARCLOUD-45 Fix styling of featured projectsGrégoire Aubert2018-11-122-2/+10
|
* 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
|