-
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix #754 The pragma util keeps a copy of the settings that are upload to the gist. The file is located at <context.globalStoragePath>/settings.sync. If the content to be upload doesn't deffer from the local content after taking out the @sync-ignore, the file wont be uploaded. * Fix #754: Sync object Checks the global storage path at constructor. Checks if the content of the setting file should be uploaded. * Update tests * Fix #865 * Fix broken tests * Fixing Octokit wrong type for GistsResponse 'file' field is wrong with static data. * Defining PragmaUtil behavior Pragma util should only parse string content, checking each line for pragma statements. * Updating test for Pragma definition * Sync: don't upload is not necessary As the extension gets the entire gists before commiting an upload, we can check each file of the gists against our local files in order to determine if the content has changed. There is no need to keel a local copy.
- Loading branch information
1 parent
91cb127
commit c0ee128
Showing
5 changed files
with
81 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters