]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoCleanup warnings 366/head
Gabor Liptak [Wed, 17 Jun 2015 17:45:37 +0000 (13:45 -0400)]
Cleanup warnings

9 years agonow fully cache measures from batch in MeasureRepository 378/head
Sébastien Lesaint [Wed, 17 Jun 2015 09:46:06 +0000 (11:46 +0200)]
now fully cache measures from batch in MeasureRepository

side effect: Measure returned by getRawMeasures can now be updated

9 years agoSONAR-6570 use new api/metric/search for source viewer
Stas Vilchik [Wed, 17 Jun 2015 12:06:56 +0000 (14:06 +0200)]
SONAR-6570 use new api/metric/search for source viewer

9 years agoSONAR-6618 limit number of issues loaded in source viewer
Stas Vilchik [Wed, 17 Jun 2015 11:46:28 +0000 (13:46 +0200)]
SONAR-6618 limit number of issues loaded in source viewer

9 years agoSONAR-6507 apply ui feedback
Stas Vilchik [Wed, 17 Jun 2015 10:29:27 +0000 (12:29 +0200)]
SONAR-6507 apply ui feedback

9 years agoSONAR-6602 make ui more consistent with users page
Stas Vilchik [Wed, 17 Jun 2015 10:21:45 +0000 (12:21 +0200)]
SONAR-6602 make ui more consistent with users page

9 years agorefactor server for web tests
Stas Vilchik [Wed, 17 Jun 2015 08:38:21 +0000 (10:38 +0200)]
refactor server for web tests

9 years agofix broken CI build on travis
Sébastien Lesaint [Wed, 17 Jun 2015 09:28:33 +0000 (11:28 +0200)]
fix broken CI build on travis

putting back sudo: false

9 years agouse Sonarsource's repo travis-utils and use v2.1
Sébastien Lesaint [Wed, 17 Jun 2015 08:53:25 +0000 (10:53 +0200)]
use Sonarsource's repo travis-utils and use v2.1

fixes undefined variable $4 error

9 years agotemporarily disabled POSTGRES job
Sébastien Lesaint [Wed, 17 Jun 2015 08:19:38 +0000 (10:19 +0200)]
temporarily disabled POSTGRES job

9 years agoattempt to fix travis script missing $4 variable
Sébastien Lesaint [Wed, 17 Jun 2015 07:20:01 +0000 (09:20 +0200)]
attempt to fix travis script missing $4 variable

9 years agoSONAR-6640 bug fixes
Stas Vilchik [Tue, 16 Jun 2015 16:47:20 +0000 (18:47 +0200)]
SONAR-6640 bug fixes

9 years agofix update of Measure from batch not support by MeasureRepository
Sébastien Lesaint [Tue, 16 Jun 2015 15:56:01 +0000 (17:56 +0200)]
fix update of Measure from batch not support by MeasureRepository

9 years agofix minor quality flaws
Sébastien Lesaint [Tue, 16 Jun 2015 15:27:57 +0000 (17:27 +0200)]
fix minor quality flaws

9 years agoa little more coverage on ComputeEngineContainerImplTest
Sébastien Lesaint [Tue, 16 Jun 2015 15:22:20 +0000 (17:22 +0200)]
a little more coverage on ComputeEngineContainerImplTest

9 years agoAllow to insert multiple dtos at the same times for some daos
Julien Lancelot [Tue, 16 Jun 2015 15:10:42 +0000 (17:10 +0200)]
Allow to insert multiple dtos at the same times for some daos

9 years agoSONAR-6640 fix the name of a commit button
Stas Vilchik [Tue, 16 Jun 2015 14:19:04 +0000 (16:19 +0200)]
SONAR-6640 fix the name of a commit button

9 years agoUse Version 2 of TravisCI toolbelt
David Gageot [Tue, 16 Jun 2015 12:15:05 +0000 (14:15 +0200)]
Use Version 2 of TravisCI toolbelt

9 years agoUse version 1 of TravisCI toolbelt
David Gageot [Tue, 16 Jun 2015 12:12:02 +0000 (14:12 +0200)]
Use version 1 of TravisCI toolbelt

