]> source.dussan.org Git - sonarqube.git/commit
SONAR-16006 Propagate setting update to update local state
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 24 Feb 2022 14:46:39 +0000 (15:46 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 25 Feb 2022 20:02:53 +0000 (20:02 +0000)
commit9828d4922ec6064d0c7814b285a639ef1f838de4
treecd5f0b1c6e37de6f813da4c2dd37237e35a4797a
parent94442288494a88432bdc8188f6b3f152ed8fb988
SONAR-16006 Propagate setting update to update local state
18 files changed:
server/sonar-web/src/main/js/apps/projectBranches/components/App.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/BranchLikeRow.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/BranchLikeTable.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/BranchLikeTabs.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/BranchPurgeSetting.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/ProjectBranchesApp.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/App-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchLikeRow-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchLikeTable-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchLikeTabs-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/BranchPurgeSetting-test.tsx
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/ProjectBranchesApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/App-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchLikeRow-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchLikeTable-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/BranchLikeTabs-test.tsx.snap
server/sonar-web/src/main/js/apps/projectBranches/components/__tests__/__snapshots__/ProjectBranchesApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectBranches/routes.ts