]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
6 years agoSONAR-10104 update IT to support concurrent and async webhook calls
Sébastien Lesaint [Tue, 21 Nov 2017 16:09:45 +0000 (17:09 +0100)]
SONAR-10104 update IT to support concurrent and async webhook calls

6 years agoSONAR-10104 async webhooks with full in-memory implementation
Sébastien Lesaint [Tue, 21 Nov 2017 15:00:19 +0000 (16:00 +0100)]
SONAR-10104 async webhooks with full in-memory implementation

6 years agoSONAR-10085 include EvaluatedQualityGate in QGChangeEvent 2808/head
Sébastien Lesaint [Fri, 17 Nov 2017 13:00:26 +0000 (14:00 +0100)]
SONAR-10085 include EvaluatedQualityGate in QGChangeEvent

6 years agoSONAR-10065 persist properties sonar.pullRequest.* from analysis report
Sébastien Lesaint [Thu, 16 Nov 2017 10:45:04 +0000 (11:45 +0100)]
SONAR-10065 persist properties sonar.pullRequest.* from analysis report

6 years agoSONAR-10085 add Quality Gate Change event API
Sébastien Lesaint [Thu, 16 Nov 2017 09:36:17 +0000 (10:36 +0100)]
SONAR-10085 add Quality Gate Change event API

and use it for webhook on issue changes

6 years agoSONAR-10085 BranchDto and SnapshotDto have equals hashCode & toString
Sébastien Lesaint [Wed, 15 Nov 2017 15:28:35 +0000 (16:28 +0100)]
SONAR-10085 BranchDto and SnapshotDto have equals hashCode & toString

6 years agoSONAR-10085 webhook now use shared model of QualityGate
Sébastien Lesaint [Fri, 17 Nov 2017 10:17:31 +0000 (11:17 +0100)]
SONAR-10085 webhook now use shared model of QualityGate

6 years agoSONAR-10085 add QualityGate model to be shared accross server
Sébastien Lesaint [Fri, 17 Nov 2017 10:17:06 +0000 (11:17 +0100)]
SONAR-10085 add QualityGate model to be shared accross server

6 years agoSupport build of SonarQube with JDK 9
Simon Brandhof [Thu, 23 Nov 2017 21:01:21 +0000 (22:01 +0100)]
Support build of SonarQube with JDK 9

6 years agoRename protobuf response of api/ce/component
Daniel Schwarz [Thu, 23 Nov 2017 16:03:32 +0000 (17:03 +0100)]
Rename protobuf response of api/ce/component

The new name "ComponentResponse" will allow to autogenerate sonar-ws for this webservice

6 years agoSONAR-10119 Set default page size of api/organizations/search to 100
Daniel Schwarz [Thu, 23 Nov 2017 14:32:45 +0000 (15:32 +0100)]
SONAR-10119 Set default page size of api/organizations/search to 100

6 years agoLICENSE-85 Add OfficialDistribution to the pico of the compute engine
Julien HENRY [Wed, 22 Nov 2017 09:43:17 +0000 (10:43 +0100)]
LICENSE-85 Add OfficialDistribution to the pico of the compute engine

