Commit Graph

1765 Commits

Author SHA1 Message Date
Benoît Burnichon
8a0b461cdc Bridge_Api class should not depend on SQL time
PHRAS-961
2016-02-15 13:53:56 +01:00
Benoît Burnichon
1d519ff58f Fixup FilesystemService document filename generation.
There was a missing '.' before extension
2016-02-12 19:29:28 +01:00
Benoît Burnichon
5c359c9f75 Add symfony patch to local BinaryFileResponse. 2016-02-08 17:50:30 +01:00
Benoît Burnichon
290cbf3f68 Merge branch 'master' into bug/invalid-checker-configuration-PHRAS-927 2016-02-08 11:19:45 +01:00
Benoît Burnichon
e40a092156 Refactor functional to unit test.
Remove a functional which is already backed by unit test
2016-02-06 00:37:34 +01:00
Benoît Burnichon
ea13ca7896 Add missing applicability test in BorderManager 2016-02-05 18:29:33 +01:00
Benoît Burnichon
a539919cf8 Add tested booker class 2016-02-05 15:36:19 +01:00
Benoît Burnichon
5428e524e4 InformationsTest wrongly override __construct 2016-02-05 15:36:19 +01:00
Benoît Burnichon
58b80bf08a Group Filesystem related service providers 2016-02-05 15:36:19 +01:00
Benoît Burnichon
ced5094355 Remove DeliverDataInterface::deliverData as never used 2016-01-29 17:43:41 +01:00
Benoît Burnichon
beda5d3820 Getting collection calls access_restriction which is not properly cached.
Remove use of cache in AccessRestriction and use instance memory cache instead.
Beware static keyword declares variable static for the class, not the instance
2016-01-27 18:55:49 +01:00
Benoît Burnichon
465f48f461 Merge pull request #1643 from bburnichon/improvement/slight-refactoring
Progressive refactoring
2016-01-26 17:07:03 +01:00
Benoît Burnichon
f99b361ec0 Merge pull request #1642 from aztech-dev/feature/app-loader
Extract "meta" service providers to bootstrap app
2016-01-26 16:51:22 +01:00
Benoît Burnichon
0f91a10645 Extract Variables in tests to ease reading 2016-01-26 14:25:08 +01:00
Benoît Burnichon
614394edc7 Method renaming 2016-01-26 14:25:08 +01:00
Thibaud Fabre
195b40ef40 Remove debug statement 2016-01-26 11:58:39 +01:00
Thibaud Fabre
88e2d5ff86 Replace call to non-existent method in tests and fix CS 2016-01-26 11:25:25 +01:00
Benoît Burnichon
8b2ac43ec6 Merge pull request #1639 from bburnichon/improvement/slight-refactoring
slight refactoring
2016-01-22 21:08:08 +01:00
Benoît Burnichon
35d299145a Fixup mismatch updated/uploaded test 2016-01-22 20:47:10 +01:00
Benoît Burnichon
b4555a696a Remove all sleep statements in tests. 2016-01-22 19:27:36 +01:00
Benoît Burnichon
fafabf3e9e Backdate updated_on using reflection in tests to avoid unreliable time tests. 2016-01-22 18:26:58 +01:00
Benoît Burnichon
f501cba16b Extract whether subdef metadata updates are required 2016-01-22 17:39:33 +01:00
Thibaud Fabre
450adb0847 Application bootstrap refactor
- Extract environment properties in Environment class
- Replaces initialisation closure by ApplicationLoader class
- Removes undesirable error handling/PHP settings modifications
2016-01-22 17:12:21 +01:00
Benoît Burnichon
c5b57395fd Remove static method in ServeFileResponseFactory 2016-01-14 10:58:18 +01:00
Thibaud Fabre
f5df9f1ad4 Bust databox cache via repository 2016-01-08 15:15:29 +01:00
Thibaud Fabre
74366feac3 Fix failing tests
- SQL query error
- Reload updated collections in tests (error in test logic)
2016-01-07 18:57:19 +01:00
Vagrant User
bf524dac0c Fix failing enable/disable collection tests 2016-01-07 17:02:20 +01:00
Thibaud Fabre
c92d5da9fe Merge branch 'clean-boxes' into merge-clean-boxes 2016-01-06 19:53:43 +01:00
Benoît Burnichon
e3f49db7b6 Merge pull request #1612 from jygaulier/PHRAS-846_tasks-logs
Phras 846 tasks logs
2016-01-06 10:14:48 +01:00
Benoît Burnichon
51023c5533 bump copyright year 2016-01-05 13:38:14 +01:00
Jean-Yves Gaulier
d2ef455ef8 #PHRAS-846 time 1h
fix test
2015-12-28 17:24:13 +01:00
Benoît Burnichon
699cfad0b6 Status operation returns data with same length as input 2015-12-23 14:13:07 +01:00
Benoît Burnichon
3b6cd117bb Merge pull request #1607 from bburnichon/feature/PHRAS-867
API Basket elements add/removal
2015-12-22 19:08:42 +01:00
Benoît Burnichon
f6899f58be Remove debug mode in some Test cases. 2015-12-22 18:32:09 +01:00
Benoît Burnichon
58e7deb394 Change Test to have debug mode off 2015-12-22 17:44:35 +01:00
Benoît Burnichon
53a5ff7f3d Change read status of Basket in Repository 2015-12-22 17:44:34 +01:00
Benoît Burnichon
60247cd2ad Missing basket persist. 2015-12-22 17:44:34 +01:00
Benoît Burnichon
6eba70030d Fixes some PHPCS 2015-12-22 16:49:41 +01:00
Benoît Burnichon
e0a22a667e Add helper script to dump container 2015-12-22 14:25:13 +01:00
Benoît Burnichon
7d33b824d7 Some refactor to add ApiAccount version 2015-12-22 14:19:34 +01:00
Benoît Burnichon
b2ee2668a1 Change to be able to return called API version 2015-12-22 14:19:34 +01:00
Benoît Burnichon
c1e8bb0552 UserManipulator should change login on deletion.
PHRAS-812
2015-12-09 13:12:09 +01:00
Benoît Burnichon
5bb8d4167b Add cascade delete on ApiLog accountId.
Also add a postConnect listener to enable foreign keys in sqlite
2015-12-09 13:12:08 +01:00
Benoît Burnichon
765ccac763 Do not use global request service 2015-12-08 19:41:18 +01:00
Benoît Burnichon
021c5b2470 Merge pull request #1586 from bburnichon/PHRAS-831
Remove legacy classic configuration
2015-12-02 20:21:33 +01:00
Benoît Burnichon
fb725b3475 Remove Classic Section in MainConfigurationFormType 2015-12-02 19:03:31 +01:00
Florian BLOUET
261339ecd5 remove recess, bower, grunt and uglifyJs dependencies in php utils and tests
updated minifier tests
2015-12-02 17:36:37 +01:00
Florian BLOUET
0e97e4a0ae moved skins/icon to assets/common/images/icons 2015-12-02 17:35:37 +01:00
Benoît Burnichon
4bc76a4307 Prevent SearchEngineOptionsTest to fail when empty collection list 2015-11-24 11:34:48 +01:00
Benoît Burnichon
8a30020805 SearchEngineOptions tests cleanup 2015-11-24 11:15:53 +01:00