• Joined on 2024-03-28
9pfs commented on pull request countify/countify#29 2024-05-26 08:02:57 +00:00
Implement the /set endpoint

Couldn't failed just be true here?

9pfs commented on pull request countify/countify#29 2024-05-26 08:02:57 +00:00
Implement the /set endpoint

There's no reason to use sql.begin() on a single SQL statement, since we're not writing anything to the database.

9pfs commented on pull request countify/countify#29 2024-05-26 07:59:10 +00:00
Implement the /set endpoint

Just checked

> var db=await import("./db.js");
undefined
> await db.default`SELECT enable_reset FROM keys LIMIT 1`;
Result(1) [ { enable_reset: false } ]
> 
9pfs pushed to main at countify/countify 2024-05-25 22:17:42 +00:00
3a9d172f79 Run prettier
f5d7b1df63 Implement returning unmodifed values if it couldn't be changed
7ccd0f7ff2 By the countapi spec, this is more correct.
Compare 3 commits »
9pfs merged pull request countify/countify#28 2024-05-25 22:17:41 +00:00
Fix issues with the /update endpoint
9pfs approved countify/countify#28 2024-05-25 22:16:19 +00:00
Fix issues with the /update endpoint

IDK, but there are no production instances yet, so I don't care much

9pfs pushed to main at 9pfs/100-way-merge 2024-05-25 09:24:59 +00:00
b9e885cf76 Merge pull request 'Merge pull request 'main' (#1) from main into bk85' (#2) from bk85 into main
5d57ffe053 Merge pull request 'main' (#1) from main into bk85
Compare 2 commits »
9pfs merged pull request 9pfs/100-way-merge#2 2024-05-25 09:24:58 +00:00
Merge pull request 'main' (#1) from main into bk85
9pfs created pull request 9pfs/100-way-merge#2 2024-05-25 09:24:50 +00:00
Merge pull request 'main' (#1) from main into bk85
9pfs pushed to bk85 at 9pfs/100-way-merge 2024-05-25 09:24:30 +00:00
5d57ffe053 Merge pull request 'main' (#1) from main into bk85
835b0e491a Merge branches 'bk1', 'bk2', 'bk3', 'bk4', 'bk5', 'bk6', 'bk7', 'bk8', 'bk9', 'bk10', 'bk11', 'bk12', 'bk13', 'bk14', 'bk15', 'bk16', 'bk17', 'bk18', 'bk19', 'bk20', 'bk21', 'bk22', 'bk23', 'bk24', 'bk25', 'bk26', 'bk27', 'bk28', 'bk29', 'bk30', 'bk31', 'bk32', 'bk33', 'bk34', 'bk35', 'bk36', 'bk37', 'bk38', 'bk39', 'bk40', 'bk41', 'bk42', 'bk43', 'bk44', 'bk45', 'bk46', 'bk47', 'bk48', 'bk49', 'bk50', 'bk51', 'bk52', 'bk53', 'bk54', 'bk55', 'bk56', 'bk57', 'bk58', 'bk59', 'bk60', 'bk61', 'bk62', 'bk63', 'bk64', 'bk65', 'bk66', 'bk67', 'bk68', 'bk69', 'bk70', 'bk71', 'bk72', 'bk73', 'bk74', 'bk75', 'bk76', 'bk77', 'bk78', 'bk79', 'bk80', 'bk81', 'bk82', 'bk83', 'bk84', 'bk85', 'bk86', 'bk87', 'bk88', 'bk89', 'bk90', 'bk91', 'bk92', 'bk93', 'bk94', 'bk95', 'bk96', 'bk97', 'bk98', 'bk99' and 'bk100'
9514af7257 bk84
Compare 118 commits »
9pfs merged pull request 9pfs/100-way-merge#1 2024-05-25 09:24:29 +00:00
main
9pfs created pull request 9pfs/100-way-merge#1 2024-05-25 09:24:17 +00:00
main
9pfs commented on pull request countify/countify#27 2024-05-25 08:24:52 +00:00
Implement /update

... Seriously, forgejo? You said you wouldn't merge, smh

9pfs pushed to main at countify/countify 2024-05-25 08:24:29 +00:00
cea6569580 Implement /update
9pfs closed issue countify/countify#7 2024-05-25 08:24:29 +00:00
/update implementation
9pfs merged pull request countify/countify#27 2024-05-25 08:24:28 +00:00
Implement /update
9pfs created pull request countify/countify#27 2024-05-25 08:22:36 +00:00
Implement /update
9pfs created branch update-endpoint in countify/countify 2024-05-25 08:21:06 +00:00
9pfs pushed to update-endpoint at countify/countify 2024-05-25 08:21:06 +00:00
cea6569580 Implement /update
9pfs merged pull request countify/countify#24 2024-05-25 08:13:41 +00:00
422 (Unprocessable Content) feels more accurate than 403 (Forbidden) here.