Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9919 obfuscate webhook URL in api/webhooks/list response | Sébastien Lesaint | 2018-12-20 | 1 | -4/+10 |
| | |||||
* | SONARCLOUD-278 Reduce SQL requests on RegisterQualityProfiles | Eric Hartmann | 2018-12-20 | 4 | -29/+104 |
| | |||||
* | SONARCLOUD-220 add WS api/autoscan/github_repository | Simon Brandhof | 2018-12-12 | 4 | -1/+35 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | SONARCLOUD-213 clarify "scan" in org vs project permissions | Simon Brandhof | 2018-12-12 | 2 | -17/+14 |
| | |||||
* | SONAR-11494 prevent loading of closed issue changes to OOM | Sébastien Lesaint | 2018-12-05 | 5 | -4/+105 |
| | |||||
* | SONAR-11455 improve SQL and network perf of PersistIssuesStep | Sébastien Lesaint | 2018-12-05 | 2 | -0/+18 |
| | |||||
* | SONAR-11502 do not fail on PR which key is a branch name | Sébastien Lesaint | 2018-11-27 | 4 | -13/+56 |
| | |||||
* | SONAR-10770 Increase size of containers | Eric Hartmann | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | SONAR-10763 Add selectByAnalysisUuids on EventComponentChangeDao | Eric Hartmann | 2018-11-20 | 4 | -0/+127 |
| | |||||
* | SONAR-10763 Implement storage for QG Alert | Eric Hartmann | 2018-11-20 | 2 | -3/+3 |
| | |||||
* | SONAR-10770 Add DEFINITION_CHANGE category to Event | Eric Hartmann | 2018-11-20 | 1 | -0/+1 |
| | |||||
* | SONAR-10763 add table EVENT_COMPONENT_CHANGES + implement purge | Sébastien Lesaint | 2018-11-20 | 14 | -10/+724 |
| | |||||
* | Do not consider postgres unit tests as skipped in SQ analysis | Simon Brandhof | 2018-11-16 | 1 | -13/+34 |
| | |||||
* | SONAR-11452 Display a warning when analysing a PR on an unbound organization | Julien Lancelot | 2018-11-16 | 4 | -11/+28 |
| | | | | | | | * 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_INSTALLS | Julien Lancelot | 2018-11-16 | 4 | -17/+2 |
| | |||||
* | SONAR-11321 Prevent binding already bound application | Julien Lancelot | 2018-11-16 | 5 | -9/+57 |
| | |||||
* | SONAR-11325 Create GET api/alm_integration/list_unbound_installations | Julien Lancelot | 2018-11-16 | 7 | -73/+157 |
| | |||||
* | SONAR-11323 Return personal organization info | Julien Lancelot | 2018-11-16 | 1 | -2/+0 |
| | | | | | | * 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-11322 Import repos from bound organizations | Grégoire Aubert | 2018-11-16 | 4 | -5/+33 |
| | | | | | | | | | | | | | * 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 organization | Julien Lancelot | 2018-11-16 | 20 | -51/+623 |
| | | | | | | | | | | * 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 team | Julien Lancelot | 2018-11-16 | 4 | -2/+29 |
| | | | | | | | | | | * 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-10361 Handle assigning issue to a user with commas in name (#903) | Benoit | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | SONAR-11376 Add UT for LiveMeasureDao | Benoît Gianinetti | 2018-11-07 | 1 | -0/+28 |
| | |||||
* | SONAR-11376 add duplication in GitHub/TFS PR decoration (#859) | Benoit | 2018-11-07 | 3 | -0/+17 |
| | |||||
* | SONARCLOUD-45 Advertise featured projects on SonarCloud | Pascal Mugnier | 2018-11-01 | 8 | -0/+91 |
| | | | | | | | | | | | | * Update code to use the new homepage.json file * Update fields name * Add business metric project_public_projects * Add business metric project_public_loc * generator of JSON input for SonarCloud homepage * add generator zip to burgr * add integration test * rename "7dNewPullRequests" to "newPullRequests7d" * Use new 'newPullRequests7d' field | ||||
* | SONARCLOUD-161 upsert live measures on postgresql | Simon Brandhof | 2018-10-30 | 4 | -0/+259 |
| | |||||
* | SONARCLOUD-161 drop usage of markers when updating live measures | Simon Brandhof | 2018-10-30 | 8 | -43/+66 |
| | |||||
* | Fix wording in ComponentDaoTest | Simon Brandhof | 2018-10-30 | 1 | -19/+19 |
| | |||||
* | SONARCLOUD-160 fix SQL hotspot to get distrib of private projects | Simon Brandhof | 2018-10-30 | 4 | -48/+31 |
| | |||||
* | Fix incorrect SQL for Oracle and MsSQL | Eric Hartmann | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | SONAR-11370 Add number of rules and active rules on Security Report | Eric Hartmann | 2018-10-25 | 2 | -1/+36 |
| | |||||
* | SONAR-11370 Add new SQL request to retrieve rules by languages and type | Eric Hartmann | 2018-10-25 | 4 | -0/+109 |
| | |||||
* | SONAR-11370 Add security standards to ActiveRules | Eric Hartmann | 2018-10-25 | 5 | -0/+76 |
| | | | | Add new request to retrieve active rules by profile and type | ||||
* | SONARCLOUD-150 Fix UT on Oracle | Julien HENRY | 2018-10-25 | 2 | -109/+61 |
| | |||||
* | SONARCLOUD-150 Store if application owner is a user | Julien HENRY | 2018-10-25 | 6 | -31/+201 |
| | |||||
* | SONAR-11279 Drop column DEFAULT_PERM_TEMPLATE_VIEW | Eric Hartmann | 2018-10-25 | 1 | -7/+9 |
| | | | | on organizations | ||||
* | SONAR-11310 support main branch analysis submitted as a long branch | Sébastien Lesaint | 2018-10-19 | 1 | -1/+5 |
| | |||||
* | Fix bugs, mainly about type casts | Simon Brandhof | 2018-10-18 | 2 | -4/+2 |
| | |||||
* | SONAR-10310 create application branch before task | Sébastien Lesaint | 2018-10-15 | 1 | -1/+8 |
| | |||||
* | Fix ComponentDao for MsSQL and Oracle | Eric Hartmann | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | SONARCLOUD-140 Display breakdown by private LOC on the Billing page (#770) | Stas Vilchik | 2018-10-12 | 6 | -0/+134 |
| | |||||
* | Fix UserPermissionMapper on Oracle and MsSQL | Eric Hartmann | 2018-10-11 | 1 | -3/+3 |
| | |||||
* | SONAR-11270 Allow to set default template to APP | Eric Hartmann | 2018-10-10 | 2 | -39/+10 |
| | |||||
* | SONAR-11270 Split permissions templates | Eric Hartmann | 2018-10-10 | 5 | -21/+47 |
| | | | | for applications and portfolios | ||||
* | SONAR-11271 Allow creation of portfolios and applications | Eric Hartmann | 2018-10-10 | 1 | -1/+0 |
| | | | | with PORTFOLIO_CREATOR and APPLICATION_CREATOR permissions | ||||
* | SONAR-11271 Add migration to create new permissions | Eric Hartmann | 2018-10-10 | 8 | -36/+70 |
| | |||||
* | SONAR-11271 Introduce two new rights | Eric Hartmann | 2018-10-10 | 4 | -59/+8 |
| | | | | | APPLICATION_CREATOR to allow creation of Applications PORTFOLIO_CREATOR to allow creation of Portfolios | ||||
* | SONAR-8019 Order results with one with permissions | Eric Hartmann | 2018-10-10 | 10 | -36/+80 |
| | | | | | | | For /api/permissions/users /api/permissions/groups /api/permissions/template_users /api/permissions/template_groups | ||||
* | SONAR-11302 Decrease ORGANIZATIONS#KEE from 300 to 255 | Julien Lancelot | 2018-10-10 | 1 | -1/+1 |
| | | | | | 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. |