]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
10 years agoComponent Viewer: adjust colorizer
Stas Vilchik [Wed, 30 Apr 2014 11:35:44 +0000 (17:35 +0600)]
Component Viewer: adjust colorizer

10 years agoComponent Viewer: show project name
Stas Vilchik [Wed, 30 Apr 2014 11:32:58 +0000 (17:32 +0600)]
Component Viewer: show project name

10 years agoSONAR-5111 Refactored some ws to add response examples
Julien Lancelot [Wed, 30 Apr 2014 10:24:17 +0000 (12:24 +0200)]
SONAR-5111 Refactored some ws to add response examples

10 years agoSONAR-5111 Complete "api/issue_filters" WS doc
Julien Lancelot [Tue, 29 Apr 2014 15:22:22 +0000 (17:22 +0200)]
SONAR-5111 Complete "api/issue_filters" WS doc

10 years agoMinor changes on org.sonar.server.rule2
Simon Brandhof [Wed, 30 Apr 2014 09:09:00 +0000 (11:09 +0200)]
Minor changes on org.sonar.server.rule2

10 years agoFix RuleService
Simon Brandhof [Wed, 30 Apr 2014 09:07:13 +0000 (11:07 +0200)]
Fix RuleService

10 years agoContinue draft of new WS /api/rules
Simon Brandhof [Wed, 30 Apr 2014 09:03:32 +0000 (11:03 +0200)]
Continue draft of new WS /api/rules

10 years agoAdd org.sonar.api.server.ws.Request#paramAsStrings(String)
Simon Brandhof [Wed, 30 Apr 2014 09:03:11 +0000 (11:03 +0200)]
Add org.sonar.api.server.ws.Request#paramAsStrings(String)

10 years agoSONAR-5237 - Moved Latching into Queue. Defaults to SYNCH
Stephane Gamard [Wed, 30 Apr 2014 08:30:49 +0000 (10:30 +0200)]
SONAR-5237 - Moved Latching into Queue. Defaults to SYNCH

10 years agoSONAR-5237 - Rename ClusterAction to QueueAction
Stephane Gamard [Wed, 30 Apr 2014 07:33:37 +0000 (09:33 +0200)]
SONAR-5237 - Rename ClusterAction to QueueAction

10 years agoSONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorker
Stephane Gamard [Wed, 30 Apr 2014 05:45:12 +0000 (07:45 +0200)]
SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorker

10 years agoDrop WebService#setResponseExampleFormat()
Simon Brandhof [Wed, 30 Apr 2014 07:56:04 +0000 (09:56 +0200)]
Drop WebService#setResponseExampleFormat()

10 years agoSONAR-5249 Try to fix migration of measure data on PgSQL and MsSql
Julien HENRY [Wed, 30 Apr 2014 07:27:27 +0000 (09:27 +0200)]
SONAR-5249 Try to fix migration of measure data on PgSQL and MsSql

10 years agoComponent Viewer: toggle issues
Stas Vilchik [Wed, 30 Apr 2014 06:40:07 +0000 (12:40 +0600)]
Component Viewer: toggle issues

10 years agoComponent Viewer: feedback applied
Stas Vilchik [Wed, 30 Apr 2014 06:06:54 +0000 (12:06 +0600)]
Component Viewer: feedback applied

10 years agoRefactor widgets
Stas Vilchik [Tue, 29 Apr 2014 16:38:08 +0000 (22:38 +0600)]
Refactor widgets

10 years agoAdd some javadoc to ServerTester
Simon Brandhof [Tue, 29 Apr 2014 22:51:59 +0000 (00:51 +0200)]
Add some javadoc to ServerTester

10 years agoContinue draft of search framework
Simon Brandhof [Tue, 29 Apr 2014 22:40:47 +0000 (00:40 +0200)]
Continue draft of search framework

10 years agoAdd JsonWriter#values(Iterable<String>)
Simon Brandhof [Tue, 29 Apr 2014 22:39:48 +0000 (00:39 +0200)]
Add JsonWriter#values(Iterable<String>)

