Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQL | Julien Lancelot | 2016-04-26 | 2 | -13/+13 | |
| | | | | | | | | | | connection.commit() should not be used on these 2 DB executeInsert should use parametrized query | |||||
* | | SONAR-7549 disable SqlExecutorTest on non-H2 dbs | Simon Brandhof | 2016-04-26 | 1 | -0/+11 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-26 | 18 | -473/+1389 | |
|\| | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation Remove bad comment in org.sonar.server.computation.measure.MeasureRepository | |||||
| * | SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns | Simon Brandhof | 2016-04-25 | 16 | -224/+573 | |
| | | ||||||
| * | SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation | Simon Brandhof | 2016-04-25 | 16 | -473/+1040 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-21 | 12 | -77/+92 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | * 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-7553 DAO of CE_QUEUE count number of rows by status | Teryk Bellahsene | 2016-04-21 | 4 | -12/+42 | |
| | | ||||||
| * | SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing | Teryk Bellahsene | 2016-04-21 | 4 | -3/+39 | |
| | | ||||||
| * | SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE | Teryk Bellahsene | 2016-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) | Teryk Bellahsene | 2016-04-21 | 3 | -1/+6 | |
| | | ||||||
| * | SONAR-7187 Remove paging from api/ce/activity | Julien Lancelot | 2016-04-21 | 5 | -62/+6 | |
| | | | | | | | | 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) | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-20 | 4 | -37/+15 | |
|\| | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | Add comment on query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-19 | 4 | -37/+15 | |
| | | | | | | | | Anyone permission cannot be taking into by this method | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-18 | 10 | -17/+180 | |
|\| | | | | | | | | | | | * origin/branch-5.5: Add query to keep authorized users for a project and a role fix bubble chart configuration | |||||
| * | Add query to keep authorized users for a project and a role | Julien Lancelot | 2016-04-18 | 10 | -17/+180 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-18 | 4 | -3/+49 | |
|\| | | | | | | | | | | | | | | | * 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) | |||||
| * | Add ComponentDao#insertBatch() for batch inserts | Simon Brandhof | 2016-04-15 | 4 | -3/+49 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-15 | 5 | -14/+51 | |
|\| | | | | | | | | | | | | | | | * 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 | |||||
| * | Add UserDao.selectByIds | Julien Lancelot | 2016-04-15 | 5 | -14/+51 | |
| | | ||||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-14 | 4 | -5/+60 | |
|\| | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy Add context when failing to map a db measure to a ws measure SONAR-7187 Fix perf issue in selectByQuery Add support of WS api/ce/task to sonar-ws Add partial support of api/projects to sonar-ws SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js | |||||
| * | SONAR-7187 Fix perf issue in selectByQuery | Julien Lancelot | 2016-04-14 | 4 | -5/+60 | |
| | | | | | | | | Replace usage of RowBounds by SQL pagination | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-12 | 6 | -0/+48 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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() | |||||
| * | Add PropertiesDao.deleteById | Julien Lancelot | 2016-04-11 | 6 | -0/+48 | |
| | | ||||||
| * | fixed version for 5.5-SNAPSHOT | Tom | 2016-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare release 5.5-RC15.5-RC1 | Tom | 2016-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare release 5.5 | Tom | 2016-04-07 | 1 | -3/+2 | |
| | | ||||||
* | | Upgrade version to 5.6-SNAPSHOT | Tom | 2016-04-07 | 1 | -1/+1 | |
|/ | ||||||
* | SONAR-7528 WS api/measures/component handles developer measures | Teryk Bellahsene | 2016-04-07 | 2 | -2/+7 | |
| | ||||||
* | SONAR-7528 WS api/measures/component_tree handles developer measures | Teryk Bellahsene | 2016-04-07 | 4 | -12/+89 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-04-06 | 2 | -3/+117 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2016-04-06 | 2 | -2/+3 | |
| | ||||||
* | Fix quality flaws | Teryk Bellahsene | 2016-04-05 | 16 | -19/+25 | |
| | ||||||
* | SONAR-7473 Clean useless code | Julien Lancelot | 2016-04-04 | 8 | -31/+31 | |
| | ||||||
* | SONAR-7480 optimize SQL request in QP Search WS | Sébastien Lesaint | 2016-03-31 | 4 | -8/+130 | |
| | ||||||
* | MMF-165 Remove action plan mentions | Teryk Bellahsene | 2016-03-30 | 4 | -147/+0 | |
| | ||||||
* | SONAR-7470 Delete manual rules from DB | Julien Lancelot | 2016-03-29 | 8 | -3/+165 | |
| | ||||||
* | SONAR-7470 Remove 'manual' from SQL queries | Julien Lancelot | 2016-03-29 | 5 | -52/+14 | |
| | ||||||
* | SONAR-7470 Drop ability to manage manual rules from WS | Julien Lancelot | 2016-03-29 | 1 | -9/+0 | |
| | ||||||
* | SONAR-7472 Delete manual issues from DB | Julien Lancelot | 2016-03-29 | 8 | -3/+251 | |
| | ||||||
* | SONAR-7473 Drop 'reporter' field from backend | Julien Lancelot | 2016-03-29 | 12 | -48/+20 | |
| | ||||||
* | SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSide | Sébastien Lesaint | 2016-03-29 | 6 | -24/+0 | |
| | ||||||
* | SONAR-7441 add ComputeEngineSide annotation where applicable | Sébastien Lesaint | 2016-03-29 | 6 | -0/+12 | |
| | ||||||
* | SONAR-7466 Remove ACTION_PLANS table and related code | Teryk Bellahsene | 2016-03-25 | 44 | -1420/+7 | |
| | ||||||
* | SONAR-6171 Make sure at server startup that the DB is configured to use the ↵ | Simon Brandhof | 2016-03-24 | 2 | -0/+473 | |
| | | | | UTF8 charset and to be case-sensitive | |||||
* | SONAR-7330 Remove measures on rules in DB | Julien Lancelot | 2016-03-23 | 8 | -4/+148 | |
| | ||||||
* | SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_ID | Julien Lancelot | 2016-03-23 | 16 | -184/+20 | |
| | ||||||
* | Add missing UT | Julien Lancelot | 2016-03-23 | 3 | -60/+344 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2016-03-23 | 1 | -1/+1 | |
| |