• Joined on 2024-03-28
9pfs pushed to main at countify/countify 2024-05-25 01:01:13 +00:00
68c918fa5c Remove some annoying logs
9pfs pushed to hit-endpoint at countify/countify 2024-05-25 00:58:24 +00:00
1906580fb4 run prettier
9pfs opened issue countify/countify#19 2024-05-25 00:54:59 +00:00
Prune unused namespaces
9pfs created pull request countify/countify#18 2024-05-25 00:43:37 +00:00
WIP: implement /hit API endpoint
9pfs created branch hit-endpoint in countify/countify 2024-05-25 00:41:57 +00:00
9pfs pushed to hit-endpoint at countify/countify 2024-05-25 00:41:57 +00:00
361ab5e8f4 Partially implement /hit
9pfs opened issue countify/countify#17 2024-05-25 00:32:40 +00:00
Cache get_namespace_id responses in memory
9pfs opened issue countify/countify#16 2024-05-24 22:54:46 +00:00
JSDoc-based per-function documentation
9pfs opened issue countify/countify#15 2024-05-24 22:38:25 +00:00
Put things in multiple files
9pfs opened issue countify/countify#14 2024-05-24 22:33:34 +00:00
Docker container support
9pfs commented on issue countify/countify#6 2024-05-24 22:26:36 +00:00
/hit API implementation

For this, it'd probably be worth adding WHERE update_upperbound > 0 to the SQL query that updates the database, just in case there's a regression one day that breaks the primary server-side…

9pfs commented on issue countify/countify#9 2024-05-24 22:23:34 +00:00
Keys should expire after 6 months, if we're following countapi's set up.

Added the Compat/Breaking label since this will require database changes to implement.

9pfs commented on issue countify/countify#9 2024-05-24 22:21:38 +00:00
Keys should expire after 6 months, if we're following countapi's set up.

Should keys default to never expiring for development instances?

9pfs opened issue countify/countify#13 2024-05-24 22:21:01 +00:00
Countify CLI
9pfs opened issue countify/countify#12 2024-05-24 22:17:15 +00:00
Allow disabling web-based key and namespace creation at a per-instance level
9pfs commented on issue countify/countify#9 2024-05-24 22:15:02 +00:00
Keys should expire after 6 months, if we're following countapi's set up.

Would it be worth making this be able to be configured by instance admins?

9pfs commented on issue countify/countify#6 2024-05-24 22:13:42 +00:00
/hit API implementation

This should additionally fail if update_lowerbound is higher than 1. (Since it increments by one)

Would that be -1? (update_lowerbound [cannot be set to a value greater than…

9pfs commented on issue countify/countify#6 2024-05-24 22:06:28 +00:00
/hit API implementation

Should /hit fail if update_upperbound is 0?

9pfs opened issue countify/countify#6 2024-05-24 21:57:47 +00:00
/hit API implementation
9pfs pushed to main at countify/countify 2024-05-24 21:54:15 +00:00
5ad2784c54 Merge pull request 'Add /get endpoint' (#4) from get-endpoint into main
2304393052 Return numbers, not strings
b622759083 Implement /get endpoints
2b0c8208f6 Merge branch 'main' into get-endpoint
0e440db38c Add utility function for getting value of key
Compare 5 commits »