10 years agoAdd response example to WebService extension point
Simon Brandhof [Tue, 29 Apr 2014 19:23:43 +0000 (21:23 +0200)]
Add response example to WebService extension point

10 years agoSONAR-5254 add missing test
Simon Brandhof [Tue, 29 Apr 2014 16:31:17 +0000 (18:31 +0200)]
SONAR-5254 add missing test

10 years agoSONAR-5254 New WS /api/sources/scm
Simon Brandhof [Tue, 29 Apr 2014 16:16:21 +0000 (18:16 +0200)]
SONAR-5254 New WS /api/sources/scm

10 years agoquality flaw
Stephane Gamard [Tue, 29 Apr 2014 16:06:02 +0000 (18:06 +0200)]
quality flaw

10 years agoSONAR-5237 - Updated MediumTest and started on RuleService
Stephane Gamard [Tue, 29 Apr 2014 15:34:36 +0000 (17:34 +0200)]
SONAR-5237 - Updated MediumTest and started on RuleService

10 years agoSONAR-4927 Fix vertical alignment of conditions in QG widget
Jean-Baptiste Lievremont [Tue, 29 Apr 2014 15:41:12 +0000 (17:41 +0200)]
SONAR-4927 Fix vertical alignment of conditions in QG widget

10 years agoSONAR-5249 Use a Java migration to merge measure data into project_measures
Julien HENRY [Tue, 29 Apr 2014 14:54:34 +0000 (16:54 +0200)]
SONAR-5249 Use a Java migration to merge measure data into project_measures

10 years agoSONAR-4764 Create a DefaultProfilesCache component to store default profile names...
Julien Lancelot [Tue, 29 Apr 2014 14:18:07 +0000 (16:18 +0200)]
SONAR-4764 Create a DefaultProfilesCache component to store default profile names in order to speed up display of popup displayed when clicking on 'Restore Default Profile' button

10 years agoAdd ServerTester#setProperty()
Simon Brandhof [Tue, 29 Apr 2014 14:27:14 +0000 (16:27 +0200)]
Add ServerTester#setProperty()

10 years agoSONAR-5237 - Fixed sleeping test & added ActiveRule to RuleIndex
Stephane Gamard [Tue, 29 Apr 2014 13:54:15 +0000 (15:54 +0200)]
SONAR-5237 - Fixed sleeping test & added ActiveRule to RuleIndex

10 years agofix quality flaw
Stephane Gamard [Tue, 29 Apr 2014 12:48:03 +0000 (14:48 +0200)]
fix quality flaw

10 years agoSONAR-5237 - Working Index & Dao stack (see RuleMiediumTest)
Stephane Gamard [Tue, 29 Apr 2014 12:43:57 +0000 (14:43 +0200)]
SONAR-5237 - Working Index & Dao stack (see RuleMiediumTest)

10 years agoSONAR-5249 Fix issue with loading of measure data
Julien HENRY [Tue, 29 Apr 2014 12:24:09 +0000 (14:24 +0200)]
SONAR-5249 Fix issue with loading of measure data

10 years agoComponent Viewer: blocks
Stas Vilchik [Tue, 29 Apr 2014 11:51:47 +0000 (17:51 +0600)]
Component Viewer: blocks

10 years agoRemove coupling with mybatis SqlSession by using internal DbSession.
Simon Brandhof [Tue, 29 Apr 2014 11:45:03 +0000 (13:45 +0200)]
Remove coupling with mybatis SqlSession by using internal DbSession.

10 years agoSONAR-5249 Fix migration script
Julien HENRY [Tue, 29 Apr 2014 11:03:05 +0000 (13:03 +0200)]
SONAR-5249 Fix migration script

10 years agoSONAR-5218 Add a migration to update issues action plan key linked on removed action...
Julien Lancelot [Tue, 29 Apr 2014 10:56:48 +0000 (12:56 +0200)]
SONAR-5218 Add a migration to update issues action plan key linked on removed action plan

10 years agoMove batch class to core (to keep compatibility of views plugin w/ 4.1 API)
Jean-Baptiste Lievremont [Tue, 29 Apr 2014 10:06:28 +0000 (12:06 +0200)]
Move batch class to core (to keep compatibility of views plugin w/ 4.1 API)

