Commit Graph

63 Commits

Author SHA1 Message Date
Colin Henry
8b77b5acc8 added gitea action
Some checks failed
Go / build (1.19) (push) Failing after 3m29s
2024-04-26 23:20:51 -07:00
Colin Henry
4665f2ccf9 deprecating packages 2023-08-11 21:59:16 -07:00
Colin Henry
7154029136 linted 2023-04-05 21:20:45 -07:00
Colin Henry
9f88dc9530 added ISO8601 constant 2023-04-04 23:19:22 -07:00
Colin Henry
1ec6f3c5c3 updated doc 2023-04-04 23:19:05 -07:00
Colin Henry
390a54eb96 updated log interface name 2023-04-04 23:17:39 -07:00
Colin Henry
d312b58fdf updated go.mod for compatability with generics, as used by the cache 2023-01-14 00:12:30 -08:00
Colin Henry
b19ba53491 added appropriate attribution
for tierd cache stub
2023-01-14 00:09:00 -08:00
Colin Henry
859849bd47 stub of tiered cache 2022-12-15 22:00:51 -08:00
Colin Henry
7cf53a2f2d sped up mappedParam by removing joins and splits 2022-09-15 21:28:19 -07:00
Colin Henry
593c8db66e fixed unit tests 2022-09-15 21:21:51 -07:00
Colin Henry
74c99d013c well, maybe a little 2022-09-14 15:43:05 -07:00
Colin Henry
618cdcc095 no mo way 2022-09-14 15:41:43 -07:00
Colin Henry
32337f4bc8 fixed non-standard return code 2022-09-14 15:41:15 -07:00
Colin Henry
888e1b9c7d new functions to extract certain types of parameters 2022-09-14 15:39:41 -07:00
Colin Henry
086c404610 changed parameter identifier to brackets over a colon, is more compatable with OpenAPI 2022-08-20 13:43:39 -07:00
Colin Henry
f9a712bc33 added to the logger interface 2022-08-05 22:04:20 -07:00
Colin Henry
dc5f8b6e5a new ServeMux based on Mat Ryer's Way. removed method support in the mux to allow it to be handled by the handlers themselves. Keeps the standard library net/http handler contract and provides better support for the handlers provided by x's net/http. 2022-07-08 19:32:45 -07:00
Colin Henry
62911f042d update library to build for 1.18 2022-06-28 20:23:08 -07:00
Colin Henry
31cb99467c fix incorrect return code 2020-12-10 09:25:23 -08:00
Colin Henry
8a1403a35d nitpicks. 2020-10-23 21:55:48 -07:00
Colin Henry
07db4cf999 dont make it directional 2020-09-04 20:24:37 -07:00
Colin Henry
4b8fd0b78d added direction to Actor to prevent confusion 2020-08-22 18:45:15 -07:00
Colin Henry
ad5ed58296 overhaul of the rest package, made it a little bit more testable(WIP) and understandable 2020-08-22 17:00:38 -07:00
Colin Henry
d4a7732535 overhaul of the rest package, made it a little bit more testable(WIP) and understandable 2020-08-22 16:55:32 -07:00
Colin Henry
4fe5a53450 added support for new logger in rest.Collection 2020-08-22 15:54:49 -07:00
Colin Henry
ed136ca83e new logging package, just the essentials 2020-08-22 15:47:37 -07:00
Colin Henry
284c8f8359 removing poluting interface parameter 2020-08-22 15:33:18 -07:00
Colin Henry
15ef3556ba makeing BasicAuth a little more generic and usable 2020-08-18 19:18:03 -07:00
Colin Henry
85df14e0c6 commented code cleanup 2020-08-18 17:47:14 -07:00
Colin Henry
37d0d5e98d removed unnecessary sums 2020-08-18 17:22:45 -07:00
Colin Henry
7facc0732f Merge branch 'master' of github.com:jchenry/x 2020-08-13 17:27:38 -07:00
Colin Henry
16b9df3201 removed incompatible package 2020-08-13 17:26:41 -07:00
Colin Henry
acc8d78947 updated signature 2020-07-27 17:20:10 -07:00
Colin Henry
6d4ea1efb5 removed packages no longer referenced 2020-07-22 11:32:14 -07:00
Colin Henry
e3a6d711d1 removed internal package 2020-07-13 10:05:34 -07:00
Colin Henry
3991c52689 moving from uint64 to int64. allows use of snowflakes id in databases 2020-07-09 20:02:23 -07:00
Colin Henry
852a57d9b3 added readme, license, and minimised active dependencies 2020-07-08 19:23:36 -07:00
Colin Henry
64b8b6e130 removed example makefile. no longer necessary in this repo 2020-07-08 19:03:32 -07:00
Colin Henry
3bdd3e503e simplifying the repo, commands removed and proper libraries kept 2020-07-08 18:59:37 -07:00
Colin Henry
cb0bc37e6b fixed missing verb 2020-06-15 10:26:32 -07:00
Colin Henry
6c3226ff63 added multihandler and statushandler 2020-06-14 20:12:32 -07:00
Colin Henry
a2c4a784ef moved some http code to pkg 2020-06-12 22:22:58 -07:00
Colin Henry
f24e8c90df package reorg 2020-06-11 21:26:57 -07:00
Colin Henry
b7b8f7a60b added email-stats code 2020-06-11 11:54:32 -07:00
Colin Henry
78299227b8 updated packaged to proper namespace 2020-06-10 16:10:13 -07:00
Colin Henry
59879ceb70 updated web-tinkertoy to use new db package and broke out endpoints to their own files 2020-06-10 16:09:21 -07:00
Colin Henry
fcc302dcfe new db package with actor 2020-06-10 16:04:25 -07:00
Colin Henry
3cedd8564c removed unecessary code 2020-06-10 15:58:42 -07:00
Colin Henry
6e60671cfd WIP 2020-05-20 23:18:58 -07:00