aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7027 add MeasureDao#selectByDeveloperForSnapshotAndMetricsSébastien Lesaint2015-11-255-6/+138
| | | | this method is used by Dev Cockpit to copy measures of a specific developer from a project to a copy of this project
* SONAR-7027 add SnapshotTesting#newSnapshotForDeveloper + fix depthSébastien Lesaint2015-11-251-3/+12
| | | | depth field should be set whenever path is set
* SONAR-7027 add developerId to ComponentDtoSébastien Lesaint2015-11-255-3/+27
|
* SONAR-7073 Size of db column SNAPSHOTS.QUALIFIER is not correctSimon Brandhof2015-11-252-1/+3
|
* Improve UserTokenDao coverageTeryk Bellahsene2015-11-241-0/+22
|
* Fix index size limit of user_tokens_login_nameTeryk Bellahsene2015-11-242-2/+2
|
* SONAR-7027 Rename grantDefaultRoles to applyDefaultPermissionTemplateJulien Lancelot2015-11-244-37/+155
| | | | Also accept ComponentDto as parameter
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-2317-48/+439
|
* SONAR-7027 clean up AuthorDaoSébastien Lesaint2015-11-192-118/+40
| | | | | | take session as parameter use DbSession instead of SqlSession remove unused methods
* SONAR-7027 Add Developer in PersistMeasureJulien Lancelot2015-11-193-8/+9
|
* SONAR-6993 Fix SQL query on MsSQL and OracleJulien Lancelot2015-11-121-2/+3
|
* SONAR-6993 Persist cpd text blocks into DUPLICATIONS_INDEXJulien Lancelot2015-11-122-7/+4
|
* SONAR-6993 Search duplication candidates by hashesJulien Lancelot2015-11-128-111/+111
|
* SONAR-6993 Add component uuid in SnapshotQueryJulien Lancelot2015-11-127-0/+83
|
* SONAR-6355 Period 1 is now the leak periodJulien Lancelot2015-10-302-12/+12
| | | | | | Period 1 is renamed 'Leak Period' and set to 'since previous version' Period 2 is now set to 'since previous analyis' Period 3 is now set to 'over 30 days'
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+13
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+13
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| |
* | Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-294-8593/+0
| | | | | | | | | | | | | | | | | | | | | | | | Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube).
* | SONAR-6356 Always feed the 'since previous version' periodJulien Lancelot2015-10-296-14/+66
| | | | | | | | Since previous version period use the first snapshot when no previous version exist
* | Refactor Periods to increase coverageJulien Lancelot2015-10-292-100/+287
| |
* | Remove no more used SQL queryJulien Lancelot2015-10-292-52/+0
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-277-9/+73
|\| | | | | | | | | | | | | | | | | * origin/branch-5.2: SONAR-6834 Purge CE_ACTIVITY when deleting a project SONAR-5876 Add l10n info for the metric SONAR-6414 Indexing tests should update updatedAt field SONAR-6824 Use SCM Info repo SONAR-5794 Send notification step should not use batch repo to get project name
| * SONAR-6834 Purge CE_ACTIVITY when deleting a projectJulien Lancelot2015-10-277-9/+73
| |
* | Automatic merge from branch-5.2Jenkins CI2015-10-213-0/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.2: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.2-RC3 Hack for IE - use mime type text/plain for api/qualityprofiles/create fix quality profile deletion dialog on ie9 Fix some quality flaw SONAR-6822 Rules search WS is not returning langName SONAR-6822 Move search action tests to a dedicated test class SONAR-6680 RuleRepository now load all rules at first call SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepository Fix quality flaws fix select2 closing problem in the facet sidebar
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
| * SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepositorySébastien Lesaint2015-10-203-0/+15
| |
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-3/+2
|
* Fix typoJulien Lancelot2015-10-121-2/+2
|
* SONAR-6915 Change type of character columns of ISSUES table on MsSQLJulien Lancelot2015-10-122-1/+2
| | | | | | | Type of following columns are updtated to NVARCHAR on MsSQL : ISSUES.TAGS ISSUES.COMPONENT_UUID ISSUES.PROJECT_UUID
* Replace VARCHAR by NVARCHAR on MsSQLSimon Brandhof2015-10-124-4/+9
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-5/+5
|
* SONAR-6830 ability to change level of SQL logs on the flySimon Brandhof2015-10-069-32/+183
|
* Fix quality flawsJulien Lancelot2015-10-061-2/+2
|
* Improve coverage of ComponentQueryTeryk Bellahsene2015-10-061-0/+40
|
* SONAR-6854 WS permissions/template_group do not return anyone if admin ↵Teryk Bellahsene2015-10-063-2/+9
| | | | permission
* SONAR-6397 Do not read SCM info from db on first analysisJulien Lancelot2015-10-055-0/+72
|
* WS of permission domain are compatible with Views and Developer CockpitTeryk Bellahsene2015-10-021-0/+107
|
* Add selectComponentsByQualifiersJulien Lancelot2015-10-024-2/+51
|
* Improve deletion of project to deal with subviews/tech projectsJulien Lancelot2015-10-024-4/+64
|
* SONAR-6857 Fix escaping in a like queryTeryk Bellahsene2015-10-029-114/+66
|
* SONAR-6397 persist latest revision of file to DBSébastien Lesaint2015-10-021-1/+1
|
* SONAR-6834 filter components by name in api/ce/activitySimon Brandhof2015-10-026-30/+141
|
* SONAR-6857 Rename WS components/search -> components/search_view_componentsTeryk Bellahsene2015-10-021-1/+2
|