]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
10 years agoSONAR-5111 Split quality profiles WS into old style Rails description and new dedicat...
Jean-Baptiste Lievremont [Mon, 5 May 2014 13:16:18 +0000 (15:16 +0200)]
SONAR-5111 Split quality profiles WS into old style Rails description and new dedicated Java WS

10 years agoSONAR-5254 apply naming conventions of URLs
Simon Brandhof [Mon, 5 May 2014 12:07:42 +0000 (14:07 +0200)]
SONAR-5254 apply naming conventions of URLs

10 years agostart-mac.sh builds sources if needed
Simon Brandhof [Mon, 5 May 2014 11:04:17 +0000 (13:04 +0200)]
start-mac.sh builds sources if needed

10 years agoRename some fields in rules2
Simon Brandhof [Mon, 5 May 2014 09:52:55 +0000 (11:52 +0200)]
Rename some fields in rules2

10 years agoSONAR-5111 Add api/resources WS documentations
Julien Lancelot [Mon, 5 May 2014 11:23:42 +0000 (13:23 +0200)]
SONAR-5111 Add api/resources WS documentations

10 years agoSONAR-5111 Use latest API to declare batch WS metadata, update Javadoc
Jean-Baptiste Lievremont [Mon, 5 May 2014 09:53:54 +0000 (11:53 +0200)]
SONAR-5111 Use latest API to declare batch WS metadata, update Javadoc
example, add response example for batch WS

10 years agoSONAR-5111 Add api/server, api/updatecenter, api/timemachine WS documentations
Julien Lancelot [Mon, 5 May 2014 09:20:01 +0000 (11:20 +0200)]
SONAR-5111 Add api/server, api/updatecenter, api/timemachine WS documentations

10 years agoFix quality flaws
Simon Brandhof [Mon, 5 May 2014 09:10:43 +0000 (11:10 +0200)]
Fix quality flaws

10 years agoFix rule parameters in api/rules2/show
Simon Brandhof [Mon, 5 May 2014 09:10:27 +0000 (11:10 +0200)]
Fix rule parameters in api/rules2/show

10 years ago- Fixed FieldEnum rename error in Medium Test
Stephane Gamard [Mon, 5 May 2014 08:44:51 +0000 (10:44 +0200)]
- Fixed FieldEnum rename error in Medium Test

10 years ago- Using rule2.ActiveRuleDao for tests
Stephane Gamard [Mon, 5 May 2014 08:39:45 +0000 (10:39 +0200)]
- Using rule2.ActiveRuleDao for tests

10 years agoAdding license headers
Stephane Gamard [Mon, 5 May 2014 08:35:54 +0000 (10:35 +0200)]
Adding license headers

10 years agoMoving AcgiveRuleDao to BaseDao Impl
Stephane Gamard [Mon, 5 May 2014 08:33:18 +0000 (10:33 +0200)]
Moving AcgiveRuleDao to BaseDao Impl

10 years agoRemoved debug output from Index
Stephane Gamard [Mon, 5 May 2014 08:28:11 +0000 (10:28 +0200)]
Removed debug output from Index

10 years agoChanged Log level for BaseIndex
Stephane Gamard [Mon, 5 May 2014 08:27:18 +0000 (10:27 +0200)]
Changed Log level for BaseIndex

10 years agoSONAR-5250 Handle display of example response in WS API documentation
Jean-Baptiste Lievremont [Mon, 5 May 2014 08:39:48 +0000 (10:39 +0200)]
SONAR-5250 Handle display of example response in WS API documentation

10 years agoFix SnapshotCache to not contains libraries.
Julien HENRY [Mon, 5 May 2014 08:30:57 +0000 (10:30 +0200)]
Fix SnapshotCache to not contains libraries.

10 years agoRename ES field RuleParam.VALUE to DEFAULT_VALUE
Simon Brandhof [Mon, 5 May 2014 08:23:51 +0000 (10:23 +0200)]
Rename ES field RuleParam.VALUE to DEFAULT_VALUE

10 years agoAdd JsonWriter#valueObject(Object)
Simon Brandhof [Mon, 5 May 2014 08:22:43 +0000 (10:22 +0200)]
Add JsonWriter#valueObject(Object)

