Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7842 truncate errorMessage to avoid max length error in DB | Sébastien Lesaint | 2016-08-18 | 2 | -1/+36 | |
| | | ||||||
* | | add DatabaseUtils#executeLargeUpdates which returns rows count | Sébastien Lesaint | 2016-08-18 | 1 | -0/+19 | |
| | | ||||||
* | | SONAR-7842 support error message in DAO and CeActivityDto | Sébastien Lesaint | 2016-08-18 | 3 | -34/+152 | |
| | | ||||||
* | | SONAR-7842 add error columns to CE_ACTIVITY | Sébastien Lesaint | 2016-08-18 | 8 | -4/+159 | |
| | | ||||||
* | | SONAR-7842 make ClobColumnDef support all DBs | Sébastien Lesaint | 2016-08-18 | 2 | -44/+31 | |
| | | ||||||
* | | SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUT | Sébastien Lesaint | 2016-08-18 | 10 | -32/+35 | |
| | | ||||||
* | | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid key | Teryk Bellahsene | 2016-08-12 | 2 | -1/+17 | |
| | | ||||||
* | | SONAR-7930 WS api/components/bulk_update_key handles special characters | Teryk Bellahsene | 2016-08-12 | 2 | -8/+15 | |
| | | ||||||
* | | SONAR-7928 SONAR-7929 Update and bulk update of component key does not ↵ | Teryk Bellahsene | 2016-08-11 | 2 | -3/+63 | |
| | | | | | | | | update disabled component | |||||
* | | SONAR-7958 fix UUID_PATH of file created by ComponentTesting | Sébastien Lesaint | 2016-08-10 | 6 | -35/+36 | |
| | | ||||||
* | | SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStep | Sébastien Lesaint | 2016-08-10 | 3 | -13/+31 | |
| | | ||||||
* | | SONAR_7958 add column PROJECTS.B_UUID_PATH | Sébastien Lesaint | 2016-08-10 | 25 | -13/+167 | |
| | | ||||||
* | | SONAR-7903 fix unit test on MSSQL | Simon Brandhof | 2016-08-05 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-7903 Drop pending tasks | Simon Brandhof | 2016-08-05 | 8 | -6/+126 | |
| | | ||||||
* | | SONAR-7903 persist analysis reports in db | Simon Brandhof | 2016-08-05 | 13 | -23/+321 | |
| | | | | | | | | | | instead of file system (data/ce/reports). That allows support of clustering. | |||||
* | | Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDao | Teryk Bellahsene | 2016-08-05 | 13 | -23/+23 | |
| | | ||||||
* | | SONAR-7929 Create WS api/components/bulk_update_key | Teryk Bellahsene | 2016-08-05 | 2 | -5/+74 | |
| | | ||||||
* | | SONAR-7928 SONAR-4770 Create WS api/components/update_key | Teryk Bellahsene | 2016-08-05 | 3 | -3/+12 | |
| | | ||||||
* | | SONAR-7923 Create WS api/qualitygates/get_by_project | Teryk Bellahsene | 2016-07-29 | 6 | -20/+79 | |
| | | ||||||
* | | SONAR-7927 Create WS to delete project link | Stas Vilchik | 2016-07-28 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7926 Create WS to add project link | Stas Vilchik | 2016-07-28 | 4 | -1/+27 | |
| | | ||||||
* | | SONAR-7925 Create WS to list project links | Stas Vilchik | 2016-07-28 | 1 | -0/+4 | |
| | | ||||||
* | | SONAR-7917 Drop is_global from DB table dashboards | Teryk Bellahsene | 2016-07-28 | 18 | -250/+124 | |
| | | ||||||
* | | SONAR-7917 Delete project dashboard data in DB | Teryk Bellahsene | 2016-07-28 | 8 | -3/+288 | |
| | | ||||||
* | | SONAR-7917 Fix WidgetDao | Teryk Bellahsene | 2016-07-28 | 2 | -6/+26 | |
| | | ||||||
* | | Fix performance issue in CE when many files have being deleted/moved | Simon Brandhof | 2016-07-22 | 6 | -50/+156 | |
| | | | | | | | | | | | | When updating columns PROJECTS.B_ENABLED to false, as many SQL UPDATE requests as components to be disabled are executed, whereas only a single request with "UUID IN ?" could be executed. | |||||
* | | merge GuavaCollectors into Collectors and rename methods | Sébastien Lesaint | 2016-07-21 | 2 | -5/+5 | |
| | | ||||||
* | | fix some quality flaws | Sébastien Lesaint | 2016-07-21 | 2 | -2/+2 | |
| | | ||||||
* | | SONAR-7786 Create index measures_analysis_metric earlier | Simon Brandhof | 2016-07-19 | 2 | -1/+2 | |
| | | | | | | | | so that other migrations can benefit from it | |||||
* | | Merge remote-tracking branch 'origin/branch-5.6' | Julien Lancelot | 2016-07-19 | 6 | -1/+194 | |
|\| | ||||||
| * | SONAR-7686 Add migration to fix null external identity | Julien Lancelot | 2016-07-18 | 7 | -3/+196 | |
| | | ||||||
* | | Fix Quality flaws | Simon Brandhof | 2016-07-18 | 5 | -58/+28 | |
| | | ||||||
* | | SONAR-7839 Return Anyone group even if it has no permission | Julien Lancelot | 2016-07-18 | 2 | -4/+15 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2016-07-18 | 1 | -8/+8 | |
| | | ||||||
* | | SONAR-7889 Add project key to WS api/qualityprofiles/projects | Julien Lancelot | 2016-07-15 | 4 | -9/+105 | |
| | | ||||||
* | | SONAR-7839 Change WS api/permissions/template_groups to return all permissions | Julien Lancelot | 2016-07-14 | 7 | -41/+295 | |
| | | ||||||
* | | SONAR-7837 Change WS api/permissions/template_users to return all permissions | Julien Lancelot | 2016-07-14 | 5 | -109/+143 | |
| | | ||||||
* | | SONAR-7837 Clean up PermissionTemplateDao code | Julien Lancelot | 2016-07-14 | 3 | -66/+38 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2016-07-13 | 1 | -18/+18 | |
| | | ||||||
* | | Fix size of PROJECTS.B_QUALIFIER on H2 | Simon Brandhof | 2016-07-13 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7700 Fix column size of b_qualifier | Julien Lancelot | 2016-07-13 | 2 | -2/+2 | |
| | | ||||||
* | | SONAR-7838 SONAR-7835 Return all permissions of matching users | Julien Lancelot | 2016-07-12 | 6 | -145/+220 | |
| | | | | | | | | When searching for permissions users that match a given permission, instead of only returnin this permission we now return all user permissions | |||||
* | | SONAR-7838 WS api/permissions/groups returns group permissions | Teryk Bellahsene | 2016-07-12 | 1 | -0/+1 | |
| | | ||||||
* | | SONAR-7838 DAO to select groups and group permissions | Teryk Bellahsene | 2016-07-12 | 6 | -36/+299 | |
| | | ||||||
* | | SONAR-7835 WS permissions/users return permissions in response | Teryk Bellahsene | 2016-07-12 | 7 | -285/+143 | |
| | | ||||||
* | | Refactor UserPermissionDto | Teryk Bellahsene | 2016-07-12 | 11 | -74/+61 | |
| | | ||||||
* | | Move permissions template classes and resources to a specific package in ↵ | Teryk Bellahsene | 2016-07-12 | 48 | -29/+47 | |
| | | | | | | | | sonar-db | |||||
* | | SONAR-7835 Select user permissions | Teryk Bellahsene | 2016-07-12 | 5 | -33/+82 | |
| | | ||||||
* | | SONAR-7835 Select users by query | Teryk Bellahsene | 2016-07-12 | 13 | -188/+687 | |
| | | ||||||
* | | SONAR-7786 merge PROJECTS table clean migrations and do them earlier | Sébastien Lesaint | 2016-07-11 | 6 | -88/+90 | |
| | |