aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-191-3/+2
|
* SONAR-11631 Add sonar.buildString to api/project_analyses/search responseJanos Gyerik2019-03-191-0/+1
|
* Remove deprecated stuff in applications ITsJulien Lancelot2019-03-132-20/+22
|
* SONAR-11707 Return branch QG status conditions in WSDuarte Meneses2019-03-112-31/+52
|
* Close properly okhttp connections in ITsJulien HENRY2019-03-061-4/+1
|
* SONAR-11670 Drop preview modeJulien HENRY2019-02-211-2/+0
|
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-181-0/+2
|
* SONAR-11653 add ITsSébastien Lesaint2019-02-111-8/+27
|
* SONAR-11666 add baseline flag to api/project_analyses/search responseSébastien Lesaint2019-02-111-0/+1
|
* SONAR-11659 add analysis's versions to api/project_analyses/searchSébastien Lesaint2019-02-111-0/+2
|
* SONAR-10199 Fix search of issues by author containing commaJulien Lancelot2019-02-113-12/+39
|
* Merge pull request #1178 from ↵Julien Lancelot2019-02-112-0/+2
| | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-176-361/+0
| | | | | - Drop api/tests WS - Drop persistance of tests and coverage details from compute engine - Drop tests and coverage details from scanner report
* SONAR-11610 Create api/users/update_login WSJulien Lancelot2019-01-162-1/+78
|
* SONAR-10180 Drop the ability to keep history of directory measuresJulien HENRY2019-01-161-1/+1
|
* SONAR-11507 WS /batch/project new file structureMichal Duda2019-01-161-0/+1
|
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-161-5/+0
|
* SONAR-11476 deprecate/drop support for providing module/dir keys as ↵Michal Duda2019-01-161-1/+0
| | | | parameters to WS
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-082-6/+2
|
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-084-34/+2
|
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-084-37/+0
|
* Make OkHttpClientBuilder.setCredentials return thisJanos Gyerik2019-01-081-1/+2
|
* Fix license headers for 2019Duarte Meneses2019-01-0210-10/+10
|
* Fix license headers for 2019Duarte Meneses2019-01-02406-407/+406
|
* SONAR-11579 Create WS to store/load user settingsJulien Lancelot2018-12-203-4/+90
|
* SONARCLOUD-176 Return subscription in api/organizations/searchJulien Lancelot2018-12-071-0/+13
|
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-031-0/+1
|
* SONAR-10770 Add Application definition changeEric Hartmann2018-11-201-0/+14
| | | | to projectanalysis/search WS
* SONAR-10763 Add application QG informationEric Hartmann2018-11-201-0/+13
| | | | on projectanalysis/search action
* Revert "SONAR-11487 Update OKHttp to 3.11.0"Julien HENRY2018-11-161-2/+0
| | | | This reverts commit 8c4f5e460f7400358c20606e5708f5bc5ea4c966.
* SONAR-11452 Display a warning when analysing a PR on an unbound organizationJulien Lancelot2018-11-163-5/+103
| | | | | | | * 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-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-161-1/+7
| | | | | | permissions in create pages * Use organizations actions instead of permissions flags from api/navigation/organization
* SONAR-11323 Return personal organization infoJulien Lancelot2018-11-161-0/+1
| | | | | | * 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-11321 Bind organization to alm installation when creating organizationJulien Lancelot2018-11-161-0/+6
| | | | | | | | | | * 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-11487 Update OKHttp to 3.11.0Julien HENRY2018-11-151-0/+2
|
* SONAR-11370 Add ITs to verify security reports contentJanos Gyerik2018-10-255-0/+188
|
* SONAR-11370 Add number of rules and active rules on Security ReportEric Hartmann2018-10-251-0/+4
|
* SONAR-11113 Increase timeout for downloading pluginsEric Hartmann2018-10-104-7/+73
|
* SONAR-11260 Add web service to provide analysis statusJanos Gyerik2018-10-101-0/+14
|
* SONAR-11238 api/ce/[task|activity|component] return task warningsSébastien Lesaint2018-10-101-0/+2
| | | | all return warnings count, warnings list is only available from api/ce/task on demand
* Remove duplicated .gitignoreSimon Brandhof2018-09-241-1/+0
|
* SONAR-11184 Deprecate custom measure featureJulien Lancelot2018-09-071-0/+5
|
* SONAR-11185 Add new ws to specify projects association modeJulien Lancelot2018-09-074-0/+201
| | | | | | | * Create api/views/set_manual_mode * Create api/views/set_remaining_projects_mode * Create api/views/set_regexp_mode * Deprecate api/views/mode
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-072-0/+77
| | | | | | | | * SONAR-11199 Allow selection of no project mode * Add tags in views definition * Create api/views/set_tags_mode * Return tags mode in api/views/show * Take into account tags during portfolio computation
* SONAR-11093 Replace projectUuids facet by projects facetJulien Lancelot2018-08-213-45/+3
|
* SONAR-11124 Add project parameter in tags wsJulien Lancelot2018-08-212-0/+14
| | | | | | | * Remove search of tags in rules index * Refactor IssueIndex#searchTags to use same code as searchAuthors * Add project to api/issues/tags * Rename SonarCloudIssueAssignTest to OrganizationIssueAssignTest
* SONAR-11106 Restrict scope of api/issues/authorsJulien Lancelot2018-08-213-13/+40
| | | | | | | | | | | | | | * SONAR-11106 Sanitize api/issues/authors - Return PROTO and JSON response - Set max value to PAGE_SIZE parameter * SONAR-11106 Return only allowed authors * Remove no more needed IssueQuery#checkAuthorization * SONAR-11106 Add 'organization' to api/issues/authors - Return only authors from issues belonging to given organization - Check organization membership * SONAR-11106 Add 'project' to api/issues/authors * Move Muppet rule in the BillingTestSuite * SONAR-11106 Improve IT
* SONAR-10816 Fix some ws failing on sub porfolios not being analysedJulien Lancelot2018-08-0256-0/+3941
|
* SONAR-10978 new WS to return security reports dataJulien HENRY2018-07-171-0/+53
|
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-172-1/+66
| | | | | | | | | | * Add security standards for Xoo hotspot sensor (when API supports it) * Re-generate issues/SearchRequest * Verify security standards in issue search * Store security standards when registering rules