aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Release 5.6-RC1Tom2016-05-201-1/+1
|
* Fix quality flawsSimon Brandhof2016-05-191-9/+2
|
* SONAR-7578 Filter issues by leak period and by file, directory or moduleTeryk Bellahsene2016-05-191-4/+32
|
* SONAR-7635 Sanitize metric name and description in default l10n bundle and ↵Teryk Bellahsene2016-05-182-37/+51
| | | | CoreMetrics
* Remove deprecated props from DatabasePropertiesSimon Brandhof2016-05-181-8/+0
|
* Improve unit test coverageJulien HENRY2016-05-173-11/+115
|
* Add unit test for SensorContextTesterJulien HENRY2016-05-171-3/+18
|
* Fix some quality flawsJulien HENRY2016-05-174-4/+4
|
* Improve Javasoc of SensorContextTesterJulien HENRY2016-05-171-6/+16
|
* SONAR-7582 make beta Compute Engine API publicSimon Brandhof2016-05-136-24/+1
| | | | no more @beta APIs in 5.6 for compute engine
* SONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUESébastien Lesaint2016-05-131-0/+1
|
* SONAR-7534 Server#getUrl must return serverBaseUrl when it is setSébastien Lesaint2016-05-131-1/+1
|
* SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATAJulien HENRY2016-05-132-7/+11
|
* Fix JavaDoc glitchJulien HENRY2016-05-131-1/+1
|
* SONAR-7109 remove default value of property sonar.core.serverBaseURLSébastien Lesaint2016-05-121-0/+6
|
* SONAR-7534 implement Server#getUrl on the server sideSébastien Lesaint2016-05-121-2/+2
|
* SONAR-7512 Backport ability to use line/offset on Symbolizable APIJulien HENRY2016-05-121-0/+10
|
* SONAR-7509 Backport on old API to ease migrationJulien HENRY2016-05-121-0/+5
|
* SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵Julien HENRY2016-05-1213-15/+36
| | | | improvements
* SONAR-7612 Apply feedbackJulien HENRY2016-05-1220-29/+33
|
* SONAR-7612 Rework Initializer extension point to no more require to use ProjectJulien HENRY2016-05-121-4/+17
|
* SONAR-7612 Improve documentation and SensorContextTesterJulien HENRY2016-05-128-3/+98
|
* SONAR-7612 Deprecate old Resource API (Project, Directory, File)Julien HENRY2016-05-126-8/+16
|
* SONAR-7612 Move new Sensor API out of @BetaJulien HENRY2016-05-1243-130/+70
|
* SONAR-7625 SONAR-7621 Deprecate coverage per test and test execution details ↵Julien HENRY2016-05-127-0/+28
| | | | Sensor APIs
* SONAR-7555 Add measures on number of won't fix issuesJulien Lancelot2016-05-111-0/+16
|
* SONAR-7591 Make category an optional field in WS api/plugins/installedTeryk Bellahsene2016-05-111-1/+1
|
* SONAR-7512 New symbol reference APIJulien HENRY2016-05-1012-74/+474
|
* SONAR-7562 WS api/measures/component_tree sort alert_status and level metricsTeryk Bellahsene2016-05-101-7/+9
|
* SONAR-7509 Highlighting API should work with ranges (line/offset)Julien HENRY2016-05-104-10/+63
|
* Add missing Javadoc (#925)Evgeny Mandrikov2016-05-091-0/+1
| | | Method was added in SQ 5.1 in e9b5effe30cf68820a3dfb00bf736a325313206b
* Fix quality flawsSimon Brandhof2016-05-092-2/+2
|
* SONAR-7380 Sanitize exception handling of WS parameter readsTeryk Bellahsene2016-05-062-176/+250
|
* SONAR-7570 A duration of 0 minute should be converted to "0min" instead of emptyJulien Lancelot2016-04-282-1/+3
|
* Automatic merge from branch-5.5Jenkins CI2016-04-211-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI SONAR-7553 DAO of CE_QUEUE count number of rows by status SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) SONAR-7187 do not usage pagination SONAR-7187 Remove paging from api/ce/activity
| * SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-211-0/+9
| | | | | | | | In order to have no more full scan on the ce_activity table, we had to remove paging as it was executing a select count(* from ce_activity)
* | SONAR-7516 Change capitalization of metric names (#907)Stas Vilchik2016-04-201-120/+120
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-201-8/+6
|\| | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7550 Update Java plugin to 3.13.1 apply feedback for measures page (#905) change capitalization of new metrics (#906) Background tasks logs are available for project admin add web context on the measures page Add comment on query to keep authorized users for a project and a role
| * change capitalization of new metrics (#906)Stas Vilchik2016-04-191-8/+6
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-181-67/+85
|\| | | | | | | | | | | | | | | * origin/branch-5.5: Log the type when Compute Engine processes a task Add ComponentDao#insertBatch() for batch inserts SONAR-7543 Sanitize metric domains (#901) SONAR-7402 improve measures home page (#900)
| * SONAR-7543 Sanitize metric domains (#901)Stas Vilchik2016-04-151-67/+85
| | | | | | | | | | * rename Tests to Coverage * rename Duplication to Diplications * move "alert_status" to new releasability domain
* | Automatic merge from branch-5.5Jenkins CI2016-04-1517-59/+70
|\| | | | | | | | | | | | | | | * origin/branch-5.5: Fix malformed javadoc in API Add UserDao.selectByIds SONAR-6948 rename method Request#getLocalConnector() to localConnector() SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
| * Fix malformed javadoc in APISimon Brandhof2016-04-1512-50/+48
| |
| * SONAR-6948 rename method Request#getLocalConnector() to localConnector()Simon Brandhof2016-04-155-5/+5
| |
| * SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnectorSimon Brandhof2016-04-153-5/+18
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-141-34/+0
|\| | | | | | | | | | | | | * origin/branch-5.5: Disable EventTest#event_widget() because of false-positives SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" measures SONAR-7527 Change metric columns order and layout of provided global dashboard
| * SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵Julien Lancelot2016-04-131-34/+0
| | | | | | | | "effort_to_reach_security_rating_a" measures
* | Automatic merge from branch-5.5Jenkins CI2016-04-1290-311/+333
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: QA: enable deploy on branch-* add l10n names for reliability_rating and security_rating Add PropertiesDao.deleteById SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report SONAR-7238 do not display identity provider details when it is "sonarqube" fix bug which prevents to add a quality gate condition for "new_" metric SONAR-7402 clicking on project bubble brings to the project page Fix javadoc errors Exclude protobuf code from SQ analysis Fix some Javadoc warnings Improve javadoc Change return type of Plugin#getSonarQubeVersion()
| * Fix javadoc errorsJulien HENRY2016-04-1183-296/+296
| |
| * Fix some Javadoc warningsSimon Brandhof2016-04-114-6/+4
| |