10 years agoFix start-mac.sh
Simon Brandhof [Mon, 5 May 2014 08:08:28 +0000 (10:08 +0200)]
Fix start-mac.sh

10 years agostart-mac.sh must start "sonar.sh start" instead of "sonar.sh console" in order to...
Simon Brandhof [Mon, 5 May 2014 07:23:22 +0000 (09:23 +0200)]
start-mac.sh must start "sonar.sh start" instead of "sonar.sh console" in order to display logs

10 years agoSONAR-3437 Enable batch mode when saving measures into DB
Julien HENRY [Wed, 30 Apr 2014 22:15:44 +0000 (00:15 +0200)]
SONAR-3437 Enable batch mode when saving measures into DB

10 years agoFixed RuleDao for Junits due to insert of Param with non-existing Rule
Stephane Gamard [Fri, 2 May 2014 18:00:38 +0000 (20:00 +0200)]
Fixed RuleDao for Junits due to insert of Param with non-existing Rule

10 years agofix quality flaw
Stephane Gamard [Fri, 2 May 2014 17:50:16 +0000 (19:50 +0200)]
fix quality flaw

10 years agoBaseDao Synchronisation based on Dto and RuleNormalizer
Stephane Gamard [Fri, 2 May 2014 17:46:06 +0000 (19:46 +0200)]
BaseDao Synchronisation based on Dto and RuleNormalizer

10 years agoup-throw Exception afterExecution in LocalQueueWorker
Stephane Gamard [Fri, 2 May 2014 15:19:08 +0000 (17:19 +0200)]
up-throw Exception afterExecution in LocalQueueWorker

10 years agoAdded a timeout on Latch for synched ClusterAction
Stephane Gamard [Fri, 2 May 2014 14:23:04 +0000 (16:23 +0200)]
Added a timeout on Latch for synched ClusterAction

10 years agoSONAR-5111 Complete "api/qualitygates" WS documentation and do some refactoring to...
Julien Lancelot [Fri, 2 May 2014 16:03:58 +0000 (18:03 +0200)]
SONAR-5111 Complete "api/qualitygates" WS documentation and do some refactoring to split actions of this WS into multiple classes

10 years agoSONAR-5250 Handle visibility of internal services
Jean-Baptiste Lievremont [Fri, 2 May 2014 15:29:41 +0000 (17:29 +0200)]
SONAR-5250 Handle visibility of internal services

10 years agoSONAR-5250 add parameter includeInternals to /api/webservices/list
Simon Brandhof [Fri, 2 May 2014 14:18:00 +0000 (16:18 +0200)]
SONAR-5250 add parameter includeInternals to /api/webservices/list

10 years agoSONAR-5250 Display possible values for parameters
Jean-Baptiste Lievremont [Fri, 2 May 2014 13:48:25 +0000 (15:48 +0200)]
SONAR-5250 Display possible values for parameters

10 years agoSONAR-5264 Force documentation of web services to be up-to-date
Simon Brandhof [Fri, 2 May 2014 13:27:49 +0000 (15:27 +0200)]
SONAR-5264 Force documentation of web services to be up-to-date

10 years agoSONAR-5111 Add missing ProjectsWs to ServerComponents
Julien Lancelot [Fri, 2 May 2014 13:36:12 +0000 (15:36 +0200)]
SONAR-5111 Add missing ProjectsWs to ServerComponents

10 years agoSONAR-5111 Add "api/projects" WS documentation
Julien Lancelot [Fri, 2 May 2014 13:22:12 +0000 (15:22 +0200)]
SONAR-5111 Add "api/projects" WS documentation

10 years agoSONAR-5250 Modify layout, add WS path to action title
Jean-Baptiste Lievremont [Fri, 2 May 2014 13:26:33 +0000 (15:26 +0200)]
SONAR-5250 Modify layout, add WS path to action title

10 years agoSONAR-5262 Fail to delete action plan having issues on deleted component
Julien Lancelot [Fri, 2 May 2014 12:37:02 +0000 (14:37 +0200)]
SONAR-5262 Fail to delete action plan having issues on deleted component

10 years agoSONAR-5250 Add navigation, modify layout, show parameters in WS API
Jean-Baptiste Lievremont [Fri, 2 May 2014 12:31:08 +0000 (14:31 +0200)]
SONAR-5250 Add navigation, modify layout, show parameters in WS API

