Commit Graph

85 Commits

Author SHA1 Message Date
Sandeep Somavarapu
7df4ebd0b3 Refactor auto sync service 2020-06-16 18:59:10 +02:00
Sandeep Somavarapu
8fe3a24489 set enablement on sync machines 2020-06-16 17:48:48 +02:00
Sandeep Somavarapu
d335d3639c Fix #99764 2020-06-10 21:02:30 +02:00
Sandeep Somavarapu
d50b795e6b Fix #95879 2020-06-09 13:27:34 +02:00
Sandeep Somavarapu
8f70ac449e #95879 Rename to IUserDataSyncAccountService 2020-06-09 13:27:34 +02:00
Matt Bierner
cadabab73f Mark _serviceBrand properties using declare (#99312)
_serviceBrand is only used for typing and should not result in emit

Also adds readonly
2020-06-05 11:04:15 -07:00
Sandeep Somavarapu
0bf375a847 fix #99274 2020-06-04 14:23:13 +02:00
Sandeep Somavarapu
ecafac21db Fix #99122 2020-06-03 13:46:36 +02:00
Rachel Macfarlane
ae684437a3 Do not show option to sign into GitHub when already signed in for preferences sync, fixes #97735 2020-06-01 10:25:21 -07:00
Sandeep Somavarapu
2db11562e3 fix #96370 2020-06-01 16:13:59 +02:00
Benjamin Pasero
c86de794a0 sandbox - move main process service into electron-sandbox 2020-05-25 13:57:24 +02:00
Benjamin Pasero
2c2750be08 sandbox - get rid of IMainProcessService2 2020-05-23 14:33:57 +02:00
Benjamin Pasero
1ee6f73c9f sandbox - move storageKeysSyncRegistryService 2020-05-23 14:05:51 +02:00
Benjamin Pasero
88af9b528f sandbox - make sure to use sandboxed main process service consistently in renderer 2020-05-23 08:47:49 +02:00
Sandeep Somavarapu
7b21def08d refactor - move logic to userDataSyncWorkbenchService 2020-05-21 01:51:29 +02:00
Sandeep Somavarapu
11878fd652 #93960 feedback
- show edit for all machines
- include platform in default name
2020-05-20 19:14:00 +02:00
Sandeep Somavarapu
dd9685c4a6 #93960 - Send machine id with data and show the machine in data view 2020-05-20 16:42:10 +02:00
Sandeep Somavarapu
175fddc4ee #93960 Show sycned machines 2020-05-20 13:08:43 +02:00
Sandeep Somavarapu
856dea7e71 stop using commands instead use workbench service 2020-05-19 11:00:45 +02:00
Sandeep Somavarapu
26cbe9d953 #93960 Ability to downlod and replace from cloud 2020-05-12 15:40:07 +02:00
Sandeep Somavarapu
a00a441b7e move sync trigger to autosync service 2020-05-07 14:12:18 +02:00
Sandeep Somavarapu
145c3833f4 Merge branch 'master' into sandy081/sync/globalStorage 2020-03-24 14:02:21 +01:00
Sandeep Somavarapu
b089ff140a #86678 Enhance back up views
- Show individual resources
2020-03-20 16:33:20 +01:00
Sandeep Somavarapu
84142c615d - Introduce storage key sync registry service
- Register pinned viewlets state key
2020-03-20 11:03:07 +01:00
Sandeep Somavarapu
74b4831485 #86678 Prepare for syncing snippets
- Get conflicts resources from syncronisers
- adjust conflicts handling methods to take conflicts resources
- fix back up local data before accepting incoming changes
2020-03-18 16:52:46 +01:00
Sandeep Somavarapu
839383dc1d remove settings sync service 2020-03-14 02:18:41 +01:00
Sandeep Somavarapu
18ffc2c404 Introduce SyncResource
- Remove resourceKey and SyncSource and merge with SyncResource
2020-03-11 17:18:48 +01:00
Sandeep Somavarapu
c584c5c177 Implement getAllRefs and resolveContent for backup store 2020-03-06 18:10:08 +01:00
Sandeep Somavarapu
a311d7bf18 show time of sync as label 2020-03-06 18:10:08 +01:00
Sandeep Somavarapu
d23e8a3c7d compare with local action 2020-03-06 18:10:08 +01:00
Sandeep Somavarapu
ecf67444f8 separate getting remote content and preview content 2020-03-06 18:10:08 +01:00
Sandeep Somavarapu
c7a2ac3614 FIrst cut - sync history view 2020-03-06 18:10:08 +01:00
Sandeep Somavarapu
36141fa1f3 #85619 Enable following
- getting all refs
- resolving content for a ref
- deleting a resource
2020-03-05 03:38:41 +01:00
Sandeep Somavarapu
eb1f88b5dc #91556 Add telemetry to auto sync trigger sources 2020-02-26 22:25:31 +01:00
Sandeep Somavarapu
5225915278 #90218 Handle local errors 2020-02-21 18:20:31 +01:00
Sandeep Somavarapu
51fb67b182 Fix #86917 2020-02-21 16:07:36 +01:00
Sandeep Somavarapu
4e4ec3a420 use UserDataSyncError while triggering error 2020-02-20 22:26:59 +01:00
Sandeep Somavarapu
4606c33f88 Fixes #91097, #90967, #89538, #89006 2020-02-20 18:32:14 +01:00
Sandeep Somavarapu
5e5e709460 move auth token service from user data sync 2020-02-20 15:04:33 +01:00
Rachel Macfarlane
df3ae4adef Refresh auth tokens when server returns 401, fixes #89629 2020-02-18 10:46:49 -08:00
Sandeep Somavarapu
62265b4ee2 Fix #90088 2020-02-10 17:27:59 +01:00
Sandeep Somavarapu
46750df406 Fix #89628 2020-02-09 23:30:04 +01:00
Sandeep Somavarapu
51a956b87f simplify user data sync service 2020-02-09 23:30:04 +01:00
Sandeep Somavarapu
a63ce4df67 Improve conflicts handling when local content changes 2020-02-09 23:30:03 +01:00
Sandeep Somavarapu
fd2705396f - do not block sync if there are conflicts in one area
- allow confilicts in multiple areas
2020-02-09 23:30:03 +01:00
Sandeep Somavarapu
6d00779837 #90218 Error handling 2020-02-07 12:12:09 +01:00
Sandeep Somavarapu
6fb482dca1 Fix #89610 2020-02-05 20:21:33 +01:00
Sandeep Somavarapu
8e526ac73e Fix #89707 2020-01-30 19:23:34 +01:00
Sandeep Somavarapu
e715f396b3 💄 2020-01-26 19:10:13 +01:00
Sandeep Somavarapu
a27c9fc6b1 Fix #85211 2020-01-24 21:47:16 +01:00