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
/
sonar-server
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bad merge of SearchActionComponentsTest
Julien Lancelot
2017-08-11
28
-786
/
+923
*
SONAR-8798 fix quality flaws
Daniel Schwarz
2017-08-09
10
-138
/
+106
*
SONAR-8798 move listAuthors and listTagsForComponent to AuthorsAction and Com...
Daniel Schwarz
2017-08-09
9
-244
/
+83
*
SONAR-8798 remove medium tests registration of QualityProfiles and Rules
Daniel Schwarz
2017-08-09
5
-1120
/
+1
*
SONAR-8798 convert medium tests to unit tests
Daniel Schwarz
2017-08-09
41
-2266
/
+1849
*
SONAR-8798 reduce Elasticsearch log level to "WARN" for unit tests
Daniel Schwarz
2017-08-09
1
-0
/
+5
*
SONAR-8798 fix date histogram bounds
Daniel Schwarz
2017-08-09
1
-1
/
+1
*
SONAR-8798 remove setting "index.number_of_replicas"
Daniel Schwarz
2017-08-09
2
-2
/
+0
*
SONAR-8798 removed SearchServer and EsServerHolder
Daniel Schwarz
2017-08-09
1
-118
/
+0
*
SONAR-8798 fix storing rule key in RuleExtensionDoc
Daniel Schwarz
2017-08-09
3
-7
/
+4
*
SONAR-8798 allow "epoch_second" as alternative ES date format
Daniel Schwarz
2017-08-09
7
-35
/
+60
*
SONAR-8798 Add parent-join plugin
Daniel Schwarz
2017-08-09
2
-2
/
+6
*
SONAR-8798 do not automatically create indexes, not even in unit tests
Daniel Schwarz
2017-08-09
1
-0
/
+1
*
SONAR-8798 apply all breaking changes of ES 5.5
Daniel Schwarz
2017-08-09
9
-27
/
+39
*
SONAR-8798 move default index properties to NewIndex
Sébastien Lesaint
2017-08-09
17
-105
/
+392
*
SONAR-8798 fix quality gate status facet of project measures index
Daniel Schwarz
2017-08-09
1
-8
/
+8
*
SONAR-8798 arbitrary types like RuleType cannot be serialized by ES 5
Daniel Schwarz
2017-08-09
1
-2
/
+4
*
SONAR-8798 fix unit tests
Daniel Schwarz
2017-08-09
9
-35
/
+56
*
SONAR-8798 update EsTester to support ES 5.X
Daniel Schwarz
2017-08-09
4
-81
/
+1184
*
SONAR-8798 term_vector must be enabled for hightlighting on field too
Sébastien Lesaint
2017-08-09
3
-5
/
+8
*
SONAR-8798 support both text and keyword string field types
Sébastien Lesaint
2017-08-09
4
-21
/
+94
*
SONAR-8798 make MetaIndex.value stored to be able to retrieve it
Sébastien Lesaint
2017-08-09
2
-3
/
+11
*
SONAR-8798 term_vector only an analyzed keyword fields
Sébastien Lesaint
2017-08-09
3
-6
/
+5
*
SONAR-8798 SearchServer starts external ES 5 process
Daniel Schwarz
2017-08-09
2
-4
/
+5
*
SONAR-8798 compile with ES 5.0.0
Sébastien Lesaint
2017-08-09
28
-301
/
+275
*
SONAR-8798 don't store _id in document bodies anymore
Sébastien Lesaint
2017-08-09
7
-21
/
+35
*
SONAR-8798 replace any usage of SearchType.SCAN by a scroll query
Daniel Schwarz
2017-08-09
4
-17
/
+22
*
SONAR-8798 remove (anyways ignored) sorting for RuleIndex.searchAll
Daniel Schwarz
2017-08-09
1
-1
/
+0
*
SONAR-8798 prepare for setRefresh replaced by setRefreshPolicy
Sébastien Lesaint
2017-08-09
7
-3
/
+13
*
SONAR-8798 prepare for type change of ES property "norms"
Sébastien Lesaint
2017-08-09
1
-2
/
+6
*
SONAR-8798 prepare changing literal values for es property "index"
Daniel Schwarz
2017-08-09
6
-17
/
+28
*
SONAR-8798 prepare move from type STRING to type TEXT or KEYWORD
Sébastien Lesaint
2017-08-09
15
-111
/
+115
*
SONAR-8798 do not reference non existing field in queries
Daniel Schwarz
2017-08-09
1
-1
/
+2
*
SONAR-8798 store index definition hashes in separate es index
Daniel Schwarz
2017-08-09
13
-133
/
+380
*
Fix test
Duarte Meneses
2017-08-07
2
-25
/
+1
*
Optimize copy of scanner measures
Duarte Meneses
2017-08-07
5
-30
/
+119
*
Fix handling of ScmInfo
Duarte Meneses
2017-08-07
2
-11
/
+44
*
Fix tests and missing components
Duarte Meneses
2017-08-07
3
-14
/
+29
*
SONAR-9639 Support CE task characteristics
Duarte Meneses
2017-08-07
5
-47
/
+179
*
Add default measure duplications to container
Duarte Meneses
2017-08-07
2
-1
/
+5
*
SONAR-9577 Store incremental analysis flag in database
Duarte Meneses
2017-08-07
2
-3
/
+11
*
Validate incremental plugin
Duarte Meneses
2017-08-07
2
-6
/
+7
*
Validate incremental plugin
Duarte Meneses
2017-08-07
3
-7
/
+106
*
SONAR-9621 Read cpd text blocks from DB in incremental mode
Duarte Meneses
2017-08-07
5
-52
/
+91
*
SONAR-9619 Reuse issues from last analysis for unmodified files
Duarte Meneses
2017-08-07
6
-79
/
+251
*
SONAR-9620 Read scanner and duplication measures with incremental plugin
Duarte Meneses
2017-08-07
14
-249
/
+621
*
SONAR-9602 Don't persist sources of unchanged files
Duarte Meneses
2017-08-07
2
-42
/
+105
*
SONAR-9601 Read analysis incremental flag and file status from report
Duarte Meneses
2017-08-07
17
-2
/
+239
*
Rename ComponentDto#getKey to ComponentDto#getDbKey
Julien Lancelot
2017-08-01
157
-1003
/
+1002
*
ComponentDto does not inherit anymore from Component
Julien Lancelot
2017-08-01
1
-3
/
+3
[next]