cowboy_cors/.gitmodules
Toporkov Igor 4cac752884
Erlang OTP 21 to master (#2)
* 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
2019-03-29 19:12:26 +03:00

5 lines
110 B
Plaintext

[submodule "build_utils"]
path = build_utils
url = git@github.com:rbkmoney/build_utils.git
branch = master