aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-10980 Index security standards in ES and update issues/search WSJulien HENRY2018-07-171-1/+4
|
* SONAR-10944 Move subscription flag from api/organizations/search to ↵Julien Lancelot2018-07-111-1/+0
| | | | api/navigation/organization
* SONAR-10948 Move UpdateProjectVisibilityEric Hartmann2018-07-113-39/+23
| | | | from api/organizations to api/projects
* SONAR-10944 Add subscription flag to organizationsJulien Lancelot2018-07-111-0/+1
| | | | | | | | * Create migrations to add and populate ORGANIZATIONS#SUBSCRIPTION * Handle subscription in insert/update/select of OrganizationDto * Upgrade/Downgrade update organization subscription * Return subscription flag in api/organizations/search * Create new organization as FREE
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-041-0/+1
|
* Drop unused importJanos Gyerik2018-07-048-8/+0
|
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-041-0/+1
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-2/+0
|
* SONAR-10813 Define project branches in an applicationTeryk Bellahsene2018-06-292-2/+3
|
* SONAR-10817 replace api/editions/form_data by api/navigation/marketplaceSimon Brandhof2018-06-121-0/+17
| | | | | The private WS becomes public because it is used by the marketplace page of community edition.
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-127-316/+0
|
* SONAR-10713 Badges can only be used on projects, long living branches and ↵Julien Lancelot2018-05-286-4/+257
| | | | applications
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10514 Bitbucket Cloud application install/uninstall * Bitbucket Cloud /install WS * Expose Bitbucket application descriptor as WS * Implement WS /integration/bitbucketcloud/uninstall SONAR-10517 Bitbucket Cloud settings widget * Create Bitbucket Cloud module * Create Bitbucket Setting widget * Bitbucket settings widget require SC authentication * Add WS /integration/bitbucketcloud/repo_config * Add WS /integration/bitbucketcloud/bind_repo * Add WS /integration/bitbucketcloud/after_login SONAR-10516 Bitbucket Cloud repository widget * Add WS /integration/bitbucketcloud/repo_widget * Add WS /integration/bitbucketcloud/repo_widget_data BRANCH-59, BRANCH-60 Bitbucket Cloud PR decoration SONAR-10605 Bitbucket Cloud PR widget * Add integration/bitbucketcloud/pr_widget endpoint * Add integration/bitbucketcloud/pr_widget_data endpoint
* SONAR-10653 - api/qualityprofiles/restore handle badly formed xml document ↵Guillaume Jambet2018-05-151-1/+0
| | | | (#244)
* SONAR-10591 scanner uses WS api/plugins/downloadSimon Brandhof2018-05-115-8/+33
|
* SONAR-10592 rename concept of WorkersPauseStatusSimon Brandhof2018-05-101-2/+7
|
* SONAR-10592 add WS api/ce/pause and api/ce/resumeSimon Brandhof2018-05-101-0/+25
|
* SONAR-10592 new WS api/ce/infoSimon Brandhof2018-05-102-0/+18
|
* SONAR-10575 Modify flag to include external rules in rules searchDuarte Meneses2018-04-262-6/+6
|
* SONAR-10543 Add ITsDuarte Meneses2018-04-262-0/+20
|
* SONAR-10577 return if an issue is from an external analyser in issue searchGuillaume Jambet2018-04-261-0/+2
|
* SONAR-10575 Index and search external rulesDuarte Meneses2018-04-261-0/+1
|
* SONAR-9472 Change the rendering of best values on the Measures pagePascal Mugnier2018-04-241-0/+2
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* SONAR-10489 Support cross file locations in WSTeryk Bellahsene2018-03-271-0/+1
|
* SONAR-10474 Confirming all remaining issues in a PR should make it pass the QGTeryk Bellahsene2018-03-221-0/+1
|
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-162-6/+7
|
* SONAR-9206 Enhance /api/components/search_projects response with organizationsGuillaume Jambet2018-03-161-7/+10
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1364-22/+652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10366 Add pull request object to api/project_branches/list and api/ce/activity SONAR-10365 Analyze pull requests as 1st class citizen SONAR-10366 SONAR-10367 Create WS api/projet_pull_requests/list and delete SONAR-10383 Add Pull Request information when listing CE tasks SONAR-10365 Add key type in PROJECT_BRANCHES (#3063) SONAR-10371 Add pullRequest parameter in the Web API (#3076) * ComponentFinder searches by branch or pull request * Add pullRequest parameter to WS api/issues/* WS * Add pullRequest parameter to api/settings/* WS * Add pullRequest parameter to api/badges/* WS * Add pullRequest parameter to api/components/* WS * Add pullRequest parameter to api/sources/* WS SONAR-10368 Copy issue states from pull request after it's merged SONAR-10373 Send notifications for events on issues of a pull request SONAR-10365 Add pull_request_binary column in project_branches (#3073) SONAR-10433 Store pull request in projects table SONAR-10371 Add pullRequest field in the Web API SONAR-10365 Analyze pull requests as 1st class citizen BRANCH-45 Expose issue resolution for PR decoration BRANCH-49 Basic support of pull request analysis on pull request branch BRANCH-47 Fail when user tries to analyze a pull request and the plugin is not available SONAR-10366 update pull request decorated links to project and issues SONAR-10365 Use pull request id as key instead of branch name SONAR-10454 Update embedded Git 1.4 and SVN 1.7 SONAR-10365 rename sonar.pullrequest.id to sonar.pullrequest.key SONAR-10383 api/navigation/component returns the pull request key
* Order list of Gradle dependenciesSimon Brandhof2018-03-121-2/+4
|
* Fix some Java compiler warningsSimon Brandhof2018-03-123-3/+7
|
* Move To GradleDavid Rautureau2018-03-092-82/+39
|
* SONAR-10426 Allow homepage on PORTFOLIOS, PORTFOLIO and on APPLICATION in ↵Guillaume Jambet2018-03-021-0/+3
| | | | SonarQube
* SONAR-10426 Allow homepage on Projects and on Issues in SonarQubeGuillaume Jambet2018-03-021-0/+1
|
* SONAR-10423 Allow homepage feature on SonarQubeJulien Lancelot2018-03-021-0/+1
|
* SONAR-10423 Add branch parameter in homepage of api/users WSJulien Lancelot2018-03-021-0/+1
|
* SONAR-10423 Replace "parameter" by "component" and "organization" in ↵Julien Lancelot2018-03-021-1/+2
| | | | api/users WS
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-013-25/+65
|
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-011-1/+6
|
* SONAR-10345 Add IT's for webhooks managementGrégoire Aubert2018-03-015-0/+340
|
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-011-4/+4
|
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-011-1/+9
|
* SONAR-10344 api/webhooks/search returns webhooks for global and projectGuillaume Jambet2018-03-011-14/+16
|
* SONAR-10344 add service api/webhooks/search interface.Guillaume Jambet2018-03-011-0/+21
|
* SONAR-10290 Add ability to provide help message for identity providersJulien Lancelot2018-02-071-0/+1
|
* SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-072-0/+7
|
* SONAR-10266 Generate measure badgeJulien Lancelot2018-01-251-1/+2
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|