]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoSONAR-8999 Return only organization members when changing group membership
Teryk Bellahsene [Thu, 23 Mar 2017 15:58:43 +0000 (16:58 +0100)]
SONAR-8999 Return only organization members when changing group membership

7 years agoSONAR-8844 Fix project tags selector (#1857)
Grégoire Aubert [Mon, 27 Mar 2017 10:06:05 +0000 (12:06 +0200)]
SONAR-8844 Fix project tags selector (#1857)

* Limit list size to 10 elements max
* Fix long tags display

7 years agooptimize js bundles (#1855)
Stas Vilchik [Mon, 27 Mar 2017 10:04:48 +0000 (12:04 +0200)]
optimize js bundles (#1855)

7 years agoSONAR-8980 Do not user index method getNullableByLogin 1838/head
Teryk Bellahsene [Fri, 24 Mar 2017 15:35:10 +0000 (16:35 +0100)]
SONAR-8980 Do not user index method getNullableByLogin

7 years agoSONAR-8980 Reindex user when creating an organization (personal or not)
Teryk Bellahsene [Wed, 22 Mar 2017 17:04:57 +0000 (18:04 +0100)]
SONAR-8980 Reindex user when creating an organization (personal or not)

7 years agoSONAR-8980 Reindex users when deleting an organization
Teryk Bellahsene [Wed, 22 Mar 2017 14:53:55 +0000 (15:53 +0100)]
SONAR-8980 Reindex users when deleting an organization

7 years agoSONAR-8980 Index a list of users
Teryk Bellahsene [Wed, 22 Mar 2017 13:55:24 +0000 (14:55 +0100)]
SONAR-8980 Index a list of users

7 years agoSONAR-8980 Reindex a user when removing an organization membership
Teryk Bellahsene [Wed, 22 Mar 2017 09:53:56 +0000 (10:53 +0100)]
SONAR-8980 Reindex a user when removing an organization membership

7 years agoSONAR-8980 Reindex a user when adding an organization membership
Teryk Bellahsene [Tue, 21 Mar 2017 17:28:37 +0000 (18:28 +0100)]
SONAR-8980 Reindex a user when adding an organization membership

7 years agoSONAR-8980 Index organizations when indexing a user
Teryk Bellahsene [Tue, 21 Mar 2017 17:02:22 +0000 (18:02 +0100)]
SONAR-8980 Index organizations when indexing a user

7 years agoFix menu hover highlighting
Grégoire Aubert [Fri, 24 Mar 2017 15:42:15 +0000 (16:42 +0100)]
Fix menu hover highlighting

7 years agoSONAR-8857 fix quality flaws
Daniel Schwarz [Fri, 24 Mar 2017 15:20:16 +0000 (16:20 +0100)]
SONAR-8857 fix quality flaws

* reduce duplications
* remove deprecated method
* remove deprecated method
* remove deprecated methods in qprofile dao
* remove unused constant
* use method reference instead of lambda
* remove deprecated QProfileRef
* use method reference instead of lambda
* replace conditional operators by Optionals

7 years agofix search on projects page
Stas Vilchik [Fri, 24 Mar 2017 15:05:58 +0000 (16:05 +0100)]
fix search on projects page

7 years agoSONAR-8864 add canCreateCustomRule to response of api/rules/app 1852/head
Sébastien Lesaint [Thu, 23 Mar 2017 15:36:01 +0000 (16:36 +0100)]
SONAR-8864 add canCreateCustomRule to response of api/rules/app

7 years agoSONAR-9006 add canCustomizeRule to response of api/rules/app
Sébastien Lesaint [Thu, 23 Mar 2017 15:18:39 +0000 (16:18 +0100)]
SONAR-9006 add canCustomizeRule to response of api/rules/app

7 years agoSONAR-9002 Add a log when a node is waiting for initialization
Eric Hartmann [Fri, 24 Mar 2017 09:23:29 +0000 (10:23 +0100)]
SONAR-9002 Add a log when a node is waiting for initialization

7 years agoadd flow-typed definitions (#1847)
Stas Vilchik [Fri, 24 Mar 2017 09:01:05 +0000 (10:01 +0100)]
add flow-typed definitions (#1847)

7 years agoMerge remote-tracking branch 'origin/branch-6.3'
Julien Lancelot [Fri, 24 Mar 2017 07:17:49 +0000 (08:17 +0100)]
Merge remote-tracking branch 'origin/branch-6.3'

7 years agoFix changelog of api/components/show
Julien Lancelot [Thu, 23 Mar 2017 16:24:37 +0000 (17:24 +0100)]
Fix changelog of api/components/show

7 years agoFix reliability of RemoveGroupActionTest
Simon Brandhof [Thu, 23 Mar 2017 22:51:30 +0000 (23:51 +0100)]
Fix reliability of RemoveGroupActionTest

Sometimes the test "fail_when_group_id_does_not_exist" fails with error:
Expected test to throw (an instance of org.sonar.server.exceptions.NotFoundException and exception with message a string containing "No group with id '42'")
That occurs when other tests have created at least 42 groups, so that
the id sequence reached value 42.

7 years agoSONAR-8857 make api/qualityprofiles/de|activate_rules organization aware 1753/head
Daniel Schwarz [Thu, 23 Mar 2017 16:28:29 +0000 (17:28 +0100)]
SONAR-8857 make api/qualityprofiles/de|activate_rules organization aware

7 years agoSONAR-8857 remove redundant QProfileService class
Daniel Schwarz [Thu, 23 Mar 2017 16:11:29 +0000 (17:11 +0100)]
SONAR-8857 remove redundant QProfileService class

7 years agoSONAR-8857 reduce duplicated code for bulk requests
Daniel Schwarz [Thu, 23 Mar 2017 15:50:45 +0000 (16:50 +0100)]
SONAR-8857 reduce duplicated code for bulk requests

7 years agoSONAR-8857 split BulkRuleActivationActions
Daniel Schwarz [Thu, 23 Mar 2017 15:21:29 +0000 (16:21 +0100)]
SONAR-8857 split BulkRuleActivationActions

7 years agoSONAR-8857 make api/qualityprofiles/activate_rule organization aware
Daniel Schwarz [Thu, 23 Mar 2017 14:44:35 +0000 (15:44 +0100)]
SONAR-8857 make api/qualityprofiles/activate_rule organization aware

7 years agoSONAR-8857 make api/qualityprofiles/deactivate_rule organization aware
Daniel Schwarz [Thu, 23 Mar 2017 11:05:48 +0000 (12:05 +0100)]
SONAR-8857 make api/qualityprofiles/deactivate_rule organization aware

7 years agoprovide session to QProfileService
Daniel Schwarz [Thu, 23 Mar 2017 10:00:24 +0000 (11:00 +0100)]
provide session to QProfileService

7 years agoSONAR-8857 split RuleActivationActions into activation and deactivation
Daniel Schwarz [Thu, 23 Mar 2017 09:25:32 +0000 (10:25 +0100)]
SONAR-8857 split RuleActivationActions into activation and deactivation

7 years agoSONAR-8867 fix too long property identifier in RuleDto for most SGBDs 1842/head
Sébastien Lesaint [Thu, 23 Mar 2017 08:55:57 +0000 (09:55 +0100)]
SONAR-8867 fix too long property identifier in RuleDto for most SGBDs

7 years agoSONAR-8867 drop metadata columns from table RULES
Sébastien Lesaint [Wed, 22 Mar 2017 15:07:06 +0000 (16:07 +0100)]
SONAR-8867 drop metadata columns from table RULES

7 years agoSONAR-8867 add AbstractDbTester#assertColumnDoesNotExist
Sébastien Lesaint [Wed, 22 Mar 2017 15:05:29 +0000 (16:05 +0100)]
SONAR-8867 add AbstractDbTester#assertColumnDoesNotExist

7 years agoSONAR-8897 add H2 support in DropColumnsBuilder
Sébastien Lesaint [Wed, 22 Mar 2017 15:04:38 +0000 (16:04 +0100)]
SONAR-8897 add H2 support in DropColumnsBuilder

7 years agoSONAR-8867 RuleResultSetIterator supports table RULES_METADATA
Sébastien Lesaint [Wed, 22 Mar 2017 13:58:38 +0000 (14:58 +0100)]
SONAR-8867 RuleResultSetIterator supports table RULES_METADATA

7 years agoSONAR-8867 read and write into table RULES_METADATA
Sébastien Lesaint [Wed, 22 Mar 2017 10:49:05 +0000 (11:49 +0100)]
SONAR-8867 read and write into table RULES_METADATA

7 years agoSONAR-8867 populate table RULES_METADATA
Sébastien Lesaint [Tue, 21 Mar 2017 11:00:08 +0000 (12:00 +0100)]
SONAR-8867 populate table RULES_METADATA

7 years agoSONAR-8867 create table RULES_METADATA
Sébastien Lesaint [Tue, 21 Mar 2017 09:58:22 +0000 (10:58 +0100)]
SONAR-8867 create table RULES_METADATA

7 years agoSONAR-8867 add organizationUuid parameter to RuleDao#selectByQuery
Sébastien Lesaint [Wed, 22 Mar 2017 07:58:43 +0000 (08:58 +0100)]
SONAR-8867 add organizationUuid parameter to RuleDao#selectByQuery

7 years agoSONAR-8867 add and use RuleDao#selectAllDefinitions
Sébastien Lesaint [Wed, 22 Mar 2017 07:56:57 +0000 (08:56 +0100)]
SONAR-8867 add and use RuleDao#selectAllDefinitions

and added organizationUuid parameter to RuleDao#selectAll

7 years agoSONAR-8867 make UserDao#selectEnabled process RuleDefinitionDto
Sébastien Lesaint [Tue, 21 Mar 2017 18:17:12 +0000 (19:17 +0100)]
SONAR-8867 make UserDao#selectEnabled process RuleDefinitionDto

rather than RuleDto

7 years agoSONAR-8867 add and use UserDao#selectDefinitionByKeys
Sébastien Lesaint [Tue, 21 Mar 2017 18:14:06 +0000 (19:14 +0100)]
SONAR-8867 add and use UserDao#selectDefinitionByKeys

and add organizationUuid parameter to UserDao#selectByKeys

7 years agoSONAR-8867 add and use RuleDao#selectDefinitionById[s]
Sébastien Lesaint [Tue, 21 Mar 2017 17:47:31 +0000 (18:47 +0100)]
SONAR-8867 add and use RuleDao#selectDefinitionById[s]

and add organizationUuid parameter to selectById[s]

7 years agoSONAR-8867 add and use RuleDao#selectOrFailDefinitionByKey
Sébastien Lesaint [Tue, 21 Mar 2017 17:30:49 +0000 (18:30 +0100)]
SONAR-8867 add and use RuleDao#selectOrFailDefinitionByKey

and add organization uuid parameter to RuleDao#selectOrFailByKey

7 years agoSONAR-8867 add and use RuleDao#selectDefinitionByKey
Sébastien Lesaint [Tue, 21 Mar 2017 17:02:27 +0000 (18:02 +0100)]
SONAR-8867 add and use RuleDao#selectDefinitionByKey

and add organization parameter to RuleDao#selectByKey

7 years agoSONAR-8867 add CoreDbTester#defaultOrganization()
Sébastien Lesaint [Tue, 21 Mar 2017 10:31:43 +0000 (11:31 +0100)]
SONAR-8867 add CoreDbTester#defaultOrganization()

7 years agoSONAR-8867 fix support for composite PK in assertPrimaryKey
Sébastien Lesaint [Tue, 21 Mar 2017 09:55:15 +0000 (10:55 +0100)]
SONAR-8867 fix support for composite PK in assertPrimaryKey

7 years agoSONAR-8867 enforce definition and metadata are inserted/updated separately
Sébastien Lesaint [Mon, 20 Mar 2017 16:58:02 +0000 (17:58 +0100)]
SONAR-8867 enforce definition and metadata are inserted/updated separately

7 years agoSONAR-8867 RuleDto aggregates RuleDefinitionDto and RuleMetadataDto
Sébastien Lesaint [Mon, 20 Mar 2017 14:43:28 +0000 (15:43 +0100)]
SONAR-8867 RuleDto aggregates RuleDefinitionDto and RuleMetadataDto

7 years agoSONAR−8867 split persistence of rule definition from metadata
Sébastien Lesaint [Mon, 20 Mar 2017 13:08:09 +0000 (14:08 +0100)]
SONAR−8867 split persistence of rule definition from metadata

7 years agoSONAR-8867 split insert/update of definition and metadata in DAO
Sébastien Lesaint [Mon, 20 Mar 2017 09:39:05 +0000 (10:39 +0100)]
SONAR-8867 split insert/update of definition and metadata in DAO

7 years agoSONAR-8867 don't open extra DbSession in RuleCreator
Sébastien Lesaint [Fri, 17 Mar 2017 16:42:14 +0000 (17:42 +0100)]
SONAR-8867 don't open extra DbSession in RuleCreator

7 years agoSONAR-8867 remove usused RuleDao#selectEnabled(DbSession)
Sébastien Lesaint [Fri, 17 Mar 2017 16:34:41 +0000 (17:34 +0100)]
SONAR-8867 remove usused RuleDao#selectEnabled(DbSession)

only override with ResultHandler is used

7 years agoSONAR-6547 remove now useless ClearRulesOverloadedDebt
Sébastien Lesaint [Fri, 17 Mar 2017 16:16:26 +0000 (17:16 +0100)]
SONAR-6547 remove now useless ClearRulesOverloadedDebt

7 years agoSONAR-8867 remove unused RuleMapper#selectAll(ResultHandler)
Sébastien Lesaint [Fri, 17 Mar 2017 15:37:17 +0000 (16:37 +0100)]
SONAR-8867 remove unused RuleMapper#selectAll(ResultHandler)

7 years agoSONAR-8867 a bit of formatting on RuleMapper.xml
Sébastien Lesaint [Fri, 17 Mar 2017 11:13:55 +0000 (12:13 +0100)]
SONAR-8867 a bit of formatting on RuleMapper.xml

7 years agoSONAR-8867 add missing jdbcType to RuleMapper
Sébastien Lesaint [Fri, 17 Mar 2017 10:58:45 +0000 (11:58 +0100)]
SONAR-8867 add missing jdbcType to RuleMapper

7 years agoSONAR-8867 remove unused RuleMapper#selectByName
Sébastien Lesaint [Fri, 17 Mar 2017 10:58:13 +0000 (11:58 +0100)]
SONAR-8867 remove unused RuleMapper#selectByName

7 years agoSONAR-8925 re-enable IssueAssignTest
Simon Brandhof [Wed, 22 Mar 2017 20:13:16 +0000 (21:13 +0100)]
SONAR-8925 re-enable IssueAssignTest

7 years agoSONAR-8925 scanner sends param "organization" when requesting Quality profiles
Simon Brandhof [Wed, 22 Mar 2017 16:42:25 +0000 (17:42 +0100)]
SONAR-8925 scanner sends param "organization" when requesting Quality profiles

7 years agoSONAR-8971 check consistency of Quality profiles in Compute Engine
Simon Brandhof [Tue, 21 Mar 2017 21:17:57 +0000 (22:17 +0100)]
SONAR-8971 check consistency of Quality profiles in Compute Engine

7 years agoSONAR-8924 restrict count of projects on specified organization
Simon Brandhof [Wed, 22 Mar 2017 14:12:52 +0000 (15:12 +0100)]
SONAR-8924 restrict count of projects on specified organization

7 years agoSONAR-8924 compute active rules statistics via database
Simon Brandhof [Wed, 22 Mar 2017 14:03:03 +0000 (15:03 +0100)]
SONAR-8924 compute active rules statistics via database

Using Elasticsearch is not accurate because the results
are not exhaustive. They can be paginated by the aggregations.
Moreover it brings useless complexity compared to the
simple and performance SQL requests.

7 years agoSONAR-8924 add and populate field "orgUuid" to ES index rules/activeRule
Simon Brandhof [Tue, 21 Mar 2017 17:25:01 +0000 (18:25 +0100)]
SONAR-8924 add and populate field "orgUuid" to ES index rules/activeRule

7 years agoSONAR-8889 fix Quality flaws in ActiveRuleIndexer
Simon Brandhof [Tue, 21 Mar 2017 15:10:27 +0000 (16:10 +0100)]
SONAR-8889 fix Quality flaws in ActiveRuleIndexer

7 years agoSONAR-8889 drop Quality profiles when deleting an organization
Simon Brandhof [Tue, 21 Mar 2017 15:03:45 +0000 (16:03 +0100)]
SONAR-8889 drop Quality profiles when deleting an organization

7 years agoSONAR-8889 do not drop Quality profile at startup if already exists
Simon Brandhof [Tue, 21 Mar 2017 15:03:23 +0000 (16:03 +0100)]
SONAR-8889 do not drop Quality profile at startup if already exists

7 years agoSONAR-8889 api/qualityprofiles/delete must delete changelog and clean-up Elasticsearch
Simon Brandhof [Thu, 16 Mar 2017 22:10:46 +0000 (23:10 +0100)]
SONAR-8889 api/qualityprofiles/delete must delete changelog and clean-up Elasticsearch

7 years agoSONAR-8889 profile related SQLs to delete rows by list of key
Simon Brandhof [Thu, 16 Mar 2017 21:48:25 +0000 (22:48 +0100)]
SONAR-8889 profile related SQLs to delete rows by list of key

Add the ability to delete rows by profile keys from all the tables
related to Quality profiles.

7 years agoSONAR-8889 remove OrganizationMapper#deleteByKey()
Simon Brandhof [Thu, 16 Mar 2017 16:22:36 +0000 (17:22 +0100)]
SONAR-8889 remove OrganizationMapper#deleteByKey()

Organization should be referenced by UUID. Only the method
deleteByUuid() is needed.

7 years agoSONAR-8888 fix indexing of quality profiles on SQLServer
Simon Brandhof [Wed, 22 Mar 2017 19:15:10 +0000 (20:15 +0100)]
SONAR-8888 fix indexing of quality profiles on SQLServer

When creating an organization, Elasticsearch index rules/active_rule
must be updated only when DB session is committed, otherwise
the DB session of ActiveRuleIndexer is locked by the DB
session of OrganizationCreationImpl.

7 years agoRemove unused "statuses" field in response of api/rules/app
Simon Brandhof [Tue, 21 Mar 2017 17:00:26 +0000 (18:00 +0100)]
Remove unused "statuses" field in response of api/rules/app

This field is not used by web app

7 years agoSONAR-8865 support new param "organization" in api/rules/app
Simon Brandhof [Tue, 21 Mar 2017 16:58:25 +0000 (17:58 +0100)]
SONAR-8865 support new param "organization" in api/rules/app

7 years agoSONAR-8857 temporarily ignore IssueAssignTest, until it is org ready
Daniel Schwarz [Wed, 22 Mar 2017 10:41:57 +0000 (11:41 +0100)]
SONAR-8857 temporarily ignore IssueAssignTest, until it is org ready

7 years agoSONAR-8857 add /restore and /activate_rule to sonar-ws, refactor tests
Daniel Schwarz [Wed, 22 Mar 2017 10:41:13 +0000 (11:41 +0100)]
SONAR-8857 add /restore and /activate_rule to sonar-ws, refactor tests

7 years agoDrop unused method QualityProfileMapper#selectByProjectIdAndLanguage()
Simon Brandhof [Tue, 21 Mar 2017 20:26:43 +0000 (21:26 +0100)]
Drop unused method QualityProfileMapper#selectByProjectIdAndLanguage()

7 years agoSONAR-8888 use DefinedQProfileRepository in QProfileResetImpl
Sébastien Lesaint [Tue, 21 Mar 2017 12:24:48 +0000 (13:24 +0100)]
SONAR-8888 use DefinedQProfileRepository in QProfileResetImpl

7 years agoSONAR-8888 create default quality profiles when creating organization
Sébastien Lesaint [Fri, 17 Mar 2017 09:50:03 +0000 (10:50 +0100)]
SONAR-8888 create default quality profiles when creating organization

7 years agoSONAR-8888 move commit out of DefinedQProfileCreation#commit
Sébastien Lesaint [Thu, 16 Mar 2017 17:35:05 +0000 (18:35 +0100)]
SONAR-8888 move commit out of DefinedQProfileCreation#commit

7 years agoSONAR-8888 add DefinedQProfileCreation
Sébastien Lesaint [Thu, 16 Mar 2017 15:43:03 +0000 (16:43 +0100)]
SONAR-8888 add DefinedQProfileCreation

7 years agoSONAR-8888 load DefinedQProfiles even when no startup leader
Sébastien Lesaint [Thu, 16 Mar 2017 09:55:37 +0000 (10:55 +0100)]
SONAR-8888 load DefinedQProfiles even when no startup leader

7 years agoSONAR-8888 add DefinedQProfileRepository
Sébastien Lesaint [Thu, 16 Mar 2017 09:28:37 +0000 (10:28 +0100)]
SONAR-8888 add DefinedQProfileRepository

7 years agoSONAR-8931 fix log level
Sébastien Lesaint [Wed, 15 Mar 2017 14:38:44 +0000 (15:38 +0100)]
SONAR-8931 fix log level

7 years agoSONAR-8857 fix quality flaws
Daniel Schwarz [Fri, 17 Mar 2017 16:30:35 +0000 (17:30 +0100)]
SONAR-8857 fix quality flaws

* deprecate quality profile dao methods without org parameter
* remove unused fields in RenameAction
* change access to wsSupport to static
* source format
* reduce complexity of method
* use constants instead of literals
* remove redundantly overridden method
* remove method QProfileFactory.find
* fix QualityProfileDao.sqlQueryString

7 years agoSONAR-8857 support organizations in api/qualityprofiles/change_parent
Daniel Schwarz [Fri, 17 Mar 2017 13:57:56 +0000 (14:57 +0100)]
SONAR-8857 support organizations in api/qualityprofiles/change_parent

7 years agoSONAR-8857 use random names in change_parent wsAction test
Daniel Schwarz [Fri, 17 Mar 2017 11:21:54 +0000 (12:21 +0100)]
SONAR-8857 use random names in change_parent wsAction test

7 years agoSONAR-8857 refactored change_parent medium test to WsActionTester test
Daniel Schwarz [Fri, 17 Mar 2017 11:18:17 +0000 (12:18 +0100)]
SONAR-8857 refactored change_parent medium test to WsActionTester test

7 years agoSONAR-8857 make ws/qualityprofiles/inheritance organization aware
Daniel Schwarz [Thu, 16 Mar 2017 15:33:32 +0000 (16:33 +0100)]
SONAR-8857 make ws/qualityprofiles/inheritance organization aware

7 years agoSONAR-8857 make ws/qualityprofiles/inheritance organization aware
Daniel Schwarz [Thu, 16 Mar 2017 15:33:32 +0000 (16:33 +0100)]
SONAR-8857 make ws/qualityprofiles/inheritance organization aware

7 years agoSONAR-8857 move code from QProfileLoader to callers
Daniel Schwarz [Thu, 16 Mar 2017 11:55:27 +0000 (12:55 +0100)]
SONAR-8857 move code from QProfileLoader to callers

7 years agoSONAR-8857 refactored inheritance action medium test to a regular test
Daniel Schwarz [Thu, 16 Mar 2017 11:20:03 +0000 (12:20 +0100)]
SONAR-8857 refactored inheritance action medium test to a regular test

7 years agoSONAR-8857 make ws api/qualityprofiles/changelog organization aware
Daniel Schwarz [Mon, 20 Mar 2017 13:46:32 +0000 (14:46 +0100)]
SONAR-8857 make ws api/qualityprofiles/changelog organization aware

7 years agoSONAR-8857 add param "organization" to api/qualityprofiles/add_project/remove_project
Simon Brandhof [Wed, 15 Mar 2017 15:27:01 +0000 (16:27 +0100)]
SONAR-8857 add param "organization" to api/qualityprofiles/add_project/remove_project

7 years agoSONAR-8857 support organization in api/qualityprofiles/copy
Simon Brandhof [Thu, 16 Mar 2017 15:40:11 +0000 (16:40 +0100)]
SONAR-8857 support organization in api/qualityprofiles/copy

- verify permission on the related organization
- create the target profile (if needed) on the same organization
- no need to add the WS parameter "organization" because
"fromKey" is self-sufficient to identify the profile.

7 years agoSONAR-8857 remove test of api/qualityprofiles/copy from QProfilesWsTest
Simon Brandhof [Thu, 16 Mar 2017 15:34:03 +0000 (16:34 +0100)]
SONAR-8857 remove test of api/qualityprofiles/copy from QProfilesWsTest

7 years agoSONAR-8857 clean-up backup/restore
Simon Brandhof [Thu, 16 Mar 2017 15:17:33 +0000 (16:17 +0100)]
SONAR-8857 clean-up backup/restore

Do not load target profile twice when copying a profile

7 years agoSONAR-8857 move code from SearchDataLoader to SearchAction
Daniel Schwarz [Thu, 16 Mar 2017 15:16:27 +0000 (16:16 +0100)]
SONAR-8857 move code from SearchDataLoader to SearchAction

7 years agoSONAR-6315 use standard UUID in examples for QP keys
Sébastien Lesaint [Wed, 15 Mar 2017 09:37:23 +0000 (10:37 +0100)]
SONAR-6315 use standard UUID in examples for QP keys

7 years agofix and simplify pagination CeActivityDao#selectByQuery
Sébastien Lesaint [Tue, 14 Mar 2017 14:42:05 +0000 (15:42 +0100)]
fix and simplify pagination CeActivityDao#selectByQuery

7 years agofix pagination in OrganizationDao#selectByQuery
Sébastien Lesaint [Tue, 14 Mar 2017 14:02:46 +0000 (15:02 +0100)]
fix pagination in OrganizationDao#selectByQuery

7 years agoSONAR-8931 simpler paging in selectOrganizationsWithoutLoadedTemplate
Sébastien Lesaint [Tue, 14 Mar 2017 13:46:03 +0000 (14:46 +0100)]
SONAR-8931 simpler paging in selectOrganizationsWithoutLoadedTemplate

7 years agomove profile with-db-drivers to server to allow testing in any db module
Sébastien Lesaint [Tue, 14 Mar 2017 10:41:44 +0000 (11:41 +0100)]
move profile with-db-drivers to server to allow testing in any db module