Adrien Marquès xdrm-brackets
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-22 21:51:17 +00:00
b2c2aa1219 feat: handler differentiates missing and invalid parameter
4e1fc86e39 fix: reqdata checks for missing form input whatever method is used: json, multipart, url encoded
90e62b7e72 test: handler top-level errors: service, params
1cc24be254 feat: url encoded parameters (uri + form) are only considered a slice when multiple values are set
fcc8b39717 fix: ignore uri query for service pattern matching
Compare 30 commits »
xdrm-brackets pushed to 0.4.0 at go/aicra 2021-06-21 19:34:39 +00:00
6182276856 Merge pull request #3 from xdrm-io/refactor/validators
de547576c9 refactor: semantic move 'builtin' into 'validator'
defa2c3645 refactor: rename semantics of datatype to validator.Type
Compare 3 commits »
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-20 19:56:36 +00:00
f2ba3ce0b9 fix: remove debug/typo
e575b4328a test: cover response
adebea4870 refactor: unexport api.Response into aicra.response
66d09a9a2f test: cover builtin types
72686379ef test: cover builder
Compare 19 commits »
xdrm-brackets pushed to 0.4.0 at go/aicra 2021-06-20 19:51:30 +00:00
0ee814abbe Merge pull request #1 from xdrm-io/migrate/github
36991ea9ef docs: add build status
b3ef7de624 migrate: drone CI to github actions
822ef823e9 migrate: symbols import paths to github
Compare 4 commits »
xdrm-brackets created branch migrate/github in go/aicra 2021-06-20 19:51:20 +00:00
xdrm-brackets pushed to migrate/github at go/aicra 2021-06-20 19:51:20 +00:00
36991ea9ef docs: add build status
b3ef7de624 migrate: drone CI to github actions
822ef823e9 migrate: symbols import paths to github
Compare 3 commits »
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-20 18:13:56 +00:00
199c6fa4f3 fix: remove debug/typo
9d895694f6 test: cover response
369af9296e refactor: unexport api.Response into aicra.response
Compare 3 commits »
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-20 09:02:02 +00:00
1803e4e329 test: cover builtin types
d2a101396a test: cover builder
dd5b5de2de fix: cover builder
Compare 3 commits »
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-20 08:55:09 +00:00
dd5b5de2de fix: cover builder
11ffa312b8 feat: export dynfunc errors
92433b968f feat: update drone image to go1.16
b0b7e1d7e2 fix: cover api.Auth
77a1f3b11d Merge pull request 'docs: fix logo asset url to branch 0.4.0' (#26) from fix/readme-asset-url into 0.4.0
Compare 9 commits »
xdrm-brackets deleted branch fix/readme-asset-url from go/aicra 2021-06-20 08:37:14 +00:00
xdrm-brackets pushed tag v0.4.0 to go/aicra 2021-06-20 08:36:23 +00:00
xdrm-brackets merged pull request go/aicra#26 2021-06-20 08:35:46 +00:00
docs: fix logo asset url to branch 0.4.0
xdrm-brackets pushed to 0.4.0 at go/aicra 2021-06-20 08:35:46 +00:00
77a1f3b11d Merge pull request 'docs: fix logo asset url to branch 0.4.0' (#26) from fix/readme-asset-url into 0.4.0
a8d7905180 docs: fix logo asset url to branch 0.4.0
Compare 2 commits »
xdrm-brackets created pull request go/aicra#26 2021-06-20 08:35:40 +00:00
docs: fix logo asset url to branch 0.4.0
xdrm-brackets created branch fix/readme-asset-url in go/aicra 2021-06-20 08:35:16 +00:00
xdrm-brackets pushed to fix/readme-asset-url at go/aicra 2021-06-20 08:35:16 +00:00
a8d7905180 docs: fix logo asset url to branch 0.4.0
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-20 08:32:42 +00:00
3c2639ee8c feat: update drone image to go1.16
xdrm-brackets pushed to test/coverage at go/aicra 2021-06-20 08:31:08 +00:00
d768fc3d4c fix: cover builder
be029e7894 fix: cover api.Auth
cc25995659 Merge pull request 'refactor/idiomatic-handlers-middlewares' (#25) from refactor/idiomatic-handlers-middlewares into 0.4.0
fd1ced5a8b fix: restore request denied on invalid auth after contextual middlwares
97941da901 docs: update README for context.Context and middlewares
Compare 15 commits »
xdrm-brackets deleted branch refactor/idiomatic-handlers-middlewares from go/aicra 2021-06-20 08:26:53 +00:00
xdrm-brackets merged pull request go/aicra#25 2021-06-20 08:26:28 +00:00
refactor/idiomatic-handlers-middlewares