Luca Favatella
Luca Favatella
Hi @jameysharp , I find this project interesting. Would you be willing to include these continuous integration and Docker image improvements? This pull request considers PRs #147, #145 and #161:...
Please refer to https://github.com/Yelp/bravado-core/pull/144#issuecomment-277810200
E.g. a cowboy binding [`:id`](https://github.com/inaka/sumo_rest/blob/a6bbe2151f2576e79ccc703d8a55a18809a39484/test/sr_test/sr_single_element_handler.erl#L66) must have a corresponding Swagger parameter named [`id`](https://github.com/inaka/sumo_rest/blob/a6bbe2151f2576e79ccc703d8a55a18809a39484/test/sr_test/sr_single_element_handler.erl#L33). Current behaviour is that such constraint is not enforced hence cowboy_swagger generates `/api-docs/swagger.json` for UI accessible at...
When a process calls [`exometer_cache:write/{3,4}`, it](https://github.com/Feuerlabs/exometer_core/blob/588da231c885390a9b3c08a367949750f32d143c/src/exometer_cache.erl#L58-L60): * Asynchronously (cast) instructs the `exometer_cache` process to start a timer for the (metric-datapoint keyed) cache deletion, and to update (`ets:update_element`) the relevant field...
Depends on #18 (included in this PR). Supersedes #15 #16 #17. Notes: 1. I am a bit concerned that the [conformance tests doc](https://www.unicode.org/Public/UCA/10.0.0/CollationTest.html) says > Compare that string with the...
Settings
Following https://github.com/jtauber/pyuca/pull/17#issuecomment-338447484 this PR rebases the `settings` branch on master including settings normalization and strength (each with unit tests) and keeping out backwards - for lack of tests.
sumo_rest appears to generate atoms dynamically based on the query passed in the URL - [here](https://github.com/inaka/sumo_rest/blob/7e1a494cf63c4732bde7f4dcee6b198f8441e144/src/sr_entities_handler.erl#L119). That means a malicious user or a defective client software may cause atom exhaustion...
Please refer to: https://github.com/inaka/sumo_rest/pull/88#issuecomment-286206672 https://github.com/inaka/sumo_rest/pull/88#issuecomment-286206969
Used e.g. in: https://github.com/inaka/sumo_rest/blob/31b33efd327066c7fe1cfdbde624da87a2bc7120/README.md#sessions https://github.com/inaka/sumo_rest/blob/31b33efd327066c7fe1cfdbde624da87a2bc7120/src/sr_state.erl#L24