aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawsSimon Brandhof2016-02-223-204/+1
|
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-226-86/+63
|
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-224-28/+50
|
* SONAR-7191 api/ce/activity max submitted date is inclusiveTeryk Bellahsene2016-02-191-0/+8
|
* SONAR-7366 Expose InputModule in SensorContextJulien HENRY2016-02-193-2/+17
|
* Remove deprecation notice since replacement API is still @BetaJulien HENRY2016-02-171-3/+0
|
* Automatic merge from branch-5.4Jenkins CI2016-02-151-1/+27
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-5.4: Refactor a bit ComponentContainer stabilize ProjectDrilldownTest SONAR-7125 use efficient delete dir code in core, batch and server SONAR-7125 use efficient delete dir from NIO in sonar-api SONAR-7125 add FileUtils in sonar-core with efficient delete methods SONAR-7125 use efficient delete dir method in sonar-process SONAR-7125 use nio to clean temp directory at startup
| * SONAR-7125 use efficient delete dir from NIO in sonar-apiSébastien Lesaint2016-02-121-1/+27
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-091-1/+1
| |
| * [maven-release-plugin] prepare release 5.4-RC15.4-RC1Eric Hartmann2016-02-091-1/+1
| |
* | Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|/
* SONAR-7112 search box with correct component type order5.4-M13Teryk Bellahsene2016-02-052-6/+37
|
* Fix quality gatesSimon Brandhof2016-02-052-6/+2
|
* SONAR-7242 Update default background colorJulien Lancelot2016-02-042-4/+4
|
* SONAR-7242 Identity Provider must define a display with icon url abd ↵Julien Lancelot2016-02-043-6/+228
| | | | background color
* SONAR-5582 drop jfreechartSimon Brandhof2016-02-026-441/+0
|
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-021-0/+4
|
* Use INFO level by default in unit testsSimon Brandhof2016-02-023-12/+7
|
* Reduce verbosity of unit test logsSimon Brandhof2016-02-013-14/+14
| | | | That makes Travis crash (too many logs)
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-012-33/+92
|
* squid:UselessPrenthesesCheck Useless parentheses around expression should be ↵Zeeshan Asghar2016-01-291-2/+2
| | | | removed to prevent any misunderstanging
* squid:S1213 members of an interface decleration or class should appear in a ↵Zeeshan Asghar2016-01-291-4/+4
| | | | pre-defined order
* Fix quality flawsJulien Lancelot2016-01-291-4/+4
|
* IN claus and group of OR should have constant order and no duplicateSébastien Lesaint2016-01-292-7/+26
|
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-272-2/+7
|
* SONAR-7219 Remove sonar.security.updateUserAttributes propertyJulien Lancelot2016-01-271-0/+2
|
* SONAR-6226 Create IdentityProvider APIJulien Lancelot2016-01-257-5/+551
|
* SONAR-7234 Remove @SupportedEnvironmentJulien HENRY2016-01-201-41/+0
|
* SONAR-7205 WS api/users/search deprecate 'f' fieldTeryk Bellahsene2016-01-201-2/+6
|
* Fix project title in copyright headersSimon Brandhof2016-01-13718-718/+718
|
* SONAR-7135 WS api/measures/component_tree navigate through components and ↵Teryk Bellahsene2016-01-131-17/+9
| | | | display measures
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-2/+2
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05718-2945/+2872
|
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-212-1/+20
|
* Automatic merge from branch-5.3Jenkins CI2015-12-144-20/+30
|\ | | | | | | | | | | * origin/branch-5.3: Fix quality flaws in PathUtils SONAR-6939 decrease maximum nb of decimal digits to 5
| * Fix quality flaws in PathUtilsSimon Brandhof2015-12-142-17/+27
| |
| * SONAR-6939 decrease maximum nb of decimal digits to 5Simon Brandhof2015-12-142-3/+3
| | | | | | | | More than 5 breaks the support of big numbers
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-6820 document page size limitation in WSTeryk Bellahsene2015-12-081-0/+19
|
* Revert "SONAR-6820 WS api/rules/search has a page size limit of 500"Teryk Bellahsene2015-12-081-18/+0
| | | | This reverts commit bf7964f6f2776dab0934b7d2768990de4ae6a5c2.
* SONAR-6820 WS api/rules/search has a page size limit of 500Teryk Bellahsene2015-12-071-0/+18
|
* Revert "SONAR-6820 WS api/rules/search has a page size limit of 500"Teryk Bellahsene2015-12-071-18/+0
| | | | This reverts commit 5aeeedbda63c17fefc7bba99dbf8c718c7bbbd17.
* SONAR-6820 WS api/rules/search has a page size limit of 500Teryk Bellahsene2015-12-071-0/+18
|
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-0719-675/+287
| | | | measures
* SONAR-7031 fix Logger.warn(String, Throwable) not logging exceptionSébastien Lesaint2015-12-075-4/+32
|
* Fix quality flawsSimon Brandhof2015-12-043-19/+24
|
* SONAR-7113 API - Support Markdown descriptions in RulesDefinitionXmlLoaderSimon Brandhof2015-12-043-70/+128
|
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-042-5/+20
|
* SONAR-7028 Update default value of sonar.technicalDebt.ratingGridJulien Lancelot2015-12-031-1/+1
| | | | Default value is now "0.05,0.1,0.2,0.5", it was "0.1,0.2,0.5,1"
* SONAR-6933 Drop newDuplication() beta APIJulien HENRY2015-12-0111-516/+6
|