kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

[#177] Added fetch functionality #272

Closed dylanfu closed 5 years ago

dylanfu commented 5 years ago

Resolves #177 and Resolves #258 .

Fetches from all the remotes. Can't fetch from a single remote due to deadlock issues. Added new logos for remote and fetch.

To test:

  1. Login.
  2. Open a repository
  3. Press the fetch button in navbar

Expected behaviour:

NOTE:

dylanfu commented 5 years ago

@Emap900 I encounter this with pull as well. Seems to be something wrong with fetching multiple remotes. Trying to fix it.

hybrio commented 5 years ago

is it possible that it's based on the save location/filename of the remotes? (because they all save in a folder named VisualGit_SE701_2019_4)

dylanfu commented 5 years ago

@Emap900 @qhen143 @hybrio I fixed it, had to move mocks out of the root directory. Could you please test it now?

dylanfu commented 5 years ago

@qhen143 This PR is for mainly for fetch functionality. The tooltip error is a separate issue.