aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/testFixtures/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-241-0/+40
|
* SONAR-22224 update rule show apiOrlovAlexander2024-06-031-0/+1
|
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-272-3/+15
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1626-103/+148
| | | | org.apache.commons:commons-lang3
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-1/+14
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-1/+1
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0352-52/+52
|
* SONAR-21002 Adapt migration tests for all db vendorsEric Giffon2023-11-171-1/+0
| | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com>
* SONAR-21002 Make migration tests runnable on all db vendorsEric Giffon2023-11-172-78/+3
|
* SONAR-21002 Improve DB migration tests to use actual migration instead of ↵Léo Geoffroy2023-11-172-227/+1
| | | | schema.sql
* SONAR-20317 fixed the issue where creating a portfolio would insert two ↵lukasz-jarocki-sonarsource2023-10-162-1/+6
| | | | entries into audit table
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-051-0/+5
|
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-053-5/+5
|
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-053-2/+9
|
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵Dimitris Kavvathas2023-09-072-4/+4
| | | | from breaking changes.
* SONAR-19888 Update test framework to not use ↵10.2.0.77647Léo Geoffroy2023-08-311-1/+18
| | | | addProjectPermission(java.lang.String, org.sonar.db.component.ComponentDto...)
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-3/+13
|
* 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/+9
|
* SONAR-19783 Adapt synchronization steps to handle default organization groupAurelien Poscia2023-08-221-1/+2
|
* SONAR-19783 add GithubOrganizationGroupDao/Dto + mapperAurelien Poscia2023-08-221-0/+7
|
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-3/+7
|
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-0/+2
|
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-023-1/+71
|
* 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-2/+2
|
* SONAR-19785 update SQ groups permissions from GitHub teams permissionsAurelien Poscia2023-07-181-2/+14
|
* NO-JIRA remove unused importsPierre2023-07-172-2/+0
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-173-5/+4
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-173-7/+7
|
* SONAR-19850 Fix permissions on testsLéo Geoffroy2023-07-101-2/+13
|
* SONAR-19850 Fix constructors for DbTester.createLéo Geoffroy2023-07-071-14/+8
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-072-60/+18
|
* SONAR-19558 Refactored SetActionITLéo Geoffroy2023-07-033-7/+6
|
* SONAR-19558 Refactor rest of test in webapi moduleBenjamin Campomenosi2023-07-033-0/+18
|
* SONAR-19558 made webserver-auth tests compatible with project/branch uuidlukasz-jarocki-sonarsource2023-06-301-1/+0
|
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-7/+6
|
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-293-5/+5
|
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-292-7/+8
|
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-282-23/+5
|
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-4/+0
|
* SONAR-19558 Fix import/export of project_links to not depend on componentLéo Geoffroy2023-06-261-0/+20
|
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-222-4/+4
|
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-203-17/+21
|
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-4/+0
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Léo Geoffroy2023-06-201-1/+17
| | | | Entities
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-203-15/+15
| | | | Entities
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-191-12/+12
|
* SONAR-19445 update elasticSearch permission indexBenjamin Campomenosi2023-06-191-8/+11
|
* SONAR-19455 refactored permissions in the codebase to not rely on main ↵Lukasz Jarocki2023-06-194-25/+76
| | | | branch from components table