stable
Clone or download
Read-only
part of request #18836 Convert git repository list to typescript No functional changes: - repositories should load, fork are accessible I did not deal with action file, this patch is big enough and action will be a hell to covert due to callbacks Change-Id: Ib3fa97aee8f43cc19192b222721ec9f9bbee2af4
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/git/scripts/repositories/src/store/getters.js | +0 | −96 | Go to diff View file |
R | plugins/git/scripts/repositories/src/store/getters.test.js | Go to diff View file | ||
A | plugins/git/scripts/repositories/src/store/getters.ts | +125 | −0 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/index.js | +2 | −2 | Go to diff View file |
R | plugins/git/scripts/repositories/src/store/mutations.test.js | Go to diff View file | ||
R | plugins/git/scripts/repositories/src/store/mutations.js | Go to diff View file | ||
M | plugins/git/scripts/repositories/src/support/filter.ts | +43 | −20 | Go to diff View file |
M | plugins/git/scripts/repositories/src/type.ts | +22 | −14 | Go to diff View file |