4cf0b874d6
fixed tio arvelie
Colin Henry
2025-07-05 11:54:34 -07:00
475e091d21
remove drone.yml
Colin Henry
2025-06-20 00:07:25 -07:00
56752521c2
added doc
Colin Henry
2025-03-18 22:28:20 -07:00
6aa7788fd0
added transactional wrapper, and support for it
Colin Henry
2025-03-10 22:59:03 -07:00
f88f00e78c
fixed release target
Colin Henry
2024-10-27 12:30:45 -07:00
b7969f89b5
fixed release target
v0.3.2
Colin Henry
2024-10-27 12:28:57 -07:00
7e1daaf7d5
added makefile to do releases
Colin Henry
2024-10-27 12:04:01 -07:00
40bc496b20
added makefile to do releases
Colin Henry
2024-10-27 12:03:34 -07:00
401f5c3848
WIP: added container/graph
Colin Henry
2024-10-27 11:58:47 -07:00
f0fd3f8df1
added come comments
Colin Henry
2024-10-27 11:58:07 -07:00
8de3b04032
fix(ci): updated support matrix
Colin Henry
2024-09-29 12:02:35 -07:00
f44e43174c
added wrapper error that will provide file/line origin of an error
Colin Henry
2024-09-29 11:59:01 -07:00
fe49018479
added new check capability and added assets to a few other packages
Colin Henry
2024-09-28 15:19:00 -07:00
94bc398ea7
added assert function
Colin Henry
2024-09-06 20:29:29 -07:00
2973912fde
updated minimum go version
Colin Henry
2024-09-06 20:28:23 -07:00
b738f78e6e
reomved now unnecessary libraries
Colin Henry
2024-09-06 20:27:26 -07:00
74f9fc64f4
removed deprecated log package
Colin Henry
2024-09-05 23:36:49 -07:00
612a5c8387
removing deprecated rest package
Colin Henry
2024-09-05 22:32:04 -07:00
a1e52a7399
changing module name
Colin Henry
2024-09-05 22:30:30 -07:00
79e3d1f0b9
fixed busted test step
Colin Henry
2024-04-27 15:43:57 -07:00
8b77b5acc8
added gitea action
Colin Henry
2024-04-26 23:20:51 -07:00
4665f2ccf9
deprecating packages
Colin Henry
2023-08-11 21:59:16 -07:00
7154029136
linted
Colin Henry
2023-04-05 21:20:45 -07:00
9f88dc9530
added ISO8601 constant
Colin Henry
2023-04-04 23:19:22 -07:00
1ec6f3c5c3
updated doc
Colin Henry
2023-04-04 23:19:05 -07:00
390a54eb96
updated log interface name
Colin Henry
2023-04-04 23:17:39 -07:00
d312b58fdf
updated go.mod for compatability with generics, as used by the cache
Colin Henry
2023-01-14 00:12:30 -08:00
b19ba53491
added appropriate attribution for tierd cache stub
Colin Henry
2023-01-14 00:09:00 -08:00
859849bd47
stub of tiered cache
Colin Henry
2022-12-15 22:00:51 -08:00
7cf53a2f2d
sped up mappedParam by removing joins and splits
Colin Henry
2022-09-15 21:28:19 -07:00
593c8db66e
fixed unit tests
Colin Henry
2022-09-15 21:21:51 -07:00
74c99d013c
well, maybe a little
Colin Henry
2022-09-14 15:43:05 -07:00
618cdcc095
no mo way
Colin Henry
2022-09-14 15:41:43 -07:00
32337f4bc8
fixed non-standard return code
Colin Henry
2022-09-14 15:41:15 -07:00
888e1b9c7d
new functions to extract certain types of parameters
Colin Henry
2022-09-14 15:39:41 -07:00
086c404610
changed parameter identifier to brackets over a colon, is more compatable with OpenAPI
v0.3.1
Colin Henry
2022-08-20 13:43:39 -07:00
f9a712bc33
added to the logger interface
v0.3.0
Colin Henry
2022-08-05 22:04:20 -07:00
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.
Colin Henry
2022-07-08 12:48:05 -07:00
62911f042d
update library to build for 1.18
Colin Henry
2022-06-28 20:23:08 -07:00
f4316cc13a
WIP: set container using 1.18 generics
set
Colin Henry
2022-03-28 19:39:13 -07:00
19860f713c
WIP: http mux based on match by ben hoyt
mux
Colin Henry
2022-03-28 19:34:11 -07:00
31cb99467c
fix incorrect return code
Colin Henry
2020-12-10 09:25:23 -08:00
07db4cf999
dont make it directional
v0.2.0
Colin Henry
2020-09-04 20:24:37 -07:00
4b8fd0b78d
added direction to Actor to prevent confusion
v0.1.0
Colin Henry
2020-08-22 18:45:15 -07:00
ad5ed58296
overhaul of the rest package, made it a little bit more testable(WIP) and understandable
Colin Henry
2020-08-22 17:00:38 -07:00
d4a7732535
overhaul of the rest package, made it a little bit more testable(WIP) and understandable
Colin Henry
2020-08-22 16:55:32 -07:00
4fe5a53450
added support for new logger in rest.Collection
Colin Henry
2020-08-22 15:54:49 -07:00
ed136ca83e
new logging package, just the essentials
Colin Henry
2020-08-22 15:47:37 -07:00
284c8f8359
removing poluting interface parameter
Colin Henry
2020-08-22 15:33:18 -07:00
15ef3556ba
makeing BasicAuth a little more generic and usable
Colin Henry
2020-08-18 19:18:03 -07:00
85df14e0c6
commented code cleanup
Colin Henry
2020-08-18 17:47:14 -07:00
37d0d5e98d
removed unnecessary sums
Colin Henry
2020-08-18 17:22:45 -07:00
7facc0732f
Merge branch 'master' of github.com:jchenry/x
v0.0.1
Colin Henry
2020-08-13 17:27:38 -07:00
16b9df3201
removed incompatible package
Colin Henry
2020-08-13 17:26:41 -07:00
acc8d78947
updated signature
Colin Henry
2020-07-27 17:20:10 -07:00
6d4ea1efb5
removed packages no longer referenced
Colin Henry
2020-07-22 11:32:14 -07:00
e3a6d711d1
removed internal package
Colin Henry
2020-07-13 10:05:34 -07:00
3991c52689
moving from uint64 to int64. allows use of snowflakes id in databases
Colin Henry
2020-07-09 20:02:23 -07:00
852a57d9b3
added readme, license, and minimised active dependencies
Colin Henry
2020-07-08 19:23:36 -07:00
64b8b6e130
removed example makefile. no longer necessary in this repo
Colin Henry
2020-07-08 19:03:32 -07:00
3bdd3e503e
simplifying the repo, commands removed and proper libraries kept
Colin Henry
2020-07-08 18:59:37 -07:00
cb0bc37e6b
fixed missing verb
Colin Henry
2020-06-15 10:26:32 -07:00
6c3226ff63
added multihandler and statushandler
Colin Henry
2020-06-14 20:12:32 -07:00
a2c4a784ef
moved some http code to pkg
Colin Henry
2020-06-12 22:22:58 -07:00
f24e8c90df
package reorg
Colin Henry
2020-06-11 21:26:57 -07:00
b7b8f7a60b
added email-stats code
Colin Henry
2020-06-11 11:54:32 -07:00
78299227b8
updated packaged to proper namespace
Colin Henry
2020-06-10 16:10:13 -07:00
59879ceb70
updated web-tinkertoy to use new db package and broke out endpoints to their own files
Colin Henry
2020-06-10 16:09:21 -07:00
fcc302dcfe
new db package with actor
Colin Henry
2020-06-10 16:04:25 -07:00
3cedd8564c
removed unecessary code
Colin Henry
2020-06-10 15:58:42 -07:00
6e60671cfd
WIP
Colin Henry
2020-05-20 23:18:58 -07:00
5e8b9a0bf6
renamed package
Colin Henry
2019-11-09 08:13:14 -08:00
4697006d10
more fixes
Colin Henry
2019-11-06 19:45:49 -08:00
3e56170c99
some code cleanup
Colin Henry
2019-11-06 19:40:38 -08:00
958c384f52
finally removed julienschmidt's http router out of serve, not is an implmentable interface
Colin Henry
2019-11-02 15:29:14 -07:00
055e0f7fe8
removed unnecessary code
Colin Henry
2019-10-09 19:29:18 -07:00
e1863709df
got basic flow of subscription working. next to tie it together
Colin Henry
2019-10-09 08:56:57 -07:00
477395572d
WIP: Subscription page shows available plans for product, not to figure out how to wire it up to make a payment and create a tennnnnnant with a subscription
Colin Henry
2019-10-01 11:15:37 -07:00
bf7dd04b69
stub of payment package
Colin Henry
2019-09-30 11:54:54 -07:00
ea921a3b65
removed callbackfunc, it was unnecessary
Colin Henry
2019-09-30 11:46:13 -07:00
291a3f80c3
added amore robust user model, and some notes on a subscription based callback redirect
Colin Henry
2019-09-29 12:30:24 -07:00
af37be92bc
fixed a static ID bug
Colin Henry
2019-09-29 11:26:11 -07:00
3ddab3c7ea
a lot of WIP, but i have a demo of user authentication working
Colin Henry
2019-09-28 17:04:51 -07:00
f40f282517
initial commit
Colin Henry
2019-09-25 13:43:51 -07:00