Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-11812 Restore ability to set unit tests as favorite | Julien Lancelot | 2019-03-19 | 2 | -2/+8 |
| | |||||
* | SONAR-11631 Replace codePeriodVersion with buildString | Janos Gyerik | 2019-03-19 | 12 | -22/+21 |
| | |||||
* | SONAR-11631 Add sonar.buildString to api/project_analyses/search response | Janos Gyerik | 2019-03-19 | 3 | -15/+16 |
| | |||||
* | Revert "SONAR-11626 Make set/unset_baseline internal" | Janos Gyerik | 2019-03-19 | 4 | -4/+2 |
| | | | | This reverts commit edfade01ea94fffa9802bd8d13f9455b13878611. | ||||
* | SONAR-11828 display translog size in system > info | Sébastien Lesaint | 2019-03-19 | 2 | -0/+2 |
| | |||||
* | SONAR-11792 remove use of deprecated nested_path and nested_filter | Sébastien Lesaint | 2019-03-19 | 1 | -3/+5 |
| | |||||
* | SONAR-11792 drop usage of "_all" field | Sébastien Lesaint | 2019-03-19 | 1 | -4/+5 |
| | |||||
* | SONAR-11792 update ES compile dependency to 6.6.2 | Sébastien Lesaint | 2019-03-19 | 9 | -29/+29 |
| | |||||
* | SONAR-11791 use single type ES indices | Sébastien Lesaint | 2019-03-19 | 36 | -292/+376 |
| | |||||
* | SONAR-10277 Prevent user to have more than 100 projects as favorite | Julien Lancelot | 2019-03-18 | 6 | -114/+120 |
| | |||||
* | SONAR-11812 Prevent setting a directory as favorite | Julien Lancelot | 2019-03-18 | 2 | -39/+52 |
| | |||||
* | Simplify ↵ | Julien Lancelot | 2019-03-18 | 7 | -69/+60 |
| | | | | | | PermissionTemplateService#hasDefaultTemplateWithPermissionOnProjectCreator Remove the parameter 'organizationUuid' as it's already available in the ComponentDto parameter | ||||
* | SONAR-11729 implemented PrDecorator for Bitbucket Server | Michal Duda | 2019-03-18 | 3 | -3/+47 |
| | |||||
* | Fix description of api/users/update_login | Julien Lancelot | 2019-03-13 | 1 | -2/+1 |
| | |||||
* | SONAR-11776 Quality Gate failure conditions should be sorted | Duarte Meneses | 2019-03-11 | 1 | -1/+1 |
| | |||||
* | SONAR-11736 Reaturn overall issue count measures as new measures in SLBs and PRs | Duarte Meneses | 2019-03-11 | 8 | -77/+534 |
| | |||||
* | Minor fixes | Duarte Meneses | 2019-03-11 | 4 | -59/+34 |
| | |||||
* | SONAR-11707 Create new metrics for issue count and fix ITs | Duarte Meneses | 2019-03-11 | 2 | -7/+54 |
| | |||||
* | SONAR-11707 Return branch QG status conditions in WS | Duarte Meneses | 2019-03-11 | 4 | -18/+145 |
| | |||||
* | SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRs | Duarte Meneses | 2019-03-11 | 2 | -16/+32 |
| | |||||
* | SONAR-11680 upgrade Tomcat to 8.5.38 | Simon Brandhof | 2019-03-07 | 1 | -0/+2 |
| | |||||
* | SONAR-11797 fix for exception on project overview page | Michal Duda | 2019-03-07 | 2 | -14/+22 |
| | |||||
* | SONAR-11561 Allow more special characters in branch names | Duarte Meneses | 2019-03-06 | 1 | -3/+3 |
| | |||||
* | SONARCLOUD-379 Handle only GitHub in api/organizations/set_members_sync | Julien Lancelot | 2019-03-06 | 4 | -236/+2 |
| | |||||
* | SONARCLOUD-380 Drop members sync feature for Bitbucket | Grégoire Aubert | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Rename ownerId to organizationAlmId and almId to alm in AlmAppInstallDto | Julien Lancelot | 2019-03-06 | 2 | -21/+21 |
| | |||||
* | SONARCLOUD-413 Synchronize github user organization membership during ↵ | Julien Lancelot | 2019-03-06 | 15 | -99/+515 |
| | | | | authentication | ||||
* | SONARCLOUD-380 Rework modal styling of SC and SQ | Grégoire Aubert | 2019-03-06 | 2 | -10/+3 |
| | | | | | | | * Update modal-fields * Update form-fields styling * Update modal-fields usage in extensions * Clean css | ||||
* | SONARCLOUD-382 Update org member when receiving GH webhook | Benoit Gianinetti | 2019-03-06 | 6 | -11/+10 |
| | |||||
* | SONARCLOUD-379 Enable users sync on existing ALM bound organizations | Grégoire Aubert | 2019-03-06 | 2 | -3/+12 |
| | | | | | | | | | * 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 | ||||
* | SONARCLOUD-381 Create api/organization/sync_members | Julien Lancelot | 2019-03-06 | 8 | -301/+653 |
| | | | | | | | * Rename organisation to organization in some SonarCloud directories/classes * Add WS api/organizations/sync_members * Get list of members from a GitHub organization * sync_members fails when members sync is disabled | ||||
* | SONARCLOUD-379 Add members_sync to /api/navigation/organization response | Benoît Gianinetti | 2019-03-06 | 2 | -1/+3 |
| | |||||
* | SONARCLOUD-379 Create POST /api/organizations/set_member_sync | Benoît Gianinetti | 2019-03-06 | 13 | -15/+297 |
| | |||||
* | Fix typo: config/sonar.properties -> conf/sonar.properties | Janos Gyerik | 2019-02-28 | 2 | -4/+4 |
| | |||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 16 | -300/+87 |
| | |||||
* | renamed Bitbucket* classes to BitbucketCloud* | Michal Duda | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | SONAR-11721 Fix example of web API api/user_groups/users | Simon Brandhof | 2019-02-12 | 2 | -7/+23 |
| | |||||
* | SONAR-11626 Make set/unset_baseline internal | Janos Gyerik | 2019-02-11 | 4 | -2/+4 |
| | |||||
* | SONAR-11628 add api/project_analyses/unset_baseline | Sébastien Lesaint | 2019-02-11 | 4 | -2/+400 |
| | |||||
* | SONAR-11665 api/project_analyses/delete prevents deletion of baseline | Sébastien Lesaint | 2019-02-11 | 2 | -5/+37 |
| | |||||
* | SONAR-11666 add baseline flag to api/project_analyses/search response | Sébastien Lesaint | 2019-02-11 | 5 | -1/+34 |
| | |||||
* | SONAR-11659 add analysis's versions to api/project_analyses/search | Sébastien Lesaint | 2019-02-11 | 3 | -8/+49 |
| | |||||
* | fix Request.mandatoryParam not failing on blank parameter value | Sébastien Lesaint | 2019-02-11 | 24 | -130/+133 |
| | |||||
* | SONAR-11631 rename constants to codePeriodVersion in notifications | Sébastien Lesaint | 2019-02-11 | 1 | -2/+2 |
| | |||||
* | SONAR-11631 move version event data validation to UI code | Sébastien Lesaint | 2019-02-11 | 4 | -9/+19 |
| | |||||
* | SONAR-11631 rename snapshot's version to codePeriodVersion | Sébastien Lesaint | 2019-02-11 | 10 | -19/+19 |
| | |||||
* | SONAR-11626 Add new WS project_analyses/set_baseline | Janos Gyerik | 2019-02-11 | 4 | -2/+459 |
| | |||||
* | SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ↵ | Duarte Meneses | 2019-02-11 | 1 | -2/+2 |
| | | | | branches and pull requests | ||||
* | SONAR-11680 upgrade Tomcat to 8.5.37 | Simon Brandhof | 2019-02-11 | 1 | -2/+1 |
| | |||||
* | SONARCLOUD-375 fix NPE in WS api/measures/search_history | Simon Brandhof | 2019-02-11 | 3 | -43/+113 |
| |