9 years agoSONAR-6574 remove routes to RoR WS api/metrics/*
Teryk Bellahsene [Tue, 16 Jun 2015 09:31:48 +0000 (11:31 +0200)]
SONAR-6574 remove routes to RoR WS api/metrics/*

9 years agoIncrease some timeouts in tests
Simon Brandhof [Tue, 16 Jun 2015 08:30:07 +0000 (10:30 +0200)]
Increase some timeouts in tests

9 years agoSONAR-6640 redesign login screen
Stas Vilchik [Mon, 15 Jun 2015 14:25:10 +0000 (16:25 +0200)]
SONAR-6640 redesign login screen

9 years agoid should not be checked when creating new entry in db in DbUnit
Julien Lancelot [Tue, 16 Jun 2015 07:31:43 +0000 (09:31 +0200)]
id should not be checked when creating new entry in db in DbUnit

9 years agoSONAR-6620 add MeasureRepository.update method 376/head
Sébastien Lesaint [Mon, 15 Jun 2015 16:58:16 +0000 (18:58 +0200)]
SONAR-6620 add MeasureRepository.update method

9 years agoSONAR-6620 Measure can actually be immutable
Sébastien Lesaint [Mon, 15 Jun 2015 16:29:17 +0000 (18:29 +0200)]
SONAR-6620 Measure can actually be immutable

this will in turn make adding a update method on MeasureRepository more meaningful

9 years agoSONAR-6620 add methods to get a Measure for a rule or a characteristic
Sébastien Lesaint [Mon, 15 Jun 2015 15:40:45 +0000 (17:40 +0200)]
SONAR-6620 add methods to get a Measure for a rule or a characteristic

9 years agofix minor flaws in Characteristic class
Sébastien Lesaint [Mon, 15 Jun 2015 12:36:15 +0000 (14:36 +0200)]
fix minor flaws in Characteristic class

9 years agofix missing package-info in computation/debt
Sébastien Lesaint [Mon, 15 Jun 2015 12:35:59 +0000 (14:35 +0200)]
fix missing package-info in computation/debt

9 years agoSONAR-6639 redesign migration page, step 1
Stas Vilchik [Mon, 15 Jun 2015 13:36:35 +0000 (15:36 +0200)]
SONAR-6639 redesign migration page, step 1

9 years agoSONAR-6620 Condition should expose operator as an enum 375/head
Sébastien Lesaint [Mon, 15 Jun 2015 09:34:11 +0000 (11:34 +0200)]
SONAR-6620 Condition should expose operator as an enum

9 years agoSONAR-6620 remove MeasureImpl and make Measure a final class
Sébastien Lesaint [Mon, 15 Jun 2015 07:16:15 +0000 (09:16 +0200)]
SONAR-6620 remove MeasureImpl and make Measure a final class

instead of being in interface

9 years agoadd Measure#equals definition and improve javadoc of MeasureRepository methods
Sébastien Lesaint [Fri, 12 Jun 2015 14:25:28 +0000 (16:25 +0200)]
add Measure#equals definition and improve javadoc of MeasureRepository methods

emphasis on Measure for rule or characteristics

9 years agoSONAR-6620 replace MetricCache by MetricRepository everywhere
Sébastien Lesaint [Fri, 12 Jun 2015 14:16:34 +0000 (16:16 +0200)]
SONAR-6620 replace MetricCache by MetricRepository everywhere

and remove MetricCache

9 years agoSONAR-6620 fix MeasureRepository.getRawMeasures return type
Sébastien Lesaint [Fri, 12 Jun 2015 13:57:17 +0000 (15:57 +0200)]
SONAR-6620 fix MeasureRepository.getRawMeasures return type

there can be more than on measure per metric key => we need to return a multimap of Measure per Metric key

9 years agoSONAR-6620 persist metrics based on MetricRepository
Sébastien Lesaint [Fri, 12 Jun 2015 09:44:17 +0000 (11:44 +0200)]
SONAR-6620 persist metrics based on MetricRepository

9 years agoimpl. of DepthTraversalTypeAwareVisitor should not have to visit internal method
Sébastien Lesaint [Fri, 12 Jun 2015 07:40:12 +0000 (09:40 +0200)]
impl. of DepthTraversalTypeAwareVisitor should not have to visit internal method

9 years agoSONAR-6620 add support for Measure characteriticId and ruleId
Sébastien Lesaint [Thu, 11 Jun 2015 15:46:18 +0000 (17:46 +0200)]
SONAR-6620 add support for Measure characteriticId and ruleId

introduced a builder to MeasureImpl to simplify creation of MeasureImpl instance with optional characteristic and rule

9 years agoSONAR-6620 MetricRepository now loads all metrics at startup
Sébastien Lesaint [Thu, 11 Jun 2015 12:26:49 +0000 (14:26 +0200)]
SONAR-6620 MetricRepository now loads all metrics at startup

9 years agoSONAR-6620 add getId() to Metric interface of the Compute Engine
Sébastien Lesaint [Thu, 11 Jun 2015 10:29:08 +0000 (12:29 +0200)]
SONAR-6620 add getId() to Metric interface of the Compute Engine

9 years agoSONAR-6620 add Variations to Measure in Compute Engine
Sébastien Lesaint [Thu, 11 Jun 2015 08:01:58 +0000 (10:01 +0200)]
SONAR-6620 add Variations to Measure in Compute Engine

9 years agoSONAR-6620 move QualityGateStatus out of class Measure
Sébastien Lesaint [Wed, 10 Jun 2015 16:32:57 +0000 (18:32 +0200)]
SONAR-6620 move QualityGateStatus out of class Measure

and adds unit tests

9 years agoSONAR-6507 Redesign the "My Profile" page
Stas Vilchik [Fri, 12 Jun 2015 16:15:09 +0000 (18:15 +0200)]
SONAR-6507 Redesign the "My Profile" page

9 years agorename field reportReader in SourceLinesCache 369/head
Teryk Bellahsene [Thu, 11 Jun 2015 14:43:17 +0000 (16:43 +0200)]
rename field reportReader in SourceLinesCache

9 years agoDrop support of org.sonar.api.batch.TimeMachine
Simon Brandhof [Fri, 12 Jun 2015 16:01:10 +0000 (18:01 +0200)]
Drop support of org.sonar.api.batch.TimeMachine

It can't be supported anymore by design. Analyzers do not connect to database anymore.

9 years agoMinor update on DebtModel
Julien Lancelot [Fri, 12 Jun 2015 13:47:34 +0000 (15:47 +0200)]
Minor update on DebtModel

9 years agoSONAR-6642 drop internal maven plugins
Simon Brandhof [Fri, 12 Jun 2015 09:56:45 +0000 (11:56 +0200)]
SONAR-6642 drop internal maven plugins

9 years agoSONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY
Simon Brandhof [Fri, 12 Jun 2015 12:20:54 +0000 (14:20 +0200)]
SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY

9 years agoFix quality flaws
Julien Lancelot [Fri, 12 Jun 2015 12:14:28 +0000 (14:14 +0200)]
Fix quality flaws

9 years agoSONAR-6588 Apply Feedback from PR (2) 372/head
Julien Lancelot [Fri, 12 Jun 2015 11:02:08 +0000 (13:02 +0200)]
SONAR-6588 Apply Feedback from PR (2)

9 years agoSONAR-6588 Apply Feedback from PR
Julien Lancelot [Fri, 12 Jun 2015 08:59:40 +0000 (10:59 +0200)]
SONAR-6588 Apply Feedback from PR

9 years agoSONAR-6588 Add DebtModelHolder
Julien Lancelot [Thu, 11 Jun 2015 15:57:37 +0000 (17:57 +0200)]
SONAR-6588 Add DebtModelHolder

9 years agounified view of all dropdowns
Stas Vilchik [Fri, 12 Jun 2015 09:58:38 +0000 (11:58 +0200)]
unified view of all dropdowns

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