summaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12666 Fix groups sorting when high number of groupsJulien Lancelot2019-12-026-41/+147
|
* SONAR-12513 last used date is never set on new Quality ProfilesSébastien Lesaint2019-10-182-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 RefreshSébastien Lesaint2019-10-172-6/+5
| | | | which prevented the whole feature to actually work
* SONAR-12261 fix project QG search on MsSQLSébastien Lesaint2019-10-171-1/+1
|
* Merge pull request #1789 from ↵Michal Duda2019-06-282-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 patternFranck Arnulfo2019-06-281-4/+6
|
* SONAR-12221 Add pagination to api/qualitygates/searchJulien Lancelot2019-06-284-65/+15
|
* SONAR-11560 fix api/permissions/users sortingMichal Duda2019-06-146-1/+94
|
* SONAR-11745 deletion of disable component's child tables is resilientSébastien Lesaint2019-06-138-65/+164
|
* SONAR-11745 do not fail when loading issues of disabled componentsSébastien Lesaint2019-06-132-11/+114
|
* Using already-defined constants instead of duplicating their valuesDiego Marcilio2019-06-131-1/+1
| | | | Fixes multiple squid:S1192 violations (only for already defined constants)
* SONAR-12146 fix resilience of deletion of project/branch/viewSébastien Lesaint2019-06-131-4/+4
|
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ↵Duarte Meneses2019-06-034-2/+80
| | | | JMX metrics
* SONAR-11675 delete scan contexts and CE activities on project purgeSébastien Lesaint2019-05-315-53/+399
|
* SONAR-11950 add SnapshotDto#revisionSimon Brandhof2019-05-224-6/+27
|
* SONAR-11950 create DB column snapshots.revisionSimon Brandhof2019-05-225-0/+11
|
* SONARCLOUD-628 Allow UTF-8 characters in project keyBenoît Gianinetti2019-05-202-4/+4
|
* SONAR-12061 Purge refresh flag on portfolio deletionBenoit2019-05-156-9/+63
|
* SONAR-12061 Recalculate out-of-date portfolios at scheduled hoursJanos Gyerik2019-05-154-127/+157
|
* SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' tableBenoît Gianinetti2019-05-1510-1/+609
|
* SONAR-12057 Add general locking mechanism through internal_propertiesJanos Gyerik2019-05-154-0/+163
|
* SONAR-11180 add security facet to api/rules/searchMichal Duda2019-05-071-1/+6
|
* SONAR-11904 Create API endpoint to get snippetsDuarte Meneses2019-05-061-0/+18
|
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵Duarte Meneses2019-04-303-5/+6
| | | | with Java 11
* SONAR-12000 add DB column webhooks.secretSimon Brandhof2019-04-294-20/+57
|
* SONAR-11585 Purge disabled componentsDuarte Meneses2019-04-275-17/+84
|
* SONARCLOUD-582 split loading of profiles in rule activationSimon Brandhof2019-04-242-11/+7
|
* SONARCLOUD-582 refactor context of rule activationSimon Brandhof2019-04-241-0/+6
|
* SONAR-11925 Includes hotspots by default in the response of api/issues/searchJulien Lancelot2019-04-232-4/+2
|
* SONAR-11859 Fix issue changelogJulien HENRY2019-04-233-7/+24
|
* SONAR-11856 Store the "true" target branch in the scanner report to display ↵Duarte Meneses2019-04-232-0/+6
| | | | it properly
* SONAR-11858 Apply light issue tracking with siblings for all branchesJulien HENRY2019-04-236-12/+14
|
* SONAR-11753 fix DB incompatibility in EmailSubscriberDtoSimon Brandhof2019-04-233-38/+52
|
* SONAR-11929 do not send issue notifications on PRs and short branchesSébastien Lesaint2019-04-231-1/+1
|
* SONAR-11753 dont retrieve all subscribers if only interested in subsetSébastien Lesaint2019-04-234-3/+162
|
* SONAR-11753 move "failed analysis" notification to email specific algoSébastien Lesaint2019-04-231-0/+4
|
* SONAR-11753 drop dead code in PropertiesMapperSébastien Lesaint2019-04-231-2/+0
|
* SONAR-11753 move built-in qp change notification to email specific algoSébastien Lesaint2019-04-232-43/+94
|
* SONAR-11753 move license notifications to email specific algoSébastien Lesaint2019-04-239-36/+106
|
* SONAR-11753 notification serialisation keeps original typeSébastien Lesaint2019-04-231-3/+4
|
* SONAR-11753 move "My new issues" notification to email specific algoSébastien Lesaint2019-04-235-14/+267
|
* SONAR-10462 Postgres deadlock when updating last used date of Q profileSimon Brandhof2019-04-104-3/+48
|
* SONAR-11881 ORA-01795 failure in CeQueueDaoSimon Brandhof2019-04-032-4/+3
|
* SONAR-11882 ORA-01795 failure in PermissionTemplateCharacteristicDaoSimon Brandhof2019-04-031-2/+2
|
* SONAR-11917 Improved copy project measures step in portfolio recalculationMichal Duda2019-04-034-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 exportMichal Duda2019-04-021-3/+3
|
* SONAR-11823 Drop snapshots.project_versionJanos Gyerik2019-03-1913-27/+22
|
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-198-86/+109
|
* SONAR-11631 Persist sonar.buildString in databaseJanos Gyerik2019-03-197-0/+19
|
* SONAR-10277 Prevent user to have more than 100 projects as favoriteJulien Lancelot2019-03-184-6/+46
|