aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawsSimon Brandhof2015-01-061-7/+7
|
* Fix some quality flawsSimon Brandhof2015-01-066-10/+15
|
* Fix Clirr configurationJulien HENRY2015-01-061-3/+5
|
* Fix Clirr configurationJulien HENRY2015-01-061-1/+1
|
* Configure ClirrJulien HENRY2015-01-061-0/+3
|
* Revert "Revert "SONAR-5911 persist issues on server side""Teryk Bellahsene2015-01-051-8/+7
| | | | This reverts commit e6bf968753bf2ec666aff3d802fa23c40ead8832.
* Revert "SONAR-5911 persist issues on server side"Julien Lancelot2014-12-291-7/+8
| | | | This reverts commit 0315dec02e79f8fc3f59d4e7d83710b02dc6735b.
* SONAR-5911 persist issues on server sideTeryk Bellahsene2014-12-241-8/+7
|
* SONAR-5945 Improve export of components in report and fix uploadJulien HENRY2014-12-192-2/+5
|
* Automatic merge from branch-5.0Jenkins CI2014-12-191-2/+13
|\ | | | | | | | | | | * origin/branch-5.0: Deprecate SCM metrics for later removall SONAR-5962 The size of the analysis reports queue is wrong
| * Deprecate SCM metrics for later removallJulien HENRY2014-12-181-2/+13
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-161-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC35.0-RC3Eric Hartmann2014-12-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-151-1/+1
| |
* | SONAR-5934 Rewrite create users WS, SONAR-5961 Rewrite the update user WSJulien Lancelot2014-12-184-0/+33
| |
* | SONAR-5903 Fix lost of rule tags and NPEJulien HENRY2014-12-181-1/+2
| |
* | Fix some quality flawsJulien HENRY2014-12-172-5/+11
| |
* | SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-174-45/+27
| |
* | Merge branch 'master' of https://github.com/skitt/sonarqube into skitt-masterSimon Brandhof2014-12-161-4/+4
|\ \
| * | Specify data types on inserts into project_measuresStephen Kitt2014-12-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least when using Oracle databases, projects with large volumes of updates (over a million inserts per hour) see lots of cursor contention, accounting for up to 40% of the database's activity (after adjusting the shared pool size appropriately). This is due to the presence of null values where the database can't determine the data type, and therefore has to try different variants of the statement. Specifying the data types on the non-blob columns avoids the type uncertainty, and solves the cursor contention. Signed-off-by: Stephen Kitt <steve@sk2.org>
* | | SONAR-5910 unzip analysis reportTeryk Bellahsene2014-12-162-18/+69
| | |
* | | Enable Clirr profile when "clirr" property is set to trueJulien HENRY2014-12-151-0/+6
| | |
* | | Add configuration of Clirr plugin in a dedicated profileJulien HENRY2014-12-151-0/+31
| | |
* | | Automatic merge from branch-5.0Jenkins CI2014-12-157-30/+0
|\ \ \ | | |/ | |/| | | | | | | * origin/branch-5.0: Remove too early deprecations
| * | Remove too early deprecationsJulien HENRY2014-12-157-30/+0
| | |
| * | [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
| | |
| * | [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-1/+1
| |/
* | SONAR-5903 Feed issues tagsJulien HENRY2014-12-121-3/+14
| |
* | SONAR-5910 read report sent via WSTeryk Bellahsene2014-12-114-2/+40
| |
* | SONAR-5900 Add api/issues/set_tags WSJean-Baptiste Lievremont2014-12-112-1/+28
| |
* | Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
| |
* | SONAR-4624 new issue resolution "muted"Simon Brandhof2014-12-092-2/+13
| |
* | Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|/
* Automatic merge from branch-4.5Jenkins CI2014-12-081-5/+4
|\ | | | | | | | | | | | | | | | | * origin/branch-4.5: SSF-24 SQL Injection on Measures page Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles" SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles SONAR-5902 Fix preserving of planned=false Update documentation of PostJob extension
| * Update documentation of PostJob extensionJulien HENRY2014-12-081-5/+4
| |
* | Fix quality flawJulien Lancelot2014-12-081-1/+1
| |
* | Fix some quality flawsJulien HENRY2014-12-081-1/+0
| |
* | Fix some quality flawsJulien HENRY2014-12-081-4/+1
| |
* | Fix mergeSimon Brandhof2014-12-051-4/+0
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Simon Brandhof2014-12-054-8/+6
|\| | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java
| * Do not mark Decorator and PostJob as deprecatedSimon Brandhof2014-12-054-9/+2
| |
* | Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-042-5/+5
| |
* | SONAR-5878 More improvement concerning memory consumptionJulien HENRY2014-12-032-31/+47
| | | | | | | | | | * replace all Properties objects by Map<String, String> * release Settings after each module analysis
* | SONAR-5827 Decrease memory use during SourcePersister phaseJulien HENRY2014-12-031-2/+2
| |
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵Julien HENRY2014-12-022-2/+4
| | | | | | | | stuff on server side.
* | Fix error during previous mergeJulien HENRY2014-12-021-1/+2
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-12-019-14/+63
|\| | | | | | | | | | | | | | | Conflicts: sonar-colorizer/src/main/java/org/sonar/colorizer/HtmlOptions.java sonar-plugin-api/src/main/java/org/sonar/api/batch/SonarIndex.java sonar-plugin-api/src/main/java/org/sonar/api/component/ResourcePerspectives.java sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java
| * SONAR-5864 API cleanupJulien HENRY2014-12-019-10/+70
| | | | | | | | | | | | * add a proper way to create perspective on InputFile * add a proper way to convert InputFile to resource * deprecate colorizer
* | SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-281-8/+1
| |