]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoFix quality flaws
Simon Brandhof [Sun, 21 Jun 2015 20:35:43 +0000 (22:35 +0200)]
Fix quality flaws

9 years agoFix Q flaws
Simon Brandhof [Fri, 19 Jun 2015 20:58:26 +0000 (22:58 +0200)]
Fix Q flaws

9 years agoCreation of notifications on quality gate must be executed after computation of quali...
Julien Lancelot [Fri, 19 Jun 2015 15:26:27 +0000 (17:26 +0200)]
Creation of notifications on quality gate must be executed after computation of quality gate measure

9 years agoCopy custom measures in compute engine
Simon Brandhof [Wed, 10 Jun 2015 12:00:21 +0000 (14:00 +0200)]
Copy custom measures in compute engine

9 years agoComputation of quality gate must be done after computation of differential measures
Julien Lancelot [Fri, 19 Jun 2015 15:20:16 +0000 (17:20 +0200)]
Computation of quality gate must be done after computation of differential measures

9 years agoSONAR-6582 Fix reporter serialization in issues search
Jean-Baptiste Lievremont [Fri, 19 Jun 2015 14:24:24 +0000 (16:24 +0200)]
SONAR-6582 Fix reporter serialization in issues search

9 years agoSONAR-6635 Check analysis date is after latest analysis 388/head
Julien Lancelot [Fri, 19 Jun 2015 15:02:11 +0000 (17:02 +0200)]
SONAR-6635 Check analysis date is after latest analysis

9 years agoSONAR-6635 Remove check on analysis date from the batch
Julien Lancelot [Fri, 19 Jun 2015 12:04:29 +0000 (14:04 +0200)]
SONAR-6635 Remove check on analysis date from the batch

9 years agoRename variables to comply with usage of 'raw' and 'base' nomenclature
Julien Lancelot [Fri, 19 Jun 2015 10:43:12 +0000 (12:43 +0200)]
Rename variables to comply with usage of 'raw' and 'base' nomenclature

9 years agoAdd PR analysis to travis-ci
Thomas Vérin [Fri, 19 Jun 2015 14:43:38 +0000 (16:43 +0200)]
Add PR analysis to travis-ci

9 years agoMerge pull request #366 from gliptak/warnings1
Sébastien Lesaint [Fri, 19 Jun 2015 14:02:40 +0000 (16:02 +0200)]
Merge pull request #366 from gliptak/warnings1

Cleanup warnings

9 years agoFix MeasureDao on PostgreSQL and Oracle
Julien Lancelot [Fri, 19 Jun 2015 13:55:53 +0000 (15:55 +0200)]
Fix MeasureDao on PostgreSQL and Oracle

9 years agoadd support for Optional<Measure> to MeasureAssert 384/head
Sébastien Lesaint [Fri, 19 Jun 2015 12:25:32 +0000 (14:25 +0200)]
add support for Optional<Measure> to MeasureAssert

9 years agoadd QualityGateHolderRule
Sébastien Lesaint [Fri, 19 Jun 2015 10:38:00 +0000 (12:38 +0200)]
add QualityGateHolderRule

9 years agoSONAR-6620 remove QualityGate measures computation from batch
Sébastien Lesaint [Thu, 18 Jun 2015 13:03:57 +0000 (15:03 +0200)]
SONAR-6620 remove QualityGate measures computation from batch

9 years agofix default QG property not updated in server Settings object
Sébastien Lesaint [Thu, 18 Jun 2015 15:37:14 +0000 (17:37 +0200)]
fix default QG property not updated in server Settings object

9 years agoSONAR-6620 current project can actually have no QualityGate at all
Sébastien Lesaint [Thu, 18 Jun 2015 16:06:57 +0000 (18:06 +0200)]
SONAR-6620 current project can actually have no QualityGate at all

in which case, no QualityGate measure must be created nor any measure have its QualityGateStatus be updated

