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-plugin-api
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add JsonWriter#valueObject(Object)
Simon Brandhof
2014-05-05
1
-0
/
+33
*
SONAR-5264 Force documentation of web services to be up-to-date
Simon Brandhof
2014-05-02
1
-56
/
+108
*
SONAR-5111 Complete "api/issues" WS documentation
Julien Lancelot
2014-04-30
1
-0
/
+37
*
SONAR-3437, SONAR-5189 Store measures in a persistit cache
Julien HENRY
2014-04-30
2
-22
/
+26
*
Add org.sonar.api.server.ws.Request#paramAsStrings(String)
Simon Brandhof
2014-04-30
1
-0
/
+9
*
Drop WebService#setResponseExampleFormat()
Simon Brandhof
2014-04-30
1
-1
/
+3
*
Add JsonWriter#values(Iterable<String>)
Simon Brandhof
2014-04-30
1
-0
/
+7
*
Add response example to WebService extension point
Simon Brandhof
2014-04-29
2
-1
/
+48
*
SONAR-5249 Merge measure_data and project_measure tables
Julien HENRY
2014-04-29
1
-7
/
+7
*
SONAR-5111 Add support for default parameters in Java WS, protection against ...
Jean-Baptiste Lievremont
2014-04-28
1
-1
/
+2
*
SONAR-5111 Create a handler to create java stub ws controllers for rails ws
Julien Lancelot
2014-04-28
1
-0
/
+31
*
Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"
Julien HENRY
2014-04-25
2
-26
/
+22
*
SONAR-5234 new org.sonar.api.utils.command.TimeoutException
Simon Brandhof
2014-04-25
1
-4
/
+4
*
SONAR-4927 Store quality gate details in dedicated measure
Jean-Baptiste Lievremont
2014-04-24
1
-1
/
+1
*
SONAR-3437, SONAR-5189 Store measures in a persistit cache
Julien HENRY
2014-04-24
2
-22
/
+26
*
ONAR-5132 Issues search WS should allow to search by language
Julien Lancelot
2014-04-22
1
-0
/
+5
*
Continue move from hamcrest to fest-assert
Simon Brandhof
2014-04-21
4
-44
/
+36
*
SONAR-5195 Revert preventing rule template to declare technical debt
Julien Lancelot
2014-04-14
1
-22
/
+0
*
SONAR-5195 Rule templates should not define technical debt informations
Julien Lancelot
2014-04-08
1
-0
/
+22
*
Remove checks of minutes greater than 60 and hours greater than 24
Julien Lancelot
2014-04-07
1
-19
/
+1
*
Fix some quality flaws
Simon Brandhof
2014-04-04
1
-3
/
+3
*
Fix quality flaws
Julien Lancelot
2014-04-04
3
-0
/
+167
*
Create a specific unit test of declaring rules with technical debt
Julien Lancelot
2014-04-04
1
-9
/
+24
*
Duration should not accept hours more than 24 and minutes more than 60
Julien Lancelot
2014-04-04
2
-4
/
+24
*
SONAR-5056 Move batch DebtRemediationFunction from rule to debt package
Julien Lancelot
2014-04-03
2
-3
/
+3
*
Create a new DebtModel API on batch side
Julien Lancelot
2014-04-03
2
-4
/
+92
*
SONAR-5056 When update rule, if sub characteristic or remediation function is...
Julien Lancelot
2014-04-03
1
-0
/
+10
*
Replace factor by coefficient
Julien Lancelot
2014-03-26
4
-22
/
+22
*
Improve duration format validation
Julien Lancelot
2014-03-26
2
-5
/
+33
*
SONAR-4908 extract RulesDefinitionAnnotationLoader
Simon Brandhof
2014-03-25
2
-14
/
+14
*
SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to setDebtSubCharac...
Simon Brandhof
2014-03-25
1
-7
/
+7
*
SONAR-4908 refactor RulesDefinition API (debt functions, XML)
Simon Brandhof
2014-03-25
5
-59
/
+173
*
Improve org.sonar.api.utils.System2 :
Simon Brandhof
2014-03-25
1
-1
/
+10
*
SONAR-4908 extract RulesDefinitionXmlLoader
Simon Brandhof
2014-03-24
5
-20
/
+30
*
SONAR-5056 Remove useless static creation methods
Julien Lancelot
2014-03-24
2
-24
/
+28
*
SONAR-5121 Refactor the way remediation function is defined on rules in order...
Julien Lancelot
2014-03-21
4
-150
/
+150
*
SONAR-4915 Do not display a warning when no effort to fix description with li...
Julien Lancelot
2014-03-19
1
-20
/
+0
*
SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_descript...
Julien Lancelot
2014-03-19
1
-2
/
+22
*
Fix quality flaws
Julien Lancelot
2014-03-18
1
-19
/
+19
*
SONAR-5056 Create DebtRemediationFunction API on batch side
Julien Lancelot
2014-03-17
2
-0
/
+88
*
SONAR-5056 Fail if not both characteristic and function are defined
Julien Lancelot
2014-03-17
1
-0
/
+27
*
SONAR-4843 Ability to restart server in development mode
Simon Brandhof
2014-03-15
1
-14
/
+2
*
SONAR-5121 Verify remediation factor and offset following remediation functio...
Julien Lancelot
2014-03-14
2
-49
/
+154
*
Rename RuleDefinitions to RulesDefinition
Julien Lancelot
2014-03-14
3
-63
/
+63
*
Fix copyright headers
Simon Brandhof
2014-03-14
1
-1
/
+1
*
SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()
Simon Brandhof
2014-03-14
3
-230
/
+234
*
SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()
Simon Brandhof
2014-03-14
3
-43
/
+41
*
SONAR-5010 improve WebService extension point
Simon Brandhof
2014-03-13
1
-26
/
+56
*
SONAR-4366 Remove Alert class and related code
Jean-Baptiste Lievremont
2014-03-13
4
-94
/
+0
*
SONAR-926 add DefaultInputFile#toString()
Simon Brandhof
2014-03-12
1
-0
/
+6
[next]