]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-8117 Extract update of quality gate condition into QualityGateConditionsUpdater
Julien Lancelot [Tue, 20 Sep 2016 17:32:01 +0000 (19:32 +0200)]
SONAR-8117 Extract update of quality gate condition into QualityGateConditionsUpdater

8 years agoSONAR-8117 Extract creation of quality gate condition into QualityGateConditionsUpdater
Julien Lancelot [Tue, 20 Sep 2016 14:40:20 +0000 (16:40 +0200)]
SONAR-8117 Extract creation of quality gate condition into QualityGateConditionsUpdater

8 years agoSONAR-8117 Extract creation of quality gate into QualityGateUpdater
Julien Lancelot [Tue, 20 Sep 2016 12:23:28 +0000 (14:23 +0200)]
SONAR-8117 Extract creation of quality gate into QualityGateUpdater

8 years agoSONAR-8116 Return rating metrics in api/qualitygates/app
Julien Lancelot [Mon, 19 Sep 2016 16:07:47 +0000 (18:07 +0200)]
SONAR-8116 Return rating metrics in api/qualitygates/app

8 years agoAutomatic merge from branch-6.1
ssjenka [Thu, 22 Sep 2016 09:02:17 +0000 (11:02 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  SONAR-7950 WS ce/component fix typo in description

8 years agoSONAR-8021 fix "null" error
Stas Vilchik [Wed, 21 Sep 2016 15:17:42 +0000 (17:17 +0200)]
SONAR-8021 fix "null" error

8 years agoSONAR-7950 WS ce/component fix typo in description 1270/head
Teryk Bellahsene [Wed, 21 Sep 2016 14:32:59 +0000 (16:32 +0200)]
SONAR-7950 WS ce/component fix typo in description

8 years agoImprove handling of some thread interruptions
Simon Brandhof [Wed, 21 Sep 2016 10:11:29 +0000 (12:11 +0200)]
Improve handling of some thread interruptions

8 years agoImprove thread-safe initialization of SLF4J
Simon Brandhof [Wed, 21 Sep 2016 09:37:36 +0000 (11:37 +0200)]
Improve thread-safe initialization of SLF4J

http://jira.qos.ch/browse/SLF4J-167 has been fixed in SLF4J 1.7.14
so that the initialization trick can be removed from SonarQube.

8 years agoAutomatic merge from branch-6.1
ssjenka [Tue, 20 Sep 2016 06:01:59 +0000 (08:01 +0200)]
Automatic merge from branch-6.1

* origin/branch-6.1:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 6.1-RC1

8 years agoPrepare for next development iteration
David Rautureau [Mon, 19 Sep 2016 15:32:59 +0000 (17:32 +0200)]
Prepare for next development iteration

8 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Mon, 19 Sep 2016 14:58:23 +0000 (16:58 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 6.1-RC1 6.1-RC1
David Rautureau [Mon, 19 Sep 2016 14:58:22 +0000 (16:58 +0200)]
[maven-release-plugin] prepare release 6.1-RC1

8 years agoSONAR-8094 remove create table on Oracle with SECUREFILE clause 1265/head
Sébastien Lesaint [Mon, 19 Sep 2016 12:37:13 +0000 (14:37 +0200)]
SONAR-8094 remove create table on Oracle with SECUREFILE clause

8 years agoSONAR-8093 PostProjectAnalysisTasksExecutor do not stop if task fails 1264/head
Sébastien Lesaint [Mon, 19 Sep 2016 12:08:45 +0000 (14:08 +0200)]
SONAR-8093 PostProjectAnalysisTasksExecutor do not stop if task fails

8 years agoSONAR-8093 Listener execution must not fail step execution
Sébastien Lesaint [Mon, 19 Sep 2016 11:56:21 +0000 (13:56 +0200)]
SONAR-8093 Listener execution must not fail step execution

8 years agoSONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDate
Sébastien Lesaint [Mon, 19 Sep 2016 11:51:59 +0000 (13:51 +0200)]
SONAR-8094 add PostProjectAnalysisTask.ProjectAnalysis#getAnalysisDate

8 years agoSONAR-8093 set analysis date as early as possible
Sébastien Lesaint [Mon, 19 Sep 2016 09:58:06 +0000 (11:58 +0200)]
SONAR-8093 set analysis date as early as possible

8 years agoSONAR-8093 PostTask API: don't fail when analysis date is not set
Sébastien Lesaint [Mon, 19 Sep 2016 09:57:21 +0000 (11:57 +0200)]
SONAR-8093 PostTask API: don't fail when analysis date is not set

8 years agoFix quality flaws
Julien Lancelot [Mon, 19 Sep 2016 10:44:15 +0000 (12:44 +0200)]
Fix quality flaws

8 years agoSONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider API 1263/head
Julien Lancelot [Mon, 19 Sep 2016 10:04:49 +0000 (12:04 +0200)]
SONAR-8031 Allow user login with 2 characters in Realm and IdentityProvider API

8 years agoDeprecate newReference() method accepting global offsets as parameter.
Julien HENRY [Mon, 19 Sep 2016 08:50:08 +0000 (10:50 +0200)]
Deprecate newReference() method accepting global offsets as parameter.

8 years agoAutomatic merge from branch-5.6
ssjenka [Fri, 16 Sep 2016 15:55:32 +0000 (17:55 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-8091 "All" option of "New Issues" facet works wrong

8 years agoSONAR-8091 "All" option of "New Issues" facet works wrong
Stas Vilchik [Fri, 16 Sep 2016 15:15:26 +0000 (17:15 +0200)]
SONAR-8091 "All" option of "New Issues" facet works wrong

8 years agoAutomatic merge from branch-5.6
ssjenka [Fri, 16 Sep 2016 15:14:15 +0000 (17:14 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-8075 support more than 12 CPU cores

8 years agoSONAR-8069 replace organisation by organization 1259/head
Teryk Bellahsene [Thu, 15 Sep 2016 16:17:45 +0000 (18:17 +0200)]
SONAR-8069 replace organisation by organization

8 years agoSONAR-7744 Permission information in WS use Locale.ENGLISH
Teryk Bellahsene [Thu, 15 Sep 2016 15:34:16 +0000 (17:34 +0200)]
SONAR-7744 Permission information in WS use Locale.ENGLISH

8 years agoSONAR-7950 WS ce/component supports componentKey
Teryk Bellahsene [Thu, 15 Sep 2016 15:24:27 +0000 (17:24 +0200)]
SONAR-7950 WS ce/component supports componentKey

8 years agoSONAR-8075 support more than 12 CPU cores
Simon Brandhof [Fri, 16 Sep 2016 14:30:39 +0000 (16:30 +0200)]
SONAR-8075 support more than 12 CPU cores

8 years agoSONAR-8076 Improve message on leak period on coverage and duplications when no new...
Stas Vilchik [Fri, 16 Sep 2016 12:03:12 +0000 (14:03 +0200)]
SONAR-8076 Improve message on leak period on coverage and duplications when no new data

8 years agoSONAR-7816 Measures on new lines should always be computed but only when SCM is available
Julien Lancelot [Wed, 14 Sep 2016 12:25:24 +0000 (14:25 +0200)]
SONAR-7816 Measures on new lines should always be computed but only when SCM is available

8 years agoFix Quality flaw
Simon Brandhof [Fri, 16 Sep 2016 14:23:06 +0000 (16:23 +0200)]
Fix Quality flaw

8 years agoSONAR-7988 support migrations on old table activities
Simon Brandhof [Fri, 16 Sep 2016 14:15:02 +0000 (16:15 +0200)]
SONAR-7988 support migrations on old table activities

8 years agoRemove unused BulkIndexer#setDisableRefresh()
Simon Brandhof [Fri, 16 Sep 2016 13:03:34 +0000 (15:03 +0200)]
Remove unused BulkIndexer#setDisableRefresh()

8 years agoSONAR-8088 Reduce number of shards for users and rules indices
Simon Brandhof [Fri, 16 Sep 2016 12:37:28 +0000 (14:37 +0200)]
SONAR-8088 Reduce number of shards for users and rules indices

8 years agoFix Quality flaw
Simon Brandhof [Fri, 16 Sep 2016 13:14:54 +0000 (15:14 +0200)]
Fix Quality flaw

8 years agoSONAR-7907 update ui 1260/head
Stas Vilchik [Fri, 16 Sep 2016 08:51:40 +0000 (10:51 +0200)]
SONAR-7907 update ui

8 years agoSONAR-7907 It should be possible to add SCM account that contains comma
Julien Lancelot [Thu, 15 Sep 2016 16:37:18 +0000 (18:37 +0200)]
SONAR-7907 It should be possible to add SCM account that contains comma

8 years agoSONAR-8035 Do not display error in logs when web request is aborted
Julien Lancelot [Thu, 15 Sep 2016 13:55:41 +0000 (15:55 +0200)]
SONAR-8035 Do not display error in logs when web request is aborted

8 years agoSONAR-8080 Fix error 500 when format parameter is used in web_api
Julien Lancelot [Thu, 15 Sep 2016 13:37:25 +0000 (15:37 +0200)]
SONAR-8080 Fix error 500 when format parameter is used in web_api

8 years agoRemove duplicated package-info.java in org.sonar.ce
Simon Brandhof [Fri, 16 Sep 2016 12:18:37 +0000 (14:18 +0200)]
Remove duplicated package-info.java in org.sonar.ce

This package is defined in both sonar-server and sonar-ce modules.
As a consequence Javadoc can not be generated when releasing
SonarQube

8 years agoRe-enable upgrade tests
Simon Brandhof [Fri, 16 Sep 2016 08:46:30 +0000 (10:46 +0200)]
Re-enable upgrade tests

8 years agoSONAR-7988 fix mssql collation which was badly defined in 5.x
Simon Brandhof [Tue, 23 Aug 2016 19:38:25 +0000 (21:38 +0200)]
SONAR-7988 fix mssql collation which was badly defined in 5.x

8 years agosort components by qualifier on code page
Stas Vilchik [Fri, 16 Sep 2016 12:40:46 +0000 (14:40 +0200)]
sort components by qualifier on code page

8 years ago"Error Stacktrace" -> "Error Details"
Stas Vilchik [Fri, 16 Sep 2016 10:28:56 +0000 (12:28 +0200)]
"Error Stacktrace" -> "Error Details"

8 years agoSONAR-7932 Useless WS call on the Code page (#1248)
Stas Vilchik [Fri, 16 Sep 2016 11:41:29 +0000 (13:41 +0200)]
SONAR-7932 Useless WS call on the Code page (#1248)

8 years agoSONAR-8025 rewrite create table RULE_REPOSITORIES in java 1250/head
Sébastien Lesaint [Thu, 15 Sep 2016 10:21:09 +0000 (12:21 +0200)]
SONAR-8025 rewrite create table RULE_REPOSITORIES in java

8 years agoSONAR-8025 rewrite create table QPROFILE_CHANGES in java
Sébastien Lesaint [Thu, 15 Sep 2016 09:48:38 +0000 (11:48 +0200)]
SONAR-8025 rewrite create table QPROFILE_CHANGES in java

8 years agoSONAR-8025 rename columns DATA as they are reserved words
Sébastien Lesaint [Wed, 14 Sep 2016 13:58:11 +0000 (15:58 +0200)]
SONAR-8025 rename columns DATA as they are reserved words

8 years agoSONAR-8025 minor internal refacto of CreateTableBuilder
Sébastien Lesaint [Wed, 14 Sep 2016 12:39:32 +0000 (14:39 +0200)]
SONAR-8025 minor internal refacto of CreateTableBuilder

8 years agoSONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation
Sébastien Lesaint [Wed, 14 Sep 2016 11:46:53 +0000 (13:46 +0200)]
SONAR-8025 create MySQL table with hardcoded Engine,Charset&Collation

8 years agoSONAR-8025 improve column name checks + factor with table name check
Sébastien Lesaint [Wed, 14 Sep 2016 09:06:22 +0000 (11:06 +0200)]
SONAR-8025 improve column name checks + factor with table name check

8 years agoSONAR-8025 strengthen name checks in CreateTableBuilder
Sébastien Lesaint [Wed, 14 Sep 2016 09:05:09 +0000 (11:05 +0200)]
SONAR-8025 strengthen name checks in CreateTableBuilder

8 years agoSONAR-8025 ddl changes must not be executed with a PreparedStatement
Sébastien Lesaint [Wed, 14 Sep 2016 09:23:42 +0000 (11:23 +0200)]
SONAR-8025 ddl changes must not be executed with a PreparedStatement

8 years agoSONAR-8025 rewrite create table PROPERTIES2 in java
Sébastien Lesaint [Tue, 13 Sep 2016 13:19:12 +0000 (15:19 +0200)]
SONAR-8025 rewrite create table PROPERTIES2 in java

8 years agoSONAR-8025 add support for autoincrement column to CreateTableBuilder
Sébastien Lesaint [Tue, 13 Sep 2016 16:37:24 +0000 (18:37 +0200)]
SONAR-8025 add support for autoincrement column to CreateTableBuilder

8 years agoSONAR-8025 add IntegerColumnDef
Sébastien Lesaint [Tue, 13 Sep 2016 14:45:32 +0000 (16:45 +0200)]
SONAR-8025 add IntegerColumnDef

8 years agoSONAR-8025 rewrite create table INTERNAL_PROPERTIES in java
Sébastien Lesaint [Tue, 13 Sep 2016 13:01:53 +0000 (15:01 +0200)]
SONAR-8025 rewrite create table INTERNAL_PROPERTIES in java

8 years agoSONAR-8025 rewrite create table CE_SCANNER_CONTEXT in java
Sébastien Lesaint [Tue, 13 Sep 2016 12:35:24 +0000 (14:35 +0200)]
SONAR-8025 rewrite create table CE_SCANNER_CONTEXT in java

8 years agoSONAR-8025 rewrite create table CE_TASK_INPUT in java
Sébastien Lesaint [Tue, 13 Sep 2016 09:47:43 +0000 (11:47 +0200)]
SONAR-8025 rewrite create table CE_TASK_INPUT in java

8 years agoSONAR-8025 add LOB storage clause to CreateTableBuilder for Oracle
Sébastien Lesaint [Mon, 12 Sep 2016 15:40:17 +0000 (17:40 +0200)]
SONAR-8025 add LOB storage clause to CreateTableBuilder for Oracle

8 years agoSONAR-8025 add CreateTableBuilder
Sébastien Lesaint [Mon, 12 Sep 2016 15:05:18 +0000 (17:05 +0200)]
SONAR-8025 add CreateTableBuilder

8 years agoSONAR-8025 add BlobColumnDef
Sébastien Lesaint [Tue, 13 Sep 2016 09:32:31 +0000 (11:32 +0200)]
SONAR-8025 add BlobColumnDef

8 years agoSONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDef
Sébastien Lesaint [Tue, 13 Sep 2016 14:15:52 +0000 (16:15 +0200)]
SONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDef

8 years agoSONAR-8025 add DbTester#assertPrimaryKey
Sébastien Lesaint [Tue, 13 Sep 2016 10:52:49 +0000 (12:52 +0200)]
SONAR-8025 add DbTester#assertPrimaryKey

8 years agoSONAR-8025 add DbTester#executeDdl
Sébastien Lesaint [Tue, 13 Sep 2016 09:19:40 +0000 (11:19 +0200)]
SONAR-8025 add DbTester#executeDdl

8 years agoSONAR-7676 fix cast error calling java_facade.saveProperty 1258/head
Sébastien Lesaint [Thu, 15 Sep 2016 12:19:56 +0000 (14:19 +0200)]
SONAR-7676 fix cast error calling java_facade.saveProperty

8 years agoSONAR-8081 Http error 400 is sent when trying an incorrect issue transition 1253/head
Teryk Bellahsene [Wed, 14 Sep 2016 17:05:46 +0000 (19:05 +0200)]
SONAR-8081 Http error 400 is sent when trying an incorrect issue transition

8 years agoSONAR-7038 Validate a 400 is sent when WS issues/search cannot parse the date
Teryk Bellahsene [Wed, 14 Sep 2016 16:02:55 +0000 (18:02 +0200)]
SONAR-7038 Validate a 400 is sent when WS issues/search cannot parse the date

8 years agoSONAR-6912 Prevent deletion of the last admin group when no standalone admin user
Janos Gyerik [Mon, 16 May 2016 12:15:08 +0000 (14:15 +0200)]
SONAR-6912 Prevent deletion of the last admin group when no standalone admin user

8 years agoSONAR-8068 Bold font does not render properly on linux and windows
Stas Vilchik [Thu, 15 Sep 2016 13:50:24 +0000 (15:50 +0200)]
SONAR-8068 Bold font does not render properly on linux and windows

8 years agoSONAR-8057 Make current user default option when assigning issues
Stas Vilchik [Thu, 15 Sep 2016 11:45:48 +0000 (13:45 +0200)]
SONAR-8057 Make current user default option when assigning issues

8 years agoSONAR-7999 Improve switching between parameters and response example
Stas Vilchik [Thu, 15 Sep 2016 11:40:50 +0000 (13:40 +0200)]
SONAR-7999 Improve switching between parameters and response example

8 years agoimprove code quality
Stas Vilchik [Thu, 15 Sep 2016 10:20:16 +0000 (12:20 +0200)]
improve code quality

8 years agoSONAR-7790 Improve issue comment modal UI
Stas Vilchik [Thu, 15 Sep 2016 10:18:54 +0000 (12:18 +0200)]
SONAR-7790 Improve issue comment modal UI

8 years agoFix NewDebtRatioMeasureTest
Julien Lancelot [Fri, 16 Sep 2016 08:19:14 +0000 (10:19 +0200)]
Fix NewDebtRatioMeasureTest

8 years agoSONAR-8073 display custom html page in case of highlevel 500 error 1256/head
Sébastien Lesaint [Thu, 15 Sep 2016 09:01:59 +0000 (11:01 +0200)]
SONAR-8073 display custom html page in case of highlevel 500 error

8 years agoSONAR-8073 no Throwable must be handled by Tomcat
Sébastien Lesaint [Thu, 15 Sep 2016 08:54:47 +0000 (10:54 +0200)]
SONAR-8073 no Throwable must be handled by Tomcat

8 years agoMerge remote-tracking branch 'origin/branch-5.6'
Stas Vilchik [Thu, 15 Sep 2016 14:40:30 +0000 (16:40 +0200)]
Merge remote-tracking branch 'origin/branch-5.6'

8 years agofix SSF-50
Stas Vilchik [Thu, 15 Sep 2016 14:33:15 +0000 (16:33 +0200)]
fix SSF-50

8 years agofix SSF-49
Stas Vilchik [Thu, 15 Sep 2016 14:19:39 +0000 (16:19 +0200)]
fix SSF-49

8 years agoSONAR-7865 Deprecate XML format of web service responses 1251/head
Julien Lancelot [Wed, 14 Sep 2016 09:51:28 +0000 (11:51 +0200)]
SONAR-7865 Deprecate XML format of web service responses

8 years agoFix typo in favourite action name
Julien Lancelot [Wed, 14 Sep 2016 12:32:58 +0000 (14:32 +0200)]
Fix typo in favourite action name

8 years agoSONAR-8024 Deprecate PropertyFieldDefinition#indicativeSize
Julien Lancelot [Wed, 14 Sep 2016 09:23:07 +0000 (11:23 +0200)]
SONAR-8024 Deprecate PropertyFieldDefinition#indicativeSize

8 years agoSONAR-7987 Deprecate PropertyDefinition#propertySetKey()
Julien Lancelot [Wed, 14 Sep 2016 09:21:41 +0000 (11:21 +0200)]
SONAR-7987 Deprecate PropertyDefinition#propertySetKey()

8 years agoSONAR-6407 Missing javadoc on profileImporter and profileExporter 1255/head
Julien Lancelot [Wed, 14 Sep 2016 13:49:43 +0000 (15:49 +0200)]
SONAR-6407 Missing javadoc on profileImporter and profileExporter

8 years agodo not send an overriden language if none is set
Thomas Weißschuh [Wed, 17 Aug 2016 15:46:29 +0000 (15:46 +0000)]
do not send an overriden language if none is set

If the browser does not have any language configured
`window.navigator.languages == []` and
`window.navigator.language == ""`.
(at least on FF)
In this case an empty GET parameter is submitted to `/api/l10n/index?locale=`.
This leads to a 400 Bad Request response and no language data.
Therefore the navbar has no UI elements and is unusable, make login impossible.

8 years agoImprove stability of ProgressLoggerTest
Simon Brandhof [Wed, 14 Sep 2016 21:36:19 +0000 (23:36 +0200)]
Improve stability of ProgressLoggerTest

in order to avoid :
log_at_fixed_intervals(org.sonar.core.util.ProgressLoggerTest)
java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at org.sonar.api.internal.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.next(AbstractMapBasedMultimap.java:486)
at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
at org.sonar.core.util.ProgressLoggerTest.hasInfoLog(ProgressLoggerTest.java:71)
at org.sonar.core.util.ProgressLoggerTest.log_at_fixed_intervals(ProgressLoggerTest.java:44)

8 years agoSONAR-8084 Support HTTP proxy authentication
Julien HENRY [Wed, 14 Sep 2016 21:08:59 +0000 (23:08 +0200)]
SONAR-8084 Support HTTP proxy authentication

Tested by an IT in SQ Scanner API

8 years agoSONAR-8079 improve tests 1252/head
Simon Brandhof [Wed, 14 Sep 2016 15:20:03 +0000 (17:20 +0200)]
SONAR-8079 improve tests

8 years agoSONAR-8079 drop methods suffixed with "kee" in RuleRepositoryDto
Simon Brandhof [Wed, 14 Sep 2016 15:19:46 +0000 (17:19 +0200)]
SONAR-8079 drop methods suffixed with "kee" in RuleRepositoryDto

8 years agoSONAR-8079 drop cache RuleRepositories
Simon Brandhof [Wed, 14 Sep 2016 14:17:07 +0000 (16:17 +0200)]
SONAR-8079 drop cache RuleRepositories

8 years agoSONAR-8079 feed table rule_repositories on startup
Simon Brandhof [Wed, 14 Sep 2016 14:16:30 +0000 (16:16 +0200)]
SONAR-8079 feed table rule_repositories on startup

8 years agoSONAR-8078 remove pagination from api/rules/repositories
Simon Brandhof [Wed, 14 Sep 2016 12:44:00 +0000 (14:44 +0200)]
SONAR-8078 remove pagination from api/rules/repositories

8 years agoSONAR-8079 add RuleRepositoryDao
Simon Brandhof [Wed, 14 Sep 2016 11:39:01 +0000 (13:39 +0200)]
SONAR-8079 add RuleRepositoryDao

8 years agoSONAR-8079 create table rule_repositories
Simon Brandhof [Wed, 14 Sep 2016 11:05:11 +0000 (13:05 +0200)]
SONAR-8079 create table rule_repositories

Goal is to remove the in-memory cache RuleRepositories. It is
not populated on web "followers" (cluster mode) and makes
WS api/rules/app and api/rules/repositories fail.

8 years agoRemove unused QProfileComparison from Compute Engine
Simon Brandhof [Wed, 14 Sep 2016 08:40:26 +0000 (10:40 +0200)]
Remove unused QProfileComparison from Compute Engine

8 years agoRemove unused class BuiltInProfiles
Simon Brandhof [Wed, 14 Sep 2016 08:38:21 +0000 (10:38 +0200)]
Remove unused class BuiltInProfiles

8 years agoSONAR-8028 Search QP changes with inclusive date and date+time 1246/head
Teryk Bellahsene [Tue, 13 Sep 2016 17:06:15 +0000 (19:06 +0200)]
SONAR-8028 Search QP changes with inclusive date and date+time

8 years agoSONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks and...
Teryk Bellahsene [Tue, 13 Sep 2016 16:49:54 +0000 (18:49 +0200)]
SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks and issues