stable

Clone or download

Read-only

convert gitlab store to TS

part of request #18836 Convert git repository list to typescript No functional changes Change-Id: I15ff398e9fd5dda8e25cac01c6047d89b963fab6

Modified Files

Name
D plugins/git/scripts/repositories/src/store/gitlab/actions.js +0 −161 Go to diff View file
R plugins/git/scripts/repositories/src/store/gitlab/actions.test.js Go to diff View file
A plugins/git/scripts/repositories/src/store/gitlab/actions.ts +219 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/gitlab/module.js +3 −3 Go to diff View file
R plugins/git/scripts/repositories/src/store/gitlab/mutations.js Go to diff View file
D plugins/git/scripts/repositories/src/store/gitlab/state.js +0 −30 Go to diff View file
A plugins/git/scripts/repositories/src/store/gitlab/state.ts +43 −0 Go to diff View file