Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10131 purge test files when purging project history | Simon Brandhof | 2017-12-20 | 10 | -80/+469 |
| | |||||
* | SONAR-10176 Fix query of users having a global permission | Julien HENRY | 2017-12-12 | 2 | -0/+5 |
| | |||||
* | Revert "SONAR-10176 Fix query of users having a global permission" | Julien HENRY | 2017-12-07 | 2 | -5/+0 |
| | | | | | | This reverts commit f5a38606deffb5155f9ee0898e1130a78202eed6. Was pushed too early by mistake | ||||
* | SONAR-10176 Fix query of users having a global permission | Julien HENRY | 2017-12-07 | 2 | -0/+5 |
| | |||||
* | LICENSE-82 reset server ID on DB URL changes | Simon Brandhof | 2017-11-07 | 1 | -0/+5 |
| | |||||
* | SONAR-9863 Do not return licenses hashed in api/settings/value | Julien Lancelot | 2017-11-01 | 3 | -35/+0 |
| | |||||
* | SONAR-9993 Functional creation date of comment is no more nullable | Julien Lancelot | 2017-11-01 | 4 | -9/+28 |
| | | | | Old comments do not have functional creation date as this column has been added later | ||||
* | DEV-4 Return branches analysis when searching for finished analysis | Julien Lancelot | 2017-10-27 | 4 | -21/+63 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2017-10-26 | 1 | -1/+0 |
| | |||||
* | SONAR-7992 Restrict length of version names | Daniel Schwarz | 2017-10-26 | 2 | -0/+26 |
| | | | | | | | | * SONAR-7992 Restrict length of name in api/project_analyses/update_event to 100 characters * SONAR-7992 Restrict length of version name of an analysis * SONAR-7992 Restrict length of version name of SnapshotDto * SONAR-7992 Include the module's name in the validation error message | ||||
* | SONAR-9951 finalize edition install at startup (mocked implem.) | Sébastien Lesaint | 2017-10-23 | 1 | -0/+6 |
| | |||||
* | SONAR-9943 add InternalPropertiesDao#selectByKeys | Sébastien Lesaint | 2017-10-23 | 4 | -7/+198 |
| | |||||
* | Improve coverage | Julien HENRY | 2017-10-21 | 3 | -117/+11 |
| | |||||
* | SONAR-8727 Do not fail when SCM login is longer than 255 characters | Julien HENRY | 2017-10-20 | 1 | -1/+2 |
| | |||||
* | SONAR-9949 Also merge open issues from short living branches | Julien HENRY | 2017-10-20 | 7 | -14/+26 |
| | |||||
* | SONAR-9987 Add a changelog entry when copying/merging issues | Julien HENRY | 2017-10-20 | 4 | -14/+42 |
| | |||||
* | SONAR-9970 Copy issue changes when creating an long living branch | Julien HENRY | 2017-10-20 | 1 | -6/+7 |
| | |||||
* | SONAR-9949 Copy all issue attributes when merging a short in a long living ↵ | Julien HENRY | 2017-10-20 | 8 | -25/+52 |
| | | | | branch | ||||
* | SONAR-9913 Match issues from short living branches more aggressively | Julien HENRY | 2017-10-20 | 1 | -0/+1 |
| | | | | | When there are multiple candidates (from multiple branches), prefer any of the RESOLVED one, before taking any of the CONFIRMED ones. | ||||
* | Fix some logger calls | Daniel Trebbien | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | SONAR-7309 DB Cleaner strategy to keep only analyses with a version | Teryk Bellahsene | 2017-10-19 | 8 | -11/+127 |
| | |||||
* | SONAR-9903 Ignore SCM accounts that are duplicates when adding a user | Teryk Bellahsene | 2017-10-19 | 1 | -3/+2 |
| | |||||
* | SONAR-9882 Implements storage of sonar.analysis.* properties | Eric Hartmann | 2017-10-17 | 19 | -2/+844 |
| | |||||
* | SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysis | Eric Hartmann | 2017-10-17 | 1 | -0/+1 |
| | |||||
* | SONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIES | Eric Hartmann | 2017-10-17 | 3 | -2/+17 |
| | |||||
* | SONAR-9963 WS api/metrics/update fails properly if domain is longer than 64 ↵ | Teryk Bellahsene | 2017-10-16 | 3 | -12/+36 |
| | | | | characters | ||||
* | SONAR-9909 Slow indexing of portfolios at server startup | Simon Brandhof | 2017-10-04 | 1 | -5/+7 |
| | | | | | | | | The inner join is super slow because there's no index on column copy_component_uuid. The join is a safeguard to ensure presence of project reference. Dropping it is acceptable as long as the model is supposed to be consistent. Any potential inconsistent states will have to be fixed at the root. | ||||
* | SONAR-9498 show correct n. of "more" items in quality profile changelog | Daniel Schwarz | 2017-10-04 | 4 | -18/+31 |
| | |||||
* | SONAR-9899 Remove all references to branches of type PR | Duarte Meneses | 2017-10-04 | 7 | -122/+13 |
| | |||||
* | SONAR-9887 Reuse information from issues in short living branches targeting ↵ | Duarte Meneses | 2017-10-04 | 11 | -0/+294 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current branch * Add ShortBranchComponentsWithIssues * Load only required component fields from dto * Keep only uuid and branch from analysisMetadataHolder * No need for branch in ShortBranchComponentsWithIssues * Add IssueDao.selectResolvedOrConfirmedByComponentUuid * Add ResolvedShortBranchIssuesFactory * Add components to ProjectAnalysisTaskContainerPopulator * issue info from short branches * Do not open db session for nothing * Get issues for all uuids at once * Select only fields required for issue tracking * Improvements * Add ShortBranchIssue with only the fields needed for issue tracking * fix test * Add missed license * minor improvements * Fix IssueStatusCopierTest and move ShortBranchIssue class * Clean up ShortBranchIssueDto and its query * Fix mapping of dto class * Verify that required fields are correctly mapped * fixes * Fix issues loader * Do not use "key" as field name in db operations * Should find issues to merge only in short branches * Strip branch from component key | ||||
* | SONAR-4824 support branches when filtering recipients on their perms | Sébastien Lesaint | 2017-10-04 | 8 | -29/+74 |
| | | | | | by querying permissions in DB with component key rather than component uuid as computing the target branch's key from the branch's key is easy | ||||
* | SONAR-9820 Telemetry returns usingBranches | Teryk Bellahsene | 2017-10-03 | 4 | -0/+26 |
| | |||||
* | SONAR-1330 Purge edit permissions when removing group | Julien Lancelot | 2017-10-02 | 4 | -0/+34 |
| | |||||
* | SONAR-1330 Purge edit permissions when removing organization member | Julien Lancelot | 2017-10-02 | 4 | -0/+36 |
| | |||||
* | SONAR-1330 Purge edit permissions when deleting user | Julien Lancelot | 2017-10-02 | 4 | -0/+31 |
| | |||||
* | SONAR-1330 Purge edit permissions when deleting quality profile | Julien Lancelot | 2017-10-02 | 9 | -3/+80 |
| | |||||
* | SONAR-1330 Check edit permissions in qprofiles WS | Julien Lancelot | 2017-10-02 | 4 | -8/+21 |
| | |||||
* | SONAR-1330 Return available actions in api/qualityprofiles/search | Julien Lancelot | 2017-10-02 | 8 | -8/+112 |
| | |||||
* | SONAR-1330 Search for groups allowed to edit single quality profile | Julien Lancelot | 2017-10-02 | 6 | -0/+371 |
| | |||||
* | SONAR-1330 Remove group permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 4 | -0/+25 |
| | |||||
* | SONAR-1330 Add group permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 10 | -1/+262 |
| | |||||
* | SONAR-1330 Search for user allowed to edit single quality profile | Julien Lancelot | 2017-10-02 | 6 | -1/+401 |
| | |||||
* | SONAR-1330 Remove user permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 4 | -0/+25 |
| | |||||
* | SONAR-1330 Add user permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 10 | -1/+264 |
| | |||||
* | SONAR-7024 PropertiesDao#findUsersForNotification return global flag | Sébastien Lesaint | 2017-10-02 | 5 | -11/+92 |
| | | | | which indicates whether the associated login registered to the notification globally or specifically for the specified project | ||||
* | SONAR-4824 Prevent notification when user does not have Browse permission | Eric Hartmann | 2017-10-02 | 8 | -121/+179 |
| | |||||
* | SONAR-6959 Performance improvements | Duarte Meneses | 2017-10-02 | 6 | -1/+93 |
| | | | | | | | | | | | | | | | | * Avoid creation of intermediary array * SONAR-6959 Speed-up copy of custom measures in Compute Engine * Use light object to get key/uuid map of components * Avoid always formatting string * Minor refactoring * Avoid cost of hash * Ajust perf tests | ||||
* | Add method to select all administrators (for license notifications) | Julien HENRY | 2017-09-29 | 4 | -6/+37 |
| | |||||
* | Add db column ce_activity.error_type | Simon Brandhof | 2017-09-28 | 3 | -2/+25 |
| | |||||
* | SONAR-9575 Revert all changes made to support incremental mode | Julien HENRY | 2017-09-27 | 17 | -52/+4 |
| |