aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7180 script to delete properties sonar.core.projectsdashboard.*Sébastien Lesaint2016-01-147-3/+225
|
* fix headers5.4-M5Sébastien Lesaint2016-01-143-3/+3
|
* SONAR-6283 migrate permission profileadmin to profileadmin+gateadminSébastien Lesaint2016-01-138-10/+466
|
* SONAR-6283 add global permission gatesadmin and use itSébastien Lesaint2016-01-131-1/+3
|
* Fix project title in copyright headersSimon Brandhof2016-01-13539-539/+539
|
* SONAR-7129 WS api/components/tree search for project copyTeryk Bellahsene2016-01-133-4/+24
|
* SONAR-7135 WS api/measures/component_tree navigate through components and ↵Teryk Bellahsene2016-01-1318-62/+197
| | | | display measures
* SONAR-7174 "Execute Analysis" is now also a project permissionJulien Lancelot2016-01-122-6/+45
|
* Automatic merge from branch-5.3Jenkins CI2016-01-073-1/+4
|\ | | | | | | | | * origin/branch-5.3: SONAR-7176 Add index on CE_QUEUE.COMPONENT_UUID
| * SONAR-7176 Add index on CE_QUEUE.COMPONENT_UUIDJulien Lancelot2016-01-073-1/+4
| |
* | Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05536-2395/+2174
| |
* | SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-057-14/+125
| |
* | SONAR-7127 Fix ComponentQuery for DevCockpitJulien Lancelot2016-01-053-10/+103
| | | | | | | | | | Create ComponentQuery with a Builder Restore missing constructor for Dev Cokpit
* | Automatic merge from branch-5.3Jenkins CI2015-12-245-71/+82
|\| | | | | | | | | * origin/branch-5.3: SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' characters
| * SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' ↵Teryk Bellahsene2015-12-235-71/+82
| | | | | | | | characters
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-1/+1
| |
* | SONAR-7129 Fix snapshot path builder for OracleTeryk Bellahsene2015-12-231-1/+6
| |
* | SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-214-5/+28
| |
* | SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-2110-25/+590
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-156-40/+136
|\| | | | | | | | | * origin/branch-5.3: SONAR-7137 Fix migration on MySQL
| * SONAR-7137 Fix migration on MySQLJulien Lancelot2015-12-156-40/+136
| | | | | | | | Use another connection to select all duplicated components
* | Replace slf4j by SQ Logger in sonar-dbSimon Brandhof2015-12-143-10/+10
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-0810-3/+157
| | | | In order to not have 2 default dashboards 'Custom', the entry in LOADED_TEMPLATES is renamed from the old name 'Dashboard' to the new one 'Custom'
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵Teryk Bellahsene2015-12-085-20/+121
| | | | analysis
* SONAR-6900 add snapshot_id column in ce_activity db tableTeryk Bellahsene2015-12-085-1/+18
|
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-077-9/+26
| | | | measures
* SONAR-6884 Add missing clob columns migrationJulien Lancelot2015-12-071-0/+6
| | | | The following columns were not migrated activities.data_field, file_sources .line_hashes, issue_filters.data, measure_filters.data, properties.text_value and rules.note_data
* Fix quality flawsSimon Brandhof2015-12-044-3/+4
|
* SONAR-6925 add missing index on ce_activity.is_last_keySébastien Lesaint2015-12-044-2/+12
|
* SONAR-6925 cancelled tasks must not be the last task for a componentSébastien Lesaint2015-12-041-0/+1
|
* SONAR-7049 check max length of rule/rule param fieldssimonbrandhof2015-12-043-13/+65
|
* SONAR-6884 Update existing collation columns on MsSQLJulien Lancelot2015-12-038-9/+749
|
* SONAR-6884 Create and update columns on MsSQL with collationJulien Lancelot2015-12-034-5/+5
|
* SONAR-6884 Take into account nullable information when updating a columnJulien Lancelot2015-12-0311-22/+103
|
* SONAR-6884 Rename StringColumnDef to VarcharColumnDefJulien Lancelot2015-12-036-25/+25
|
* SONAR-6884 Create a ClobColumnDef to create Clob columnsJulien Lancelot2015-12-033-0/+188
|
* Fix index name on FILE_SOURCES on H2Julien Lancelot2015-12-031-1/+1
| | | | On H2, index name was FILE_SOURCES_UUID_TYPE_UNIQUE, but it's FILE_SOURCES_UUID_TYPE on other database
* Fix index name on ACTIVITIES on H2Julien Lancelot2015-12-031-1/+1
| | | | On H2, index name was LOG_KEY_INDEX, but it's ACTIVITIES_LOG_KEY on other database
* Fix index name on RESOURCE_INDEX on H2Julien Lancelot2015-12-031-1/+1
| | | | On H2, index name was RESOURCE_INDEX_KEE, but it's RESOURCE_INDEX_KEY on other database
* Fix index name on QUALITY_GATES on H2Julien Lancelot2015-12-031-1/+1
| | | | On H2, index name was QUALITY_GATES_UNIQUE, but it's UNIQ_QUALITY_GATES on other database
* Fix index name on PROJECT_QPROFILES on H2Julien Lancelot2015-12-031-1/+1
| | | | On H2, index name was PROJECT_QPROFILES_UNIQUE, but on other databases it's UNIQ_PROJECT_QPROFILES
* Fix index name on RULES_PROFILES on H2Julien Lancelot2015-12-031-1/+1
| | | | On H2, index name was PROFILE_UNIQUE_KEY, but on other database it's UNIQ_QPROF_KEY
* SONAR-7084 Analysis do not fail when a component do not have a pathTeryk Bellahsene2015-12-021-0/+3
|
* Always select queue rows in the same orderSimon Brandhof2015-11-301-3/+7
|
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-264-1/+25
|
* SONAR-7027 Readd indexResource in JRubyFaceJulien Lancelot2015-11-261-0/+9
| | | | This method is required for the Developer Cockpit plugin
* fix quality flawsSébastien Lesaint2015-11-251-1/+2
|
* fix MeasureDao UT: duplicate null project uuidSébastien Lesaint2015-11-251-2/+2
|