aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3702 API : AnnotationRuleParser does not detect overridden rule parametersSimon Brandhof2012-07-261-13/+8
|
* SONAR-3690 do not use getBytes(UTF-8) in the constructor of MeasureDataSimon Brandhof2012-07-241-6/+1
|
* SONAR-3690 Bad charset when reading measure text dataSimon Brandhof2012-07-241-6/+19
|
* SONAR-3646 fix transaction conflict with H2Simon Brandhof2012-07-201-1/+13
|
* Simplify codeDavid Gageot2012-07-181-0/+30
|
* Fix violationDavid Gageot2012-07-171-1/+1
|
* Fix violationDavid Gageot2012-07-171-1/+1
|
* Restore Api compatibilityDavid Gageot2012-07-171-2/+10
|
* Remove warningsDavid Gageot2012-07-161-0/+1
|
* Remove warningDavid Gageot2012-07-161-2/+2
|
* Restore Api compatibilityDavid Gageot2012-07-161-2/+6
|
* Shorter code for HttpDownloaderDavid Gageot2012-07-161-84/+77
|
* Don't use hardcoded charsetsDavid Gageot2012-07-161-3/+3
|
* Unused importsDavid Gageot2012-07-161-1/+0
|
* Fix measure data not being evicted anymoreDavid Gageot2012-07-161-1/+1
|
* Remove UriReader#openStream()Simon Brandhof2012-07-162-29/+0
| | | | Let's keep API simple.
* Don't close the stream twiceDavid Gageot2012-07-161-1/+0
|
* Fix warningsDavid Gageot2012-07-161-1/+1
|
* Fix warningsDavid Gageot2012-07-162-0/+10
|
* Fix some quality flawsSimon Brandhof2012-07-152-17/+17
|
* Fix some quality flawsSimon Brandhof2012-07-152-3/+1
|
* Update Center improvementsSimon Brandhof2012-07-142-2/+166
| | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins
* Fix some quality flawSimon Brandhof2012-07-131-1/+1
|
* SONAR-3633 improve the management of server-side settingsSimon Brandhof2012-07-131-34/+23
| | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later.
* Improve documentation of ResourceType with new propertyFabrice Bellingard2012-07-131-0/+1
|
* SONAR-1608 Update documentation on ResourceTypeFabrice Bellingard2012-07-121-0/+2
|
* Deploy the component ResourcePermissions on server-sideSimon Brandhof2012-07-121-1/+2
|
* SONAR-2496 Support 'previous-version' value for differential viewsFabrice Bellingard2012-07-121-2/+1
|
* Declare parameters as non-null by default in org.sonar.api.platformSimon Brandhof2012-07-122-2/+25
|
* Improve and refactor the ResourcePermissions componentSimon Brandhof2012-07-121-1/+1
|
* SONAR-3646 API : new extension point to be notified on user creationSimon Brandhof2012-07-111-0/+91
|
* Unused importDavid Gageot2012-07-111-2/+6
|
* Unused codeDavid Gageot2012-07-111-44/+0
|
* Command env variables are initialized with System.getenv()Simon Brandhof2012-07-112-6/+3
|
* SONAR-3437 Improve code coverage and fix measure data updateDavid Gageot2012-07-111-0/+2
|
* SONAR-3437 Disable batch insert because it cannot workDavid Gageot2012-07-111-2/+0
|
* Improve javadoc of org.sonar.api.utils.command.CommandSimon Brandhof2012-07-101-3/+6
|
* Allow to mock CommandExecutorSimon Brandhof2012-07-101-1/+1
| | | | Changing final to non-final does not break binary compatibility. Constructor is kept private.
* Minor improvements on org.sonar.api.utils.commandSimon Brandhof2012-07-102-11/+14
| | | | | * shorten the method CommandExecutor#execute() * add javadoc
* SONAR-3437 Fix batch insert on mysqlDavid Gageot2012-07-101-0/+2
|
* SONAR-3437 Cleaner code and fix Oracle mappingDavid Gageot2012-07-102-164/+4
|
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-103-21/+71
|
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-092-0/+182
|
* Fix some quality flawsSimon Brandhof2012-07-082-16/+45
|
* Add some tests to org.sonar.api.config.SettingsSimon Brandhof2012-07-061-0/+3
|
* SONAR-3618 support old versions of Views pluginSimon Brandhof2012-07-062-1/+31
|
* SONAR-3432 Check rule property valuesDavid Gageot2012-07-062-7/+45
| | | | We need to keep the compatibility with old values like s,i,r...
* SONAR-3432 Support rule property types in annotationsDavid Gageot2012-07-062-6/+28
|
* API: add ResourceType#setProperty(String,boolean) + remove some deprecated ↵Simon Brandhof2012-07-061-27/+27
| | | | methods
* API: add Settings#getStringLines(String key)Simon Brandhof2012-07-061-2/+18
|