Skip to content

Commit 55ea4a0

Browse files
committed
feat: continue restart plan
1 parent a7b178c commit 55ea4a0

20 files changed

Lines changed: 1513 additions & 24 deletions

new-deepnotes/PLAN_PROGRESS.md

Lines changed: 27 additions & 10 deletions
Large diffs are not rendered by default.

new-deepnotes/apps/api-worker/src/index.test.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,32 @@ describe("api-worker", () => {
5858
"POST",
5959
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/pages",
6060
],
61+
[
62+
"POST",
63+
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/password",
64+
],
65+
[
66+
"PATCH",
67+
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/password",
68+
],
69+
[
70+
"DELETE",
71+
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/password",
72+
],
73+
[
74+
"POST",
75+
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/privacy/public",
76+
],
77+
[
78+
"PATCH",
79+
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/privacy/join-requests",
80+
],
81+
["DELETE", "/api/groups/aaaaaaaaaaaaaaaaaaaaa"],
82+
[
83+
"POST",
84+
"/api/groups/aaaaaaaaaaaaaaaaaaaaa/restore",
85+
],
86+
["POST", "/api/groups/aaaaaaaaaaaaaaaaaaaaa/purge"],
6187
["GET", "/api/users/me"],
6288
["POST", "/api/users/me/password"],
6389
["DELETE", "/api/users/me"],

0 commit comments

Comments
 (0)