10 years agoFix UT
Julien Lancelot [Fri, 2 May 2014 12:00:05 +0000 (14:00 +0200)]
Fix UT

10 years agoSONAR-5111 Complete documentation for "api/profiles" WS
Julien Lancelot [Fri, 2 May 2014 10:30:23 +0000 (12:30 +0200)]
SONAR-5111 Complete documentation for "api/profiles" WS

10 years agoAddedSONAR-5237 - Working facets for RuleService and RuleIndex. Tested with mediumTest
Stephane Gamard [Fri, 2 May 2014 09:32:11 +0000 (11:32 +0200)]
AddedSONAR-5237 - Working facets for RuleService and RuleIndex. Tested with mediumTest

10 years agoCheck that the values of a param is in possible values (if defined)
Julien Lancelot [Fri, 2 May 2014 09:08:56 +0000 (11:08 +0200)]
Check that the values of a param is in possible values (if defined)

10 years agoFix bulk change
Stas Vilchik [Fri, 2 May 2014 08:06:27 +0000 (14:06 +0600)]
Fix bulk change

10 years agoRevert "SONAR-3437 Enable batch mode when saving measures into DB"
Julien Lancelot [Fri, 2 May 2014 07:13:09 +0000 (09:13 +0200)]
Revert "SONAR-3437 Enable batch mode when saving measures into DB"

This reverts commit 1b84be0cba036bc7d782f9191874bf144c6fe534.

10 years agoFix some quality flaws
Simon Brandhof [Thu, 1 May 2014 19:14:50 +0000 (21:14 +0200)]
Fix some quality flaws

10 years agoComplete build scripts
Simon Brandhof [Thu, 1 May 2014 19:07:36 +0000 (21:07 +0200)]
Complete build scripts

10 years agoAddedSONAR-5237 - Added ActiveRuleParam and updated IndexMediumTest
Stephane Gamard [Thu, 1 May 2014 18:30:44 +0000 (20:30 +0200)]
AddedSONAR-5237 - Added ActiveRuleParam and updated IndexMediumTest

10 years agoAddedSONAR-5237 - Added all tags and updated IndexMediumTest
Stephane Gamard [Thu, 1 May 2014 17:50:02 +0000 (19:50 +0200)]
AddedSONAR-5237 - Added all tags and updated IndexMediumTest

10 years agoSONAR-5237 - Added active rule and IndexMediumTest
Stephane Gamard [Thu, 1 May 2014 16:38:32 +0000 (18:38 +0200)]
SONAR-5237 - Added active rule and IndexMediumTest

10 years agoSONAR-5237 - Added tags and RuleParams to RuleService
Stephane Gamard [Thu, 1 May 2014 15:52:30 +0000 (17:52 +0200)]
SONAR-5237 - Added tags and RuleParams to RuleService

10 years agoSONAR-5237 - Added RuleParam
Stephane Gamard [Thu, 1 May 2014 14:56:12 +0000 (16:56 +0200)]
SONAR-5237 - Added RuleParam

10 years agoMinor renaming in RuleIndexMediumTest
Simon Brandhof [Thu, 1 May 2014 15:14:26 +0000 (17:14 +0200)]
Minor renaming in RuleIndexMediumTest

10 years agoFix some quality flaws
Simon Brandhof [Thu, 1 May 2014 14:46:04 +0000 (16:46 +0200)]
Fix some quality flaws

10 years agoUpdated LogLevel on BaseIndex
Stephane Gamard [Thu, 1 May 2014 13:53:31 +0000 (15:53 +0200)]
Updated LogLevel on BaseIndex

10 years agoNew tests on RuleServiceMediumTest
Simon Brandhof [Thu, 1 May 2014 13:44:29 +0000 (15:44 +0200)]
New tests on RuleServiceMediumTest

10 years agoSONAR-5237 - Passing all RuleSearchMediumTests
Stephane Gamard [Thu, 1 May 2014 13:38:37 +0000 (15:38 +0200)]
SONAR-5237 - Passing all RuleSearchMediumTests

10 years agoSONAR-5237 - Passing Test for RuleStatus in RuleSearchMediumTest
Stephane Gamard [Thu, 1 May 2014 13:20:52 +0000 (15:20 +0200)]
SONAR-5237 - Passing Test for RuleStatus in RuleSearchMediumTest

