]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6557 Remove library filter in SQL queries 364/head
Julien Lancelot [Thu, 11 Jun 2015 07:24:32 +0000 (09:24 +0200)]
SONAR-6557 Remove library filter in SQL queries

9 years agoSONAR-6557 Drop dependencies table
Julien Lancelot [Wed, 10 Jun 2015 16:31:13 +0000 (18:31 +0200)]
SONAR-6557 Drop dependencies table

9 years agoSONAR-6557 Remove component and snapshot libraries
Julien Lancelot [Wed, 10 Jun 2015 16:30:55 +0000 (18:30 +0200)]
SONAR-6557 Remove component and snapshot libraries

9 years agoSONAR-6557 Remove useless migrations on dependencies
Julien Lancelot [Wed, 10 Jun 2015 15:34:31 +0000 (17:34 +0200)]
SONAR-6557 Remove useless migrations on dependencies

9 years agoSONAR-6636 Remove module checks from batch requiring database
Julien Lancelot [Thu, 11 Jun 2015 08:10:57 +0000 (10:10 +0200)]
SONAR-6636 Remove module checks from batch requiring database

9 years agofix tooltips on issues home page
Stas Vilchik [Fri, 12 Jun 2015 09:08:53 +0000 (11:08 +0200)]
fix tooltips on issues home page

9 years agoimprove display of sticky footer in modern browsers
Stas Vilchik [Fri, 12 Jun 2015 09:00:29 +0000 (11:00 +0200)]
improve display of sticky footer in modern browsers

9 years agofix QualityGateServiceImpl: QualityGateConditionDto has only metricId
Sébastien Lesaint [Fri, 12 Jun 2015 08:22:31 +0000 (10:22 +0200)]
fix QualityGateServiceImpl: QualityGateConditionDto has only metricId

and no metricKey has was initially assumed by the implementation of QualityGateServiceImpl,

9 years agoMetricDao.selectNullableById should really take a long, not a int
Sébastien Lesaint [Fri, 12 Jun 2015 08:01:29 +0000 (10:01 +0200)]
MetricDao.selectNullableById should really take a long, not a int

9 years agoDecrease to DEBUG the log "API compatibility mode is enabled on plugin xxx"
Simon Brandhof [Fri, 12 Jun 2015 08:09:02 +0000 (10:09 +0200)]
Decrease to DEBUG the log "API compatibility mode is enabled on plugin xxx"

9 years agofix piece of code lost in merge in QualityGateEventsStep
Sébastien Lesaint [Fri, 12 Jun 2015 07:52:05 +0000 (09:52 +0200)]
fix piece of code lost in merge in QualityGateEventsStep

9 years agoFix creation of components
Julien Lancelot [Fri, 12 Jun 2015 07:51:42 +0000 (09:51 +0200)]
Fix creation of components

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Fri, 12 Jun 2015 06:01:06 +0000 (08:01 +0200)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  Log exception that is ignored because of execution in thread

9 years agoSONAR-6624 apply feedback
Stas Vilchik [Thu, 11 Jun 2015 16:52:33 +0000 (18:52 +0200)]
SONAR-6624 apply feedback

9 years agoLog exception that is ignored because of execution in thread
Simon Brandhof [Thu, 11 Jun 2015 16:05:29 +0000 (18:05 +0200)]
Log exception that is ignored because of execution in thread

9 years agoSONAR-6565 do not show global error when request fails
Stas Vilchik [Thu, 11 Jun 2015 15:39:09 +0000 (17:39 +0200)]
SONAR-6565 do not show global error when request fails

9 years agofix quality flaws
Stas Vilchik [Thu, 11 Jun 2015 15:20:25 +0000 (17:20 +0200)]
fix quality flaws

9 years agoclose modal form by pressing escape even if input is focused
Stas Vilchik [Thu, 11 Jun 2015 15:16:06 +0000 (17:16 +0200)]
close modal form by pressing escape even if input is focused

9 years agoSONAR-6565 Prevent IllegalStateException from spewing to server log
Jean-Baptiste Lievremont [Thu, 11 Jun 2015 14:23:04 +0000 (16:23 +0200)]
SONAR-6565 Prevent IllegalStateException from spewing to server log

9 years agofix issue with component favorite
Stas Vilchik [Thu, 11 Jun 2015 11:32:51 +0000 (13:32 +0200)]
fix issue with component favorite

9 years agosanitize coding rules web tests
Stas Vilchik [Thu, 11 Jun 2015 10:25:07 +0000 (12:25 +0200)]
sanitize coding rules web tests

