Closed
Bug 649071
Opened 14 years ago
Closed 14 years ago
SyncStorage server should accept API version 1.1
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Cloud Services Graveyard
Server: Sync
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philikon, Unassigned)
Details
Attachments
(1 file)
|
756 bytes,
patch
|
tarek
:
review+
|
Details | Diff | Splinter Review |
Right now server-storage only accepts Sync API version 1.0. In fact, it hard codes the regex into the code. It definitely needs to support 1.1 now since Firefox nightlies use the 1.1 API as of today (see bug 646347).
Comment 1•14 years ago
|
||
This also removed API_VERSION from the init.py, since I don't think it's being used anywhere
Attachment #525113 -
Flags: review?(tarek)
Comment 2•14 years ago
|
||
Comment on attachment 525113 [details] [diff] [review]
updates the api version to include 1.1
Looks good, also please remove "1" -- (this might need some test cleanup)
Attachment #525113 -
Flags: review?(tarek) → review+
Comment 3•14 years ago
|
||
pushed in http://hg.mozilla.org/services/server-storage/rev/16b895e0e4f1
Not removing 1 without the chance to look at the tests
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•