10 years agoImprove /api/sources/show
Simon Brandhof [Tue, 29 Apr 2014 09:39:55 +0000 (11:39 +0200)]
Improve /api/sources/show

10 years agoSONAR-5237 - Fixed broken ES isolation (broken in previous commit)
Stephane Gamard [Tue, 29 Apr 2014 09:14:45 +0000 (11:14 +0200)]
SONAR-5237 - Fixed broken ES isolation (broken in previous commit)

10 years agoSONAR-5249 Fix migration
Julien HENRY [Tue, 29 Apr 2014 08:56:49 +0000 (10:56 +0200)]
SONAR-5249 Fix migration

10 years agoSONAR-5111 Declare "api/authentication" WS with org.sonar.api.server.WebService
Julien Lancelot [Tue, 29 Apr 2014 08:45:10 +0000 (10:45 +0200)]
SONAR-5111 Declare "api/authentication" WS with org.sonar.api.server.WebService

10 years agoSONAR-5249 Merge measure_data and project_measure tables
Julien HENRY [Tue, 29 Apr 2014 08:45:35 +0000 (10:45 +0200)]
SONAR-5249 Merge measure_data and project_measure tables

10 years agoAdd JaCoCo configuration
Nicolas PERU [Tue, 29 Apr 2014 08:19:28 +0000 (10:19 +0200)]
Add JaCoCo configuration

10 years agoSONAR-5237 - Fixed Load order in ServerComponents
Stephane Gamard [Tue, 29 Apr 2014 07:55:25 +0000 (09:55 +0200)]
SONAR-5237 - Fixed Load order in ServerComponents

10 years agoSONAR-5237 - Added worker for queue
Stephane Gamard [Tue, 29 Apr 2014 05:50:57 +0000 (07:50 +0200)]
SONAR-5237 - Added worker for queue

10 years agoSONAR-5111 Fix parameter declaration (now mandatory for WS parameters)
Jean-Baptiste Lievremont [Tue, 29 Apr 2014 07:07:05 +0000 (09:07 +0200)]
SONAR-5111 Fix parameter declaration (now mandatory for WS parameters)

10 years agoComponent Viewer: duplications
Stas Vilchik [Mon, 28 Apr 2014 10:57:34 +0000 (16:57 +0600)]
Component Viewer: duplications

10 years agoFix bad widget wrapping
Stas Vilchik [Tue, 29 Apr 2014 05:42:03 +0000 (11:42 +0600)]
Fix bad widget wrapping

10 years agoSONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of SqlSession...
Stephane Gamard [Mon, 28 Apr 2014 17:16:29 +0000 (19:16 +0200)]
SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of SqlSession from MyBatis)

10 years agoSONAR-5237 implement RuleDao#keysOfRowsUpdatedAfter()
Simon Brandhof [Mon, 28 Apr 2014 16:53:34 +0000 (18:53 +0200)]
SONAR-5237 implement RuleDao#keysOfRowsUpdatedAfter()

10 years agoSONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebService
Julien Lancelot [Mon, 28 Apr 2014 16:27:49 +0000 (18:27 +0200)]
SONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebService

10 years agoSONAR-5111 Add support for default parameters in Java WS, protection against undeclar...
Jean-Baptiste Lievremont [Mon, 28 Apr 2014 15:56:43 +0000 (17:56 +0200)]
SONAR-5111 Add support for default parameters in Java WS, protection against undeclared params

10 years agoSONAR-5237 - Delegation from BaseIndex rather than BaseMapper
Stephane Gamard [Mon, 28 Apr 2014 15:30:14 +0000 (17:30 +0200)]
SONAR-5237 - Delegation from BaseIndex rather than BaseMapper

10 years agoSONAR-5237 - Delegation from BaseIndex rather than BaseMapper
Stephane Gamard [Mon, 28 Apr 2014 13:40:49 +0000 (15:40 +0200)]
SONAR-5237 - Delegation from BaseIndex rather than BaseMapper

