Adrien Marquès xdrm-brackets
xdrm-brackets pushed tag v0.3.1 to go/aicra 2020-04-05 08:45:52 +00:00
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-04-05 08:45:27 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-04-04 15:33:44 +00:00
fb69dbb903 Merge branch 'refactor-test' of go/aicra into 0.3.0
658c66d2db update readme
3c453e7f89 remove api useless request, update default errors and bind status codes to errors
d198086dd4 fix http error handlers
30862195a1 config: refactor, simplify, test, remove redundant comments
Compare 13 commits »
xdrm-brackets closed pull request go/aicra#15 2020-04-04 15:33:44 +00:00
refactor-test
xdrm-brackets merged pull request go/aicra#15 2020-04-04 15:33:44 +00:00
refactor-test
xdrm-brackets created pull request go/aicra#15 2020-04-04 15:33:07 +00:00
refactor-test
xdrm-brackets pushed to refactor-test at go/aicra 2020-04-04 15:32:54 +00:00
658c66d2db update readme
xdrm-brackets pushed to refactor-test at go/aicra 2020-04-04 14:36:09 +00:00
3c453e7f89 remove api useless request, update default errors and bind status codes to errors
d198086dd4 fix http error handlers
30862195a1 config: refactor, simplify, test, remove redundant comments
990bb86919 rework reqdata api and remove redundant comments
35ede5e266 unexport config errors
xdrm-brackets pushed tag v0.3.0 to go/aicra 2020-04-04 10:09:43 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2020-04-04 10:09:20 +00:00
6319761731 Merge branch 'test/dynamic' of go/aicra into 0.3.0
92da498d49 remove server logs and util file
60ef4717a8 clarity: aicra server request management
5cc3d2d455 use http.Request instead of pointer
c5cdba8007 move aicra builder and server into their own files
Compare 20 commits »
xdrm-brackets closed pull request go/aicra#14 2020-04-04 10:09:20 +00:00
test dynfunc package; standardize and refactor api
xdrm-brackets merged pull request go/aicra#14 2020-04-04 10:09:20 +00:00
test dynfunc package; standardize and refactor api
xdrm-brackets created pull request go/aicra#14 2020-04-04 10:08:44 +00:00
test dynfunc package; standardize and refactor api
xdrm-brackets pushed to test/dynamic at go/aicra 2020-04-04 10:07:47 +00:00
92da498d49 remove server logs and util file
60ef4717a8 clarity: aicra server request management
5cc3d2d455 use http.Request instead of pointer
c5cdba8007 move aicra builder and server into their own files
09362aad83 make 'dynfunc' internal
Compare 13 commits »
xdrm-brackets pushed to refactor/new-architecture at go/tiny-url-ex 2020-04-04 10:07:20 +00:00
xdrm-brackets pushed to test/dynamic at go/aicra 2020-03-29 17:30:57 +00:00
b48c1d07bf test: spec add checkOutput() tests for : nil type (ignore type check) ; invalid last output (not api.Error)
xdrm-brackets pushed to test/dynamic at go/aicra 2020-03-29 17:23:24 +00:00
307021bc88 test: spec checkOutput() method
261e25c127 fix: invert conversion check
438e308f71 merge duplicate errors
7e42c1b6d9 test: spec checkInput() method
66985dfbd0 forbid unexported input/output name
xdrm-brackets pushed to master at go/tiny-url-ex 2020-03-29 15:36:57 +00:00
b92c7d0935 add license
xdrm-brackets pushed to master at go/aicra 2020-03-29 15:34:01 +00:00
4877d0ea23 Merge branch 'feature/dynamic-handler-signature' of go/aicra into 0.3.0
8a0a20294c rename output fields to original name (not rename)
d7acf771ad implement the dynamic handler : fill input struct, do the call, fill return struct
a5424d8941 parse output in internal/config to find the datatype's reflect.Type()
a3daab7de4 dynamic handler output struct must be a pointer; no more a regular struct
Compare 63 commits »
xdrm-brackets pushed to master at go/tiny-url-ex 2020-03-29 15:30:25 +00:00
1df830f97f use models for api handler output instead of creating a copied struct