Closed
Bug 480490
Opened 14 years ago
Closed 14 years ago
Expose a wipeServer API for weave service
Categories
(Cloud Services :: General, defect)
Cloud Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
0.3
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Attachments
(1 file)
3.21 KB,
patch
|
hello
:
review+
|
Details | Diff | Splinter Review |
Apparently there used to be a resetServer from long time back.. Not sure what a "reset" server would mean in relation to.. wipeClient, resetClient, wipeServer, resetServer. We're making "reset" mean get rid of temporary stuff like caches while wipe means get rid of data. Oh and apparently there's an existing serverWipe, but that's not really a verb.. :p
Assignee | ||
Comment 1•14 years ago
|
||
[].forEach(function() { yield That causes bad stuff because it makes the callback a generator... :( I'll switch the clientReset patch in bug 480457 to also use a plain |for each| instead of |forEach|.
Assignee | ||
Comment 2•14 years ago
|
||
Oh. And I'm glad to report that my weave now works in syncing data :) Yay server wipe.
Comment 3•14 years ago
|
||
doh! of course, I forgot about the yield in there!
Updated•14 years ago
|
Attachment #364477 -
Flags: review?(thunder) → review+
Comment 4•14 years ago
|
||
Comment on attachment 364477 [details] [diff] [review] v1 looks good.
Assignee | ||
Comment 5•14 years ago
|
||
http://hg.mozilla.org/labs/weave/rev/f8d0e01af27f
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
fixed now!
Assignee | ||
Updated•14 years ago
|
Target Milestone: -- → 0.3
Updated•14 years ago
|
Component: Weave → General
Product: Mozilla Labs → Weave
Version: Trunk → unspecified
Updated•14 years ago
|
QA Contact: weave → general
You need to log in
before you can comment on or make changes to this bug.
Description
•