10 years agoSONAR-5111 Create a handler to create java stub ws controllers for rails ws
Julien Lancelot [Mon, 28 Apr 2014 14:01:18 +0000 (16:01 +0200)]
SONAR-5111 Create a handler to create java stub ws controllers for rails ws

10 years agoMove surefire configuration to properties for JaCoCo
Nicolas PERU [Mon, 28 Apr 2014 13:26:16 +0000 (15:26 +0200)]
Move surefire configuration to properties for JaCoCo

10 years agoSONAR-5237 - fixed with IT tests for batch and server
Stephane Gamard [Mon, 28 Apr 2014 12:28:14 +0000 (14:28 +0200)]
SONAR-5237 - fixed with IT tests for batch and server

10 years agoMerge branch 'master' of https://github.com/SonarSource/sonarqube
Stephane Gamard [Mon, 28 Apr 2014 12:27:34 +0000 (14:27 +0200)]
Merge branch 'master' of https://github.com/SonarSource/sonarqube

# By Jean-Baptiste Lievremont
# Via Jean-Baptiste Lievremont
* 'master' of https://github.com/SonarSource/sonarqube:
  SONAR-4927 Merge new QG widget with old one, update layout

10 years agoSONAR-4927 Merge new QG widget with old one, update layout
Jean-Baptiste Lievremont [Mon, 28 Apr 2014 09:30:13 +0000 (11:30 +0200)]
SONAR-4927 Merge new QG widget with old one, update layout

10 years agoAdding NullQueue for sonar-batch
Stephane Gamard [Mon, 28 Apr 2014 11:54:48 +0000 (13:54 +0200)]
Adding NullQueue for sonar-batch

10 years agoMerge branch 'master' of https://github.com/SonarSource/sonarqube
Stephane Gamard [Mon, 28 Apr 2014 11:54:16 +0000 (13:54 +0200)]
Merge branch 'master' of https://github.com/SonarSource/sonarqube

# By Julien Lancelot
# Via Julien Lancelot
* 'master' of https://github.com/SonarSource/sonarqube:
  Fix quality flaws

10 years agoFix quality flaws
Julien Lancelot [Mon, 28 Apr 2014 11:36:14 +0000 (13:36 +0200)]
Fix quality flaws

10 years agoMerge branch 'master' of https://github.com/SonarSource/sonarqube
Stephane Gamard [Mon, 28 Apr 2014 11:34:46 +0000 (13:34 +0200)]
Merge branch 'master' of https://github.com/SonarSource/sonarqube

# By Julien Lancelot (2) and Stas Vilchik (1)
# Via Stas Vilchik
* 'master' of https://github.com/SonarSource/sonarqube:
  Component Viewer: duplications
  Ignore some failing tests
  Fix licence headers

Conflicts:
sonar-core/src/main/java/org/sonar/core/cluster/LocalNonBlockingWorkQueue.java
sonar-server/src/main/java/org/sonar/server/rule2/RuleConstants.java
sonar-server/src/main/java/org/sonar/server/rule2/RuleDao.java
sonar-server/src/main/java/org/sonar/server/rule2/RuleIndex.java
sonar-server/src/test/java/org/sonar/server/rule2/RuleIndexTest.java

10 years agoSONAR-5237 - moved DB part of stack to sonar-core
Stephane Gamard [Mon, 28 Apr 2014 11:02:29 +0000 (13:02 +0200)]
SONAR-5237 - moved DB part of stack to sonar-core

10 years agoComponent Viewer: duplications
Stas Vilchik [Mon, 28 Apr 2014 10:57:34 +0000 (16:57 +0600)]
Component Viewer: duplications

10 years agoIgnore some failing tests
Julien Lancelot [Mon, 28 Apr 2014 10:54:38 +0000 (12:54 +0200)]
Ignore some failing tests

10 years agoFix licence headers
Julien Lancelot [Mon, 28 Apr 2014 10:44:57 +0000 (12:44 +0200)]
Fix licence headers