10 years agoIgnore status test.
Stephane Gamard [Thu, 1 May 2014 13:14:52 +0000 (15:14 +0200)]
Ignore status test.

10 years agoSONAR-5237 - Fixed RuleSearchMediumTests
Stephane Gamard [Thu, 1 May 2014 13:11:12 +0000 (15:11 +0200)]
SONAR-5237 - Fixed RuleSearchMediumTests

10 years agoNew tests on RuleSearchMediumTest
Simon Brandhof [Thu, 1 May 2014 12:52:51 +0000 (14:52 +0200)]
New tests on RuleSearchMediumTest

10 years agoSONAR-5237 - Fixed some SearchMediumTests
Stephane Gamard [Thu, 1 May 2014 12:40:41 +0000 (14:40 +0200)]
SONAR-5237 - Fixed some SearchMediumTests

10 years agoOrdered fields in Hit.getFields
Stephane Gamard [Thu, 1 May 2014 12:18:01 +0000 (14:18 +0200)]
Ordered fields in Hit.getFields

10 years agoNew tests to be fixed on RuleSearchMediumTest
Simon Brandhof [Thu, 1 May 2014 12:12:28 +0000 (14:12 +0200)]
New tests to be fixed on RuleSearchMediumTest

10 years agoNew tests to be fixed on RuleSearchMediumTest
Simon Brandhof [Thu, 1 May 2014 12:07:29 +0000 (14:07 +0200)]
New tests to be fixed on RuleSearchMediumTest

10 years agoDrop UnsuportedException and improve rule search
Simon Brandhof [Thu, 1 May 2014 11:48:41 +0000 (13:48 +0200)]
Drop UnsuportedException and improve rule search

10 years agofix quality flaws
Stephane Gamard [Thu, 1 May 2014 11:31:02 +0000 (13:31 +0200)]
fix quality flaws

10 years agoFixed missign license header
Stephane Gamard [Thu, 1 May 2014 11:17:43 +0000 (13:17 +0200)]
Fixed missign license header

10 years agoSONAR-5237 - Implemented IndexAction compatible with Dto
Stephane Gamard [Thu, 1 May 2014 11:11:20 +0000 (13:11 +0200)]
SONAR-5237 - Implemented IndexAction compatible with Dto
- Fixed missing public Field for WS in RuleIndex

10 years agoSONAR-5237 - Implemented Field selection in RuleIndex#search
Stephane Gamard [Wed, 30 Apr 2014 23:49:00 +0000 (01:49 +0200)]
SONAR-5237 - Implemented Field selection in RuleIndex#search

10 years agoSONAR-5237 - Implemented partial query search in RuleService#search
Stephane Gamard [Wed, 30 Apr 2014 23:26:39 +0000 (01:26 +0200)]
SONAR-5237 - Implemented partial query search in RuleService#search

