Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix quality flaws | Simon Brandhof | 2016-05-19 | 1 | -9/+2 |
| | |||||
* | SONAR-7578 Filter issues by leak period and by file, directory or module | Teryk Bellahsene | 2016-05-19 | 1 | -4/+32 |
| | |||||
* | SONAR-7635 Sanitize metric name and description in default l10n bundle and ↵ | Teryk Bellahsene | 2016-05-18 | 2 | -37/+51 |
| | | | | CoreMetrics | ||||
* | Remove deprecated props from DatabaseProperties | Simon Brandhof | 2016-05-18 | 1 | -8/+0 |
| | |||||
* | Improve unit test coverage | Julien HENRY | 2016-05-17 | 3 | -11/+115 |
| | |||||
* | Add unit test for SensorContextTester | Julien HENRY | 2016-05-17 | 1 | -3/+18 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2016-05-17 | 4 | -4/+4 |
| | |||||
* | Improve Javasoc of SensorContextTester | Julien HENRY | 2016-05-17 | 1 | -6/+16 |
| | |||||
* | SONAR-7582 make beta Compute Engine API public | Simon Brandhof | 2016-05-13 | 6 | -24/+1 |
| | | | | no more @beta APIs in 5.6 for compute engine | ||||
* | SONAR-7534 add missing @Deprecated on SERVER_BASE_URL_DEFAULT_VALUE | Sébastien Lesaint | 2016-05-13 | 1 | -0/+1 |
| | |||||
* | SONAR-7534 Server#getUrl must return serverBaseUrl when it is set | Sébastien Lesaint | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATA | Julien HENRY | 2016-05-13 | 2 | -7/+11 |
| | |||||
* | Fix JavaDoc glitch | Julien HENRY | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7109 remove default value of property sonar.core.serverBaseURL | Sébastien Lesaint | 2016-05-12 | 1 | -0/+6 |
| | |||||
* | SONAR-7534 implement Server#getUrl on the server side | Sébastien Lesaint | 2016-05-12 | 1 | -2/+2 |
| | |||||
* | SONAR-7512 Backport ability to use line/offset on Symbolizable API | Julien HENRY | 2016-05-12 | 1 | -0/+10 |
| | |||||
* | SONAR-7509 Backport on old API to ease migration | Julien HENRY | 2016-05-12 | 1 | -0/+5 |
| | |||||
* | SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵ | Julien HENRY | 2016-05-12 | 13 | -15/+36 |
| | | | | improvements | ||||
* | SONAR-7612 Apply feedback | Julien HENRY | 2016-05-12 | 20 | -29/+33 |
| | |||||
* | SONAR-7612 Rework Initializer extension point to no more require to use Project | Julien HENRY | 2016-05-12 | 1 | -4/+17 |
| | |||||
* | SONAR-7612 Improve documentation and SensorContextTester | Julien HENRY | 2016-05-12 | 8 | -3/+98 |
| | |||||
* | SONAR-7612 Deprecate old Resource API (Project, Directory, File) | Julien HENRY | 2016-05-12 | 6 | -8/+16 |
| | |||||
* | SONAR-7612 Move new Sensor API out of @Beta | Julien HENRY | 2016-05-12 | 43 | -130/+70 |
| | |||||
* | SONAR-7625 SONAR-7621 Deprecate coverage per test and test execution details ↵ | Julien HENRY | 2016-05-12 | 7 | -0/+28 |
| | | | | Sensor APIs | ||||
* | SONAR-7555 Add measures on number of won't fix issues | Julien Lancelot | 2016-05-11 | 1 | -0/+16 |
| | |||||
* | SONAR-7591 Make category an optional field in WS api/plugins/installed | Teryk Bellahsene | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | SONAR-7512 New symbol reference API | Julien HENRY | 2016-05-10 | 12 | -74/+474 |
| | |||||
* | SONAR-7562 WS api/measures/component_tree sort alert_status and level metrics | Teryk Bellahsene | 2016-05-10 | 1 | -7/+9 |
| | |||||
* | SONAR-7509 Highlighting API should work with ranges (line/offset) | Julien HENRY | 2016-05-10 | 4 | -10/+63 |
| | |||||
* | Add missing Javadoc (#925) | Evgeny Mandrikov | 2016-05-09 | 1 | -0/+1 |
| | | | Method was added in SQ 5.1 in e9b5effe30cf68820a3dfb00bf736a325313206b | ||||
* | Fix quality flaws | Simon Brandhof | 2016-05-09 | 2 | -2/+2 |
| | |||||
* | SONAR-7380 Sanitize exception handling of WS parameter reads | Teryk Bellahsene | 2016-05-06 | 2 | -176/+250 |
| | |||||
* | SONAR-7570 A duration of 0 minute should be converted to "0min" instead of empty | Julien Lancelot | 2016-04-28 | 2 | -1/+3 |
| | |||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-21 | 1 | -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/activity | Julien Lancelot | 2016-04-21 | 1 | -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 Vilchik | 2016-04-20 | 1 | -120/+120 |
|/ | |||||
* | change capitalization of new metrics (#906) | Stas Vilchik | 2016-04-19 | 1 | -8/+6 |
| | |||||
* | SONAR-7543 Sanitize metric domains (#901) | Stas Vilchik | 2016-04-15 | 1 | -67/+85 |
| | | | | | * rename Tests to Coverage * rename Duplication to Diplications * move "alert_status" to new releasability domain | ||||
* | Fix malformed javadoc in API | Simon Brandhof | 2016-04-15 | 12 | -50/+48 |
| | |||||
* | SONAR-6948 rename method Request#getLocalConnector() to localConnector() | Simon Brandhof | 2016-04-15 | 5 | -5/+5 |
| | |||||
* | SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector | Simon Brandhof | 2016-04-15 | 3 | -5/+18 |
| | |||||
* | SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and ↵ | Julien Lancelot | 2016-04-13 | 1 | -34/+0 |
| | | | | "effort_to_reach_security_rating_a" measures | ||||
* | Fix javadoc errors | Julien HENRY | 2016-04-11 | 83 | -296/+296 |
| | |||||
* | Fix some Javadoc warnings | Simon Brandhof | 2016-04-11 | 4 | -6/+4 |
| | |||||
* | Improve javadoc | Julien HENRY | 2016-04-11 | 4 | -0/+8 |
| | | | | Make some annotations visible on annotated type in Javadoc | ||||
* | Change return type of Plugin#getSonarQubeVersion() | Simon Brandhof | 2016-04-11 | 2 | -12/+28 |
| | | | | and improve Javadoc | ||||
* | SONAR-6948 Ability for Java server extensions to call web services | Simon Brandhof | 2016-04-07 | 7 | -22/+152 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-04-06 | 6 | -51/+50 |
| | |||||
* | SONAR-7488 add PostProjectAnalysisTaskTester | Sébastien Lesaint | 2016-04-06 | 7 | -0/+1337 |
| | |||||
* | SONAR-7488 add API PostTask | Sébastien Lesaint | 2016-04-06 | 5 | -0/+334 |
| |