60 커밋 (4cff5247d9286f00a967f077bcf690bf54d1e133)

작성자 SHA1 메시지 날짜
  Viggo de Vries 24b349836e Add new feature Surcharges. 6 년 전
  Samir Shah 9eae894cf9 Drop deprecated functionality scheduled for removal in Oscar 2.1 6 년 전
  samitnuk 2af6753c67 Add a new Communication app that manages all of Oscar's communications. 8 년 전
  Lars van de Kerkhof 670fc947a3 Ignore expired vouchers during order placement (#3217) 6 년 전
  Samir Shah 3f67ce9b76 Apply isort fixes on the whole project. 6 년 전
  dfirst 146ebb0149 Fix order and line pipelines in tests (#3092) 6 년 전
  Basil Dubyk be7bff35ae Move `run_concurrently` from `tests/utils` to `src/oscar/test/utils` 6 년 전
  Srdjan Cosic 542f9d1cd0 Add test receiver creates order status change object 7 년 전
  Samir Shah a7edc8ba2f Drop mock in favour of unittest.mock 7 년 전
  Samir Shah e2b8a5b63a Replace calls to ugettext with gettext. 7 년 전
  Samir Shah 13e2ed127c Remove all uses of six. 7 년 전
  Samir Shah e2bed3fd95 Remove u prefix from all Python strings. 7 년 전
  Samir Shah 47fbac61a2 Add backward compatible order verification hash checking. 7 년 전
  Samir Shah 10b5e47e9a Replace insecure md5 hash generation in Order.verification_hash . 7 년 전
  Kees Hink 6e6ef5cf72 Do not perform stock allocation manipulations on non-stock-tracked products (#2567) 8 년 전
  Samir Shah eea76f44c0 PEP8 cleanup, stop allowing PEP8 failures on Travis. 8 년 전
  Samir Shah 33e60d48d3 Fix order tests to use a mocked now(), so that we aren't relying on the test completing quickly in order to pass. 8 년 전
  Michael van Tellingen 711ec4f97e Add unittest for atomic stock allocation 9 년 전
  Michael van Tellingen 8fb5ce932b Fix a race condition when using single-usage vouchers 9 년 전
  Alexander Gaevsky 4880a06f2a Fallback to None when passing request to order creator, add tests for site determination using request in the order creator. 9 년 전
  Alexander Gaevsky 896785163c Add tests for order and order line status change signals. 9 년 전
  Michael van Tellingen be8a2795c7 Rename test file to match module tested. 9 년 전
  Michael van Tellingen 0ebe344a27 Merge tests.integration with tests.unit 9 년 전
  Michael van Tellingen 28ea962ab6 Rename all tests files from *_tests.py to test_*.py 9 년 전
  Michael van Tellingen c6db096e80 UnitTest.assertEqual instead of .assertEquals() 9 년 전
  Alexander Gaevsky 9266927bf2 Add tests for order creator to make sure site parameter respected. 9 년 전
  Michael van Tellingen 174d4dcd67 Consolidate `oscar.test.factories` imports in the test modules 10 년 전
  Michael van Tellingen 6fad63a4d0 Split oscar.test.newfactories in multiple modules 10 년 전
  Michael van Tellingen 1c76fb9e85 Fix order and offer report generators when no start/end dates are given. 10 년 전
  Michael van Tellingen 0c1f55e167 [Backport] Fix inconsistent Order.shipping_status 11 년 전
  Michael van Tellingen 4ac7e830bf Fix inconsistent Order.shipping_status 11 년 전
  Monika Sulik d36cc20522 Allow changing of the Order.date_placed field 11 년 전
  Maik Hoepfel 43c7c9e0aa Test that product deletion is handled gracefully in order lines 11 년 전
  Maik Hoepfel 97c3c4d405 Replace countries.json fixture by management command 11 년 전
  David Winterbottom 3e69591e0c Repository methods must now be instantiated 11 년 전
  David Winterbottom 9c3c2d3f47 Adjust API for checkout calculator 11 년 전
  David Winterbottom 88c14055dd Adjust order creator to work with new shipping charges 11 년 전
  David Winterbottom 0b7a136263 Remove find_by_code method from repo 11 년 전
  Maik Hoepfel a211ec58c5 Align options for Partner.name and order's Line.partner_name field 12 년 전
  Xavier Ordoquy c4fe59d7ef Sort the test results. 12 년 전
  Xavier Ordoquy 0a1b4a60c7 assertEquals deprecated in favor of assertEqual 12 년 전
  David Winterbottom ed28ecad71 Adjust how shipping methods are handled in the repository class 12 년 전
  David Winterbottom 6a7dd23434 Save a shipping code against the order 12 년 전
  David Winterbottom 6ead13d54e Remove a few deprecation warnings 12 년 전
  Maik Hoepfel 5238c28e69 Delete unused fields on [Shipping|Payment]EventType 12 년 전
  David Winterbottom a13b700e9b Store currency with order 12 년 전
  David Winterbottom 1cff7be95a Fix tax-related test issues 12 년 전
  David Winterbottom 986297563d Use properties for shipping charges 12 년 전
  David Winterbottom 352dcf9633 Assign strategy classes to baskets 12 년 전
  David Winterbottom c372e7d811 Relocate add_product(s) helpers to oscar.test.basket 12 년 전