10 years agoMerge branch 'master' of https://github.com/SonarSource/sonarqube
Stephane Gamard [Mon, 28 Apr 2014 09:43:00 +0000 (11:43 +0200)]
Merge branch 'master' of https://github.com/SonarSource/sonarqube

# By Julien Lancelot
# Via Julien Lancelot
* 'master' of https://github.com/SonarSource/sonarqube:
  Manage l10n message on ServerException

10 years agoMerge branch 'master' of https://github.com/SonarSource/sonarqube
Stephane Gamard [Mon, 28 Apr 2014 09:42:51 +0000 (11:42 +0200)]
Merge branch 'master' of https://github.com/SonarSource/sonarqube

# By Julien Lancelot (6) and others
# Via Julien Lancelot
* 'master' of https://github.com/SonarSource/sonarqube:
  SONAR-4764 When removing profile at startup, do not check if the profile is deletable or not
  SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do not see new rules
  Complete WebService with new param metadata
  SONAR-4764 Remove icon near "Restore Default Profile" button
  SONAR-4764 Add a medium test
  SONAR-4764 Add Java WS Client to restore default profiles
  Rename addExtensions by addComponents
  SONAR-4927 Add Quality Gate widget
  SONAR-4927 Fix Build Breaker (remove alertLevel from new metric)

Conflicts:
sonar-server/src/main/java/org/sonar/server/rule2/RuleService.java

10 years agoManage l10n message on ServerException
Julien Lancelot [Mon, 28 Apr 2014 09:42:19 +0000 (11:42 +0200)]
Manage l10n message on ServerException

10 years agoSONAR-5237 - complete skeleton stack in rule2 package
Stephane Gamard [Mon, 28 Apr 2014 09:39:30 +0000 (11:39 +0200)]
SONAR-5237 - complete skeleton stack in rule2 package

10 years agoSONAR-4764 When removing profile at startup, do not check if the profile is deletable...
Julien Lancelot [Mon, 28 Apr 2014 09:14:23 +0000 (11:14 +0200)]
SONAR-4764 When removing profile at startup, do not check if the profile is deletable or not

10 years agoSONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do not see...
Julien Lancelot [Mon, 28 Apr 2014 08:48:58 +0000 (10:48 +0200)]
SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do not see new rules

10 years agoComplete WebService with new param metadata
Simon Brandhof [Fri, 25 Apr 2014 18:42:57 +0000 (20:42 +0200)]
Complete WebService with new param metadata

10 years agoSONAR-4764 Remove icon near "Restore Default Profile" button
Julien Lancelot [Fri, 25 Apr 2014 14:07:58 +0000 (16:07 +0200)]
SONAR-4764 Remove icon near "Restore Default Profile" button

10 years agoSONAR-4764 Add a medium test
Julien Lancelot [Fri, 25 Apr 2014 14:03:17 +0000 (16:03 +0200)]
SONAR-4764 Add a medium test

10 years agoSONAR-4764 Add Java WS Client to restore default profiles
Julien Lancelot [Fri, 25 Apr 2014 13:51:44 +0000 (15:51 +0200)]
SONAR-4764 Add Java WS Client to restore default profiles

10 years agoRename addExtensions by addComponents
Julien Lancelot [Fri, 25 Apr 2014 12:13:43 +0000 (14:13 +0200)]
Rename addExtensions by addComponents

10 years agoSONAR-4927 Add Quality Gate widget
Jean-Baptiste Lievremont [Fri, 25 Apr 2014 13:45:08 +0000 (15:45 +0200)]
SONAR-4927 Add Quality Gate widget

10 years agoSONAR-4927 Fix Build Breaker (remove alertLevel from new metric)
Jean-Baptiste Lievremont [Fri, 25 Apr 2014 13:44:44 +0000 (15:44 +0200)]
SONAR-4927 Fix Build Breaker (remove alertLevel from new metric)

10 years agoTemporarily disable test
Simon Brandhof [Fri, 25 Apr 2014 12:04:36 +0000 (14:04 +0200)]
Temporarily disable test

10 years agoAllow to use ServerTester outside a JUnit @Rule
Simon Brandhof [Fri, 25 Apr 2014 11:07:46 +0000 (13:07 +0200)]
Allow to use ServerTester outside a JUnit @Rule

