Thermal
One stop for all of your Git repository.
Update add remote url with nodegit
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
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
Pass branchName as props to commit-message
Remove branchName parmas from workspace route
Create status item component
Move to status-list component
Remove fileChangesSkeleton and use status-list component
Remove refs from workspace
Change sponsor link to OpenCollective
Query repository & repositorySettings features data
Show staged files in workspace
Move to next page after database data
Show branch name and working changes
Update projectId to repositoryId (route params)
Clear repositoryData on routeLeave
Query repository data on route (enter & update)
git status and get file status type
Getting repository git status along with each file type, symbol, and color.