9 years agoupdate jquery to 2.x
Stas Vilchik [Thu, 11 Jun 2015 07:43:59 +0000 (09:43 +0200)]
update jquery to 2.x

9 years agoSONAR-6620 Metric's equals/hashcode should use only the key 360/head
Sébastien Lesaint [Wed, 10 Jun 2015 09:00:09 +0000 (11:00 +0200)]
SONAR-6620 Metric's equals/hashcode should use only the key

9 years agoSONAR-6620 rename Metric.getMetricType to getType
Sébastien Lesaint [Wed, 10 Jun 2015 08:54:01 +0000 (10:54 +0200)]
SONAR-6620 rename Metric.getMetricType to getType

9 years agoSONAR-6620 add step to retrieve project's QualityGate
Sébastien Lesaint [Mon, 8 Jun 2015 14:56:11 +0000 (16:56 +0200)]
SONAR-6620 add step to retrieve project's QualityGate

9 years agoSONAR-6620 remove Dto and BatchReport object from MeasureRepository
Sébastien Lesaint [Thu, 4 Jun 2015 16:24:02 +0000 (18:24 +0200)]
SONAR-6620 remove Dto and BatchReport object from MeasureRepository

9 years agoadd support for Module in CE's container
Sébastien Lesaint [Tue, 9 Jun 2015 14:56:34 +0000 (16:56 +0200)]
add support for Module in CE's container

9 years agoBatchReportReaderRule.readComponentMeasures should never return null
Sébastien Lesaint [Tue, 9 Jun 2015 13:39:15 +0000 (15:39 +0200)]
BatchReportReaderRule.readComponentMeasures should never return null

9 years agoadd junit-dataprovider as a dependency of sonar-testing-harness
Sébastien Lesaint [Fri, 5 Jun 2015 13:14:48 +0000 (15:14 +0200)]
add junit-dataprovider as a dependency of sonar-testing-harness

9 years agoSONAR-6610 invalidate ruby metric cache when creating/updating/deleting a metric
Teryk Bellahsene [Wed, 10 Jun 2015 16:19:53 +0000 (18:19 +0200)]
SONAR-6610 invalidate ruby metric cache when creating/updating/deleting a metric

9 years agounify actions dropdowns
Stas Vilchik [Wed, 10 Jun 2015 15:34:09 +0000 (17:34 +0200)]
unify actions dropdowns

9 years agoSONAR-6260 Fix test on Oracle because snapshots.path is not empty but null
Julien Lancelot [Wed, 10 Jun 2015 14:46:49 +0000 (16:46 +0200)]
SONAR-6260 Fix test on Oracle because snapshots.path is not empty but null

9 years agofix CustomMeasureTesting to generate alpha numeric characters only
Teryk Bellahsene [Wed, 10 Jun 2015 13:12:52 +0000 (15:12 +0200)]
fix CustomMeasureTesting to generate alpha numeric characters only

9 years agoSONAR-6596 Remove database semaphores from batch 363/head
Julien Lancelot [Wed, 10 Jun 2015 13:00:55 +0000 (15:00 +0200)]
SONAR-6596 Remove database semaphores from batch

9 years agoSONAR-6324 Disable cross project duplications
Julien Lancelot [Wed, 10 Jun 2015 12:24:09 +0000 (14:24 +0200)]
SONAR-6324 Disable cross project duplications

9 years agoSONAR-6260 Apply PR feedback
Julien Lancelot [Wed, 10 Jun 2015 10:12:31 +0000 (12:12 +0200)]
SONAR-6260 Apply PR feedback

9 years agoSONAR-6260 Set is unit test in Component
Julien Lancelot [Wed, 10 Jun 2015 10:35:18 +0000 (12:35 +0200)]
SONAR-6260 Set is unit test in Component

9 years agoSONAR-6260 Set component version in Component
Julien Lancelot [Wed, 10 Jun 2015 10:22:46 +0000 (12:22 +0200)]
SONAR-6260 Set component version in Component

9 years agoSONAR-6260 Remove snapshot and project persistence form batch
Julien Lancelot [Tue, 9 Jun 2015 15:45:52 +0000 (17:45 +0200)]
SONAR-6260 Remove snapshot and project persistence form batch

9 years agoSONAR-6260 Fix snapshot id when persisting measures
Julien Lancelot [Tue, 9 Jun 2015 08:22:00 +0000 (10:22 +0200)]
SONAR-6260 Fix snapshot id when persisting measures

9 years agoSONAR-6260 Set created at when creating new components
Julien Lancelot [Mon, 8 Jun 2015 16:21:22 +0000 (18:21 +0200)]
SONAR-6260 Set created at when creating new components

