Bump webpack from 4.39.1 to 4.39.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.39.1 to 4.39.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.39.1...v4.39.2)
Signed-off-by: dependabot-preview[bot]
Bump electron from 5.0.6 to 6.0.2
Bumps [electron](https://github.com/electron/electron) from 5.0.6 to 6.0.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.6...v6.0.2)
Signed-off-by: dependabot-preview[bot]
Dynamic routes (
* Add params to repository routes
Add projectId and branchName params to repository routes.
* Rename route name to project
Rename the repository routes from repository to project
* projectWorkspace
* projectCommits
* Remove workspaceRepository from vuex
No longer using vuex for storing active repository.
* Change git status parameter to path
* Mixin to fetch data of active repository
* Change git diff argument to path
* Use navigation guard beforeRouteEnter()
* Update repository data property name
* Change git commit argument to path
* Import repositoryData mixin to navbar
* Use repositoryData property and inline dynamic class names
Replace this.currentRepository with this.repositoryData and compute the dynamic css class inline
* Pass route params to vue router
* Remove mutation of commits and stage files from navbar
* Remove updateCurrentRepository method
Remove the method which updates the workspace to selected repository.
* Fetch active branch name & pass as route params with projectId
* Pass projectId as route params
* Validate repositoryRoute starts with /repository
* Split history page to commits & commit
Show commit logs in commits page and commit detail in commit page
* Change function argument to path
Instead of passing repository object, pass path as string.
* Remove vuex from commits and commit page
Store data locally inside component
* Add warning style to TButton
* Initialize git repository on welcome page
Move the process of initializing git repository from repository to welcome page.
* Add border color to danger button
* Fix spelling mistake "Initialize"
* Pass branchName as params to commit route
Changing to other view (for example: workspace) from sidebar, it shows error, as the route doesn't have any branchName.
That's why passing brachName as params to commit route is important.
* Update route name & pass branchName as params in sidebar
* Fix: Click on thermal logo redirect to welcome page
* Import repositoryDataMixin to commitMessage
* Change to repositoryData in commitMessage
* Rename component name to CommitMessageBox
* Pass branchName as params to settings page
* Update: currentRepository to repositoryData mixin
* Open repository settings from menubar
* Remove vuex action from switch repository method
* Run updateRepositoryData method on mounted & beforeUpdate
Menubar was unable to read data from repositoryData before it is already mounted, that's why it is important to add beforeupdate lifecycle hook.
* Update: RepositoryDataMixin data property
* Update: Use repositoryDataMixin for fetch repository data
* Update: Pass projectId as payload for modify vuex state
* Remove workspace store reference and use projectId route params
* Update local storage data after running repository mutation
* Import repositoryDataMixin for repository data
* Rename method openRepositorySettings()
* Add params to repository settings menubar
* Remove duplicate openRepositorySettings() method
Bump ajv from 6.10.0 to 6.10.1
Bumps [ajv](https://github.com/epoberezkin/ajv) from 6.10.0 to 6.10.1.
- [Release notes](https://github.com/epoberezkin/ajv/releases)
- [Commits](https://github.com/epoberezkin/ajv/compare/v6.10.0...v6.10.1)
Signed-off-by: dependabot-preview[bot]
Bump electron from 5.0.3 to 5.0.6
Bumps [electron](https://github.com/electron/electron) from 5.0.3 to 5.0.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.3...v5.0.6)
Signed-off-by: dependabot-preview[bot]
Bump electron from 5.0.6 to 6.0.1
Bumps [electron](https://github.com/electron/electron) from 5.0.6 to 6.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.6...v6.0.1)
Signed-off-by: dependabot-preview[bot]