9 years agoSONAR-6620 step to set QualityGate on measures and create QG measures
Sébastien Lesaint [Mon, 8 Jun 2015 14:56:33 +0000 (16:56 +0200)]
SONAR-6620 step to set QualityGate on measures and create QG measures

9 years agoadd custom AssertJ Assert class for Measure
Sébastien Lesaint [Thu, 18 Jun 2015 09:55:53 +0000 (11:55 +0200)]
add custom AssertJ Assert class for Measure

9 years agoSONAR-6620 add PeriodHolder.getPeriod(int) and hasPeriod(int)
Sébastien Lesaint [Tue, 16 Jun 2015 13:45:56 +0000 (15:45 +0200)]
SONAR-6620 add PeriodHolder.getPeriod(int) and hasPeriod(int)

also make PeriodsHolderRule wrap a PeriodHolderImpl instance so that PeriodHolder contract is easily complied with by the rule

9 years agoSONAR-6620 make Period immutable + add check on index value
Sébastien Lesaint [Tue, 16 Jun 2015 13:42:43 +0000 (15:42 +0200)]
SONAR-6620 make Period immutable + add check on index value

9 years agoadd missing unit test for LT and GT operators when value is equal
Sébastien Lesaint [Mon, 15 Jun 2015 11:05:27 +0000 (13:05 +0200)]
add missing unit test for LT and GT operators when value is equal

9 years agofix quality flaws
Teryk Bellahsene [Fri, 19 Jun 2015 13:31:30 +0000 (15:31 +0200)]
fix quality flaws

- add static inner class
- make methods static
- declare one field by line

9 years agoSONAR-6582 Fix issue with manual issue creation response
Jean-Baptiste Lievremont [Fri, 19 Jun 2015 12:56:58 +0000 (14:56 +0200)]
SONAR-6582 Fix issue with manual issue creation response

9 years agoSONAR-6582 update web
Stas Vilchik [Fri, 19 Jun 2015 10:12:47 +0000 (12:12 +0200)]
SONAR-6582 update web

9 years agoSONAR-6582 Revert to old serialization format for search, start putting referential...
Jean-Baptiste Lievremont [Thu, 18 Jun 2015 15:10:48 +0000 (17:10 +0200)]
SONAR-6582 Revert to old serialization format for search, start putting referential data in write action responses

9 years agoSONAR-6643 Fill measures with variations
Julien Lancelot [Fri, 19 Jun 2015 11:49:56 +0000 (13:49 +0200)]
SONAR-6643 Fill measures with variations

9 years agoSONAR-6643 Remove VariationDecorator from the batch
Julien Lancelot [Thu, 18 Jun 2015 13:23:51 +0000 (15:23 +0200)]
SONAR-6643 Remove VariationDecorator from the batch

9 years agoSONAR-6643 Add snapshot date in period
Julien Lancelot [Mon, 15 Jun 2015 11:42:55 +0000 (13:42 +0200)]
SONAR-6643 Add snapshot date in period

9 years agoSONAR-6463 Improve logging
Julien HENRY [Fri, 19 Jun 2015 10:05:25 +0000 (12:05 +0200)]
SONAR-6463 Improve logging

9 years agoSONAR-2922 Do not display stacktrace when validation is faling
Julien Lancelot [Fri, 19 Jun 2015 10:19:48 +0000 (12:19 +0200)]
SONAR-2922 Do not display stacktrace when validation is faling

9 years agoRevert "Fix quality flaws"
Sébastien Lesaint [Thu, 18 Jun 2015 16:30:50 +0000 (18:30 +0200)]
Revert "Fix quality flaws"

This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ

9 years agoFix quality flaws
Simon Brandhof [Thu, 18 Jun 2015 16:08:27 +0000 (18:08 +0200)]
Fix quality flaws

9 years agofix quality flaws
Teryk Bellahsene [Thu, 18 Jun 2015 15:41:19 +0000 (17:41 +0200)]
fix quality flaws

