Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONARCLOUD-175 Support step to upgrade organization when importing from ALM | Grégoire Aubert | 2018-12-07 | 20 | -744/+1015 |
| | |||||
* | SONAR-11489 drop listing of files covered by a tests | Stas Vilchik | 2018-12-07 | 12 | -948/+1 |
| | |||||
* | SONAR-11489 drop listing of tests that cover a line | Stas Vilchik | 2018-12-07 | 7 | -341/+57 |
| | |||||
* | SONAR-11067 Align status dots in Branches Admin page | Stas Vilchik | 2018-12-07 | 5 | -14/+9 |
| | |||||
* | SONAR-10641 Reduce space between project name and badge on Projects page | Stas Vilchik | 2018-12-07 | 2 | -2/+2 |
| | |||||
* | SONAR-10019 Display effective versions on Web API page | Stas Vilchik | 2018-12-07 | 3 | -1/+85 |
| | |||||
* | drop unused code | Stas Vilchik | 2018-12-07 | 2 | -84/+0 |
| | |||||
* | SONAR-11528 refresh projects list after copying a quality profile | Stas Vilchik | 2018-12-07 | 9 | -42/+50 |
| | |||||
* | drop flow | Stas Vilchik | 2018-12-07 | 2 | -66/+0 |
| | |||||
* | SONAR-11526 fix security hotspot permalinks | Stas Vilchik | 2018-12-07 | 3 | -1/+19 |
| | |||||
* | SONAR-11495 put projects quality gate status back on the projects page | Stas Vilchik | 2018-12-07 | 1 | -4/+7 |
| | |||||
* | SONAR-11445 improve issue comment layout to avoid overflow | Stas Vilchik | 2018-12-07 | 1 | -15/+9 |
| | |||||
* | SONAR-11410 fix issue popups placement | Stas Vilchik | 2018-12-07 | 7 | -6/+17 |
| | |||||
* | rewrite permission templates app in ts | Stas Vilchik | 2018-12-07 | 22 | -498/+470 |
| | |||||
* | SONAR-11534 fix glitch on the permission templates page | Stas Vilchik | 2018-12-07 | 2 | -2/+17 |
| | |||||
* | create global type definitions (#1017) | Stas Vilchik | 2018-12-05 | 602 | -3706/+2833 |
| | |||||
* | Shorten new code text of create date facet in issues page | Grégoire Aubert | 2018-11-30 | 1 | -2/+2 |
| | |||||
* | Rewrite remaining of the settings page to TS | Grégoire Aubert | 2018-11-30 | 46 | -1042/+858 |
| | |||||
* | SONARCLOUD-171 Redirect already bound org to SC organization page | Grégoire Aubert | 2018-11-23 | 6 | -11/+87 |
| | |||||
* | SONAR-10770 Apply feedback | Grégoire Aubert | 2018-11-20 | 6 | -14/+57 |
| | |||||
* | SONAR-10770 update data shape | Stas Vilchik | 2018-11-20 | 3 | -25/+32 |
| | |||||
* | SONAR-10770 display definition change events for applications (#918) | Stas Vilchik | 2018-11-20 | 13 | -19/+584 |
| | |||||
* | SONAR-10763 display quality gate events for applications (#910) | Stas Vilchik | 2018-11-20 | 14 | -124/+528 |
| | |||||
* | SONARCLOUD-174 Do not display onboarding popup on create organization page | Grégoire Aubert | 2018-11-20 | 5 | -7/+15 |
| | |||||
* | SONAR-11475 Check if url is relative before redirecting | Grégoire Aubert | 2018-11-16 | 4 | -13/+40 |
| | |||||
* | SONAR-11321 Improve project page manual fields validate | Grégoire Aubert | 2018-11-16 | 15 | -145/+509 |
| | |||||
* | SONAR-11321 Apply feedback | Grégoire Aubert | 2018-11-16 | 52 | -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 load | Grégoire Aubert | 2018-11-16 | 1 | -20/+37 |
| | |||||
* | SONARCLOUD-155 Redirect to SonarCloud after Bitbucket app install from ↵ | Grégoire Aubert | 2018-11-16 | 3 | -10/+48 |
| | | | | Marketplace | ||||
* | Remove useless disabling of eslint camelcase rule | Grégoire Aubert | 2018-11-16 | 34 | -55/+15 |
| | |||||
* | SONAR-11321 Prevent binding already bound application | Julien Lancelot | 2018-11-16 | 10 | -102/+238 |
| | |||||
* | SONAR-11396 Display private repositories in auto create projects page | Grégoire Aubert | 2018-11-16 | 6 | -12/+62 |
| | |||||
* | SONARCLOUD-101 Display only organization on which we have correct ↵ | Grégoire Aubert | 2018-11-16 | 45 | -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 context | Grégoire Aubert | 2018-11-16 | 12 | -18/+120 |
| | | | | * Correctly handle OnboardingModal for create organization page | ||||
* | SONAR-11322 Display manual/auto tab on project and organization page ↵ | Grégoire Aubert | 2018-11-16 | 10 | -55/+69 |
| | | | | depending on context | ||||
* | SONAR-11325 Enable to continue an unfinished alm application installation | Grégoire Aubert | 2018-11-16 | 15 | -58/+404 |
| | |||||
* | SONAR-11321 Suggest valid organization key | Grégoire Aubert | 2018-11-16 | 6 | -16/+104 |
| | |||||
* | SONAR-11323 Return personal organization info | Julien Lancelot | 2018-11-16 | 8 | -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 orgs | Grégoire Aubert | 2018-11-16 | 54 | -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 organization | Grégoire Aubert | 2018-11-16 | 9 | -23/+99 |
| | |||||
* | SONAR-11323 Ease workflow to bind personal organizations | Grégoire Aubert | 2018-11-16 | 35 | -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 organizations | Grégoire Aubert | 2018-11-16 | 58 | -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 team | Julien Lancelot | 2018-11-16 | 71 | -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 page | Grégoire Aubert | 2018-11-15 | 35 | -562/+551 |
| | |||||
* | Rewrite settings encryption app to TS | Grégoire Aubert | 2018-11-15 | 13 | -357/+321 |
| | |||||
* | SONAR-11473 Do not serve pages for urls with double slashes | Grégoire Aubert | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | SONAR-11474 Code viewer header stay fixed when scrolling horizontally | Grégoire Aubert | 2018-11-15 | 2 | -3/+6 |
| | |||||
* | SONARCLOUD-45 Fix styling of featured projects | Grégoire Aubert | 2018-11-12 | 2 | -2/+10 |
| | |||||
* | SONARCLOUD-45 Remove quality gate from featured projects | Grégoire Aubert | 2018-11-12 | 2 | -5/+0 |
| | |||||
* | SONARCLOUD-45 Fix measures of featured projects | Grégoire Aubert | 2018-11-12 | 4 | -8/+86 |
| |