stable

Clone or download

Read-only

Refactoring: Introduce Vuex

Part of story #10408 have a burning parrot git repository list This is a baby step. Only filtered_repositories has been migrated in the store. In order to not have a big folder with lot of files, organize it in subfolders by following VueJS documentation: - api/ contains abstractions for making API requests - components/ contains .vue files - store/ contains store definitions, mutations, … No functional changes. Change-Id: I9dd2ac00fd56f74aae07d3714f066f3ec37fe534

Modified Files

Name
M plugins/git/www/scripts/package-lock.json +5 −0 Go to diff View file
M plugins/git/www/scripts/package.json +3 −2 Go to diff View file
R plugins/git/www/scripts/repositories/src/rest-querier.js Go to diff View file
R plugins/git/www/scripts/repositories/src/GitBreadcrumbs.vue Go to diff View file
R plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue Go to diff View file
R plugins/git/www/scripts/repositories/src/GitRepository.vue Go to diff View file
R plugins/git/www/scripts/repositories/src/GitRepositoryCreate.vue Go to diff View file
R plugins/git/www/scripts/repositories/src/PullRequestBadge.vue Go to diff View file
M plugins/git/www/scripts/repositories/src/index.js +1 −1 Go to diff View file
A plugins/git/www/scripts/repositories/src/store/index.js +33 −0 Go to diff View file
A plugins/git/www/scripts/repositories/src/store/mutations.js +11 −0 Go to diff View file