Commit Graph

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