Browse code

Merge pull request #3514 from vieux/update_REMOTE_TODO

update REMOTE_TODO.md

Victor Vieux authored on 2014/01/09 07:51:35
Showing 1 changed files
... ...
@@ -8,15 +8,15 @@ ok      "/version":                             getVersion,             1
8 8
 TODO    "/images/viz":                          getImagesViz,           0                       yes
9 9
 TODO    "/images/search":                       getImagesSearch,        N
10 10
 #3490   "/images/{name:.*}/get":                getImagesGet,           0
11
-TODO    "/images/{name:.*}/history":            getImagesHistory,       1
11
+TODO    "/images/{name:.*}/history":            getImagesHistory,       N
12 12
 TODO    "/images/{name:.*}/json":               getImagesByName,        1
13 13
 TODO    "/containers/ps":                       getContainersJSON,      N
14 14
 TODO    "/containers/json":                     getContainersJSON,      1
15 15
 ok      "/containers/{name:.*}/export":         getContainersExport,    0
16
-TODO    "/containers/{name:.*}/changes":        getContainersChanges,   1
16
+TODO    "/containers/{name:.*}/changes":        getContainersChanges,   N
17 17
 TODO    "/containers/{name:.*}/json":           getContainersByName,    1
18 18
 TODO    "/containers/{name:.*}/top":            getContainersTop,       N
19
-TODO    "/containers/{name:.*}/attach/ws":      wsContainersAttach,     0                                       yes
19
+#3512   "/containers/{name:.*}/attach/ws":      wsContainersAttach,     0                                       yes
20 20
 
21 21
 **POST**
22 22
 TODO    "/auth":                                postAuth,               0                       yes
... ...
@@ -34,7 +34,7 @@ ok      "/containers/{name:.*}/start":          postContainersStart,    0
34 34
 ok      "/containers/{name:.*}/stop":           postContainersStop,     0
35 35
 ok      "/containers/{name:.*}/wait":           postContainersWait,     0
36 36
 ok      "/containers/{name:.*}/resize":         postContainersResize,   0
37
-TODO    "/containers/{name:.*}/attach":         postContainersAttach,   0                                       yes
37
+#3512   "/containers/{name:.*}/attach":         postContainersAttach,   0                                       yes
38 38
 TODO    "/containers/{name:.*}/copy":           postContainersCopy,     0                       yes
39 39
 
40 40
 **DELETE**