9 years agoSONAR-6260 Remove snapshot id from batch report
Julien Lancelot [Mon, 8 Jun 2015 13:43:53 +0000 (15:43 +0200)]
SONAR-6260 Remove snapshot id from batch report

9 years agoSONAR-6260 Persist snapshots with periods
Julien Lancelot [Mon, 8 Jun 2015 13:13:15 +0000 (15:13 +0200)]
SONAR-6260 Persist snapshots with periods

9 years agoSONAR-6260 Merge PeriodFinder and FeedPeriodsStep
Julien Lancelot [Mon, 8 Jun 2015 12:22:20 +0000 (14:22 +0200)]
SONAR-6260 Merge PeriodFinder and FeedPeriodsStep

9 years agoSONAR-6260 Replace PeriodsRepository by a PeriodsHolder
Julien Lancelot [Mon, 8 Jun 2015 09:31:32 +0000 (11:31 +0200)]
SONAR-6260 Replace PeriodsRepository by a PeriodsHolder

9 years agoSONAR-6260 Split persistence of snapshots and projects
Julien Lancelot [Mon, 8 Jun 2015 07:48:38 +0000 (09:48 +0200)]
SONAR-6260 Split persistence of snapshots and projects

9 years agoSONAR-6260 Create a PeriodsRepository
Julien Lancelot [Fri, 5 Jun 2015 13:31:20 +0000 (15:31 +0200)]
SONAR-6260 Create a PeriodsRepository
The goal is to copy behaviour of PeriodsDefinition and TimeMachineConfiguration from batch in the Compute Engin

9 years agoSONAR-6260 Persist snapshots without periods
Julien Lancelot [Thu, 4 Jun 2015 12:11:32 +0000 (14:11 +0200)]
SONAR-6260 Persist snapshots without periods

9 years agoimprove web tests suite
Stas Vilchik [Wed, 10 Jun 2015 10:43:45 +0000 (12:43 +0200)]
improve web tests suite

9 years agoDrop Hibernate model ManualMeasure
Simon Brandhof [Wed, 10 Jun 2015 12:16:22 +0000 (14:16 +0200)]
Drop Hibernate model ManualMeasure

9 years agoRefactor the SQL request to select notif properties
Simon Brandhof [Wed, 10 Jun 2015 11:41:25 +0000 (13:41 +0200)]
Refactor the SQL request to select notif properties

It should restore the compatibility with all supported dbs.

9 years agoSONAR-6615 add in table 'manual_measures' column 'compunent_uuid' 362/head
Teryk Bellahsene [Wed, 10 Jun 2015 09:00:13 +0000 (11:00 +0200)]
SONAR-6615 add in table 'manual_measures' column 'compunent_uuid'

9 years agoUse DumbComponent builder in tests 361/head
Simon Brandhof [Wed, 10 Jun 2015 09:25:13 +0000 (11:25 +0200)]
Use DumbComponent builder in tests

9 years agoSONAR-6567 send notifications on QGate failures
Simon Brandhof [Tue, 9 Jun 2015 09:11:05 +0000 (11:11 +0200)]
SONAR-6567 send notifications on QGate failures

9 years agoKeep compatibility with deprecated JFreeChart
Simon Brandhof [Wed, 10 Jun 2015 08:11:26 +0000 (10:11 +0200)]
Keep compatibility with deprecated JFreeChart

9 years agoTemporarily remove custom measures from batch
Simon Brandhof [Wed, 10 Jun 2015 07:51:24 +0000 (09:51 +0200)]
Temporarily remove custom measures from batch

They are being moved to Compute Engine.

9 years agoRemove some unused constants from IndexField.Type
Simon Brandhof [Wed, 10 Jun 2015 07:42:19 +0000 (09:42 +0200)]
Remove some unused constants from IndexField.Type

9 years agofix quality flaws
Stas Vilchik [Tue, 9 Jun 2015 15:14:39 +0000 (17:14 +0200)]
fix quality flaws

9 years agoupgrade backbone.marionette
Stas Vilchik [Tue, 9 Jun 2015 10:13:56 +0000 (12:13 +0200)]
upgrade backbone.marionette

9 years agoSONAR-6565 Display a clear message when default group does not exist
Jean-Baptiste Lievremont [Tue, 9 Jun 2015 11:38:34 +0000 (13:38 +0200)]
SONAR-6565 Display a clear message when default group does not exist

9 years agoFix notifications in ruby code
Simon Brandhof [Tue, 9 Jun 2015 09:56:23 +0000 (11:56 +0200)]
Fix notifications in ruby code

