index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-25.01
branch-25.1
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
provide session to QProfileService
Daniel Schwarz
2017-03-23
3
-19
/
+16
*
|
SONAR-8857 split RuleActivationActions into activation and deactivation
Daniel Schwarz
2017-03-23
14
-74
/
+175
*
|
SONAR-8867 fix too long property identifier in RuleDto for most SGBDs
Sébastien Lesaint
2017-03-23
17
-144
/
+144
*
|
SONAR-8867 drop metadata columns from table RULES
Sébastien Lesaint
2017-03-23
31
-332
/
+700
*
|
SONAR-8867 add AbstractDbTester#assertColumnDoesNotExist
Sébastien Lesaint
2017-03-23
1
-0
/
+24
*
|
SONAR-8897 add H2 support in DropColumnsBuilder
Sébastien Lesaint
2017-03-23
14
-40
/
+76
*
|
SONAR-8867 RuleResultSetIterator supports table RULES_METADATA
Sébastien Lesaint
2017-03-23
11
-67
/
+83
*
|
SONAR-8867 read and write into table RULES_METADATA
Sébastien Lesaint
2017-03-23
17
-198
/
+500
*
|
SONAR-8867 populate table RULES_METADATA
Sébastien Lesaint
2017-03-23
6
-2
/
+495
*
|
SONAR-8867 create table RULES_METADATA
Sébastien Lesaint
2017-03-23
7
-7
/
+190
*
|
SONAR-8867 add organizationUuid parameter to RuleDao#selectByQuery
Sébastien Lesaint
2017-03-23
3
-8
/
+9
*
|
SONAR-8867 add and use RuleDao#selectAllDefinitions
Sébastien Lesaint
2017-03-23
10
-77
/
+91
*
|
SONAR-8867 make UserDao#selectEnabled process RuleDefinitionDto
Sébastien Lesaint
2017-03-23
3
-17
/
+7
*
|
SONAR-8867 add and use UserDao#selectDefinitionByKeys
Sébastien Lesaint
2017-03-23
13
-49
/
+67
*
|
SONAR-8867 add and use RuleDao#selectDefinitionById[s]
Sébastien Lesaint
2017-03-23
12
-30
/
+86
*
|
SONAR-8867 add and use RuleDao#selectOrFailDefinitionByKey
Sébastien Lesaint
2017-03-23
14
-97
/
+127
*
|
SONAR-8867 add and use RuleDao#selectDefinitionByKey
Sébastien Lesaint
2017-03-23
36
-179
/
+279
*
|
SONAR-8867 add CoreDbTester#defaultOrganization()
Sébastien Lesaint
2017-03-23
2
-0
/
+73
*
|
SONAR-8867 fix support for composite PK in assertPrimaryKey
Sébastien Lesaint
2017-03-23
1
-20
/
+48
*
|
SONAR-8867 enforce definition and metadata are inserted/updated separately
Sébastien Lesaint
2017-03-23
47
-397
/
+478
*
|
SONAR-8867 RuleDto aggregates RuleDefinitionDto and RuleMetadataDto
Sébastien Lesaint
2017-03-23
5
-182
/
+210
*
|
SONAR−8867 split persistence of rule definition from metadata
Sébastien Lesaint
2017-03-23
6
-28
/
+104
*
|
SONAR-8867 split insert/update of definition and metadata in DAO
Sébastien Lesaint
2017-03-23
7
-60
/
+576
*
|
SONAR-8867 don't open extra DbSession in RuleCreator
Sébastien Lesaint
2017-03-23
6
-34
/
+25
*
|
SONAR-8867 remove usused RuleDao#selectEnabled(DbSession)
Sébastien Lesaint
2017-03-23
3
-29
/
+13
*
|
SONAR-6547 remove now useless ClearRulesOverloadedDebt
Sébastien Lesaint
2017-03-23
3
-286
/
+0
*
|
SONAR-8867 remove unused RuleMapper#selectAll(ResultHandler)
Sébastien Lesaint
2017-03-23
1
-2
/
+0
*
|
SONAR-8867 a bit of formatting on RuleMapper.xml
Sébastien Lesaint
2017-03-23
1
-109
/
+192
*
|
SONAR-8867 add missing jdbcType to RuleMapper
Sébastien Lesaint
2017-03-23
1
-50
/
+51
*
|
SONAR-8867 remove unused RuleMapper#selectByName
Sébastien Lesaint
2017-03-23
2
-8
/
+0
*
|
SONAR-8971 check consistency of Quality profiles in Compute Engine
Simon Brandhof
2017-03-23
2
-9
/
+83
*
|
SONAR-8924 restrict count of projects on specified organization
Simon Brandhof
2017-03-23
6
-62
/
+30
*
|
SONAR-8924 compute active rules statistics via database
Simon Brandhof
2017-03-23
22
-632
/
+331
*
|
SONAR-8924 add and populate field "orgUuid" to ES index rules/activeRule
Simon Brandhof
2017-03-23
5
-32
/
+40
*
|
SONAR-8889 fix Quality flaws in ActiveRuleIndexer
Simon Brandhof
2017-03-23
1
-31
/
+7
*
|
SONAR-8889 drop Quality profiles when deleting an organization
Simon Brandhof
2017-03-23
2
-2
/
+39
*
|
SONAR-8889 do not drop Quality profile at startup if already exists
Simon Brandhof
2017-03-23
4
-205
/
+12
*
|
SONAR-8889 api/qualityprofiles/delete must delete changelog and clean-up Elas...
Simon Brandhof
2017-03-23
6
-188
/
+203
*
|
SONAR-8889 profile related SQLs to delete rows by list of key
Simon Brandhof
2017-03-23
26
-76
/
+493
*
|
SONAR-8889 remove OrganizationMapper#deleteByKey()
Simon Brandhof
2017-03-23
5
-65
/
+18
*
|
SONAR-8888 fix indexing of quality profiles on SQLServer
Simon Brandhof
2017-03-23
1
-4
/
+10
*
|
Remove unused "statuses" field in response of api/rules/app
Simon Brandhof
2017-03-23
2
-27
/
+2
*
|
SONAR-8865 support new param "organization" in api/rules/app
Simon Brandhof
2017-03-23
5
-85
/
+213
*
|
SONAR-8857 add /restore and /activate_rule to sonar-ws, refactor tests
Daniel Schwarz
2017-03-23
4
-52
/
+57
*
|
Drop unused method QualityProfileMapper#selectByProjectIdAndLanguage()
Simon Brandhof
2017-03-23
2
-12
/
+0
*
|
SONAR-8888 use DefinedQProfileRepository in QProfileResetImpl
Sébastien Lesaint
2017-03-23
1
-41
/
+19
*
|
SONAR-8888 create default quality profiles when creating organization
Sébastien Lesaint
2017-03-23
5
-39
/
+266
*
|
SONAR-8888 move commit out of DefinedQProfileCreation#commit
Sébastien Lesaint
2017-03-23
4
-1
/
+10
*
|
SONAR-8888 add DefinedQProfileCreation
Sébastien Lesaint
2017-03-23
7
-146
/
+550
*
|
SONAR-8888 load DefinedQProfiles even when no startup leader
Sébastien Lesaint
2017-03-23
5
-5
/
+100
[prev]
[next]