Yashu Mittal

Get stuff done

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

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

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.

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.

NodeGit + SQLite migration : implement clone feature ( * Use nodegit * Use database * Add cloning progress * Run ESLint