Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix index size limit of user_tokens_login_name | Teryk Bellahsene | 2015-11-24 | 2 | -2/+2 | |
| | ||||||
* | SONAR-7027 Rename grantDefaultRoles to applyDefaultPermissionTemplate | Julien Lancelot | 2015-11-24 | 4 | -37/+155 | |
| | | | | Also accept ComponentDto as parameter | |||||
* | SONAR-7039 Generate user tokens | Teryk Bellahsene | 2015-11-23 | 17 | -48/+439 | |
| | ||||||
* | SONAR-7027 clean up AuthorDao | Sébastien Lesaint | 2015-11-19 | 2 | -118/+40 | |
| | | | | | | take session as parameter use DbSession instead of SqlSession remove unused methods | |||||
* | SONAR-7027 Add Developer in PersistMeasure | Julien Lancelot | 2015-11-19 | 3 | -8/+9 | |
| | ||||||
* | SONAR-6993 Fix SQL query on MsSQL and Oracle | Julien Lancelot | 2015-11-12 | 1 | -2/+3 | |
| | ||||||
* | SONAR-6993 Persist cpd text blocks into DUPLICATIONS_INDEX | Julien Lancelot | 2015-11-12 | 2 | -7/+4 | |
| | ||||||
* | SONAR-6993 Search duplication candidates by hashes | Julien Lancelot | 2015-11-12 | 8 | -111/+111 | |
| | ||||||
* | SONAR-6993 Add component uuid in SnapshotQuery | Julien Lancelot | 2015-11-12 | 7 | -0/+83 | |
| | ||||||
* | SONAR-6355 Period 1 is now the leak period | Julien Lancelot | 2015-10-30 | 2 | -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' | |||||
* | Execute Protocol Buffer compiler during build | Evgeny Mandrikov | 2015-10-29 | 3 | -8571/+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' period | Julien Lancelot | 2015-10-29 | 6 | -14/+66 | |
| | | | | Since previous version period use the first snapshot when no previous version exist | |||||
* | Refactor Periods to increase coverage | Julien Lancelot | 2015-10-29 | 2 | -100/+287 | |
| | ||||||
* | Remove no more used SQL query | Julien Lancelot | 2015-10-29 | 2 | -52/+0 | |
| | ||||||
* | SONAR-6834 Purge CE_ACTIVITY when deleting a project | Julien Lancelot | 2015-10-27 | 7 | -9/+73 | |
| | ||||||
* | SONAR-6680 add RuleDao.selectAll to be used by CE's RuleRepository | Sébastien Lesaint | 2015-10-20 | 3 | -0/+15 | |
| | ||||||
* | Fix typo | Julien Lancelot | 2015-10-12 | 1 | -2/+2 | |
| | ||||||
* | SONAR-6915 Change type of character columns of ISSUES table on MsSQL | Julien Lancelot | 2015-10-12 | 2 | -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 MsSQL | Simon Brandhof | 2015-10-12 | 4 | -4/+9 | |
| | ||||||
* | SONAR-6830 ability to change level of SQL logs on the fly | Simon Brandhof | 2015-10-06 | 9 | -32/+183 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2015-10-06 | 1 | -2/+2 | |
| | ||||||
* | Improve coverage of ComponentQuery | Teryk Bellahsene | 2015-10-06 | 1 | -0/+40 | |
| | ||||||
* | SONAR-6854 WS permissions/template_group do not return anyone if admin ↵ | Teryk Bellahsene | 2015-10-06 | 3 | -2/+9 | |
| | | | | permission | |||||
* | SONAR-6397 Do not read SCM info from db on first analysis | Julien Lancelot | 2015-10-05 | 5 | -0/+72 | |
| | ||||||
* | WS of permission domain are compatible with Views and Developer Cockpit | Teryk Bellahsene | 2015-10-02 | 1 | -0/+107 | |
| | ||||||
* | Add selectComponentsByQualifiers | Julien Lancelot | 2015-10-02 | 4 | -2/+51 | |
| | ||||||
* | Improve deletion of project to deal with subviews/tech projects | Julien Lancelot | 2015-10-02 | 4 | -4/+64 | |
| | ||||||
* | SONAR-6857 Fix escaping in a like query | Teryk Bellahsene | 2015-10-02 | 9 | -114/+66 | |
| | ||||||
* | SONAR-6397 persist latest revision of file to DB | Sébastien Lesaint | 2015-10-02 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6834 filter components by name in api/ce/activity | Simon Brandhof | 2015-10-02 | 6 | -30/+141 | |
| | ||||||
* | SONAR-6857 Rename WS components/search -> components/search_view_components | Teryk Bellahsene | 2015-10-02 | 1 | -1/+2 | |
| | ||||||
* | SONAR-6857 ComponentDao with a generic way to search for components | Teryk Bellahsene | 2015-10-02 | 11 | -15/+406 | |
| | ||||||
* | SONAR-6781 Quality Gate Search doesn't work with _ | Teryk Bellahsene | 2015-10-02 | 3 | -38/+51 | |
| | ||||||
* | SONAR-6823 WS batch/project with protobuf and new behaviors | Teryk Bellahsene | 2015-09-30 | 4 | -4/+17 | |
| | ||||||
* | Update DbTester javadoc | Teryk Bellahsene | 2015-09-30 | 1 | -3/+2 | |
| | ||||||
* | SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT | Simon Brandhof | 2015-09-30 | 5 | -38/+26 | |
| | ||||||
* | SONAR-6886 Stop support of deprecated property sonar.jdbc.user | Simon Brandhof | 2015-09-30 | 2 | -21/+1 | |
| | ||||||
* | SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵ | Koushik Dasgupta | 2015-09-29 | 2 | -4/+4 | |
| | | | | | | installed in Windows Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed. | |||||
* | SONAR-6630 delete logs related to old reports | Simon Brandhof | 2015-09-29 | 5 | -15/+42 | |
| | ||||||
* | SONAR-6854 WS permissions/template_groups fix queries for Oracle | Teryk Bellahsene | 2015-09-29 | 2 | -3/+8 | |
| | ||||||
* | SONAR-6332 Prevent provisioning projects with same key on MySQL | Julien Lancelot | 2015-09-29 | 8 | -160/+269 | |
| | ||||||
* | SONAR-6854 WS permissions/template_groups search for groups in a specific ↵ | Teryk Bellahsene | 2015-09-28 | 6 | -15/+39 | |
| | | | | permission template for a given permission | |||||
* | SONAR-6853 WS permissions/template_users list users of one template and ↵ | Teryk Bellahsene | 2015-09-28 | 3 | -1/+14 | |
| | | | | permission | |||||
* | Remove business classes in permission domain | Teryk Bellahsene | 2015-09-28 | 8 | -424/+0 | |
| | | | | | | | - GroupWithPermissionQueryResult - UserWithPermissionQueryResult - UserWithPermission - GroupWithPermission | |||||
* | Deprecate kee accessors in favor of uuid accessors in PermissionTemplateDto | Teryk Bellahsene | 2015-09-28 | 5 | -46/+24 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2015-09-28 | 1 | -3/+3 | |
| | ||||||
* | Replace SqlSession by DbSession | Julien Lancelot | 2015-09-28 | 1 | -24/+30 | |
| | ||||||
* | SONAR-6834 search activity by dates | Simon Brandhof | 2015-09-28 | 3 | -4/+73 | |
| | ||||||
* | Improve validation of fields of CeQueueDto and IssueDto | Simon Brandhof | 2015-09-28 | 3 | -23/+31 | |
| | ||||||
* | Add some preconditions to IssueDto | Simon Brandhof | 2015-09-27 | 2 | -19/+26 | |
| |