]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
6 years agoSONAR-10154 refactor WebServiceEngineTest
Simon Brandhof [Sun, 7 Jan 2018 21:24:00 +0000 (22:24 +0100)]
SONAR-10154 refactor WebServiceEngineTest

6 years agoAdd javadoc to WebService.NewParam
Simon Brandhof [Sun, 7 Jan 2018 16:57:48 +0000 (17:57 +0100)]
Add javadoc to WebService.NewParam

6 years agoSONAR-10154 Log debug when HTTP response has been partially streamed
Teryk Bellahsene [Thu, 4 Jan 2018 14:49:49 +0000 (15:49 +0100)]
SONAR-10154 Log debug when HTTP response has been partially streamed

6 years agoSONAR-10154 Stream when writing protobuf message
Teryk Bellahsene [Thu, 4 Jan 2018 10:41:49 +0000 (11:41 +0100)]
SONAR-10154 Stream when writing protobuf message

6 years agoremove package-lock.json
Stas Vilchik [Mon, 8 Jan 2018 12:17:36 +0000 (13:17 +0100)]
remove package-lock.json

6 years agoDrop deprecated QGChangeEventListener.onChanges
Janos Gyerik [Fri, 5 Jan 2018 16:59:42 +0000 (17:59 +0100)]
Drop deprecated QGChangeEventListener.onChanges

6 years agoFix license headers for 2018
Simon Brandhof [Sat, 6 Jan 2018 15:44:15 +0000 (16:44 +0100)]
Fix license headers for 2018

6 years agoSONAR-10223 add optional organization to PostProjectAnalysisTask
Sébastien Lesaint [Wed, 27 Dec 2017 14:50:23 +0000 (15:50 +0100)]
SONAR-10223 add optional organization to PostProjectAnalysisTask

6 years agoSONAR-10223 remove dead code
Sébastien Lesaint [Wed, 27 Dec 2017 14:47:51 +0000 (15:47 +0100)]
SONAR-10223 remove dead code

6 years agoSONAR-10223 add organizationsEnabled flag to Organization
Sébastien Lesaint [Wed, 27 Dec 2017 13:38:27 +0000 (14:38 +0100)]
SONAR-10223 add organizationsEnabled flag to Organization

6 years agoSONAR-10223 Reorder statements to improve readability
Janos Gyerik [Thu, 4 Jan 2018 16:10:30 +0000 (17:10 +0100)]
SONAR-10223 Reorder statements to improve readability

6 years agoSONAR-10085 backward runtime compatibility of QGChangeEventListener
Sébastien Lesaint [Wed, 27 Dec 2017 09:06:40 +0000 (10:06 +0100)]
SONAR-10085 backward runtime compatibility of QGChangeEventListener

so that sonar-branch plugin implementing previous version of QGChangeEventListener can run on this new version of SonarQube

6 years agoSONAR-10085 QGChangeEventListener#onIssueChanges replaces onChanges
Sébastien Lesaint [Wed, 20 Dec 2017 15:55:33 +0000 (16:55 +0100)]
SONAR-10085 QGChangeEventListener#onIssueChanges replaces onChanges

6 years agoSONAR-10085 drop now unused QGChangeEventListeners#isEmpty
Sébastien Lesaint [Wed, 20 Dec 2017 12:57:59 +0000 (13:57 +0100)]
SONAR-10085 drop now unused QGChangeEventListeners#isEmpty

6 years agoSONAR-10085 rename IssueChangeTrigger to QGChangeEventFactory
Sébastien Lesaint [Wed, 20 Dec 2017 12:46:48 +0000 (13:46 +0100)]
SONAR-10085 rename IssueChangeTrigger to QGChangeEventFactory

6 years agoSONAR-10245 Limit page size of api/components/search
Guillaume Jambet [Fri, 5 Jan 2018 10:47:01 +0000 (11:47 +0100)]
SONAR-10245 Limit page size of api/components/search

6 years agoSONAR-10218 Fix permissions document of api/custom_measures/create
Teryk Bellahsene [Wed, 3 Jan 2018 10:19:14 +0000 (11:19 +0100)]
SONAR-10218 Fix permissions document of api/custom_measures/create

