Yiao Shen y266shen
  • Joined on 2022-03-20
y266shen pushed to trunk at y266shen/librarian-rs 2024-02-21 15:26:01 -05:00
d22000996d librarian-server: use argh to parse args
e4354720a5 librarian-server: move api calls behind /api
Compare 2 commits »
y266shen commented on issue public/pyceo#107 2023-10-19 14:02:45 -04:00
Allow TCP port forwarding to cloud VMs

The easiest way to do it would be to use nginx stream proxy (http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html). We are already dealing with nginx configs with pyceo and this method…

y266shen pushed to trunk at y266shen/librarian-rs 2023-07-02 04:11:00 -04:00
ea8e4f5c40 librarian-cli: wire up add and del
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-02 02:20:57 -04:00
c702895572 librarian-cli: finish config format
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 20:54:12 -04:00
4ad2051760 misc: fix test
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 20:52:10 -04:00
6e98c41885 librarian-cli: new, a client for librarian-rs
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 19:40:59 -04:00
6a11183027 misc: separate api and server
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 14:38:40 -04:00
5499be022c misc: make clippy happy
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 14:25:18 -04:00
5ff86d7271 web: wire up category api
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 02:10:42 -04:00
0f5ec49759 db: fix borrow/renew/return logic
y266shen pushed to trunk at y266shen/librarian-rs 2023-07-01 01:51:51 -04:00
15d18c8843 db: fix bugs when borrowing
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 18:47:56 -04:00
05e467a092 web: wire up borrow, renew and return
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 16:41:43 -04:00
0334b1e78b db: allow empty category when adding/updating book
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 16:28:09 -04:00
84e1e7f3ec db: add checks when adding books
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 04:51:13 -04:00
b73c568552 db: fix bad sql command when only updating categories
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 04:44:25 -04:00
c5c27d6632 db: implement book_categories modification
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 03:44:55 -04:00
d2c83488ba db: support multiple categories for one book
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 03:20:57 -04:00
2776e6e796 web: hook up POST, PUT and DELETE for books
edb8ddeae3 db: implement category manipulations
Compare 2 commits »
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-30 00:32:34 -04:00
72e24c3839 db: automatically generate sql queries
y266shen pushed to trunk at y266shen/librarian-rs 2023-06-29 19:38:15 -04:00
c551a125ca web: initial test