Commit Graph

371 Commits

Author SHA1 Message Date
Adrien Marquès 4e25c647b2 feat: add status code in response 2019-05-01 16:40:26 +02:00
Adrien Marquès d0f5277bf4 fix: prefix service path with '/' if missing 2019-05-01 16:28:16 +02:00
Adrien Marquès 16ea60f2aa fix: add data to 'ErrorUncallableMethod' and 'ErrorUncallableService' 2019-05-01 16:20:32 +02:00
Adrien Marquès 98ae854251 feat: add scope to request 2019-05-01 15:56:18 +02:00
Adrien Marquès cd2bcdd8bc ref 0: first working version ; totest 2019-05-01 15:14:49 +02:00
Adrien Marquès 7e66b6ddd5 ref 0: big refactor of concerns between api request, server, etc 2019-05-01 13:44:45 +02:00
Adrien Marquès 0a63e9afcc removed commands 2019-05-01 11:29:04 +02:00
Adrien Marquès 16d3399ee9 ref 0: internal.checker renamed typecheck (no more internal) 2019-05-01 11:28:55 +02:00
Adrien Marquès 8d45d3241b ref 0: internal.checker defines an interface ; default types are in internal.checker.builtin 2019-05-01 11:23:05 +02:00
Adrien Marquès 8109f57d15 ref 0: internal.apidef becomes internal.config + refactoe 2019-05-01 10:29:23 +02:00
Adrien Marquès a63e227538 ref 0: internal/request 2019-05-01 00:02:28 +02:00
Adrien Marquès b428c75f25 use go modules 2019-05-01 00:01:42 +02:00
Adrien Marquès 0eee615aea rename 'internal/api' to 'internal/apidef' (api definition) 2018-10-07 11:40:35 +02:00
Adrien Marquès f157785cff update / fix readme 2018-10-07 11:26:31 +02:00
Adrien Marquès 049400e2be rename 'response' to 'api' 2018-10-07 11:23:00 +02:00
Adrien Marquès 5e7ece3f30 fix mispelled words 2018-10-07 11:14:54 +02:00
Adrien Marquès d590d31327 add exported fields' comments 2018-10-07 11:14:04 +02:00
Adrien Marquès 104111b02e remove useless additional doc 2018-10-04 17:05:43 +02:00
Adrien Marquès 34ca1d991f add getters for response.Arguments (getUint(), getInt(), getFloat(), get(), getString()) 2018-10-04 17:05:10 +02:00
Adrien Marquès 8d3e678d73 update TOC in readme 2018-10-04 12:48:31 +02:00
Adrien Marquès bdae6008a0 generic driver now uses argv[1] and argv[2] to send method name and data 2018-10-04 12:43:52 +02:00
Adrien Marquès 846112b053 big update of the readme with examples and driver.generic input/output data definition 2018-10-04 12:39:43 +02:00
Adrien Marquès 50d9bceec7 update 'aicra' command now chdir to first argument (to find the aicra.json conf and to have a valid relative path from its 'root' field) 2018-10-04 12:31:48 +02:00
Adrien Marquès 0053f475e2 update readme : add spaces before titles, update changelog, and minimal changes 2018-10-03 18:46:24 +02:00
Adrien Marquès be1ceb07a2 merge 2018-10-03 18:39:47 +02:00
Adrien Marquès d2e335a57f doc update 2018-10-03 18:37:37 +02:00
Adrien Marquès 672a4d8ad5 update readme 2018-10-03 17:08:36 +02:00
Adrien Marquès 54d4b860de release req.Body when serving http 2018-10-02 17:14:44 +02:00
Adrien Marquès 37efb58b7b aicra compilation optimisation to gain 20% executable size 2018-10-02 12:11:46 +02:00
Adrien Marquès 9def4e6c03 minfix 2018-10-02 12:05:04 +02:00
Adrien Marquès e15772c2f4 edit previous PHP doc (not finished) 2018-10-02 12:05:04 +02:00
Adrien Marquès fe3034818d add 'id' (positive 'int') type checker 2018-10-02 12:00:57 +02:00
Adrien Marquès 93aa8b66dc add 'bool' type checker 2018-10-02 11:59:12 +02:00
Adrien Marquès 12ddf1feae add 'float' type checker 2018-10-02 11:55:47 +02:00
Adrien Marquès e43623d108 default type check 'string' does not use 'reflect' no more 2018-10-02 11:50:01 +02:00
Adrien Marquès 50de7a4297 default type check 'int' does not use 'reflect' anymore 2018-10-02 11:46:22 +02:00
Adrien Marquès f9a928c181 add 'digest(length)' type checker + minfix import in cmd/main 2018-10-02 11:34:58 +02:00
Adrien Marquès b1092437f9 refactor default type checkers | load default types if set in aicra.json (.build/DEFAULT_TYPES/*.so) 2018-10-02 11:10:21 +02:00
Adrien Marquès e20f174bf0 edit previous PHP doc (not finished) 2018-10-02 10:55:18 +02:00
Adrien Marquès 8c0d4df4b3 update readme install command 2018-10-02 09:58:51 +02:00
Adrien Marquès 85a0521723 rename err.BindArgument() to err.Put() 2018-10-01 21:21:27 +02:00
Adrien Marquès ee19846ddc unexport driver.generic mockups 2018-10-01 21:16:59 +02:00
Adrien Marquès b02dc60b3d update readme to drivers, etc 2018-10-01 21:11:11 +02:00
Adrien Marquès d406338777 implement driver for type checkers | move controller/middleware/checker definition inside the 'driver' package (all uses are exported from this place) | now driver.Driver returns 'Controller', 'Middleware', and 'Checker' in the interface | a lot a junk 2018-10-01 19:27:38 +02:00
Adrien Marquès 37fe30ebc7 rename 'internal/meta' to 'internal/config' | move driver type definition into explicit file + remove 'import' driver | remove useless method to parse multipart 2018-10-01 17:43:18 +02:00
Adrien Marquès 253a2b0b59 minfix in 'AICRA' command | plugins are now using the Export() method to return Controller/Middleware 2018-10-01 15:27:56 +02:00
Adrien Marquès 7bcbefdf35 rename 'internal/config' to 'internal/api' | rename 'internal.api.Load()' to 'internal.api.Parse()' 2018-10-01 14:15:00 +02:00
Adrien Marquès fd6d7b661e add implementation to 'default types' 2018-10-01 14:02:09 +02:00
Adrien Marquès 17bb63b9de minmod 2018-10-01 12:36:26 +02:00
Adrien Marquès b6e19c255b implement 'AICRA' command | system to parse config, set defaults, infer map of sources from a folder, etc 2018-10-01 12:29:05 +02:00