aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQLJulien Lancelot2016-04-262-13/+13
| | | | | | | | | | connection.commit() should not be used on these 2 DB executeInsert should use parametrized query
* | SONAR-7549 disable SqlExecutorTest on non-H2 dbsSimon Brandhof2016-04-261-0/+11
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-2618-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 columnsSimon Brandhof2016-04-2516-224/+573
| |
| * SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-2516-473/+1040
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-2112-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 statusTeryk Bellahsene2016-04-214-12/+42
| |
| * SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failingTeryk Bellahsene2016-04-214-3/+39
| |
| * SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUETeryk Bellahsene2016-04-211-1/+1
| |
| * SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)Teryk Bellahsene2016-04-213-1/+6
| |
| * SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-215-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.5Jenkins CI2016-04-204-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 roleJulien Lancelot2016-04-194-37/+15
| | | | | | | | Anyone permission cannot be taking into by this method
* | Automatic merge from branch-5.5Jenkins CI2016-04-1810-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 roleJulien Lancelot2016-04-1810-17/+180
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-184-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 insertsSimon Brandhof2016-04-154-3/+49
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-155-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.selectByIdsJulien Lancelot2016-04-155-14/+51
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-144-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 selectByQueryJulien Lancelot2016-04-144-5/+60
| | | | | | | | Replace usage of RowBounds by SQL pagination
* | Automatic merge from branch-5.5Jenkins CI2016-04-126-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.deleteByIdJulien Lancelot2016-04-116-0/+48
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-3/+2
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* SONAR-7528 WS api/measures/component handles developer measuresTeryk Bellahsene2016-04-072-2/+7
|
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-074-12/+89
|
* Fix quality flawsJulien Lancelot2016-04-062-3/+117
|
* Fix quality flawsSimon Brandhof2016-04-062-2/+3
|
* Fix quality flawsTeryk Bellahsene2016-04-0516-19/+25
|
* SONAR-7473 Clean useless codeJulien Lancelot2016-04-048-31/+31
|
* SONAR-7480 optimize SQL request in QP Search WSSébastien Lesaint2016-03-314-8/+130
|
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-304-147/+0
|
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-298-3/+165
|
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-295-52/+14
|
* SONAR-7470 Drop ability to manage manual rules from WSJulien Lancelot2016-03-291-9/+0
|
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-298-3/+251
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-2912-48/+20
|
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-296-24/+0
|
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-296-0/+12
|
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2544-1420/+7
|
* SONAR-6171 Make sure at server startup that the DB is configured to use the ↵Simon Brandhof2016-03-242-0/+473
| | | | UTF8 charset and to be case-sensitive
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-238-4/+148
|
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2316-184/+20
|
* Add missing UTJulien Lancelot2016-03-233-60/+344
|
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
|