Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-17 | Fix perf regression in PR #3530 | Erik Johnston | 1 | -1/+6 | |
The get_entities_changed function was changed to return all changed entities since the given stream position, rather than only those changed from a given list of entities. This resulted in the function incorrectly returning large numbers of entities that, for example, caused large increases in database usage. | |||||
2018-07-16 | rename 'isort' to 'check_isort' as requested | Krombel | 2 | -3/+3 | |
2018-07-16 | rerun isort with latest version | Krombel | 6 | -20/+4 | |
2018-07-16 | check isort by travis | Krombel | 14 | -13/+37 | |
2018-07-14 | Fix develop because I broke it :( (#3535) | Amber Brown | 3 | -2/+5 | |
2018-07-14 | fix sytests | Amber Brown | 1 | -1/+1 | |
2018-07-14 | Make auth & transactions more testable (#3499) | Amber Brown | 10 | -98/+97 | |
2018-07-13 | add changelog | Krombel | 2 | -1/+2 | |
2018-07-13 | rename assert_params_in_request to assert_params_in_dict | Krombel | 11 | -33/+33 | |
the method "assert_params_in_request" does handle dicts and not requests. A request body has to be parsed to json before this method can be used | |||||
2018-07-13 |