10 years agoFix copyright header (first commit of Stephane....)
Simon Brandhof [Fri, 25 Apr 2014 11:07:21 +0000 (13:07 +0200)]
Fix copyright header (first commit of Stephane....)

10 years agoComponent Viewer: header
Stas Vilchik [Fri, 25 Apr 2014 11:01:21 +0000 (17:01 +0600)]
Component Viewer: header

10 years agofix quality fault
Stephane Gamard [Fri, 25 Apr 2014 10:52:06 +0000 (12:52 +0200)]
fix quality fault

10 years agoSONAR-5237 - initial JUnit for BaseIndex
Stephane Gamard [Fri, 25 Apr 2014 10:50:51 +0000 (12:50 +0200)]
SONAR-5237 - initial JUnit for BaseIndex

10 years agoSONAR-5237 - updated Index interface and intitial Index abstract
Stephane Gamard [Fri, 25 Apr 2014 10:42:13 +0000 (12:42 +0200)]
SONAR-5237 - updated Index interface and intitial Index abstract

10 years agoSONAR-4764 Add WS to restore default profiles
Julien Lancelot [Fri, 25 Apr 2014 10:33:53 +0000 (12:33 +0200)]
SONAR-4764 Add WS to restore default profiles

10 years agoSONAR-5007 draft of rule objects on server side
Simon Brandhof [Fri, 25 Apr 2014 10:02:46 +0000 (12:02 +0200)]
SONAR-5007 draft of rule objects on server side

10 years agoRevert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"
Julien HENRY [Fri, 25 Apr 2014 09:17:09 +0000 (11:17 +0200)]
Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"

This reverts commit 46395126b184c343df5471a147cdb48133f59f6f.

10 years agoMerge branch 'master' of https://github.com/SonarSource/sonarqube
Stephane Gamard [Fri, 25 Apr 2014 09:13:24 +0000 (11:13 +0200)]
Merge branch 'master' of https://github.com/SonarSource/sonarqube

# By Stas Vilchik
# Via Stas Vilchik
* 'master' of https://github.com/SonarSource/sonarqube:
  Fix quality flaws

10 years agoSONAR-5007 - Adding new interface for end-to-end ES integration
Stephane Gamard [Fri, 25 Apr 2014 09:13:16 +0000 (11:13 +0200)]
SONAR-5007 - Adding new interface for end-to-end ES integration

10 years agoFix quality flaws
Stas Vilchik [Fri, 25 Apr 2014 09:11:13 +0000 (15:11 +0600)]
Fix quality flaws

10 years agoSONAR-4764 Restore default profiles from ui
Julien Lancelot [Fri, 25 Apr 2014 08:43:02 +0000 (10:43 +0200)]
SONAR-4764 Restore default profiles from ui

10 years agoFix quality flaws
Stas Vilchik [Fri, 25 Apr 2014 08:27:22 +0000 (14:27 +0600)]
Fix quality flaws

10 years agoComponent Viewer: fix little issues
Stas Vilchik [Fri, 25 Apr 2014 07:24:04 +0000 (13:24 +0600)]
Component Viewer: fix little issues

10 years agoComponent Viewer: integrate into issue page
Stas Vilchik [Fri, 25 Apr 2014 07:21:14 +0000 (13:21 +0600)]
Component Viewer: integrate into issue page

10 years agoFix bad import
Julien Lancelot [Fri, 25 Apr 2014 06:11:18 +0000 (08:11 +0200)]
Fix bad import

10 years agoSONAR-5234 new org.sonar.api.utils.command.TimeoutException
Simon Brandhof [Thu, 24 Apr 2014 22:01:03 +0000 (00:01 +0200)]
SONAR-5234 new org.sonar.api.utils.command.TimeoutException

10 years agoRevert "SONAR-3437 Remove Measure from Hibernate model"
Julien HENRY [Thu, 24 Apr 2014 16:05:36 +0000 (18:05 +0200)]
Revert "SONAR-3437 Remove Measure from Hibernate model"

This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9.