mirror of
https://github.com/valitydev/cowboy_cors.git
synced 2024-11-06 08:25:17 +00:00
4cac752884
* First attempts to migrate * Second step of migration * Removed ct:log calls, redundant function and fixed indentation * Added linter support * Refactored tests, added multiple allowed method support * Fixed some obscure indentaion + minor renaming * Simpilifed parsing * Changed status code and restored invalid max age test * Replaces format methods with header_list * Suppresed and fixed dialyzer warnings, added Jenkins integration * return all allowed headers; add rebar lock * Now sending empty header if no headers allowed * Dialyzer hotfix in polcy callbacks * Return allowed headers if headers requested * Restored incoming headers validation * Linter and dialyzer fixes * Use full match_qs potential, minor review fixes * Simplified cors state, fixed badly called terminate * Deleted travis config * Slightly simplified request_headers function * Standardize makefile and add CI (#3) * switched to standart makefile, tried to tune CI * bump build_image_tag, fixed compile command * Added missing spec, strictened checks, reworked makefile * Added with container to jenkninsfile * Update Jenkinsfile
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
[submodule "build_utils"]
|
|
path = build_utils
|
|
url = git@github.com:rbkmoney/build_utils.git
|
|
branch = master
|