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-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-batch
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
SONAR-3125 Add better error message for unknown language
Fabrice Bellingard
2012-04-02
1
-4
/
+22
*
SONAR-1700 Some links to the projects end up in new session
Fabrice Bellingard
2012-03-19
3
-0
/
+40
*
Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...
Simon Brandhof
2012-03-15
2
-4
/
+0
*
Fix quality flaws in tests: remove unused imports
Evgeny Mandrikov
2012-03-14
6
-25
/
+0
*
SONAR-3292 improve messages when database is not up-to-date
Simon Brandhof
2012-03-07
1
-0
/
+57
*
SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...
Simon Brandhof
2012-02-15
6
-14
/
+14
*
SONAR-3208 complete database tables
Simon Brandhof
2012-02-14
27
-59
/
+59
*
SONAR-3209 Add new batch component - FileLinesContextFactory
Evgeny Mandrikov
2012-02-09
1
-1
/
+30
*
SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line
Evgeny Mandrikov
2012-02-09
1
-0
/
+112
*
SONAR-2747 Verification is now done on period1
Fabrice Bellingard
2012-02-08
1
-20
/
+0
*
SONAR-2747 Send email when new violations appear on favourite project
Fabrice Bellingard
2012-02-03
1
-10
/
+35
*
SONAR-3231 Allow to associate measure with committer
Evgeny Mandrikov
2012-02-01
1
-2
/
+5
*
Add column PROJECT_MEASURES.COMMITTER
Evgeny Mandrikov
2012-02-01
5
-14
/
+19
*
SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.
Simon Brandhof
2012-01-25
8
-18
/
+18
*
SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)
Simon Brandhof
2012-01-19
31
-125
/
+125
*
SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE
Simon Brandhof
2012-01-18
32
-130
/
+130
*
Refactor org.sonar.batch.bootstrapper.Batch
Simon Brandhof
2012-01-16
1
-6
/
+11
*
Sanitize batch bootstrapper
Simon Brandhof
2012-01-13
1
-0
/
+80
*
SONAR-2959 Add the property sonar.showSql
Simon Brandhof
2012-01-12
1
-0
/
+121
*
Update copyright header for this new year
Simon Brandhof
2012-01-10
48
-48
/
+48
*
SONAR-983 index the project from a dedicated post-job in order to optimize SQ...
simonbrandhof
2011-12-30
2
-10
/
+7
*
SONAR-3116 throw an exception if skipping the root module
Simon Brandhof
2011-12-23
1
-10
/
+10
*
SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...
Simon Brandhof
2011-12-23
2
-9
/
+9
*
Rename a unit test in ProjectFilterTest
Simon Brandhof
2011-12-22
1
-1
/
+1
*
Refactor the packages of sonar-core
Simon Brandhof
2011-12-22
3
-8
/
+4
*
SONAR-983 resources are indexed during analysis
simonbrandhof
2011-12-20
2
-7
/
+10
*
SONAR-2968 Do not force to add the root project to the property sonar.include...
simonbrandhof
2011-12-20
1
-18
/
+27
*
SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...
Simon Brandhof
2011-12-12
2
-12
/
+12
*
SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)
Simon Brandhof
2011-12-08
2
-52
/
+92
*
Fix loading of Gradle global properties
simonbrandhof
2011-11-13
1
-0
/
+18
*
Fix loading of file exclusions - do not cache exclusions in Project
simonbrandhof
2011-11-11
1
-38
/
+0
*
SONAR-2967 extract the new component ProjectFilter from ProjectTree
simonbrandhof
2011-11-04
2
-0
/
+137
*
SONAR-2956 Support Boolean type with Derby
Evgeny Mandrikov
2011-10-31
1
-5
/
+5
*
Improve boolean parameters of Hibernate HQL queries
Simon Brandhof
2011-10-27
2
-3
/
+3
*
SONAR-801 Events on Dashboard confused for same project dates
Fabrice Bellingard
2011-10-25
1
-0
/
+10
*
SONAR-2681 Provide meaningful error message when unable to determine Maven pr...
Evgeny Mandrikov
2011-10-13
1
-10
/
+30
*
Remove some ignored tests and fix some commented-out code
Simon Brandhof
2011-10-13
27
-843
/
+0
*
Improve unit tests
Evgeny Mandrikov
2011-10-13
2
-5
/
+8
*
SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin
Simon Brandhof
2011-10-10
1
-21
/
+14
*
SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectCon...
Simon Brandhof
2011-10-10
4
-182
/
+0
*
Add unit test BatchSettingsTest
Simon Brandhof
2011-10-07
1
-0
/
+68
*
SONAR-2861 New Configuration API
simonbrandhof
2011-10-07
9
-137
/
+127
*
SONAR-2735 Fix handling of different ways to declare Maven modules
Evgeny Mandrikov
2011-09-30
1
-1
/
+1
*
SONAR-2744 Fix regression in usage of 'sonar.phase'
Evgeny Mandrikov
2011-09-08
2
-11
/
+17
*
SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed be...
Simon Brandhof
2011-08-08
1
-2
/
+2
*
SONAR-2650 reduce number of constructors
Simon Brandhof
2011-07-27
1
-2
/
+1
*
SONAR-2650 FileFilter extension point is ignored
Simon Brandhof
2011-07-27
1
-1
/
+2
*
SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...
Simon Brandhof
2011-07-07
1
-11
/
+15
*
Revert move of TimeMachineConfigution
Simon Brandhof
2011-06-22
2
-0
/
+94
*
SONAR-2497 Merge i18n plugin with core
Simon Brandhof
2011-06-21
1
-5
/
+21
[next]