Commit Graph

17565 Commits

Author SHA1 Message Date
Jenkins CI
6715e390ea Automatic merge from branch-5.2
* origin/branch-5.2:
  Add missing tests
  Add ES circuit breaker stats to System Info page
2015-10-15 08:01:21 +02:00
Simon Brandhof
a11430d1a9 Add missing tests 2015-10-14 18:16:47 +02:00
Simon Brandhof
2fb3a8dd43 Add ES circuit breaker stats to System Info page 2015-10-14 18:15:57 +02:00
Teryk Bellahsene
fce2babd26 Create new WsClient to request WS 2015-10-14 17:29:26 +02:00
Jenkins CI
2050de252f Automatic merge from branch-5.2
* origin/branch-5.2:
  SONAR-6880 Fix return_to
  fix the components page of just provisioned project
  Add missing commons-email dependency for plugins using API < 5.2
  SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'
2015-10-14 17:29:08 +02:00
Julien Lancelot
bf1ca9e5cd SONAR-6880 Fix return_to
Because of the reset of the session, the return_to value was removed.
(cherry picked from commit 22de220)
2015-10-14 16:46:24 +02:00
Stas Vilchik
9ce2bfc021 fix the components page of just provisioned project 2015-10-14 16:42:19 +02:00
Julien Lancelot
b40333bc53 Add missing commons-email dependency for plugins using API < 5.2 2015-10-14 16:06:30 +02:00
Stas Vilchik
997aac4e40 improve code quality 2015-10-14 16:00:44 +02:00
Stas Vilchik
c1c95fed1d use moment.js installed by npm 2015-10-14 16:00:44 +02:00
Julien HENRY
9b4bff607f SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r' 2015-10-14 15:46:59 +02:00
Jenkins CI
0b322db430 Automatic merge from branch-5.2
* origin/branch-5.2:
  SONAR-6880 Fix SSF-37
  Revert "SONAR-6310 Delete RoR WS api/profiles/index"
  SONAR-6397 remove last line trick from ComputeFileSourceData
  SONAR-6397 read changeset from DB only if File is unmodified
  SONAR-6397 ScmInfoRepository optimisation for non FILE components
  Clean all temporary JS dependencies before release
  Prevent integration test modules to be deployed on central repository
  Deploy module sonar-server to maven central
  fix alignment in the file details
  fix applying of issue filter when user is not authenticated
  Revert "SONAR-6309 Delete RoR WS profiles/list"
2015-10-14 15:32:56 +02:00
Fabrice Bellingard
cf0128ccee SONAR-6880 Fix SSF-37 2015-10-14 15:23:34 +02:00
Teryk Bellahsene
2a443e6ce3 Revert "SONAR-6310 Delete RoR WS api/profiles/index"
This reverts commit 4dba36f4e2.
2015-10-14 14:04:19 +02:00
Sébastien Lesaint
48ba89d7ff SONAR-6397 remove last line trick from ComputeFileSourceData
added an extra empty line to the end of the file source iterator is now implemented directly into the CloseableIterator returned by the SourceLinesRepository
2015-10-14 11:50:47 +02:00
Sébastien Lesaint
844fb1f476 SONAR-6397 read changeset from DB only if File is unmodified
to achieve that, we compare the source hash stored in DB with hash of source in analysis report
this also remove duplication of line hashing algorithm between core and Computation Engine and isolate source and line hashing into specific classes
2015-10-14 11:50:47 +02:00
Sébastien Lesaint
1488cd4d39 SONAR-6397 ScmInfoRepository optimisation for non FILE components
when Component is not FILE, no need to neither check the report nor the DB
2015-10-14 11:50:47 +02:00
Simon Brandhof
921920d153 Clean all temporary JS dependencies before release 2015-10-14 11:33:22 +02:00
Simon Brandhof
e4012ed25f Prevent integration test modules to be deployed on central repository 2015-10-14 10:51:33 +02:00
Simon Brandhof
286ebb7201 Deploy module sonar-server to maven central 2015-10-14 10:51:13 +02:00
Stas Vilchik
15b2160bab improve the web build system, introduce gulp and browserify 2015-10-14 10:28:59 +02:00
Stas Vilchik
80bf0a1c4f fix alignment in the file details 2015-10-14 09:43:40 +02:00
Stas Vilchik
0bc0dd00f9 fix applying of issue filter when user is not authenticated 2015-10-14 09:28:34 +02:00
Teryk Bellahsene
7ba4efecca Revert "SONAR-6309 Delete RoR WS profiles/list"
This reverts commit 7992a218b2.
2015-10-14 09:14:05 +02:00
Jenkins CI
e51e9c9eb0 Automatic merge from branch-5.1
* origin/branch-5.2:
  Improve message when trying to install a non-plugin JAR
  Fix enforcer rule about size of zip
  Fix reliability of NetworkUtils#freePort()
  Fix Maven warnings
  SONAR-6219 Fix ruby warning "don't put space before argument parentheses"
