summaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7002 better exception message when decoding FileSources.DATASébastien Lesaint2016-05-102-8/+38
|
* SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-092-26/+53
|
* SONAR-7526 WS api/user_tokens/generate functional checks of name and token hashTeryk Bellahsene2016-05-063-2/+93
|
* Automatic merge from branch-5.5Jenkins CI2016-05-066-4/+80
|\ | | | | | | | | * origin/branch-5.5: SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL Azure
| * SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL AzureSimon Brandhof2016-05-056-4/+80
| |
| * Update version to 5.5-SNAPSHOTTom2016-05-021-1/+1
| |
| * Release 5.55.5Tom2016-05-021-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-281-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC25.5-RC2Tom2016-04-281-1/+1
| |
| * SONAR-7549 disable SqlExecutorTest on non-H2 dbsSimon Brandhof2016-04-261-0/+11
| |
* | SONAR-7108 Fix unpredictable behavior of UTJulien Lancelot2016-05-041-2/+8
| |
* | SONAR-7108 Delete Issues from index when purging old issuesJulien Lancelot2016-05-045-61/+80
| | | | | | | | Purge from index was already working when property 'sonar.dbcleaner.daysBeforeDeletingClosedIssues' was not equal to 0. Now it's working whatever the value is.
* | SONAR-7212 Fix removal of user property "sonar.issues.defaultAssigneeLogin" ↵Julien Lancelot2016-05-041-1/+1
| | | | | | | | in Oracle
* | SONAR-7212 Remove migration to remove default assignee properties on removed ↵Julien Lancelot2016-05-048-195/+3
| | | | | | | | | | | | users Remove this migration because in Oracle, PROPERTIES.TEXT_VALUE is a clob, so it's not possible to do a JOIN on this column
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-038-3/+194
| |
* | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-034-29/+68
| |
* | SONAR-7394 Fix update of custom rule active parametersJulien Lancelot2016-05-032-1/+45
| |
* | Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sortingSimon Brandhof2016-04-302-1/+4
| |
* | Fix quality flawsTeryk Bellahsene2016-04-291-1/+1
| |
* | SONAR-7569 Update copy resource id when persisting components in CEJulien Lancelot2016-04-281-0/+6
| |
* | Fix query to keep authorized users for a project and a roleJulien Lancelot2016-04-272-3/+8
| | | | | | | | The query were returning every users that have the permission from a group, without taking into account given users
* | 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
|/