10 years agoSONAR-5237
Stephane Gamard [Wed, 30 Apr 2014 22:50:24 +0000 (00:50 +0200)]
SONAR-5237
- Implemented NRT for RuleService and RuleIndex (RuleService#refresh & RuleIndex#refresh)
- Fixed RuleService#search with empty filter values

10 years agoSONAR-3437 Enable batch mode when saving measures into DB
Julien HENRY [Wed, 30 Apr 2014 22:15:44 +0000 (00:15 +0200)]
SONAR-3437 Enable batch mode when saving measures into DB

10 years agoSONAR-3437 Fix use of persistit with 3-Tuple keys. This allow to restore
Julien HENRY [Wed, 30 Apr 2014 22:00:12 +0000 (00:00 +0200)]
SONAR-3437 Fix use of persistit with 3-Tuple keys. This allow to restore
optimization of loading of measures.

10 years agoDo not accumulate already-processed actions in DbSession
Simon Brandhof [Wed, 30 Apr 2014 22:12:30 +0000 (00:12 +0200)]
Do not accumulate already-processed actions in DbSession

10 years agoFix some quality flaws
Simon Brandhof [Wed, 30 Apr 2014 22:11:22 +0000 (00:11 +0200)]
Fix some quality flaws

10 years agoSupport system properties prefixed by "mediumTests." in ServerTester
Simon Brandhof [Wed, 30 Apr 2014 21:13:11 +0000 (23:13 +0200)]
Support system properties prefixed by "mediumTests." in ServerTester

10 years agoAdd ServerTester#addPluginJar()
Simon Brandhof [Wed, 30 Apr 2014 20:46:03 +0000 (22:46 +0200)]
Add ServerTester#addPluginJar()

10 years agoSONAR-5237 - Initial mediumtest working
Stephane Gamard [Wed, 30 Apr 2014 17:04:59 +0000 (19:04 +0200)]
SONAR-5237 - Initial mediumtest working

10 years agoSONAR-5111 Complete "api/issues" WS documentation
Julien Lancelot [Wed, 30 Apr 2014 16:36:57 +0000 (18:36 +0200)]
SONAR-5111 Complete "api/issues" WS documentation

10 years agoSONAR-5250 Initialize backbone app for API documentation
Jean-Baptiste Lievremont [Wed, 30 Apr 2014 16:34:35 +0000 (18:34 +0200)]
SONAR-5250 Initialize backbone app for API documentation

10 years agoRevert persistit version to stay compatible with Java 1.6
Julien HENRY [Wed, 30 Apr 2014 15:35:03 +0000 (17:35 +0200)]
Revert persistit version to stay compatible with Java 1.6

10 years agoSONAR-3437, SONAR-5189 Store measures in a persistit cache
Julien HENRY [Wed, 23 Apr 2014 12:41:32 +0000 (14:41 +0200)]
SONAR-3437, SONAR-5189 Store measures in a persistit cache

10 years agoAdd ServerTester#clearDataStores()
Simon Brandhof [Wed, 30 Apr 2014 15:25:32 +0000 (17:25 +0200)]
Add ServerTester#clearDataStores()

10 years agoSONAR-5237 - Updated RuleService#search
Stephane Gamard [Wed, 30 Apr 2014 14:34:51 +0000 (16:34 +0200)]
SONAR-5237 - Updated RuleService#search

10 years agoFix wrong plan param renaming by a previous commit
Julien Lancelot [Wed, 30 Apr 2014 14:19:28 +0000 (16:19 +0200)]
Fix wrong plan param renaming by a previous commit

10 years agoFix quality flaws
Julien Lancelot [Wed, 30 Apr 2014 13:59:38 +0000 (15:59 +0200)]
Fix quality flaws

10 years agoCleanup org.sonar.server.rule2
Simon Brandhof [Wed, 30 Apr 2014 13:47:33 +0000 (15:47 +0200)]
Cleanup org.sonar.server.rule2

10 years agoBuilding without executing tests is not recommended
Simon Brandhof [Wed, 30 Apr 2014 13:37:14 +0000 (15:37 +0200)]
Building without executing tests is not recommended

10 years agoInputFiles were indexed twice
Julien HENRY [Wed, 30 Apr 2014 13:27:38 +0000 (15:27 +0200)]
InputFiles were indexed twice

10 years agoAdded license header
Stephane Gamard [Wed, 30 Apr 2014 13:21:50 +0000 (15:21 +0200)]
Added license header

10 years agoSONAR-5237 - Added base Mapping for Rule
Stephane Gamard [Wed, 30 Apr 2014 13:10:21 +0000 (15:10 +0200)]
SONAR-5237 - Added base Mapping for Rule

10 years agoSONAR-5237 - Created Base and Rule Normalizer classes
Stephane Gamard [Wed, 30 Apr 2014 12:34:19 +0000 (14:34 +0200)]
SONAR-5237 - Created Base and Rule Normalizer classes

10 years agoContinue draft of rule improvement
Simon Brandhof [Wed, 30 Apr 2014 12:29:58 +0000 (14:29 +0200)]
Continue draft of rule improvement

10 years agoCommented out synchronizer in BaseIndex
Julien Lancelot [Wed, 30 Apr 2014 11:53:00 +0000 (13:53 +0200)]
Commented out synchronizer in BaseIndex

10 years agoCheck that the value of a pram is in possible values (if defined)
Julien Lancelot [Wed, 30 Apr 2014 11:45:45 +0000 (13:45 +0200)]
Check that the value of a pram is in possible values (if defined)

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