2015-10-14 08:01:18 +02:00
Simon Brandhof
3afe7a9001 Improve message when trying to install a non-plugin JAR 2015-10-13 23:04:48 +02:00
Simon Brandhof
ded4ba72e1 Fix enforcer rule about size of zip 2015-10-13 23:04:48 +02:00
Simon Brandhof
b69d37dd79 Fix reliability of NetworkUtils#freePort() 2015-10-13 23:04:48 +02:00
Simon Brandhof
472b20d3f8 Fix Maven warnings
by replacing ${project.version} by ${pom.version}
2015-10-13 23:04:48 +02:00
Simon Brandhof
fbe888ec26 SONAR-6219 Fix ruby warning "don't put space before argument parentheses" 2015-10-13 23:04:48 +02:00
Jenkins CI
8350b39ed0 Automatic merge from branch-5.1
* origin/branch-5.2:
  Fix configuration of SQ version
  Revert "Fix the bad SQ version used by integration tests"
  Fix the bad SQ version used by integration tests
2015-10-13 22:30:35 +02:00
Simon Brandhof
3510446ff5 Fix configuration of SQ version 2015-10-13 17:03:26 +02:00
Simon Brandhof
9ffc146ae5 Revert "Fix the bad SQ version used by integration tests"
This reverts commit 2d67d61504.
2015-10-13 16:58:14 +02:00
Simon Brandhof
2d67d61504 Fix the bad SQ version used by integration tests 2015-10-13 16:06:11 +02:00
Thomas Vérin
5454b43be7 Upgrade version to 5.3-SNAPSHOT 2015-10-13 13:54:26 +02:00
Thomas Vérin
bc488dae24 [maven-release-plugin] prepare for next development iteration 2015-10-13 12:06:23 +02:00
Thomas Vérin
3d2b3bbd08 [maven-release-plugin] prepare release 5.2-RC2 2015-10-13 12:06:23 +02:00
Thomas Vérin
5d816d9a12 Update the sonar-web pom with correct config for javadoc and sources 2015-10-13 11:55:59 +02:00
Thomas Vérin
cf7a6b574f Updated poms to generate empty javadoc and sources jars to comply with maven central 2015-10-13 11:41:05 +02:00
Thomas Vérin
448f166e5f [maven-release-plugin] prepare for next development iteration 2015-10-12 17:58:42 +02:00
Thomas Vérin
d5dd7720eb [maven-release-plugin] prepare release 5.2-RC1 2015-10-12 17:58:42 +02:00
Simon Brandhof
4aac977ead Fix double installation of sources jar 2015-10-12 17:48:42 +02:00
tomverin
7738709981 Removed signature goal from maven release (redundant with bintray) 2015-10-12 17:00:03 +02:00
tomverin
b255fc14d5 update distributionManagement to deploy to bintray 2015-10-12 15:33:24 +02:00
Simon Brandhof
c36b42cd4b Try to fix error of maven-release-plugin 2015-10-12 14:50:52 +02:00
Julien Lancelot
7696389734 Fix rules index name 2015-10-12 14:25:58 +02:00
Julien Lancelot
4a2da6ecf4 Fix typo 2015-10-12 10:27:18 +02:00
Julien Lancelot
3f20a128d9 SONAR-6915 Change type of character columns of ISSUES table on MsSQL
Type of following columns are updtated to NVARCHAR on MsSQL :
ISSUES.TAGS
ISSUES.COMPONENT_UUID
ISSUES.PROJECT_UUID
2015-10-12 10:12:51 +02:00
Simon Brandhof
e812a77ec2 Fix Xms java option of sonar.web.javaOpts
- missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties
- missing default value "-Xms256m"
2015-10-12 10:05:27 +02:00
Simon Brandhof
8f5fbe851f SONAR-6884 revert systematic usage of latin1 CS collation when creating NVARCHAR columns on MSSQL 2015-10-12 09:28:49 +02:00