9 years agomake bootstrappers of js apps more consistent
Stas Vilchik [Thu, 18 Jun 2015 15:14:53 +0000 (17:14 +0200)]
make bootstrappers of js apps more consistent

9 years agoMetric.deleteHistoricalData is badly persisted during server startup
Simon Brandhof [Thu, 18 Jun 2015 13:51:19 +0000 (15:51 +0200)]
Metric.deleteHistoricalData is badly persisted during server startup

9 years agofix js imports
Stas Vilchik [Thu, 18 Jun 2015 13:44:42 +0000 (15:44 +0200)]
fix js imports

9 years agomake the action buttons position more consistent
Stas Vilchik [Thu, 18 Jun 2015 13:11:05 +0000 (15:11 +0200)]
make the action buttons position more consistent

9 years agoSONAR-6640 apply feedback
Stas Vilchik [Thu, 18 Jun 2015 13:03:57 +0000 (15:03 +0200)]
SONAR-6640 apply feedback

9 years agofix shortcut help label
Stas Vilchik [Thu, 18 Jun 2015 12:46:07 +0000 (14:46 +0200)]
fix shortcut help label

9 years agoSONAR-6507 apply feedback
Stas Vilchik [Thu, 18 Jun 2015 12:45:20 +0000 (14:45 +0200)]
SONAR-6507 apply feedback

9 years agoSONAR-6616 WS custom_measures/delete fix MySql unit test...
Teryk Bellahsene [Thu, 18 Jun 2015 12:59:47 +0000 (14:59 +0200)]
SONAR-6616 WS custom_measures/delete fix MySql unit test...

9 years agoFix compatibility of DefaultMetricFinderTest with Oracle
Simon Brandhof [Thu, 18 Jun 2015 12:11:42 +0000 (14:11 +0200)]
Fix compatibility of DefaultMetricFinderTest with Oracle

9 years agoSONAR-6610 WS custom_measures/create add metric type in response
Teryk Bellahsene [Thu, 18 Jun 2015 10:23:28 +0000 (12:23 +0200)]
SONAR-6610 WS custom_measures/create add metric type in response