9 years agoMerge pull request #359 from SonarSource/disable_cache_by_default
dbmeneses [Tue, 9 Jun 2015 09:34:50 +0000 (11:34 +0200)]
Merge pull request #359 from SonarSource/disable_cache_by_default

SONAR-6577 offline mode in preview mode

9 years agoSONAR-5892 apply feedback
Stas Vilchik [Tue, 9 Jun 2015 09:23:58 +0000 (11:23 +0200)]
SONAR-5892 apply feedback

9 years agoSONAR-6577 offline mode in preview mode 359/head
Duarte Meneses [Tue, 9 Jun 2015 08:47:55 +0000 (10:47 +0200)]
SONAR-6577 offline mode in preview mode

9 years agoSONAR-6624 add data-key for each metric
Stas Vilchik [Tue, 9 Jun 2015 07:46:51 +0000 (09:46 +0200)]
SONAR-6624 add data-key for each metric

9 years agoadd component issues page web tests
Stas Vilchik [Mon, 8 Jun 2015 15:39:39 +0000 (17:39 +0200)]
add component issues page web tests

9 years agoreturn backgrounds for failed analysis
Stas Vilchik [Mon, 8 Jun 2015 15:25:39 +0000 (17:25 +0200)]
return backgrounds for failed analysis

9 years agoSONAR-6624 refactor custom metrics page
Stas Vilchik [Mon, 8 Jun 2015 10:20:03 +0000 (12:20 +0200)]
SONAR-6624 refactor custom metrics page

9 years agorefactoring - move custom measures related classes in the measure.custom package
Teryk Bellahsene [Mon, 8 Jun 2015 14:08:18 +0000 (16:08 +0200)]
refactoring - move custom measures related classes in the measure.custom package

9 years agoSONAR-6341 make it possible to bulk delete provisioned projects
Stas Vilchik [Mon, 8 Jun 2015 13:37:29 +0000 (15:37 +0200)]
SONAR-6341 make it possible to bulk delete provisioned projects

9 years agoSONAR-6572 WS metrics/update fix error message when updating with an existing key
Teryk Bellahsene [Mon, 8 Jun 2015 13:54:41 +0000 (15:54 +0200)]
SONAR-6572 WS metrics/update fix error message when updating with an existing key

9 years agoSONAR-6626 drop Google Chart API (emulated by JFreeChart Eastwood)
Simon Brandhof [Mon, 8 Jun 2015 13:51:26 +0000 (15:51 +0200)]
SONAR-6626 drop Google Chart API (emulated by JFreeChart Eastwood)

9 years agoSONAR-6567 clean-up some useless javadoc
Simon Brandhof [Mon, 8 Jun 2015 13:33:56 +0000 (15:33 +0200)]
SONAR-6567 clean-up some useless javadoc

9 years agoSONAR-6567 move notifications from sonar-core to sonar-server
Simon Brandhof [Mon, 8 Jun 2015 13:22:34 +0000 (15:22 +0200)]
SONAR-6567 move notifications from sonar-core to sonar-server

9 years agoSONAR-6568 remove events from batch
Simon Brandhof [Mon, 8 Jun 2015 13:07:53 +0000 (15:07 +0200)]
SONAR-6568 remove events from batch

9 years agoSONAR-6570 WS metrics/search count take into account the isCustom property
Teryk Bellahsene [Mon, 8 Jun 2015 12:50:02 +0000 (14:50 +0200)]
SONAR-6570 WS metrics/search count take into account the isCustom property

9 years agoSONAR-6570 WS metrics/search add type object with key and name in response
Teryk Bellahsene [Mon, 8 Jun 2015 12:42:41 +0000 (14:42 +0200)]
SONAR-6570 WS metrics/search add type object with key and name in response

9 years agoSONAR-6570 WS metrics/search conform to guidelines naming
Teryk Bellahsene [Mon, 8 Jun 2015 12:29:37 +0000 (14:29 +0200)]
SONAR-6570 WS metrics/search conform to guidelines naming

9 years agoSONAR-6602 apply feedback for groups page
Stas Vilchik [Mon, 8 Jun 2015 12:45:49 +0000 (14:45 +0200)]
SONAR-6602 apply feedback for groups page

9 years agoSONAR-6570 fix metrics search concerning MySql order
Teryk Bellahsene [Mon, 8 Jun 2015 12:04:22 +0000 (14:04 +0200)]
SONAR-6570 fix metrics search concerning MySql order

9 years agoSONAR-6616 WS custom_measures/delete 358/head
Teryk Bellahsene [Fri, 5 Jun 2015 14:59:56 +0000 (16:59 +0200)]
SONAR-6616 WS custom_measures/delete

