aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* NO-JIRA Update license headers to 2024Pierre2024-01-0385-85/+85
|
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-15/+14
|
* SONAR-20764 Use adhoc type when indexing adhoc rulesEric Giffon2023-11-221-1/+13
|
* SONAR-21002 Improve DB migration tests to use actual migration instead of ↵Léo Geoffroy2023-11-172-4/+5
| | | | schema.sql
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-082-8/+3
|
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-15/+14
|
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-0/+60
|
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-081-0/+18
|
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-081-0/+25
|
* SONAR-20235 Add externalIdentity filter in api/users/searchAntoine Vigneau2023-11-021-0/+1
|
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-131-1/+1
|
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-0/+62
|
* SONAR-20541 Update all links that point to www.sonarqube.org to point to ↵guillaume-peoch-sonarsource2023-10-041-2/+2
| | | | www.sonarsource.com/products/sonarqube/
* SONAR-20315 use pagination.offset in all paginated sql queries, and remove ↵Pierre2023-09-292-17/+3
| | | | the concept of startRowNumber
* SONAR-20315 update scim queries, introduce OffsetBasedPaginationPierre2023-09-282-4/+146
|
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-212-3/+4
|
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-36/+43
|
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-291-4/+2
|
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-2/+2
| | | | This reverts commit 020582bd
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-221-0/+50
|
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-181-11/+1
|
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-181-33/+9
|
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean ↵Jacek Poreda2023-08-181-0/+89
| | | | | | Code Attribute Category - Refactor issue indexer to use MyBatis mapping with cursor
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-3/+11
|
* SONAR-20021 adding clean code attribute when registering a rulelukasz-jarocki-sonarsource2023-08-181-1/+41
|
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-182-1/+151
|
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-1/+3
|
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-5/+22
|
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-2/+2
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-10/+64
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-0/+99
|
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-174-8/+6
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-3/+2
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
|
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-101-12/+11
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
|
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-1/+1
|
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-292-4/+4
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-203-39/+39
| | | | Entities
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-191-0/+37
|
* SONAR-19455 refactored permissions in the codebase to not rely on main ↵Lukasz Jarocki2023-06-191-2/+2
| | | | branch from components table
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-191-0/+53
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-4/+4
|
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-7/+7
|
* SONAR-18856 javadoc and unit test cosmeticsLukasz Jarocki2023-06-011-2/+24
|
* SONAR-18856 Refactor propertiesDuarte Meneses2023-06-012-0/+67
|
* SONAR-19340 Raise event whenever hotspots change in WSAlain Kermis2023-05-301-26/+33
|
* SONAR-19346 Publish GitHub sync provisioning summaryAurelien Poscia2023-05-261-9/+0
|
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-5/+39
|