Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix quality flaw | Simon Brandhof | 2015-09-25 | 1 | -3/+4 | |
| | | | | due to @CheckForNull that was recently added to DateUtils.parseDateTimeQuietly() | |||||
* | SONAR-6834 fix SQL request to count activities | Simon Brandhof | 2015-09-25 | 2 | -4/+8 | |
| | | | | when there are more than one condition | |||||
* | SONAR-6859 add migration to remove sizeMetric properties from DB | Sébastien Lesaint | 2015-09-25 | 2 | -1/+2 | |
| | ||||||
* | SONAR-5770 add WS api/ce/project | Simon Brandhof | 2015-09-22 | 2 | -4/+9 | |
| | ||||||
* | Remove useless method | Julien Lancelot | 2015-09-22 | 2 | -11/+4 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | Remove useless sql query | Julien Lancelot | 2015-09-21 | 1 | -12/+0 | |
| | ||||||
* | SONAR-6540 Ignore active rules linked on removed rules / profiles | Julien Lancelot | 2015-09-21 | 1 | -7/+4 | |
| | ||||||
* | SONAR-6347 Increase max value of duplications_index id column | Julien Lancelot | 2015-09-21 | 3 | -2/+3 | |
| | ||||||
* | SONAR-6044 Stop storing distribution of issue-related measures by rule | Julien Lancelot | 2015-09-21 | 10 | -4/+217 | |
| | ||||||
* | Fix merge of branch feature/ce-monitoring | Simon Brandhof | 2015-09-19 | 3 | -2/+3 | |
| | | | | | - JS changes (ES2015) - DB migration conflicts | |||||
* | SONAR-6834 complete filtering paramters of api/ce/activity | Simon Brandhof | 2015-09-19 | 6 | -4/+63 | |
| | ||||||
* | SONAR-6861 Drop the property "sonar.preventAutoProjectCreation" | Simon Brandhof | 2015-09-18 | 2 | -1/+2 | |
| | ||||||
* | SONAR-6851 Analysis of new projects requires the "Provision Project" permission | Simon Brandhof | 2015-09-18 | 2 | -1/+2 | |
| | ||||||
* | SONAR-6630 At startup, delete past compute engine tasks older than 6 months | Simon Brandhof | 2015-09-18 | 4 | -2/+37 | |
| | ||||||
* | Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY | Simon Brandhof | 2015-09-18 | 41 | -844/+1335 | |
| | ||||||
* | SONAR-6840 Group migrations touching same table | Julien Lancelot | 2015-09-18 | 10 | -5/+604 | |
| | | | | Migrations that are done on the same table are now executed with only one SQL query | |||||
* | SONAR-6840 Number are accepted in table name | Julien Lancelot | 2015-09-18 | 2 | -1/+3 | |
| | ||||||
* | SONAR-6840 Replace ColumnDef by builders | Julien Lancelot | 2015-09-18 | 14 | -239/+498 | |
| | ||||||
* | SONAR-6840 Extract ColumnDef from AddColumnsBuilder | Julien Lancelot | 2015-09-18 | 6 | -144/+244 | |
| | | | | And add a check when no column has been defined | |||||
* | SONAR-6552 fix maven dependency for SQLServer tests | Simon Brandhof | 2015-09-17 | 1 | -0/+39 | |
| | ||||||
* | SONAR-6552 fix bad merge | Simon Brandhof | 2015-09-17 | 1 | -5/+0 | |
| | | | | | - fix ruby activerecord adapter - do not package jtds.jar | |||||
* | SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1 | Julien Lancelot | 2015-09-17 | 2 | -6/+10 | |
| | ||||||
* | SONAR-6822 WS rules/search from json to protobuf | Teryk Bellahsene | 2015-09-17 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6845 selectUuidsForQualifiers doesn't need SNAPSHOTS | Julien Lancelot | 2015-09-17 | 2 | -41/+1 | |
| | | | | As there's now an index on PROJECTS.QUALIFIER, it's no more required to do a join on SNAPSHOTS when searching for components by qualifier | |||||
* | SONAR-6845 Add index on PROJECTS.QUALIFIER | Julien Lancelot | 2015-09-17 | 3 | -1/+4 | |
| | ||||||
* | SONAR-6821 WS qualityprofiles/search load default quality profiles or ↵ | Teryk Bellahsene | 2015-09-17 | 2 | -0/+52 | |
| | | | | project quality profiles | |||||
* | SONAR-6818 Add migration in rows-h2.sql | Teryk Bellahsene | 2015-09-17 | 1 | -0/+1 | |
| | ||||||
* | SONAR-6818 Add revision column in file_sources db table | Teryk Bellahsene | 2015-09-16 | 12 | -28/+44 | |
| |