6 years agoSONAR-7547 Add email format validation to api/users create/update ws
Guillaume Jambet [Tue, 2 Jan 2018 15:00:59 +0000 (16:00 +0100)]
SONAR-7547 Add email format validation to api/users create/update ws

6 years agoSONAR-10154 Use Response.newJsonWriter() to write in WS api/system/info
Teryk Bellahsene [Fri, 29 Dec 2017 15:08:15 +0000 (16:08 +0100)]
SONAR-10154 Use Response.newJsonWriter() to write in WS api/system/info

6 years agoSONAR-10154 Do not reset WS response if it is streamed
Teryk Bellahsene [Fri, 29 Dec 2017 14:54:59 +0000 (15:54 +0100)]
SONAR-10154 Do not reset WS response if it is streamed

6 years agoSONAR-10154 No streaming of web services response by default
Teryk Bellahsene [Fri, 29 Dec 2017 14:43:58 +0000 (15:43 +0100)]
SONAR-10154 No streaming of web services response by default

- most of the WS rely on protobuf with one encapsulating object. In effect, streaming is useless in this case
- for WS relying on JsonWriter directly, if an exception was thrown when it has started writing, the WebServiceEngine error handling cannot work properly (clear response and format an error message with an appropriate HTTP response code)
- a new factory method is added to JsonWriter to have a non streamable JsonWriter. The response is effectively written when the JsonWriter is closed

6 years agoSONAR-10182 Rename homepage parameter from 'value' to 'parameter'
Guillaume Jambet [Thu, 21 Dec 2017 15:53:59 +0000 (16:53 +0100)]
SONAR-10182 Rename homepage parameter from 'value' to 'parameter'

6 years agoSONAR-10182 Add api/users/set_homepage persistence
Guillaume Jambet [Thu, 14 Dec 2017 11:04:25 +0000 (12:04 +0100)]
SONAR-10182 Add api/users/set_homepage persistence

6 years agoSONAR-10182 Clean homepage when deleting a project
Guillaume Jambet [Tue, 19 Dec 2017 15:29:18 +0000 (16:29 +0100)]
SONAR-10182 Clean homepage when deleting a project

6 years agoSONAR-10182 Clean homepage when deleting an organization
Guillaume Jambet [Tue, 19 Dec 2017 15:16:28 +0000 (16:16 +0100)]
SONAR-10182 Clean homepage when deleting an organization

6 years agoSONAR-10182 Add api/users/current homepage persistence
Guillaume Jambet [Thu, 14 Dec 2017 11:04:25 +0000 (12:04 +0100)]
SONAR-10182 Add api/users/current homepage persistence

6 years agoSONAR-10188 Update project/organization header
Stas Vilchik [Thu, 14 Dec 2017 11:20:38 +0000 (12:20 +0100)]
SONAR-10188 Update project/organization header

6 years agoSONAR-10182 Users should be able to choose their homepage
Stas Vilchik [Wed, 13 Dec 2017 12:44:12 +0000 (13:44 +0100)]
SONAR-10182 Users should be able to choose their homepage

6 years agoSONAR-10183 Create api/users/set_homepage stub
Guillaume Jambet [Wed, 13 Dec 2017 10:07:16 +0000 (11:07 +0100)]
SONAR-10183 Create api/users/set_homepage stub

6 years agoSONAR-10184 Add stub for homepage fields to api/users/current
Guillaume Jambet [Mon, 11 Dec 2017 17:00:55 +0000 (18:00 +0100)]
SONAR-10184 Add stub for homepage fields to api/users/current

6 years agoSONAR-10187 Provide more options to populate empty "My Projects" page
Stas Vilchik [Tue, 12 Dec 2017 13:37:19 +0000 (14:37 +0100)]
SONAR-10187 Provide more options to populate empty "My Projects" page

6 years agoSONAR-10186 Switch between organizations from the header
Stas Vilchik [Mon, 11 Dec 2017 16:59:17 +0000 (17:59 +0100)]
SONAR-10186 Switch between organizations from the header

6 years agoSONAR-10186 fetch user organizations when app starts
Stas Vilchik [Mon, 11 Dec 2017 16:58:18 +0000 (17:58 +0100)]
SONAR-10186 fetch user organizations when app starts

