Commit Graph
54 Commits
Author SHA1 Message Date
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 v0.3.1 2022-08-20 13:43:39 -07:00
Colin Henry f9a712bc33 added to the logger interface v0.3.0 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. v0.2.1 2020-10-23 21:55:48 -07:00
Colin Henry 07db4cf999 dont make it directional v0.2.0 2020-09-04 20:24:37 -07:00
Colin Henry 4b8fd0b78d added direction to Actor to prevent confusion v0.1.0 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 v0.0.1 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
Colin Henry 5e8b9a0bf6 renamed package 2019-11-09 08:13:14 -08:00
Colin Henry 4697006d10 more fixes 2019-11-06 19:45:49 -08:00
Colin Henry 3e56170c99 some code cleanup 2019-11-06 19:40:38 -08:00
Colin Henry 958c384f52 finally removed julienschmidt's http router out of serve, not is an implmentable interface 2019-11-02 15:29:14 -07:00
Colin Henry 055e0f7fe8 removed unnecessary code 2019-10-09 19:29:18 -07:00
Colin Henry e1863709df got basic flow of subscription working. next to tie it together 2019-10-09 08:56:57 -07:00
Colin Henry 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 2019-10-01 11:15:37 -07:00
Colin Henry bf7dd04b69 stub of payment package 2019-09-30 11:54:54 -07:00
Colin Henry ea921a3b65 removed callbackfunc, it was unnecessary 2019-09-30 11:46:13 -07:00