aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* 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
* make PersistSnapshotsStep support Views ComponentsSébastien Lesaint2015-08-241-6/+16
* add RuleDao.selectById to be used by Views pluginSébastien Lesaint2015-08-244-2/+22
* add MeasureDao.selectBySnapshotIdAndMetricKeys to be used by ViewsSébastien Lesaint2015-08-244-8/+79
* fix MyBatis and mapper loading to support mapper in server extensionsSébastien Lesaint2015-08-245-113/+233
* SONAR-6502 WS permissions/add_group_to_template add a group to a permission t...Teryk Bellahsene2015-08-243-8/+46
* SONAR-6501 WS permissions/remove_user_from_template remove a user from a perm...Teryk Bellahsene2015-08-242-12/+25
* SONAR-6500 WS permissions/add_user_to_template add a user to a permission tem...Teryk Bellahsene2015-08-242-7/+53
* Rename ComponentPermissions to ProjectPermissionsTeryk Bellahsene2015-08-241-2/+2
* Remove selectGroupByName methods from UserDaoTeryk Bellahsene2015-08-245-54/+6
* Create PermissionValueValidatorTeryk Bellahsene2015-08-242-1/+4
* SONAR-6485 WS permissions/search_project_permissions add paging field in resp...Teryk Bellahsene2015-08-191-3/+4
* SONAR-6485 WS permissions/search_project_permissions search for project permi...Teryk Bellahsene2015-08-1912-16/+383
* Move ComponentTesting to sonar-dbTeryk Bellahsene2015-08-191-0/+160
* Fix typo in PermissionQueryTeryk Bellahsene2015-08-191-1/+3
* Fix quality flawsTeryk Bellahsene2015-08-181-1/+1
* fix incomplete assertionsSébastien Lesaint2015-08-182-3/+3
* Create AnalysisReportDao object to test the DAOTeryk Bellahsene2015-08-131-9/+3
* Truncate tables before each test in AnalysisReportDaoTestTeryk Bellahsene2015-08-101-0/+1
* SONAR-6478 WS permissions/search_global_permissions search for global permiss...Teryk Bellahsene2015-08-103-21/+22
* fix RegisterMetrics, duplicated disabled metricsSébastien Lesaint2015-08-064-0/+20
* SONAR-6749 add ComponentDao.getProjects for ViewsSébastien Lesaint2015-08-067-5/+127
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-0610-36/+153
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-069-36/+115