6 years agoSONAR-9554 Make "Analyze a project" and "Create an org" more discoverable
Stas Vilchik [Thu, 7 Dec 2017 13:27:05 +0000 (14:27 +0100)]
SONAR-9554 Make "Analyze a project" and "Create an org" more discoverable

6 years agoSONAR-10078 Logs ordering is messed up in case of exception during file indexing
Duarte Meneses [Fri, 29 Dec 2017 10:36:20 +0000 (11:36 +0100)]
SONAR-10078 Logs ordering is messed up in case of exception during file indexing

6 years agoAutomatic merge from branch-6.7
Eric Hartmann [Fri, 29 Dec 2017 10:40:09 +0000 (11:40 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-10217 Fix 500 error when branch is incorrect
  Deactivate instable test in NewIssuesMeasureTest
  Upgrade to version 6.7.2-SNAPSHOT

6 years agoSONAR-10217 Fix 500 error when branch is incorrect
Eric Hartmann [Fri, 29 Dec 2017 09:16:55 +0000 (10:16 +0100)]
SONAR-10217 Fix 500 error when branch is incorrect

6 years agoDeactivate instable test in NewIssuesMeasureTest
Eric Hartmann [Fri, 29 Dec 2017 09:16:30 +0000 (10:16 +0100)]
Deactivate instable test in NewIssuesMeasureTest

6 years agoUpgrade to version 6.7.2-SNAPSHOT
Eric Hartmann [Fri, 29 Dec 2017 08:51:15 +0000 (09:51 +0100)]
Upgrade to version 6.7.2-SNAPSHOT

6 years agodisable unstable tests in IT NewIssuesMeasureTest 2930/head
Sébastien Lesaint [Wed, 27 Dec 2017 12:31:22 +0000 (13:31 +0100)]
disable unstable tests in IT NewIssuesMeasureTest

6 years agoremove use of old Github plugin 2928/head
Sébastien Lesaint [Tue, 26 Dec 2017 08:18:35 +0000 (09:18 +0100)]
remove use of old Github plugin

6 years agoSONAR-10181 Aligning TemplateGroupAction behavior and documentation
Guillaume Jambet [Fri, 8 Dec 2017 15:26:56 +0000 (16:26 +0100)]
SONAR-10181 Aligning TemplateGroupAction behavior and documentation

6 years agoSONAR-10181 mandatory WS Params are automatically validated on retrieval
Guillaume Jambet [Fri, 8 Dec 2017 13:41:33 +0000 (14:41 +0100)]
SONAR-10181 mandatory WS Params are automatically validated on retrieval

6 years agoAutomatic merge from branch-6.7
Simon Brandhof [Thu, 21 Dec 2017 07:53:09 +0000 (08:53 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  Release 6.7.1

6 years agoRelease 6.7.1 6.7.1
Simon Brandhof [Wed, 20 Dec 2017 16:32:02 +0000 (17:32 +0100)]
Release 6.7.1

6 years agoSONAR-10163 Updating description of built-in rules now fails with error 400
Guillaume Jambet [Fri, 8 Dec 2017 16:25:06 +0000 (17:25 +0100)]
SONAR-10163 Updating description of built-in rules now fails with error 400

6 years agoSONAR-10134 Remove 'organization' parameter from project_status ws
Julien Lancelot [Wed, 20 Dec 2017 12:55:19 +0000 (13:55 +0100)]
SONAR-10134 Remove 'organization' parameter from project_status ws

6 years agoSONAR-10134 Remove 'organization' parameter from project_status ws
Julien Lancelot [Wed, 20 Dec 2017 12:26:40 +0000 (13:26 +0100)]
SONAR-10134 Remove 'organization' parameter from project_status ws

6 years agofix quality flaw
Stas Vilchik [Wed, 20 Dec 2017 12:26:55 +0000 (13:26 +0100)]
fix quality flaw

6 years agoAutomatic merge from branch-6.7
ssjenka [Wed, 20 Dec 2017 11:15:36 +0000 (12:15 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-10216 Tests with long names can't be indexed
  SONAR-10216 fix quality flaws

6 years agoMerge remote-tracking branch 'origin/branch-6.7'
Simon Brandhof [Wed, 20 Dec 2017 10:58:08 +0000 (11:58 +0100)]
Merge remote-tracking branch 'origin/branch-6.7'

6 years agoSONAR-10216 Tests with long names can't be indexed
Simon Brandhof [Wed, 20 Dec 2017 09:25:11 +0000 (10:25 +0100)]
SONAR-10216 Tests with long names can't be indexed

6 years agoSONAR-10216 fix quality flaws
Simon Brandhof [Wed, 20 Dec 2017 09:16:35 +0000 (10:16 +0100)]
SONAR-10216 fix quality flaws

6 years agoSONAR-10131 purge test files when purging project history
Simon Brandhof [Tue, 28 Nov 2017 09:28:32 +0000 (10:28 +0100)]
SONAR-10131 purge test files when purging project history

6 years agoSONAR-10214 Deprecated value of "qualityProfile" is "name", not "profileName"
Julien Lancelot [Tue, 19 Dec 2017 14:52:18 +0000 (15:52 +0100)]
SONAR-10214 Deprecated value of "qualityProfile" is "name", not "profileName"

6 years agoSONAR-10210 Fix performance hotspot in DB migration #1267
Simon Brandhof [Tue, 19 Dec 2017 12:48:31 +0000 (13:48 +0100)]
SONAR-10210 Fix performance hotspot in DB migration #1267

6 years agoSONAR-8216 System info page fails when a setting is defined both in sonar.properties...
Simon Brandhof [Tue, 19 Dec 2017 12:42:58 +0000 (13:42 +0100)]
SONAR-8216 System info page fails when a setting is defined both in sonar.properties and in DB

6 years agoAutomatic merge from branch-6.7
ssjenka [Wed, 20 Dec 2017 07:01:13 +0000 (08:01 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-10177 Dont rely on router Link in the source code viewer header

6 years agoSONAR-10177 Dont rely on router Link in the source code viewer header
Grégoire Aubert [Mon, 18 Dec 2017 14:15:54 +0000 (15:15 +0100)]
SONAR-10177 Dont rely on router Link in the source code viewer header

6 years agoMMF-1074 Read 'sonar.quality' setting and update default organization
Julien Lancelot [Mon, 18 Dec 2017 13:38:55 +0000 (14:38 +0100)]
MMF-1074 Read 'sonar.quality' setting and update default organization

6 years agoSONAR-10126 add scmPath to ReportAttributes 2914/head
Sébastien Lesaint [Fri, 15 Dec 2017 14:01:22 +0000 (15:01 +0100)]
SONAR-10126 add scmPath to ReportAttributes

6 years agoupdate typescript and prettier, use shortcut fragment syntax (#2913)
Stas Vilchik [Fri, 15 Dec 2017 14:29:41 +0000 (15:29 +0100)]
update typescript and prettier, use shortcut fragment syntax (#2913)

6 years agoupdate react to 16.2.0, use react fragments
Stas Vilchik [Tue, 12 Dec 2017 09:58:10 +0000 (10:58 +0100)]
update react to 16.2.0, use react fragments

6 years agoEnable ITs with commercial plugins
Duarte Meneses [Thu, 14 Dec 2017 12:53:05 +0000 (13:53 +0100)]
Enable ITs with commercial plugins

6 years agoAutomatic merge from branch-6.7
ssjenka [Fri, 15 Dec 2017 07:01:29 +0000 (08:01 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-10194 Fix block move detection for issue tracking

6 years agoSONAR-10134 Search return only projects from quality gate organization
Julien Lancelot [Thu, 14 Dec 2017 13:10:39 +0000 (14:10 +0100)]
SONAR-10134 Search return only projects from quality gate organization

6 years agoSONAR-10134 Use QGateWithOrgDto instead of id in ProjectQgateAssociationQuery
Julien Lancelot [Thu, 14 Dec 2017 11:29:46 +0000 (12:29 +0100)]
SONAR-10134 Use QGateWithOrgDto instead of id in ProjectQgateAssociationQuery

6 years agoSONAR-10134 Move QgateProjectFinder code to SearchAction
Julien Lancelot [Thu, 14 Dec 2017 11:04:32 +0000 (12:04 +0100)]
SONAR-10134 Move QgateProjectFinder code to SearchAction

6 years agoSONAR-10134 Add some ITs using quality gates on organization
Julien Lancelot [Thu, 14 Dec 2017 10:06:01 +0000 (11:06 +0100)]
SONAR-10134 Add some ITs using quality gates on organization

6 years agoSONAR-10134 Fix ITs on quality gates by setting organization
Julien Lancelot [Tue, 12 Dec 2017 13:48:23 +0000 (14:48 +0100)]
SONAR-10134 Fix ITs on quality gates by setting organization

6 years agoSONAR-10134 Add organization parameter in quality gates wsclient
Julien Lancelot [Tue, 12 Dec 2017 12:59:38 +0000 (13:59 +0100)]
SONAR-10134 Add organization parameter in quality gates wsclient

6 years agoSONAR-10134 Correctly delete OrgQualityGates when deleting organization
Julien Lancelot [Tue, 12 Dec 2017 12:48:16 +0000 (13:48 +0100)]
SONAR-10134 Correctly delete OrgQualityGates when deleting organization

6 years agoSONAR-10134 Fix unit tests not having default QG on organization
Julien Lancelot [Tue, 12 Dec 2017 10:42:36 +0000 (11:42 +0100)]
SONAR-10134 Fix unit tests not having default QG on organization

6 years agoSONAR-10134 Make Make ORGANIZATIONS.DEFAULT_QUALITY_GATE_UUID not nullable
Julien Lancelot [Tue, 12 Dec 2017 09:55:47 +0000 (10:55 +0100)]
SONAR-10134 Make Make ORGANIZATIONS.DEFAULT_QUALITY_GATE_UUID not nullable

6 years agoSONAR-10147 Delete 'sonar.qualitygate' setting at global level
Julien Lancelot [Tue, 12 Dec 2017 08:59:24 +0000 (09:59 +0100)]
SONAR-10147 Delete 'sonar.qualitygate' setting at global level

6 years agoSONAR-10134 Remove creation of built-in QG in DbTester
Julien Lancelot [Mon, 11 Dec 2017 15:01:48 +0000 (16:01 +0100)]
SONAR-10134 Remove creation of built-in QG in DbTester

6 years agoSONAR-10134 Remove setup from OrganizationCreationImplTest
Julien Lancelot [Mon, 11 Dec 2017 14:50:21 +0000 (15:50 +0100)]
SONAR-10134 Remove setup from OrganizationCreationImplTest

6 years agoSONAR-10147 Drop usage of global 'sonar.qualitygate' property in CE
Eric Hartmann [Fri, 8 Dec 2017 15:28:41 +0000 (16:28 +0100)]
SONAR-10147 Drop usage of global 'sonar.qualitygate' property in CE

6 years agoSONAR-10147 Remove class QualityGates
Eric Hartmann [Thu, 7 Dec 2017 16:55:49 +0000 (17:55 +0100)]
SONAR-10147 Remove class QualityGates

6 years agoSONAR-10147 Remove 'sonar.qualitygate' setting usage to store default quality gate
Eric Hartmann [Thu, 7 Dec 2017 15:55:49 +0000 (16:55 +0100)]
SONAR-10147 Remove 'sonar.qualitygate' setting usage to store default quality gate

6 years agoSONAR-10134 Add check that built-in qg is not deleted
Eric Hartmann [Mon, 11 Dec 2017 11:14:55 +0000 (12:14 +0100)]
SONAR-10134 Add check that built-in qg is not deleted

6 years agoSONAR-10134 Fix test on QualityGateDao
Eric Hartmann [Fri, 8 Dec 2017 17:19:05 +0000 (18:19 +0100)]
SONAR-10134 Fix test on QualityGateDao

6 years agoSONAR-10134 Add organization parameter in rename action
Julien Lancelot [Thu, 7 Dec 2017 15:05:25 +0000 (16:05 +0100)]
SONAR-10134 Add organization parameter in rename action

6 years agoSONAR-10134 show now fails when using id and different organization
Julien Lancelot [Thu, 7 Dec 2017 14:38:42 +0000 (15:38 +0100)]
SONAR-10134 show now fails when using id and different organization

6 years agoSONAR-10134 Add organization parameter in project_status action
Julien Lancelot [Thu, 7 Dec 2017 14:23:51 +0000 (15:23 +0100)]
SONAR-10134 Add organization parameter in project_status action

6 years agoSONAR-10134 Remove setup usage from ProjectStatusActionTest
Julien Lancelot [Thu, 7 Dec 2017 13:47:30 +0000 (14:47 +0100)]
SONAR-10134 Remove setup usage from ProjectStatusActionTest

6 years agoSONAR-10134 Add organization parameter in api/qualitygates/get_by_project
Julien Lancelot [Thu, 7 Dec 2017 13:42:27 +0000 (14:42 +0100)]
SONAR-10134 Add organization parameter in api/qualitygates/get_by_project

6 years agoSONAR-10166 Delete quality gates when deleting organization
Julien Lancelot [Thu, 7 Dec 2017 13:09:56 +0000 (14:09 +0100)]
SONAR-10166 Delete quality gates when deleting organization

6 years agoSONAR-9962 Reset built-in quality gate as default between each IT
Julien Lancelot [Thu, 7 Dec 2017 11:24:11 +0000 (12:24 +0100)]
SONAR-9962 Reset built-in quality gate as default between each IT

6 years agoSONAR-10134 Add organization parameter in api/qualitygates/destroy
Julien Lancelot [Thu, 7 Dec 2017 08:46:16 +0000 (09:46 +0100)]
SONAR-10134 Add organization parameter in api/qualitygates/destroy

6 years agoSONAR-9962 api/qualitygates/destroy fail on default quality gate
Julien Lancelot [Thu, 7 Dec 2017 08:26:50 +0000 (09:26 +0100)]
SONAR-9962 api/qualitygates/destroy fail on default quality gate

6 years agoSONAR-10136 Update tests with BuiltIn QG already created
Eric Hartmann [Fri, 8 Dec 2017 16:58:33 +0000 (17:58 +0100)]
SONAR-10136 Update tests with BuiltIn QG already created

6 years agoSONAR-10136 Set built-in QG as default of new organization
Julien Lancelot [Thu, 7 Dec 2017 16:05:12 +0000 (17:05 +0100)]
SONAR-10136 Set built-in QG as default of new organization

6 years agoSONAR-10136 Add method to get/set default quality gate on organization
Julien Lancelot [Thu, 7 Dec 2017 15:58:47 +0000 (16:58 +0100)]
SONAR-10136 Add method to get/set default quality gate on organization

6 years agoSONAR-10134 Bringing Organization to Search Action
Guillaume Jambet [Thu, 7 Dec 2017 15:59:56 +0000 (16:59 +0100)]
SONAR-10134 Bringing Organization to Search Action

6 years agoSONAR-10134 Add organization parameter in api/qualitygates/select
Julien Lancelot [Wed, 6 Dec 2017 18:28:32 +0000 (19:28 +0100)]
SONAR-10134 Add organization parameter in api/qualitygates/select

6 years agoSONAR-10134 Sanitize SelectActionTest by removing setup method
Julien Lancelot [Wed, 6 Dec 2017 17:24:52 +0000 (18:24 +0100)]
SONAR-10134 Sanitize SelectActionTest by removing setup method

6 years agoSONAR-10134 Add organization parameter in api/qualitygates/deselect
Julien Lancelot [Wed, 6 Dec 2017 16:49:37 +0000 (17:49 +0100)]
SONAR-10134 Add organization parameter in api/qualitygates/deselect

6 years agoSONAR-10134 Remove QualityGates usage from deselect action
Julien Lancelot [Wed, 6 Dec 2017 12:17:22 +0000 (13:17 +0100)]
SONAR-10134 Remove QualityGates usage from deselect action

6 years agoSONAR-10134 Sanitize DeselectActionTest by removing setup method
Julien Lancelot [Wed, 6 Dec 2017 10:22:27 +0000 (11:22 +0100)]
SONAR-10134 Sanitize DeselectActionTest by removing setup method