Yashu Mittal
Get stuff done
Remove branchName as route params
Update gitPull method with nodegit
pullRemoteBranch function
Remove spacingProps, import repositoryData
refactor: remove unused code
Remove file diff preview method
adjust workspace files width
store filePreview value locally data property
filePreview is a local data property stored in `workspace.vue` to toggle view for diff preview component with blankSlate component
Update add remote url with nodegit
Bump webpack from 4.39.3 to 4.41.2 (
Bumps [webpack](https://github.com/webpack/webpack) from 4.39.3 to 4.41.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.41.2)
Signed-off-by: dependabot-preview[bot]
Query remoteUrl from db
Fetch remote url from database on entering repository route
Remove branchName as route props
Git remote functions
Add these 3 remote functions
* getRemoteListNames
* getRemoteUrl
* addRemoteUrl
Get repository data using mixin
Using repositoryData.js as mixin to get data from repository.js vuex store as repositoryData computed property.
Remove getFeatureValue computed property
Set default branchName to "master"
Show repo path in switch repo modal
Merge pull request from codecarrotlabs/dependabot/npm_and_yarn/vuepress-1.2.0
Bump vuepress from 1.0.4 to 1.2.0
Bump vuepress from 1.0.4 to 1.2.0
Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.0.4 to 1.2.0.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/v1.2.0/packages/vuepress)
Signed-off-by: dependabot-preview[bot]
Change projectId to repositoryId
Repository ID is unique ID assigned to each repository from SQLite database.
Emit stagedFile to statusList component
Storing all the statusList component inside stagedFile local data property.
Remove workspace vuex store
NodeGit + SQLite migration : implement clone feature (
* Use nodegit
* Use database
* Add cloning progress
* Run ESLint
Pass branchName as props to commit-message