aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "SONAR-11626 Make set/unset_baseline internal"Janos Gyerik2019-03-194-4/+2
| | | | This reverts commit edfade01ea94fffa9802bd8d13f9455b13878611.
* SONAR-11828 display translog size in system > infoSébastien Lesaint2019-03-192-0/+2
|
* SONAR-11792 remove use of deprecated nested_path and nested_filterSébastien Lesaint2019-03-191-3/+5
|
* SONAR-11792 drop usage of "_all" fieldSébastien Lesaint2019-03-191-4/+5
|
* SONAR-11792 update ES compile dependency to 6.6.2Sébastien Lesaint2019-03-199-29/+29
|
* SONAR-11791 use single type ES indicesSébastien Lesaint2019-03-1936-292/+376
|
* SONAR-10277 Prevent user to have more than 100 projects as favoriteJulien Lancelot2019-03-186-114/+120
|
* SONAR-11812 Prevent setting a directory as favoriteJulien Lancelot2019-03-182-39/+52
|
* Simplify ↵Julien Lancelot2019-03-187-69/+60
| | | | | | PermissionTemplateService#hasDefaultTemplateWithPermissionOnProjectCreator Remove the parameter 'organizationUuid' as it's already available in the ComponentDto parameter
* SONAR-11729 implemented PrDecorator for Bitbucket ServerMichal Duda2019-03-183-3/+47
|
* Fix description of api/users/update_loginJulien Lancelot2019-03-131-2/+1
|
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-111-1/+1
|
* SONAR-11736 Reaturn overall issue count measures as new measures in SLBs and PRsDuarte Meneses2019-03-118-77/+534
|
* Minor fixesDuarte Meneses2019-03-114-59/+34
|
* SONAR-11707 Create new metrics for issue count and fix ITsDuarte Meneses2019-03-112-7/+54
|
* SONAR-11707 Return branch QG status conditions in WSDuarte Meneses2019-03-114-18/+145
|
* SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRsDuarte Meneses2019-03-112-16/+32
|
* SONAR-11680 upgrade Tomcat to 8.5.38Simon Brandhof2019-03-071-0/+2
|
* SONAR-11797 fix for exception on project overview pageMichal Duda2019-03-072-14/+22
|
* SONAR-11561 Allow more special characters in branch namesDuarte Meneses2019-03-061-3/+3
|
* SONARCLOUD-379 Handle only GitHub in api/organizations/set_members_syncJulien Lancelot2019-03-064-236/+2
|
* SONARCLOUD-380 Drop members sync feature for BitbucketGrégoire Aubert2019-03-061-1/+1
|
* Rename ownerId to organizationAlmId and almId to alm in AlmAppInstallDtoJulien Lancelot2019-03-062-21/+21
|
* SONARCLOUD-413 Synchronize github user organization membership during ↵Julien Lancelot2019-03-0615-99/+515
| | | | authentication
* SONARCLOUD-380 Rework modal styling of SC and SQGrégoire Aubert2019-03-062-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 webhookBenoit Gianinetti2019-03-066-11/+10
|
* SONARCLOUD-379 Enable users sync on existing ALM bound organizationsGrégoire Aubert2019-03-062-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_membersJulien Lancelot2019-03-068-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 responseBenoît Gianinetti2019-03-062-1/+3
|
* SONARCLOUD-379 Create POST /api/organizations/set_member_syncBenoît Gianinetti2019-03-0613-15/+297
|
* Fix typo: config/sonar.properties -> conf/sonar.propertiesJanos Gyerik2019-02-282-4/+4
|
* SONAR-11670 Drop preview modeJulien HENRY2019-02-2116-300/+87
|
* renamed Bitbucket* classes to BitbucketCloud*Michal Duda2019-02-201-1/+1
|
* SONAR-11721 Fix example of web API api/user_groups/usersSimon Brandhof2019-02-122-7/+23
|
* SONAR-11626 Make set/unset_baseline internalJanos Gyerik2019-02-114-2/+4
|
* SONAR-11628 add api/project_analyses/unset_baselineSébastien Lesaint2019-02-114-2/+400
|
* SONAR-11665 api/project_analyses/delete prevents deletion of baselineSébastien Lesaint2019-02-112-5/+37
|
* SONAR-11666 add baseline flag to api/project_analyses/search responseSébastien Lesaint2019-02-115-1/+34
|
* SONAR-11659 add analysis's versions to api/project_analyses/searchSébastien Lesaint2019-02-113-8/+49
|
* fix Request.mandatoryParam not failing on blank parameter valueSébastien Lesaint2019-02-1124-130/+133
|
* SONAR-11631 rename constants to codePeriodVersion in notificationsSébastien Lesaint2019-02-111-2/+2
|
* SONAR-11631 move version event data validation to UI codeSébastien Lesaint2019-02-114-9/+19
|
* SONAR-11631 rename snapshot's version to codePeriodVersionSébastien Lesaint2019-02-1110-19/+19
|
* SONAR-11626 Add new WS project_analyses/set_baselineJanos Gyerik2019-02-114-2/+459
|
* SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ↵Duarte Meneses2019-02-111-2/+2
| | | | branches and pull requests
* SONAR-11680 upgrade Tomcat to 8.5.37Simon Brandhof2019-02-111-2/+1
|
* SONARCLOUD-375 fix NPE in WS api/measures/search_historySimon Brandhof2019-02-113-43/+113
|
* SONAR-10199 Fix search of issues by author containing commaJulien Lancelot2019-02-116-72/+110
|
* SONAR-11603 Deprecate api/metrics WS related to custom measuresJulien Lancelot2019-02-115-5/+19
|
* Merge pull request #1178 from ↵Julien Lancelot2019-02-1112-35/+337
| | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens