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
/
sonar-db
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-8468 Create WS api/project_analyses/delete
Teryk Bellahsene
2016-12-14
4
-11
/
+20
*
SONAR-8445 move SQ 5.6 create schema migrations out of Ruby
Sébastien Lesaint
2016-12-14
13
-2113
/
+0
*
SONAR-8445 move SQ 5.6.1 migration out of Ruby
Sébastien Lesaint
2016-12-14
6
-219
/
+2
*
SONAR-8445 move SQ 6.0 migrations out of Ruby
Sébastien Lesaint
2016-12-14
190
-12156
/
+2
*
SONAR-8445 move SQ 6.1 migrations out of Ruby
Sébastien Lesaint
2016-12-14
45
-2541
/
+2
*
SONAR-8445 move SQ 6.2 migrations out of Ruby
Sébastien Lesaint
2016-12-14
73
-4068
/
+2
*
SONAR-8445 run DB migration of SQ 6.3 with Java
Sébastien Lesaint
2016-12-14
12
-466
/
+2
*
SONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migration
Sébastien Lesaint
2016-12-14
3
-4
/
+4
*
SONAR-8445 move DatabaseMigration to sonar-db-migration
Sébastien Lesaint
2016-12-14
1
-70
/
+0
*
SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in Java
Sébastien Lesaint
2016-12-14
6
-16
/
+44
*
SONAR-8445 create maven module sonar-db-migration
Sébastien Lesaint
2016-12-14
1
-1
/
+1
*
Fix some Quality flaws
Simon Brandhof
2016-12-14
5
-12
/
+47
*
SONAR-7290 Rewrite api/issues/changelog in Java
Julien Lancelot
2016-12-13
5
-42
/
+98
*
SONAR-5471 fix type of INTEGER columns on Oracle
Simon Brandhof
2016-12-13
3
-3
/
+4
*
SONAR-5471 use v5.6 as version of initial schema
Simon Brandhof
2016-12-13
18
-595
/
+232
*
SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle
Simon Brandhof
2016-12-13
53
-253
/
+294
*
SONAR-5471 Auto-incremented ID must start with 1 on all DB
Simon Brandhof
2016-12-13
2
-5
/
+5
*
Fix Quality flaws
Simon Brandhof
2016-12-13
9
-5
/
+20
*
SONAR-5471 create initial schema (version 5.5)
Simon Brandhof
2016-12-13
321
-16518
/
+1321
*
SONAR-5471 ability to have DEFAULT values on INT columns
Simon Brandhof
2016-12-13
2
-3
/
+15
*
SONAR-8467 Create WS api/project_analyses/search
Teryk Bellahsene
2016-12-13
5
-0
/
+45
*
SONAR-8534 delete ACTIVITY rows which don't have profileKey field
Simon Brandhof
2016-12-13
2
-9
/
+30
*
SONAR-7291 Extract transition methods from IssueService to TransitionService
Julien Lancelot
2016-12-12
3
-4
/
+47
*
SONAR-5471 refactor db migration 1315 in Java
Simon Brandhof
2016-12-12
21
-3
/
+766
*
SONAR-5471 add RenameTableBuilder
Simon Brandhof
2016-12-12
3
-2
/
+179
*
SONAR-5471 move creation of 5.6+ indices to Java migrations
Simon Brandhof
2016-12-12
30
-24
/
+1064
*
SONAR-5471 support timestamp type
Simon Brandhof
2016-12-12
2
-0
/
+175
*
SONAR-5471 support default value in boolean and varchar columns
Simon Brandhof
2016-12-12
22
-27
/
+193
*
SONAR-5471 add DropIndexBuilder
Simon Brandhof
2016-12-12
3
-1
/
+190
*
SONAR-5471 create webhook_deliveries indices in java
Simon Brandhof
2016-12-12
2
-3
/
+26
*
SONAR-5471 add CreateIndexBuilder
Simon Brandhof
2016-12-12
3
-2
/
+315
*
SONAR-5471 share validations of index/table/constraint names
Simon Brandhof
2016-12-12
6
-26
/
+94
*
SONAR-8466 Create WS api/project_analyses/update_event
Teryk Bellahsene
2016-12-09
5
-5
/
+32
*
SONAR-8464 Allow events name and category to be null
Julien Lancelot
2016-12-08
3
-5
/
+22
*
SONAR-8465 Create WS api/project_analyses/delete_event
Teryk Bellahsene
2016-12-08
8
-8
/
+58
*
SONAR-8464 Create WS api/project_analyses/create_event
Teryk Bellahsene
2016-12-07
14
-7
/
+303
*
Fix quality flaw
Julien Lancelot
2016-12-07
1
-1
/
+1
*
Merge branch 'branch-6.2'
Sébastien Lesaint
2016-12-06
3
-28
/
+5
|
\
|
*
SONAR-8442 do not do a select to keep ce_activity.is_key up to date
Sébastien Lesaint
2016-12-06
3
-28
/
+5
|
*
Prepare for next development iteration
Tom
2016-12-02
1
-1
/
+1
|
*
Release 6.2-RC2
6.2-RC2
Tom
2016-12-02
1
-1
/
+1
*
|
SONAR-8450 Extract logic to get qgate from project in QualityGateFinder
Julien Lancelot
2016-12-06
2
-0
/
+30
*
|
SONAR-8450 Cleanup ComponentNavigationActionTest
Julien Lancelot
2016-12-05
1
-0
/
+6
*
|
SONAR-8464 Make column UUID of Events unique and non null
Teryk Bellahsene
2016-12-05
11
-4
/
+162
*
|
SONAR-8464 Populate UUID column of table EVENTS
Teryk Bellahsene
2016-12-05
7
-5
/
+115
*
|
SONAR-8467 Add UUID column to db table EVENTS
Teryk Bellahsene
2016-12-05
18
-12
/
+249
*
|
Automatic merge from branch-6.2
ssjenka
2016-12-01
3
-3
/
+3
|
\
|
|
*
SONAR-8335 move LogBackHelper to subpackage logging
Sébastien Lesaint
2016-12-01
3
-3
/
+3
*
|
Automatic merge from branch-6.2
ssjenka
2016-11-28
2
-0
/
+35
|
\
|
|
*
SONAR-8089 Add missing condition on snapshots.islast=true
Julien Lancelot
2016-11-28
2
-0
/
+35
[next]