summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5576 Display coverage exclusions in logsJulien HENRY2014-09-021-1/+4
* Improve code coverageJulien HENRY2014-09-021-2/+4
* Fix some quality flawsJulien HENRY2014-09-013-9/+22
* Add helper to filter measures by rule keyJulien Lancelot2014-08-281-1/+5
* Improve UT coverageJulien HENRY2014-08-271-0/+6
* Fix some quality flawsJulien HENRY2014-08-2714-61/+99
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-251-1/+1
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-251-0/+1
* SONAR-5343 Replace "Branch coverage" by "Condition coverage"Julien Lancelot2014-08-122-18/+18
* SONAR-5518 Remove the property sonar.embeddedDatabase.dataDirSimon Brandhof2014-08-071-1/+0
* SONAR-5389 Improve duplication APIJulien HENRY2014-08-017-10/+297
* Merge remote-tracking branch 'origin/branch-4.4'Eric Hartmann2014-08-011-1/+10
|\
| * Fix regression on created(Before|After) on api/issues/search WSJean-Baptiste Lievremont2014-07-301-1/+10
* | SONAR-5513 Fix typoJulien HENRY2014-07-311-1/+1
* | SONAR-5513 Deprecate measure duplication_data and provide alternative to dev ...Julien HENRY2014-07-311-0/+25
* | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-317-3/+121
|\ \
| * | SONAR-5389 New duplication APIJulien HENRY2014-07-307-3/+121
* | | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-291-1/+0
|\| |
| * | SONAR-5492 Remove ability to configure JDBC driver class nameSimon Brandhof2014-07-281-1/+0
* | | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-2512-4/+322
|\| |
| * | SONAR-5389 Port symbolizable API to new batch APIJulien HENRY2014-07-248-2/+209
| * | Fix some quality flawsJulien HENRY2014-07-241-2/+2
| * | SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-244-0/+111
* | | Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-2412-37/+71
|\| |
| * | SONAR-5389 Do not expose rule name in active rule as we may drop it soonJulien HENRY2014-07-242-8/+1
| * | SONAR-5417 Add rule name to active ruleJulien HENRY2014-07-233-0/+21
| * | SONAR-5389 Reset measure and issue builders after creation of object to allow...Julien HENRY2014-07-239-36/+56
* | | SONAR-4898 remove duplicated classes and usage of SONAR_HOMESimon Brandhof2014-07-231-6/+0
|/ /
* | Use a LinkedHashMap to ease assertions in unit testsJulien HENRY2014-07-221-1/+1
* | Add medium test for InputDirJulien HENRY2014-07-222-0/+4
* | SONAR-5389 Allow to find an active rule by internal keyJulien HENRY2014-07-222-11/+33
* | SONAR-5389 Allow to create issues on directories and to override severity on ...Julien HENRY2014-07-228-36/+117
* | SONAR-5389 Add InputDir concept in batch APIJulien HENRY2014-07-226-2/+255
* | SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-212-7/+7
* | SONAR-5319 Return SQALE Rating and SQALE Debt ratio in /api/component/app WSJulien Lancelot2014-07-211-1/+1
* | SONAR-5389 Rename Analyzer -> SensorJulien HENRY2014-07-2121-129/+140
* | SONAR-5417 Fix manual measuresJulien HENRY2014-07-191-0/+6
* | SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-181-2/+2
* | SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-183-0/+54
* | SONAR-5465 Prevent warning log on some CodeColorizerFormat componentsSimon Brandhof2014-07-171-0/+8
* | SONAR-5001 Validate descriptions (exactly one of HTML or MD desc. must be pro...Jean-Baptiste Lievremont2014-07-161-2/+2
* | SONAR-5001 Update API, ES and WS to support Markdown in rule descriptionsJean-Baptiste Lievremont2014-07-161-9/+36
* | SONAR-5321 Deprecate NavigationSection.RESOURCE_TABJulien Lancelot2014-07-151-0/+6
* | SONAR-5445 Introduce new metric "SQALE Debt Ratio"Julien Lancelot2014-07-101-0/+17
* | SONAR-5388 Rename propertiesJulien Lancelot2014-07-101-2/+2
* | SONAR-5419 Add a hack for backward compatibility of visual studio bootstrapperJulien HENRY2014-07-101-0/+15
* | SONAR-5388 Introduce the SQALE Rating metric in SonarQube CoreJulien Lancelot2014-07-092-0/+78
* | Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEADJenkins CI2014-07-091-3/+5
|\|
| * SONAR-5437 Support colon character in rule keysJulien Lancelot2014-07-091-3/+5
* | Improve filesystem loggerJulien HENRY2014-07-071-2/+6