9 years agoSONAR-6610 WS custom_measures/create work duration sends the raw data (number of...
Teryk Bellahsene [Thu, 18 Jun 2015 09:58:13 +0000 (11:58 +0200)]
SONAR-6610 WS custom_measures/create work duration sends the raw data (number of minutes)

9 years agofix quality flaws
Stas Vilchik [Thu, 18 Jun 2015 10:04:23 +0000 (12:04 +0200)]
fix quality flaws

9 years agoDrop Hibernate from server 383/head
Simon Brandhof [Wed, 17 Jun 2015 22:25:11 +0000 (00:25 +0200)]
Drop Hibernate from server

9 years agoRefactor registration of metrics at server startup
Simon Brandhof [Wed, 17 Jun 2015 22:03:18 +0000 (00:03 +0200)]
Refactor registration of metrics at server startup

Replace Hibernate by MyBatis

9 years agoadd web tests for maintenance app
Stas Vilchik [Thu, 18 Jun 2015 09:16:00 +0000 (11:16 +0200)]
add web tests for maintenance app

9 years agofix quality flaws
Stas Vilchik [Thu, 18 Jun 2015 08:36:39 +0000 (10:36 +0200)]
fix quality flaws

9 years agoSONAR-6616 WS custom_measures/delete add category DbTests 377/head
Teryk Bellahsene [Tue, 16 Jun 2015 08:22:19 +0000 (10:22 +0200)]
SONAR-6616 WS custom_measures/delete add category DbTests

9 years agoSONAR-6610 WS custom_measures/create create a custom measure
Teryk Bellahsene [Tue, 16 Jun 2015 08:20:29 +0000 (10:20 +0200)]
SONAR-6610 WS custom_measures/create create a custom measure

9 years agoupdate web 368/head
Stas Vilchik [Tue, 9 Jun 2015 11:06:16 +0000 (13:06 +0200)]
update web

9 years agoSONAR-6582 Fix bug with permission checks in ServerUserSession
Jean-Baptiste Lievremont [Wed, 10 Jun 2015 13:03:51 +0000 (15:03 +0200)]
SONAR-6582 Fix bug with permission checks in ServerUserSession

9 years agoSONAR-6582 Extract issue serialization class
Jean-Baptiste Lievremont [Mon, 8 Jun 2015 09:46:47 +0000 (11:46 +0200)]
SONAR-6582 Extract issue serialization class

Use common issue JSON representation for most actions on issues.

9 years agoSONAR-6582 Refactor serialization of users out of user search WS
Jean-Baptiste Lievremont [Tue, 2 Jun 2015 12:19:51 +0000 (14:19 +0200)]
SONAR-6582 Refactor serialization of users out of user search WS

9 years agorename PlatformLanguageRepository to LanguageRepositoryImpl 380/head
Sébastien Lesaint [Wed, 17 Jun 2015 13:36:47 +0000 (15:36 +0200)]
rename PlatformLanguageRepository to LanguageRepositoryImpl

renaming for consistency

9 years agofix PlatformLanguageRepository injection error when there is no language
Sébastien Lesaint [Wed, 17 Jun 2015 13:33:00 +0000 (15:33 +0200)]
fix PlatformLanguageRepository injection error when there is no language

9 years agoMeasureRepository must enforce consistency of Measure and Metric 382/head
Sébastien Lesaint [Wed, 17 Jun 2015 16:29:41 +0000 (18:29 +0200)]
MeasureRepository must enforce consistency of Measure and Metric

9 years agobetter name for Measure methods returning a builder
Sébastien Lesaint [Wed, 17 Jun 2015 16:01:38 +0000 (18:01 +0200)]
better name for Measure methods returning a builder

9 years agoadd NewMeasureBuilder overrides without data parameter
Sébastien Lesaint [Wed, 17 Jun 2015 16:00:25 +0000 (18:00 +0200)]
add NewMeasureBuilder overrides without data parameter

9 years agoMerge pull request #381 from Bananeweizen/patch-1
Simon Brandhof [Wed, 17 Jun 2015 19:48:32 +0000 (21:48 +0200)]
Merge pull request #381 from Bananeweizen/patch-1

Fix typo in English bundle

9 years agoSONAR-6588 Remove RuleFinder from batch bootstrap phase
Simon Brandhof [Wed, 17 Jun 2015 18:54:48 +0000 (20:54 +0200)]
SONAR-6588 Remove RuleFinder from batch bootstrap phase

That allows to drop CacheRuleFinder and the Hibernate entities
Rule/RuleParam

9 years agoSONAR-6588 Remove unused core components from batch
Simon Brandhof [Wed, 17 Jun 2015 18:48:46 +0000 (20:48 +0200)]
SONAR-6588 Remove unused core components from batch

 - PurgeProfiler
 - EmailSettings
- MeasuresDao

9 years agoRemove ability to get users from batch
Simon Brandhof [Wed, 17 Jun 2015 17:20:13 +0000 (19:20 +0200)]
Remove ability to get users from batch

 + drop Hibernate model "User"

9 years agoCleanup warnings 366/head
Gabor Liptak [Wed, 17 Jun 2015 17:45:37 +0000 (13:45 -0400)]
Cleanup warnings

9 years agoRemove Hibernate entity "MeasureModel"
Simon Brandhof [Wed, 17 Jun 2015 16:57:35 +0000 (18:57 +0200)]
Remove Hibernate entity "MeasureModel"

9 years agoUpdate core.properties 381/head
Michael Keppler [Wed, 17 Jun 2015 14:53:28 +0000 (16:53 +0200)]
Update core.properties

typo in "overridden"

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