Commit Graph

25 Commits

Author SHA1 Message Date
meeg_leeto 0349a5f465 fix: shortening works!
Misunderstood RV, and was trying to convert the redis response to usize
when it should be something compatible with "ok". () worked.
2022-04-29 19:26:43 +01:00
meeg_leeto 1993fa4893 refact: split POST and GET methods 2022-04-29 18:47:18 +01:00
meeg_leeto 1a10b12a5d refact: removed redundant b64url type 2022-04-29 18:47:04 +01:00
meeg_leeto eae6b3eec2 fix: building again, but apparently not working 2022-04-28 22:57:29 +01:00
meeg_leeto 9372294297 wip: working out /shorten 2022-04-28 22:17:04 +01:00
meeg_leeto d8e19e98c8 wip: not working, but definitely serving and doing something with /shorten args 2022-04-27 19:19:08 +01:00
meeg_leeto 31d8157618 wip: db communication 2022-04-25 17:59:30 +01:00
meeg_leeto c2d813e6c4 fix: finally docker/compose are set up correctly 2022-04-24 23:50:32 +01:00
meeg_leeto 97d19a5b80 chore: merge wip 2022-04-21 22:12:24 +01:00
meeg_leeto fc001933d1 fix: proper env w/ docker compose 2022-04-21 22:10:14 +01:00
meeg_leeto 2f3884b223 misc: updated config.json to match new defaults 2022-04-21 22:08:02 +01:00
meeg_leeto 63a404822a fix: dockerfile 2022-04-21 17:53:55 +01:00
meeg_leeto 85d240906d misc: added .dockerignore to ignore target/ 2022-04-21 17:52:55 +01:00
meeg_leeto 6f4a1c25c9 fix: docker-compose 2022-04-21 17:52:05 +01:00
meeg_leeto ddff9bdbfb wip: still tuning Dockerfile 2022-04-15 01:24:04 +01:00
meeg_leeto b53646cb64 refact: removed figment dependency 2022-04-15 01:23:55 +01:00
meeg_leeto 7220663240 fix: Dockerfile did not make Docker happy 2022-04-14 23:39:40 +01:00
meeg_leeto dc5a74c6b3 wip: added .dockerignore 2022-04-14 18:15:47 +01:00
meeg_leeto a19170db81 wip: flexibility in serve ip/port 2022-04-14 18:14:14 +01:00
meeg_leeto 1cc260b998 wip: still working torwards the Redis oriented arch. 2022-04-14 13:33:32 +01:00
meeg_leeto 703a52ea8f wip: fixes to last commit to successfully run 2022-04-08 22:47:09 +01:00
meeg_leeto 4d83500fed wip: integrating docker/redis
Still untested, but this commit is a checkpoint as there are currently
no errors in the Rust database.
DOCKERFILE AND DOCKER-COMPOSE ARE STILL COMPLETELY UNTESTED AT THIS
POINT
2022-04-08 22:29:08 +01:00
meeg_leeto 4405448fa2 wip: many pieces moving, still.
Working on many things, though it's starting to take shape; the
configuration ouline and its loading (with figment) is well defined
already; working on stabilizing the SQLite connection, and being able to
insert a slug.
2022-03-27 18:09:07 +01:00
meeg_leeto b0be6e999a wip: wrangling warp 2022-03-23 19:13:09 +00:00
meeg_leeto c19d418526 chore: first commit 2022-03-23 11:24:13 +00:00