]> source.dussan.org Git - sonarqube.git/commit
SONAR-18425 Lay groundwork to start sharing data between service mocks
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Fri, 26 May 2023 13:11:32 +0000 (15:11 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 30 May 2023 20:02:52 +0000 (20:02 +0000)
commit107c0479a8a6bf6dcd7e30da9bb6d63e31750f49
treed0fcc3df35b748ab234ece1391637e4a793d5dcb
parent80e01984fcffe2c76f61d76c34620edfb73f68be
SONAR-18425 Lay groundwork to start sharing data between service mocks
server/sonar-web/src/main/js/api/mocks/ComponentsServiceMock.ts
server/sonar-web/src/main/js/api/mocks/IssuesServiceMock.ts
server/sonar-web/src/main/js/api/mocks/data/components.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/mocks/data/ids.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/mocks/data/issues.ts [new file with mode: 0644]
server/sonar-web/src/main/js/api/mocks/data/rules.ts [new file with mode: 0644]