Commit Graph

10949 Commits

Author SHA1 Message Date
Benoît Burnichon
d9d6944878 Bump rest-bundle to stable version 2016-03-04 15:39:35 +01:00
Benoît Burnichon
25fd47fa7b Added RecordReferenceCollection utility method 2016-03-04 15:27:00 +01:00
Benoît Burnichon
a894faf1fa Add show action to OrderController
Also refactor OrderController
2016-03-04 14:21:23 +01:00
Benoît Burnichon
20bc04979f Add api_v2_orders_index route 2016-03-04 14:21:23 +01:00
Benoît Burnichon
671ea7a92b Change OrderElementTransformer to return a record, not a record_id 2016-03-04 14:21:22 +01:00
Benoît Burnichon
b7cda69182 Use recently added getDataboxConnection method 2016-03-04 14:21:22 +01:00
Benoît Burnichon
8e599e554c Add RecordReference into record_adapter 2016-03-04 14:21:22 +01:00
Benoît Burnichon
0a38dcaca5 fix json-schema to include proper date-time definition 2016-03-04 14:21:22 +01:00
Benoît Burnichon
ac78b7c3fa Add Fractal Manager to serialize includes 2016-03-04 14:21:22 +01:00
Benoît Burnichon
bcf9bd84d9 Properly return serialized Order 2016-03-04 14:21:22 +01:00
Benoît Burnichon
82dbd03387 Merge pull request #1741 from jygaulier/PHRAS-997_Ticks
change "ticks" to 1000
2016-03-03 18:14:22 +01:00
jygaulier
1ab785dab1 Merge branch 'master' into PHRAS-997_Ticks 2016-03-03 17:40:41 +01:00
Jean-Yves Gaulier
b8f2b8b012 change "ticks" to 1000
todo : fix vendor(s)...
#PHRAS-997 time 5m
2016-03-03 17:38:38 +01:00
Benoît Burnichon
f164709e04 Merge pull request #1730 from bburnichon/feature/api-create-order-PHRAS-1001
API create order
2016-03-02 14:50:19 +01:00
Benoît Burnichon
4b40dd0d8b Change variable name to make it more explicit. 2016-03-02 14:40:46 +01:00
Benoît Burnichon
585c0519b9 Add missing parameters types array in Repository call 2016-03-02 14:34:50 +01:00
Benoît Burnichon
91424b2883 Typos in Users in RegenerateSqliteDb command.
PHPCS of tests
2016-03-02 14:34:50 +01:00
Benoît Burnichon
ed04f66548 Add Api Order Controller 2016-03-02 14:34:50 +01:00
Benoît Burnichon
d9f8270eee Extract OrderFiller 2016-03-02 14:34:50 +01:00
Benoît Burnichon
0a187978bd Prepare extraction of class from OrderController 2016-03-02 14:34:50 +01:00
Benoît Burnichon
1ecc6f7b54 Refactor OrderController 2016-03-02 14:34:50 +01:00
Benoît Burnichon
871dd58ea4 Add lookup by order master to collection reference repository 2016-03-02 14:34:50 +01:00
Benoît Burnichon
fd66b408b8 Avoid N+1 in User_Query 2016-03-02 14:34:50 +01:00
Benoît Burnichon
a8a00d735a Remove some unused statements 2016-03-02 14:34:50 +01:00
Benoît Burnichon
8044a1ce40 Add some missing copyrights 2016-03-02 14:34:50 +01:00
Benoît Burnichon
be0cc9f893 Fixup circleci issue when multiple tests are run. 2016-03-01 19:15:46 +01:00
Benoît Burnichon
0a151ec247 Merge branch '4.0' 2016-03-01 18:59:04 +01:00
Benoît Burnichon
02addd821c Merge pull request #1738 from bburnichon/task/bump-dependencies
Bump dependencies using now released versions
2016-03-01 17:58:42 +01:00
Benoît Burnichon
ea8f9ca556 Remove overridden BinaryFileResponse 2016-03-01 16:55:28 +01:00
Benoît Burnichon
e3807a8244 Bump dependencies 2016-03-01 16:51:11 +01:00
Benoît Burnichon
5a571f2f1b Merge pull request #1736 from bburnichon/improvement/php-70-tests
PHRAS-1022 #time 1d
2016-03-01 15:13:31 +01:00
Benoît Burnichon
7cab0b8f13 Remove PHP7 from allowed failures 2016-03-01 14:37:31 +01:00
Benoît Burnichon
82d7415df5 GooglePlus testing flow is broken. Skipping test. 2016-03-01 14:32:10 +01:00
Benoît Burnichon
c4daafc5e6 Remove undefined variable in GooglePlus Authentication Provider 2016-03-01 13:59:41 +01:00
Benoît Burnichon
8a577beb37 Fix invalid process comparison 2016-03-01 12:42:37 +01:00
Benoît Burnichon
2cef849b68 Skip improper Authentication success tests 2016-03-01 12:42:10 +01:00
Benoît Burnichon
cfcc24e9bb Refactor some TestCases
Use $this->getApplication() and $this->getClient()
2016-03-01 11:51:12 +01:00
Benoît Burnichon
85d52fe6b8 Use IsTrue instead of True class to be PHP7 compliant 2016-03-01 11:48:10 +01:00
Benoît Burnichon
cbb07fbb27 Make {Pre,Post}Authenticate event extends same base class. 2016-03-01 11:46:19 +01:00
Benoît Burnichon
6f0ae02a8e Avoid double return in switch statement 2016-02-29 17:44:01 +01:00
Benoît Burnichon
f489f56276 Remove memcache.so from PHP7 configuration 2016-02-29 17:43:39 +01:00
Benoît Burnichon
060c4fe407 Try not to update when PHP 5.* is used 2016-02-29 17:32:26 +01:00
Benoît Burnichon
3306b1fa1a Change phpunit/phpunit version 2016-02-29 17:31:38 +01:00
Benoît Burnichon
329ae16dbe Add PHP7 to travis 2016-02-29 17:30:11 +01:00
Benoît Burnichon
5975178749 Merge branch '4.0'
Also updated dependencies
2016-02-28 23:31:16 +01:00
Benoît Burnichon
9999ceda12 Merge pull request #1735 from lostdalek/hotfix/PHRAS-945
PHRAS-945
2016-02-28 23:18:56 +01:00
Benoît Burnichon
f4122a76e2 Merge pull request #1732 from bburnichon/PHRAS-1012
Allow filenames to have more than 32 chars
2016-02-28 23:18:35 +01:00
Benoît Burnichon
119c101c32 Revert changes to ApiJSONPTest 2016-02-28 23:05:50 +01:00
Benoît Burnichon
1bb5723b39 Add missing use 2016-02-27 21:32:30 +01:00
Florian BLOUET
7dd8b73606 PHRAS-945 - fix record selection in story detailled view 2016-02-26 17:29:36 +01:00