6 years agoAdd USER_PATCHES_HOME support and minor quality improvements (#2815)
Janos Gyerik [Tue, 21 Nov 2017 15:50:40 +0000 (16:50 +0100)]
Add USER_PATCHES_HOME support and minor quality improvements (#2815)

6 years agoAutomatic merge from branch-6.7
ssjenka [Tue, 21 Nov 2017 07:02:23 +0000 (08:02 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-10054 Fix error when changing rule severity for a quality profile

6 years agoFix search form in project permission page
Grégoire Aubert [Mon, 20 Nov 2017 14:56:51 +0000 (15:56 +0100)]
Fix search form in project permission page

6 years agoSONAR-10040 Fix usage of /api/rules/tags
Grégoire Aubert [Mon, 20 Nov 2017 14:40:00 +0000 (15:40 +0100)]
SONAR-10040 Fix usage of /api/rules/tags

6 years agofix ActionsDropdown menu position
Stas Vilchik [Mon, 20 Nov 2017 13:24:01 +0000 (14:24 +0100)]
fix ActionsDropdown menu position

6 years agoSONAR-10054 Fix error when changing rule severity for a quality profile
Grégoire Aubert [Thu, 9 Nov 2017 14:06:09 +0000 (15:06 +0100)]
SONAR-10054 Fix error when changing rule severity for a quality profile

6 years agoupdate wording in marketplace
Stas Vilchik [Mon, 20 Nov 2017 12:31:22 +0000 (13:31 +0100)]
update wording in marketplace

6 years agoSONAR-10056 Fix DB warning banner on the Quality Gates page
Grégoire Aubert [Thu, 9 Nov 2017 14:02:01 +0000 (15:02 +0100)]
SONAR-10056 Fix DB warning banner on the Quality Gates page

6 years agoAdd development patches for start.sh
Simon Brandhof [Fri, 17 Nov 2017 20:15:30 +0000 (21:15 +0100)]
Add development patches for start.sh

6 years agoDo not compile Java tests in quick-build.sh
Konda Reddy [Fri, 17 Nov 2017 20:17:53 +0000 (14:17 -0600)]
Do not compile Java tests in quick-build.sh

-DskipTests just skips the test execution: the tests are still compiled. Where as-Dmaven.test.skip will skip both compilation and execution of the tests.

6 years agoMerge branch 'feature/it-cleanup'
Eric Hartmann [Fri, 17 Nov 2017 08:42:51 +0000 (09:42 +0100)]
Merge branch 'feature/it-cleanup'

6 years agoAdd sonar.pullrequest.* properties to travis.sh
Janos Gyerik [Thu, 16 Nov 2017 17:05:45 +0000 (18:05 +0100)]
Add sonar.pullrequest.* properties to travis.sh

6 years agoAuto-generate sonar-ws for integration tests 2803/head
Daniel Schwarz [Tue, 14 Nov 2017 09:42:32 +0000 (10:42 +0100)]
Auto-generate sonar-ws for integration tests

6 years agoActivate integration test ProjectKeyUpdatePageTest
Simon Brandhof [Tue, 14 Nov 2017 13:30:35 +0000 (14:30 +0100)]
Activate integration test ProjectKeyUpdatePageTest

6 years agoRefactor integration tests in category "analysis"
Simon Brandhof [Tue, 14 Nov 2017 12:25:08 +0000 (13:25 +0100)]
Refactor integration tests in category "analysis"

Drop usage of resetData()

6 years agoAdd category "issue" in integration tests
Simon Brandhof [Tue, 14 Nov 2017 09:49:23 +0000 (10:49 +0100)]
Add category "issue" in integration tests

6 years agoAdd category "project" to integration tests
Simon Brandhof [Mon, 13 Nov 2017 23:01:28 +0000 (00:01 +0100)]
Add category "project" to integration tests

6 years agoFix quality flaws
Eric Hartmann [Mon, 13 Nov 2017 17:02:33 +0000 (18:02 +0100)]
Fix quality flaws

6 years agoUpdate timings for BootstrappingTest
Eric Hartmann [Mon, 13 Nov 2017 12:33:53 +0000 (13:33 +0100)]
Update timings for BootstrappingTest

6 years agoSpeed-up execute of categories in CIX
Simon Brandhof [Mon, 13 Nov 2017 12:28:58 +0000 (13:28 +0100)]
Speed-up execute of categories in CIX

6 years agoRestoring BootStrappingTest
Eric Hartmann [Mon, 13 Nov 2017 10:33:59 +0000 (11:33 +0100)]
Restoring BootStrappingTest

6 years agoAdd category qualityGate to integration tests
Simon Brandhof [Sat, 11 Nov 2017 17:48:48 +0000 (18:48 +0100)]
Add category qualityGate to integration tests

6 years agoAdd category authorization to integration tests
Simon Brandhof [Sat, 11 Nov 2017 17:21:25 +0000 (18:21 +0100)]
Add category authorization to integration tests

6 years agoAdd category qualityModel to integration tests
Simon Brandhof [Sat, 11 Nov 2017 15:57:30 +0000 (16:57 +0100)]
Add category qualityModel to integration tests

6 years agoFix upgrade test
Simon Brandhof [Sat, 11 Nov 2017 14:35:34 +0000 (15:35 +0100)]
Fix upgrade test

6 years agoAdd missing functions to Testers
Simon Brandhof [Sat, 11 Nov 2017 14:16:37 +0000 (15:16 +0100)]
Add missing functions to Testers

6 years agoUpgrade Selenide to 3.8
Simon Brandhof [Sat, 11 Nov 2017 11:19:43 +0000 (12:19 +0100)]
Upgrade Selenide to 3.8

6 years agoAdd category measure to integration tests
Simon Brandhof [Sat, 11 Nov 2017 11:04:33 +0000 (12:04 +0100)]
Add category measure to integration tests

6 years agoFix ignored Selenium tests
Eric Hartmann [Fri, 10 Nov 2017 16:12:23 +0000 (17:12 +0100)]
Fix ignored Selenium tests

6 years agoFix quality flaw
Eric Hartmann [Fri, 10 Nov 2017 12:58:46 +0000 (13:58 +0100)]
Fix quality flaw

6 years agoAdd category "test" to integration tests
Simon Brandhof [Fri, 10 Nov 2017 13:27:34 +0000 (14:27 +0100)]
Add category "test" to integration tests

6 years agoFix cix.sh
Simon Brandhof [Fri, 10 Nov 2017 13:08:47 +0000 (14:08 +0100)]
Fix cix.sh

6 years agoAdd category "source" to integration tests
Simon Brandhof [Fri, 10 Nov 2017 13:06:24 +0000 (14:06 +0100)]
Add category "source" to integration tests

6 years agoAdd sonar.ce.gracefulStopTimeOutInMs for unit tests
Eric Hartmann [Fri, 10 Nov 2017 12:01:18 +0000 (13:01 +0100)]
Add sonar.ce.gracefulStopTimeOutInMs for unit tests

6 years agoRemove useless ignored tests
Eric Hartmann [Fri, 10 Nov 2017 11:08:15 +0000 (12:08 +0100)]
Remove useless ignored tests

6 years agoClean-up category "organization"
Simon Brandhof [Fri, 10 Nov 2017 10:06:13 +0000 (11:06 +0100)]
Clean-up category "organization"

6 years agoAbility to use functional categories in integration tests
Simon Brandhof [Fri, 10 Nov 2017 09:44:38 +0000 (10:44 +0100)]
Ability to use functional categories in integration tests

applied to "duplication" category

6 years agoMove helpers to sonar-qa-util
Simon Brandhof [Thu, 9 Nov 2017 16:39:52 +0000 (17:39 +0100)]
Move helpers to sonar-qa-util

6 years agoAdd upgrade test from 6.7 LTS
Simon Brandhof [Thu, 9 Nov 2017 16:26:54 +0000 (17:26 +0100)]
Add upgrade test from 6.7 LTS

6 years agoRemove duplicated SelenideConfig for UpgradeTest
Simon Brandhof [Thu, 9 Nov 2017 15:59:20 +0000 (16:59 +0100)]
Remove duplicated SelenideConfig for UpgradeTest

6 years agoMove pageobjects to new module sonar-qa-util
Simon Brandhof [Thu, 9 Nov 2017 15:58:27 +0000 (16:58 +0100)]
Move pageobjects to new module sonar-qa-util

6 years agoDrop issueFilter/ToDoTest
Simon Brandhof [Thu, 9 Nov 2017 15:12:53 +0000 (16:12 +0100)]
Drop issueFilter/ToDoTest

6 years agoSONAR-10046 adding minimum length validation to api/users/search
Guillaume Jambet [Tue, 7 Nov 2017 16:35:02 +0000 (17:35 +0100)]
SONAR-10046 adding minimum length validation to api/users/search

6 years agoSONAR-10046 adding minimum length validation to api/rules/search
Guillaume Jambet [Tue, 7 Nov 2017 16:34:22 +0000 (17:34 +0100)]
SONAR-10046 adding minimum length validation to api/rules/search

6 years agoSONAR-10046 adding minimum length validation to api/organizations/search_members
Guillaume Jambet [Tue, 7 Nov 2017 16:33:01 +0000 (17:33 +0100)]
SONAR-10046 adding minimum length validation to api/organizations/search_members

6 years agoSONAR-10046 adding minimum length validation to api/measures/component_tree
Guillaume Jambet [Tue, 7 Nov 2017 16:31:56 +0000 (17:31 +0100)]
SONAR-10046 adding minimum length validation to api/measures/component_tree

6 years agoSONAR-10046 adding minimum length validation to api/components
Guillaume Jambet [Tue, 7 Nov 2017 16:30:57 +0000 (17:30 +0100)]
SONAR-10046 adding minimum length validation to api/components

6 years agoSONAR-10046 adding minimum length validation to api/permissions
Guillaume Jambet [Tue, 7 Nov 2017 16:26:58 +0000 (17:26 +0100)]
SONAR-10046 adding minimum length validation to api/permissions

6 years agoSONAR-10046 adding minimum length validation to Request api
Guillaume Jambet [Tue, 7 Nov 2017 10:14:06 +0000 (11:14 +0100)]
SONAR-10046 adding minimum length validation to Request api

6 years agoSONAR-10040 Update usage of api/issues/tags
Grégoire Aubert [Tue, 7 Nov 2017 12:23:16 +0000 (13:23 +0100)]
SONAR-10040 Update usage of api/issues/tags

6 years agoSONAR-10040 Update usage of api/metrics/search
Grégoire Aubert [Mon, 6 Nov 2017 16:19:12 +0000 (17:19 +0100)]
SONAR-10040 Update usage of api/metrics/search

6 years agoSONAR-10040 add maximum value to ws API
Julien Lancelot [Mon, 6 Nov 2017 10:25:35 +0000 (11:25 +0100)]
SONAR-10040 add maximum value to ws API

6 years agoSONAR-10040 add length validation to Settings ws
Guillaume Jambet [Fri, 3 Nov 2017 16:28:21 +0000 (17:28 +0100)]
SONAR-10040 add length validation to Settings ws

6 years agoSONAR-10040 add length validation to Tokens ws
Guillaume Jambet [Fri, 3 Nov 2017 16:20:02 +0000 (17:20 +0100)]
SONAR-10040 add length validation to Tokens ws

6 years agoSONAR-10040 add length validation to Groups ws
Guillaume Jambet [Fri, 3 Nov 2017 15:51:23 +0000 (16:51 +0100)]
SONAR-10040 add length validation to Groups ws

6 years agoSONAR-10040 add length validation to Rules ws
Guillaume Jambet [Thu, 2 Nov 2017 16:49:34 +0000 (17:49 +0100)]
SONAR-10040 add length validation to Rules ws

6 years agoSONAR-10040 add length validation to Quality Profiles ws
Guillaume Jambet [Thu, 2 Nov 2017 16:28:51 +0000 (17:28 +0100)]
SONAR-10040 add length validation to Quality Profiles ws

6 years agoSONAR-10040 add length validation to Quality Gates ws
Guillaume Jambet [Thu, 2 Nov 2017 16:18:09 +0000 (17:18 +0100)]
SONAR-10040 add length validation to Quality Gates ws

6 years agoSONAR-10040 add length validation to Project Links ws
Guillaume Jambet [Thu, 2 Nov 2017 16:00:41 +0000 (17:00 +0100)]
SONAR-10040 add length validation to Project Links ws

6 years agoSONAR-10040 add length validation to Events ws
Guillaume Jambet [Thu, 2 Nov 2017 15:55:49 +0000 (16:55 +0100)]
SONAR-10040 add length validation to Events ws

6 years agoSONAR-10040 add length validation to Organisations ws
Guillaume Jambet [Thu, 2 Nov 2017 15:49:23 +0000 (16:49 +0100)]
SONAR-10040 add length validation to Organisations ws

6 years agoSONAR-10040 clean code
Guillaume Jambet [Thu, 2 Nov 2017 15:38:40 +0000 (16:38 +0100)]
SONAR-10040 clean code

6 years agoSONAR-10040 add length validation to ce ws
Guillaume Jambet [Thu, 2 Nov 2017 14:38:41 +0000 (15:38 +0100)]
SONAR-10040 add length validation to ce ws

6 years agoSONAR-10040 add length validation to Branches ws
Guillaume Jambet [Thu, 2 Nov 2017 14:33:50 +0000 (15:33 +0100)]
SONAR-10040 add length validation to Branches ws

6 years agoSONAR-10040 move projectbranch ws to package branch
Guillaume Jambet [Thu, 2 Nov 2017 14:31:34 +0000 (15:31 +0100)]
SONAR-10040 move projectbranch ws to package branch

6 years agoSONAR-10040 add length validation to Users ws
Guillaume Jambet [Thu, 2 Nov 2017 14:26:13 +0000 (15:26 +0100)]
SONAR-10040 add length validation to Users ws

6 years agoSONAR-10040 add length validation to Metrics ws
Guillaume Jambet [Thu, 2 Nov 2017 14:12:51 +0000 (15:12 +0100)]
SONAR-10040 add length validation to Metrics ws

6 years agoSONAR-10040 add length validation to Request api and api/projects/create
Julien Lancelot [Thu, 2 Nov 2017 08:20:09 +0000 (09:20 +0100)]
SONAR-10040 add length validation to Request api and api/projects/create

6 years agoLICENSE-82 reset server ID on DB URL changes
Simon Brandhof [Mon, 6 Nov 2017 16:58:08 +0000 (17:58 +0100)]
LICENSE-82 reset server ID on DB URL changes

6 years agoDrop unused constant in InternalProperties
Simon Brandhof [Mon, 6 Nov 2017 14:41:22 +0000 (15:41 +0100)]
Drop unused constant in InternalProperties

6 years agoSONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8
Sébastien Lesaint [Thu, 2 Nov 2017 10:51:19 +0000 (11:51 +0100)]
SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8

6 years agoAutomatic merge from branch-6.7
Simon Brandhof [Tue, 7 Nov 2017 21:02:24 +0000 (22:02 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  Prepare for next development iteration

6 years agoPrepare for next development iteration
Julien Lancelot [Tue, 7 Nov 2017 19:00:41 +0000 (20:00 +0100)]
Prepare for next development iteration

6 years agoAutomatic merge from branch-6.7
Julien Lancelot [Tue, 7 Nov 2017 16:56:33 +0000 (17:56 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  Release 6.7
  LICENSE-82 reset server ID on DB URL changes
  Drop unused constant in InternalProperties
  SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8

6 years agoRelease 6.7 6.7
Simon Brandhof [Tue, 7 Nov 2017 15:03:37 +0000 (16:03 +0100)]
Release 6.7

6 years agoLICENSE-82 reset server ID on DB URL changes
Simon Brandhof [Mon, 6 Nov 2017 16:58:08 +0000 (17:58 +0100)]
LICENSE-82 reset server ID on DB URL changes

6 years agoDrop unused constant in InternalProperties
Simon Brandhof [Mon, 6 Nov 2017 14:41:22 +0000 (15:41 +0100)]
Drop unused constant in InternalProperties

6 years agoSONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8 2787/head
Sébastien Lesaint [Thu, 2 Nov 2017 10:51:19 +0000 (11:51 +0100)]
SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8

6 years agoAutomatic merge from branch-6.7
ssjenka [Tue, 7 Nov 2017 07:02:25 +0000 (08:02 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-9983 Upgrade to SonarPHP 2.11.0.2485

6 years agoSONAR-9983 Upgrade to SonarPHP 2.11.0.2485
Julien Lancelot [Mon, 6 Nov 2017 15:25:25 +0000 (16:25 +0100)]
SONAR-9983 Upgrade to SonarPHP 2.11.0.2485

6 years agoMerge remote-tracking branch 'origin/branch-6.7'
Grégoire Aubert [Mon, 6 Nov 2017 15:31:09 +0000 (16:31 +0100)]
Merge remote-tracking branch 'origin/branch-6.7'

6 years agoSONAR-9937 Add TOS checkbox when installing an edition in the marketplace
Grégoire Aubert [Mon, 6 Nov 2017 11:09:19 +0000 (12:09 +0100)]
SONAR-9937 Add TOS checkbox when installing an edition in the marketplace

6 years agoSONAR-9983 Upgrade to SonarJava 4.15.0.12310
Julien Lancelot [Mon, 6 Nov 2017 14:07:24 +0000 (15:07 +0100)]
SONAR-9983 Upgrade to SonarJava 4.15.0.12310

6 years agoSONAR-10026 Simplify running flag
Duarte Meneses [Tue, 31 Oct 2017 15:02:49 +0000 (16:02 +0100)]
SONAR-10026 Simplify running flag

6 years agoSONAR-10026 Avoid submitting callback tasks to the executor
Duarte Meneses [Tue, 31 Oct 2017 15:00:27 +0000 (16:00 +0100)]
SONAR-10026 Avoid submitting callback tasks to the executor

6 years agoSONAR-10044 fix projects permalink redirection
Stas Vilchik [Fri, 3 Nov 2017 14:12:29 +0000 (15:12 +0100)]
SONAR-10044 fix projects permalink redirection

6 years agoAutomatic merge from branch-6.7
ssjenka [Fri, 3 Nov 2017 15:01:25 +0000 (16:01 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  SONAR-9973 IT for report processing resilient to failure during start
  SONAR-9973 TaskContainer now support errors during start of components
  SONAR-9973 add IT ensuring resilience of Ce Workers to exceptions
  SONAR-9973 ComponentContainer#stopComponent now never fail

6 years agoAutomatic merge from branch-6.7
ssjenka [Fri, 3 Nov 2017 14:08:47 +0000 (15:08 +0100)]
Automatic merge from branch-6.7

* origin/branch-6.7:
  Update wording of datacenter edition