aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
...
* Fix merge of branch feature/ce-monitoringSimon Brandhof2015-09-193-2/+3
* SONAR-6834 complete filtering paramters of api/ce/activitySimon Brandhof2015-09-196-4/+63
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-182-1/+2
* SONAR-6851 Analysis of new projects requires the "Provision Project" permissionSimon Brandhof2015-09-182-1/+2
* SONAR-6630 At startup, delete past compute engine tasks older than 6 monthsSimon Brandhof2015-09-184-2/+37
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-1841-844/+1335
* SONAR-6840 Group migrations touching same tableJulien Lancelot2015-09-1810-5/+604
* SONAR-6840 Number are accepted in table nameJulien Lancelot2015-09-182-1/+3
* SONAR-6840 Replace ColumnDef by buildersJulien Lancelot2015-09-1814-239/+498
* SONAR-6840 Extract ColumnDef from AddColumnsBuilderJulien Lancelot2015-09-186-144/+244
* SONAR-6552 fix maven dependency for SQLServer testsSimon Brandhof2015-09-171-0/+39
* SONAR-6552 fix bad mergeSimon Brandhof2015-09-171-5/+0
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-172-6/+10
* SONAR-6822 WS rules/search from json to protobufTeryk Bellahsene2015-09-171-1/+1
* SONAR-6845 selectUuidsForQualifiers doesn't need SNAPSHOTSJulien Lancelot2015-09-172-41/+1
* SONAR-6845 Add index on PROJECTS.QUALIFIERJulien Lancelot2015-09-173-1/+4
* SONAR-6821 WS qualityprofiles/search load default quality profiles or project...Teryk Bellahsene2015-09-172-0/+52
* SONAR-6818 Add migration in rows-h2.sqlTeryk Bellahsene2015-09-171-0/+1
* SONAR-6818 Add revision column in file_sources db tableTeryk Bellahsene2015-09-1612-28/+44
* Remove some useless views queriesJulien Lancelot2015-09-155-146/+0
* Simplify deletion of a project in PurgeDaoJulien Lancelot2015-09-155-38/+25
* Exclude generated protobuf codebase from analysisSimon Brandhof2015-09-111-0/+4
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-113-572/+548
* SONAR-6052 Drop secondary locations from db/wsSimon Brandhof2015-09-102-686/+323
* SONAR-6644 fix debt when characteristic is noneSimon Brandhof2015-09-092-7/+72
* SONAR-6840 Allow measure values of integers with more than 10 digits in databaseSimon Brandhof2015-09-092-1/+2
* add ComponentDtoFunctions to factor ComponentDto functionsSébastien Lesaint2015-09-081-0/+84
* fix ComponentTesting: Subview in table PROJECTS have no pathSébastien Lesaint2015-09-081-5/+4
* SONAR-6827 fix selectBySnapshotAndMetricKeysJulien Lancelot2015-09-076-3/+120
* Remove useless MeasureDto.componentKeyJulien Lancelot2015-09-074-16/+0
* SONAR-6749 Add query to get custom measures from a metric key and a text valueJulien Lancelot2015-09-079-24/+50
* Update DbTester javadocTeryk Bellahsene2015-09-041-2/+2
* SONAR-6495 WS permissions/search_templates search for permission templatesTeryk Bellahsene2015-09-046-30/+324
* SONAR-6813 Drop ES index sourceLinesSimon Brandhof2015-09-041-0/+5
* Fix quality flawsSimon Brandhof2015-09-0212-9/+153
* SONAR-6487 WS permissions/search_project_permissions do not return component ...Teryk Bellahsene2015-09-023-4/+10
* All measures on person_id_must be ignoredJulien Lancelot2015-09-022-20/+3
* Rename WsGroup and WsProject to WsGroupRef and WsProjectRefTeryk Bellahsene2015-09-022-3/+20
* Fix quality flawsSimon Brandhof2015-09-025-3/+51
* move DAOs, Mappers and Dtos from Views to CoreSébastien Lesaint2015-08-299-0/+247
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-285-5/+5
* SONAR-6498 WS permissions/delete_template impossible to delete a default temp...Teryk Bellahsene2015-08-285-65/+45
* Sanitize PermissionTemplateDao methodsTeryk Bellahsene2015-08-272-9/+9
* SONAR-6498 WS permissions/delete_template delete a permission templateTeryk Bellahsene2015-08-274-33/+57
* Remove PermissionTemplateDao#insert(String,String,String)Teryk Bellahsene2015-08-273-38/+12
* SONAR-6497 WS permissions/update/template update a permission templateTeryk Bellahsene2015-08-272-7/+9
* SONAR-6496 WS permissions/create_template create a permission templateTeryk Bellahsene2015-08-275-39/+65
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-264-12/+61
* SONAR-6503 WS permissions/remove_group_from_template remove a group from a pe...Teryk Bellahsene2015-08-241-9/+17
* SONAR-6479 WS permissions/users display email in responseTeryk Bellahsene2015-08-244-1/+24