index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
SONAR-24639
az/ps-wide-output
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
/
sonar-db
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
SONAR-7851 create table qprofile_changes
Simon Brandhof
2016-09-12
3
-2
/
+15
*
|
SONAR-8058 fix DB migration of views definition (wrong key)
Sébastien Lesaint
2016-09-09
2
-2
/
+2
*
|
SONAR-7676 remove PropertyDao#deleteById and add deleteByQuery
Sébastien Lesaint
2016-09-09
4
-59
/
+28
*
|
fix some quality flaws and lacking coverage
Sébastien Lesaint
2016-09-09
2
-3
/
+3
*
|
SONAR-7676 remove PropertyDto#id
Sébastien Lesaint
2016-09-09
3
-19
/
+8
*
|
improve DbTester SQL utility methods exception stacktrace
Sébastien Lesaint
2016-09-09
1
-0
/
+7
*
|
rewrite PropertiesMapper.findNotificationSubscribers without subselect
Sébastien Lesaint
2016-09-09
1
-5
/
+8
*
|
SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUE
Sébastien Lesaint
2016-09-09
44
-792
/
+1553
*
|
add DbTest#select(DbSession, String)
Sébastien Lesaint
2016-09-09
1
-0
/
+4
*
|
SONAR-7676 removing dead code from Properties related classes
Sébastien Lesaint
2016-09-09
4
-85
/
+0
*
|
SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columns
Sébastien Lesaint
2016-09-09
8
-5
/
+524
*
|
SONAR-7676 some modernization of PropertiesDao and PropertiesDaoTest
Sébastien Lesaint
2016-09-09
6
-420
/
+253
*
|
Fix quality flaws
Julien Lancelot
2016-09-07
2
-15
/
+10
*
|
Fix Quality flaws
Simon Brandhof
2016-09-07
1
-6
/
+0
*
|
SONAR-7678 server-side stateless settings
Simon Brandhof
2016-09-06
4
-10
/
+13
*
|
SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIES
Sébastien Lesaint
2016-09-05
7
-3
/
+206
*
|
SONAR-7675 add InternalPropertiesDao
Sébastien Lesaint
2016-09-05
9
-5
/
+715
*
|
properly handle connections in DbTester utility methods
Sébastien Lesaint
2016-09-05
1
-23
/
+63
*
|
SONAR-7675 add table INTERNAL_PROPERTIES
Sébastien Lesaint
2016-09-05
3
-1
/
+13
*
|
Allow try-with-resources with SqlStatement in DB migrations
Simon Brandhof
2016-09-05
2
-4
/
+4
*
|
SONAR-8004 WS settings/set handles property set
Teryk Bellahsene
2016-08-30
1
-2
/
+6
*
|
SONAR-7975 Return parentValue, parentValues and parentFieldsValues
Julien Lancelot
2016-08-30
1
-0
/
+39
*
|
SONAR-7892 do not support upgrade from before SQ 5.6
Sébastien Lesaint
2016-08-30
1
-1
/
+1
*
|
SONAR-7844 merge migration creating and recreating CE_SCANNER_CONTEXT
Sébastien Lesaint
2016-08-30
1
-1
/
+0
*
|
SONAR-7986 Remove property set values when removing property set
Julien Lancelot
2016-08-30
1
-2
/
+6
*
|
SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXT
Sébastien Lesaint
2016-08-29
9
-14
/
+102
*
|
SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysis
Sébastien Lesaint
2016-08-29
4
-37
/
+0
*
|
SONAR-7844 ScannerContextDao => CeScannerContextDao
Sébastien Lesaint
2016-08-29
10
-67
/
+42
*
|
SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PK
Sébastien Lesaint
2016-08-29
3
-11
/
+11
*
|
SONAR-7970 WS settings/set validates data
Teryk Bellahsene
2016-08-26
2
-0
/
+21
*
|
SONAR-7986 Create /api/settings/reset WS to remove the value of a setting
Julien Lancelot
2016-08-26
1
-0
/
+7
*
|
SONAR-7844 re-enable some UTs disabled for H2
Sébastien Lesaint
2016-08-25
4
-6
/
+14
*
|
SONAR-7975 Return inherited values in /api/settings/values for modules
Julien Lancelot
2016-08-25
4
-7
/
+67
*
|
SONAR-7969 Create /api/settings/values WS
Julien Lancelot
2016-08-25
6
-40
/
+205
*
|
SONAR-7893 end of support of MSSQL 2008
Simon Brandhof
2016-08-24
1
-2
/
+1
*
|
SONAR-7844 add missing pk to scanner_context
Simon Brandhof
2016-08-23
1
-3
/
+1
*
|
SONAR-7903 add missing pk to ce_task_input
Simon Brandhof
2016-08-23
1
-4
/
+1
*
|
SONAR-7903 merge db migrations
Simon Brandhof
2016-08-23
1
-1
/
+0
*
|
SONAR-7970 Create WS api/settings/set persist a simple value setting
Teryk Bellahsene
2016-08-23
2
-0
/
+76
*
|
Merge branch 'branch-5.6'
Sébastien Lesaint
2016-08-23
2
-9
/
+38
|
\
|
|
*
SONAR-6846 support duplicate snapshots with islast=true
Sébastien Lesaint
2016-08-22
2
-9
/
+38
*
|
fixing coverage of ClobColumnDef
Sébastien Lesaint
2016-08-22
1
-0
/
+6
*
|
remove dead code in CeActivityMapper.xml
Sébastien Lesaint
2016-08-22
1
-8
/
+0
*
|
SONAR-7967 add hasScannerContext to CeActivityDto
Sébastien Lesaint
2016-08-22
3
-17
/
+80
*
|
SONAR-7911 purge scanner_context table when analysis is deleted
Sébastien Lesaint
2016-08-22
7
-7
/
+51
*
|
remove dead code in PurgeCommand
Sébastien Lesaint
2016-08-22
2
-50
/
+0
*
|
SONAR-7844 persist scanner context in DB instead of logging it
Sébastien Lesaint
2016-08-22
1
-6
/
+15
*
|
SONAR-7844 add ScannerContextDao
Sébastien Lesaint
2016-08-22
11
-19
/
+464
*
|
SONAR-7844 add table SCANNER_CONTEXT
Sébastien Lesaint
2016-08-22
3
-2
/
+13
*
|
SONAR-7903 fix bad declarations of CE_TASK_INPUT_UUID in schema-h2
Sébastien Lesaint
2016-08-22
1
-1
/
+2
[prev]
[next]