9 years agoImprove MetricsWs unit test
Teryk Bellahsene [Fri, 5 Jun 2015 12:04:02 +0000 (14:04 +0200)]
Improve MetricsWs unit test

9 years agoSONAR-6581 fix deletion of provisioned project
Stas Vilchik [Mon, 8 Jun 2015 08:13:56 +0000 (10:13 +0200)]
SONAR-6581 fix deletion of provisioned project

9 years agoReplace usage of SLF4J by SQ Log in AddNewCharacteristics
Simon Brandhof [Mon, 8 Jun 2015 08:35:30 +0000 (10:35 +0200)]
Replace usage of SLF4J by SQ Log in AddNewCharacteristics

9 years agoSONAR-6370 fix sonar-check-api transitive dependency from sonar-plugin-api-deps
Simon Brandhof [Mon, 8 Jun 2015 08:18:20 +0000 (10:18 +0200)]
SONAR-6370 fix sonar-check-api transitive dependency from sonar-plugin-api-deps

9 years agoadd missing @Category(DbTests.class)
Teryk Bellahsene [Mon, 8 Jun 2015 07:57:49 +0000 (09:57 +0200)]
add missing @Category(DbTests.class)

9 years agoSONAR-6572 WS metrics/update clean error message when trying to update with an existi...
Teryk Bellahsene [Mon, 8 Jun 2015 07:55:10 +0000 (09:55 +0200)]
SONAR-6572 WS metrics/update clean error message when trying to update with an existing metric

9 years agoSONAR-6370 plugins should reuse the provided logging system
Simon Brandhof [Fri, 5 Jun 2015 16:40:15 +0000 (18:40 +0200)]
SONAR-6370 plugins should reuse the provided logging system

SLF4J bridges for log4j and commons-logging are provided by SQ

9 years agoSONAR-6370 add missing sonar-squid 4.1 to classloaders of plugins built with SQ<5.2
Simon Brandhof [Fri, 5 Jun 2015 16:33:11 +0000 (18:33 +0200)]
SONAR-6370 add missing sonar-squid 4.1 to classloaders of plugins built with SQ<5.2

9 years agoFix compatibility of plugin classloader with some SonarSource internal libs
Simon Brandhof [Fri, 5 Jun 2015 14:27:59 +0000 (16:27 +0200)]
Fix compatibility of plugin classloader with some SonarSource internal libs

9 years agofixed unstable PersistentCacheTest
Duarte Meneses [Fri, 5 Jun 2015 13:33:48 +0000 (15:33 +0200)]
fixed unstable PersistentCacheTest

9 years agofix ui glitches
Stas Vilchik [Fri, 5 Jun 2015 13:03:25 +0000 (15:03 +0200)]
fix ui glitches

9 years agodrop trend icons
Stas Vilchik [Fri, 5 Jun 2015 12:34:09 +0000 (14:34 +0200)]
drop trend icons

9 years agouse svg icons for severities, statuses and qualifiers
Stas Vilchik [Mon, 9 Mar 2015 11:34:29 +0000 (12:34 +0100)]
use svg icons for severities, statuses and qualifiers

9 years agoFix Email settings console
Simon Brandhof [Fri, 5 Jun 2015 10:13:31 +0000 (12:13 +0200)]
Fix Email settings console

Ruby code was not updated when merging email-notifications-plugin into core

9 years agoEnable coverage per tests in profile "analysis"
Simon Brandhof [Fri, 5 Jun 2015 09:59:48 +0000 (11:59 +0200)]
Enable coverage per tests in profile "analysis"

9 years agoRevert upgrade to maven-assembly-plugin 2.5.5
Simon Brandhof [Fri, 5 Jun 2015 09:31:16 +0000 (11:31 +0200)]
Revert upgrade to maven-assembly-plugin 2.5.5

As usual upgrade of this plugin is not trivial.

9 years agoSONAR-6572 ws metrics/update update an existing custom metric 356/head
Teryk Bellahsene [Thu, 4 Jun 2015 07:50:56 +0000 (09:50 +0200)]
SONAR-6572 ws metrics/update update an existing custom metric

9 years agoSONAR-6571 ws metrics/create return id in string form
Teryk Bellahsene [Thu, 4 Jun 2015 07:50:19 +0000 (09:50 +0200)]
SONAR-6571 ws metrics/create return id in string form

9 years agoUpgrade some maven plugins
Simon Brandhof [Fri, 5 Jun 2015 09:09:02 +0000 (11:09 +0200)]
Upgrade some maven plugins