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
/
src
/
main
/
java
/
org
/
sonar
/
db
/
purge
Commit message (
Expand
)
Author
Age
Files
Lines
*
split sonar-db into server/sonar-db-core and server/sonar-db-dao
Sébastien Lesaint
2017-02-17
18
-1419
/
+0
*
SONAR-8637 Update POM parent version
Teryk Bellahsene
2017-02-10
18
-36
/
+36
*
Drop unused method PurgeMapper#deleteSnapshotMeasures()
Simon Brandhof
2017-01-25
1
-2
/
+0
*
SONAR-8675 drop usage of table resource_index
Simon Brandhof
2017-01-25
3
-8
/
+0
*
SONAR-8353 purge webhook deliveries when deleting project
Simon Brandhof
2016-11-14
3
-0
/
+10
*
SONAR-8089 Merge ComponentDao#selectChildren and selectDescendants
Julien Lancelot
2016-11-08
1
-12
/
+3
*
SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysis
Sébastien Lesaint
2016-08-29
2
-7
/
+0
*
SONAR-7911 purge scanner_context table when analysis is deleted
Sébastien Lesaint
2016-08-22
2
-0
/
+7
*
remove dead code in PurgeCommand
Sébastien Lesaint
2016-08-22
1
-29
/
+0
*
merge GuavaCollectors into Collectors and rename methods
Sébastien Lesaint
2016-07-21
2
-5
/
+5
*
Fix Quality flaws
Simon Brandhof
2016-07-18
1
-7
/
+1
*
SONAR-7700 use "B columns" strategy for update of PROJECTS
Simon Brandhof
2016-07-11
3
-43
/
+22
*
fix various quality flaws
Sébastien Lesaint
2016-07-07
1
-2
/
+0
*
Remove unused methods of IdUuidPairs
Simon Brandhof
2016-07-06
1
-16
/
+1
*
SONAR-7705 stop using SNAPSHOTS tree columns in Java codebase
Simon Brandhof
2016-07-06
4
-53
/
+12
*
SONAR-7705 remove dead code and dead sql in purge
Sébastien Lesaint
2016-07-04
4
-55
/
+23
*
SONAR-7705 remove Orphan components directly from the root
Sébastien Lesaint
2016-07-04
3
-108
/
+49
*
SONAR-7705 replace purge by cpt of scope PRJ by purge by analyses
Sébastien Lesaint
2016-07-04
3
-24
/
+40
*
SONAR-7705 purge: delete measures of FILE and DIR via analysis uuid
Sébastien Lesaint
2016-07-04
3
-27
/
+86
*
SONAR-7705 delete analysis measures using new ANALYSIS_UUID column
Sébastien Lesaint
2016-07-04
2
-9
/
+3
*
SONAR-7705 PurgeDao#purge: aborted analysis can be delete from root
Sébastien Lesaint
2016-07-04
2
-23
/
+22
*
SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)
Sébastien Lesaint
2016-07-04
6
-29
/
+84
*
SONAR-7705 use uuid in PurgeMapper.deleteSnapshots
Sébastien Lesaint
2016-07-04
1
-20
/
+20
*
SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents
Sébastien Lesaint
2016-07-04
3
-7
/
+42
*
SONAR-7705 remove work Resource from PurgeMapper and use uuids
Sébastien Lesaint
2016-07-04
3
-41
/
+35
*
remove unused PurgeDao#purge override
Sébastien Lesaint
2016-07-04
1
-11
/
+0
*
remove ids from PurgeSnapshotQuery
Sébastien Lesaint
2016-07-04
5
-55
/
+38
*
remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)
Sébastien Lesaint
2016-07-04
1
-10
/
+0
*
remove unused PurgeSnapshotQuery#qualifiers
Sébastien Lesaint
2016-07-04
1
-10
/
+0
*
SONAR-7690 support EVENTS.ANALYSIS_UUID in code
Sébastien Lesaint
2016-06-27
9
-57
/
+68
*
SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in code
Sébastien Lesaint
2016-06-22
3
-37
/
+39
*
SONAR-7738 support in code use of *_UUID instead of PROJECTS._*ID
Sébastien Lesaint
2016-06-16
1
-1
/
+1
*
SONAR-7693 support removal of ID columns in SNAPSHOTS
Sébastien Lesaint
2016-06-14
5
-32
/
+31
*
SONAR-7692 support uuid columns in resource_index
Sébastien Lesaint
2016-06-13
3
-4
/
+4
*
fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputs
Sébastien Lesaint
2016-06-02
2
-49
/
+14
*
SONAR-7653 upgrade to Elasticsearch 2.3.3
Simon Brandhof
2016-05-31
2
-3
/
+3
*
SONAR-7175 Keep last snapshots in KeepOneFilter
Julien Lancelot
2016-05-12
1
-2
/
+2
*
SONAR-7108 Delete Issues from index when purging old issues
Julien Lancelot
2016-05-04
3
-9
/
+53
*
SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSide
Sébastien Lesaint
2016-03-29
1
-4
/
+0
*
SONAR-7441 add ComputeEngineSide annotation where applicable
Sébastien Lesaint
2016-03-29
1
-0
/
+2
*
SONAR-7466 Remove ACTION_PLANS table and related code
Teryk Bellahsene
2016-03-25
2
-9
/
+0
*
Fix quality flaws
Simon Brandhof
2016-02-29
1
-1
/
+1
*
SONAR-7130 group deletion and purges of snapshots all together
Sébastien Lesaint
2016-01-26
3
-17
/
+39
*
SONAR-7130 don't do select for aborted build twice per component
Sébastien Lesaint
2016-01-26
1
-13
/
+3
*
SONAR-7130 faster purge: single SQL query for all PRJ children
Sébastien Lesaint
2016-01-26
1
-5
/
+3
*
Fix project title in copyright headers
Simon Brandhof
2016-01-13
18
-18
/
+18
*
Upgrade to parent 26 and new copyright headers
Simon Brandhof
2016-01-05
18
-83
/
+72
*
Replace slf4j by SQ Logger in sonar-db
Simon Brandhof
2015-12-14
1
-3
/
+3
*
SONAR-6834 Purge CE_ACTIVITY when deleting a project
Julien Lancelot
2015-10-27
3
-7
/
+13
*
Simplify deletion of a project in PurgeDao
Julien Lancelot
2015-09-15
2
-27
/
+16
[next]