Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12666 Fix groups sorting when high number of groups | Julien Lancelot | 2019-12-02 | 6 | -41/+147 |
| | |||||
* | SONAR-12513 last used date is never set on new Quality Profiles | Sébastien Lesaint | 2019-10-18 | 2 | -2/+15 |
| | | | | | | | | | all QP start with no last used date in the Database, which is represented by a null value in the column, the update method ensures no update is done if new date is older than the current one it does so by comparing the new date with the current value, however, this test always returns false if the current value is null this way of updating the last used date was introduced to fix SONAR-10462 (Update of last used date on Quality Profile can fail with Deadlock on Postgres) since then, last used date of new QP (which includes any new install of SQ since 7.8, including the LTS) is never set | ||||
* | SONAR-12398 fix too long lock name for Portfolio Refresh | Sébastien Lesaint | 2019-10-17 | 2 | -6/+5 |
| | | | | which prevented the whole feature to actually work | ||||
* | SONAR-12261 fix project QG search on MsSQL | Sébastien Lesaint | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1789 from ↵ | Michal Duda | 2019-06-28 | 2 | -12/+11 |
| | | | | | SonarSource/fix/md/SONAR-11845-project-import-should-handle-external-issues SONAR-11845 project import should handle external issues | ||||
* | Replace 3 regex with 1 and precompiled pattern | Franck Arnulfo | 2019-06-28 | 1 | -4/+6 |
| | |||||
* | SONAR-12221 Add pagination to api/qualitygates/search | Julien Lancelot | 2019-06-28 | 4 | -65/+15 |
| | |||||
* | SONAR-11560 fix api/permissions/users sorting | Michal Duda | 2019-06-14 | 6 | -1/+94 |
| | |||||
* | SONAR-11745 deletion of disable component's child tables is resilient | Sébastien Lesaint | 2019-06-13 | 8 | -65/+164 |
| | |||||
* | SONAR-11745 do not fail when loading issues of disabled components | Sébastien Lesaint | 2019-06-13 | 2 | -11/+114 |
| | |||||
* | Using already-defined constants instead of duplicating their values | Diego Marcilio | 2019-06-13 | 1 | -1/+1 |
| | | | | Fixes multiple squid:S1192 violations (only for already defined constants) | ||||
* | SONAR-12146 fix resilience of deletion of project/branch/view | Sébastien Lesaint | 2019-06-13 | 1 | -4/+4 |
| | |||||
* | SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ↵ | Duarte Meneses | 2019-06-03 | 4 | -2/+80 |
| | | | | JMX metrics | ||||
* | SONAR-11675 delete scan contexts and CE activities on project purge | Sébastien Lesaint | 2019-05-31 | 5 | -53/+399 |
| | |||||
* | SONAR-11950 add SnapshotDto#revision | Simon Brandhof | 2019-05-22 | 4 | -6/+27 |
| | |||||
* | SONAR-11950 create DB column snapshots.revision | Simon Brandhof | 2019-05-22 | 5 | -0/+11 |
| | |||||
* | SONARCLOUD-628 Allow UTF-8 characters in project key | Benoît Gianinetti | 2019-05-20 | 2 | -4/+4 |
| | |||||
* | SONAR-12061 Purge refresh flag on portfolio deletion | Benoit | 2019-05-15 | 6 | -9/+63 |
| | |||||
* | SONAR-12061 Recalculate out-of-date portfolios at scheduled hours | Janos Gyerik | 2019-05-15 | 4 | -127/+157 |
| | |||||
* | SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' table | Benoît Gianinetti | 2019-05-15 | 10 | -1/+609 |
| | |||||
* | SONAR-12057 Add general locking mechanism through internal_properties | Janos Gyerik | 2019-05-15 | 4 | -0/+163 |
| | |||||
* | SONAR-11180 add security facet to api/rules/search | Michal Duda | 2019-05-07 | 1 | -1/+6 |
| | |||||
* | SONAR-11904 Create API endpoint to get snippets | Duarte Meneses | 2019-05-06 | 1 | -0/+18 |
| | |||||
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵ | Duarte Meneses | 2019-04-30 | 3 | -5/+6 |
| | | | | with Java 11 | ||||
* | SONAR-12000 add DB column webhooks.secret | Simon Brandhof | 2019-04-29 | 4 | -20/+57 |
| | |||||
* | SONAR-11585 Purge disabled components | Duarte Meneses | 2019-04-27 | 5 | -17/+84 |
| | |||||
* | SONARCLOUD-582 split loading of profiles in rule activation | Simon Brandhof | 2019-04-24 | 2 | -11/+7 |
| | |||||
* | SONARCLOUD-582 refactor context of rule activation | Simon Brandhof | 2019-04-24 | 1 | -0/+6 |
| | |||||
* | SONAR-11925 Includes hotspots by default in the response of api/issues/search | Julien Lancelot | 2019-04-23 | 2 | -4/+2 |
| | |||||
* | SONAR-11859 Fix issue changelog | Julien HENRY | 2019-04-23 | 3 | -7/+24 |
| | |||||
* | SONAR-11856 Store the "true" target branch in the scanner report to display ↵ | Duarte Meneses | 2019-04-23 | 2 | -0/+6 |
| | | | | it properly | ||||
* | SONAR-11858 Apply light issue tracking with siblings for all branches | Julien HENRY | 2019-04-23 | 6 | -12/+14 |
| | |||||
* | SONAR-11753 fix DB incompatibility in EmailSubscriberDto | Simon Brandhof | 2019-04-23 | 3 | -38/+52 |
| | |||||
* | SONAR-11929 do not send issue notifications on PRs and short branches | Sébastien Lesaint | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | SONAR-11753 dont retrieve all subscribers if only interested in subset | Sébastien Lesaint | 2019-04-23 | 4 | -3/+162 |
| | |||||
* | SONAR-11753 move "failed analysis" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 1 | -0/+4 |
| | |||||
* | SONAR-11753 drop dead code in PropertiesMapper | Sébastien Lesaint | 2019-04-23 | 1 | -2/+0 |
| | |||||
* | SONAR-11753 move built-in qp change notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 2 | -43/+94 |
| | |||||
* | SONAR-11753 move license notifications to email specific algo | Sébastien Lesaint | 2019-04-23 | 9 | -36/+106 |
| | |||||
* | SONAR-11753 notification serialisation keeps original type | Sébastien Lesaint | 2019-04-23 | 1 | -3/+4 |
| | |||||
* | SONAR-11753 move "My new issues" notification to email specific algo | Sébastien Lesaint | 2019-04-23 | 5 | -14/+267 |
| | |||||
* | SONAR-10462 Postgres deadlock when updating last used date of Q profile | Simon Brandhof | 2019-04-10 | 4 | -3/+48 |
| | |||||
* | SONAR-11881 ORA-01795 failure in CeQueueDao | Simon Brandhof | 2019-04-03 | 2 | -4/+3 |
| | |||||
* | SONAR-11882 ORA-01795 failure in PermissionTemplateCharacteristicDao | Simon Brandhof | 2019-04-03 | 1 | -2/+2 |
| | |||||
* | SONAR-11917 Improved copy project measures step in portfolio recalculation | Michal Duda | 2019-04-03 | 4 | -3/+60 |
| | | | | Changed implementation of copy project measures step in portfolio recalculation to use scrolling select. | ||||
* | SONAR-11117 support for long-living branches in project export | Michal Duda | 2019-04-02 | 1 | -3/+3 |
| | |||||
* | SONAR-11823 Drop snapshots.project_version | Janos Gyerik | 2019-03-19 | 13 | -27/+22 |
| | |||||
* | SONAR-11631 Replace codePeriodVersion with buildString | Janos Gyerik | 2019-03-19 | 8 | -86/+109 |
| | |||||
* | SONAR-11631 Persist sonar.buildString in database | Janos Gyerik | 2019-03-19 | 7 | -0/+19 |
| | |||||
* | SONAR-10277 Prevent user to have more than 100 projects as favorite | Julien Lancelot | 2019-03-18 | 4 | -6/+46 |
| |