Jean-Yves Gaulier
a7fe5090c6
PHRAS-508_acl-cache
...
- fix ref on pdo stmt. again.
2016-10-27 18:38:33 +02:00
Jean-Yves Gaulier
e42bb376f8
PHRAS-508_acl-cache
...
- fix ref on pdo stmt
2016-10-27 18:32:39 +02:00
Jean-Yves Gaulier
ce0aeaff0e
PHRAS-508_acl-cache
...
- fix "static" into method causing side effects
2016-10-27 18:23:27 +02:00
Jean-Yves Gaulier
343967b7c3
PHRAS-508_acl-cache
...
- wip
2016-10-27 17:51:04 +02:00
Thibaud Fabre
2ae21532bc
Fix undefined property error
2016-10-27 15:42:26 +02:00
Jean-Yves Gaulier
a5aecacefe
PHRAS-508_acl-cache
...
- tryout without cache
2016-10-27 15:38:23 +02:00
Thibaud Fabre
59befbfecc
Clean up complex field hierarchy to improve readability
2016-10-27 15:22:39 +02:00
Thibaud Fabre
e1fc53dc64
Clean up mapping build process
2016-10-27 15:17:33 +02:00
Thibaud Fabre
ce59523405
Add specialized complex mapping for property maps
2016-10-27 15:15:54 +02:00
Jean-Yves Gaulier
fe7f3762dd
PHRAS-508_acl-cache
...
- fix for tests
2016-10-27 15:07:31 +02:00
Thibaud Fabre
165877e50a
Fix infinite recursion error
2016-10-27 13:14:05 +02:00
Thibaud Fabre
cba5423822
Fix concept_path node in index structure
2016-10-27 13:04:47 +02:00
Jean-Yves Gaulier
45eea29710
PHRAS-508_acl-cache
...
- fix unit tests
2016-10-26 19:14:11 +02:00
Jean-Yves Gaulier
0c75189a64
PHRAS-508_acl-cache
...
- refactor : acl strings changed to ACL class constants
- code cleanup
- wip but try to merge for bc break test
2016-10-26 16:13:47 +02:00
Jean-Yves Gaulier
642da0fca5
PHRAS-508_acl-cache
...
- wip
2016-10-26 16:13:47 +02:00
Jean-Yves Gaulier
6a2285f66d
PHRAS-508_acl-cache
...
- wip
2016-10-26 16:13:47 +02:00
Thibaud Fabre
f4f85dc3b7
Merge pull request #1997 from alchemy-fr/fix/order-archive-path
...
PHRAS-1275 Fix order archive path
2016-10-26 16:02:58 +02:00
Thibaud Fabre
f776cda39d
PHRAS-1276 Do not try to read log path until necessary
2016-10-26 13:45:23 +02:00
Thibaud Fabre
eb0177a60b
Clean up switch case
2016-10-26 12:16:53 +02:00
Thibaud Fabre
f64e5febc7
PHRAS-1276 Use log.path to store error logs in correct path
2016-10-26 12:16:36 +02:00
Thibaud Fabre
6f534b6204
Refactor translator null checks
2016-10-26 12:07:09 +02:00
Thibaud Fabre
a702899126
Fix missing return statement
2016-10-25 14:20:36 +02:00
Thibaud Fabre
13c71fd38d
PHRAS-1275 Fix temporary order archive name
2016-10-25 13:58:55 +02:00
Thibaud Fabre
199b5b1c46
Inject base order controller dependencies
2016-10-25 13:55:34 +02:00
Thibaud Fabre
3f1230a86c
Add missing include
2016-10-21 09:41:04 +02:00
Thibaud Fabre
822fce6e25
Force application boot in test case setup
2016-10-19 16:04:32 +02:00
Thibaud Fabre
2aacbb789e
Fix term indexer creation
2016-10-19 14:01:43 +02:00
Thibaud Fabre
47cc31ef77
Improve create index command logging
2016-10-19 13:31:39 +02:00
Thibaud Fabre
b345ef7ac7
Fix indexer dependency injection
2016-10-19 13:31:39 +02:00
Thibaud Fabre
899188d970
Export mapping as array to create it
2016-10-19 13:31:17 +02:00
Thibaud Fabre
c133b42716
Refactoring
...
- Split search engine service registration into sub-methods
- Remove unused properties
- Fix coding style
2016-10-19 13:31:17 +02:00
Thibaud Fabre
8ee6cfc31d
Add --drop option to create index command
...
Forces existing indices to be dropped before re-creating them
2016-10-19 13:31:17 +02:00
Thibaud Fabre
f79a78e4c5
Restore merge exceptions and add structure factory method
2016-10-19 13:31:17 +02:00
Thibaud Fabre
f5452eac1e
Check for undefined key
2016-10-19 13:31:17 +02:00
Thibaud Fabre
299b24d4fb
Update class for mapping type constants
2016-10-19 13:31:17 +02:00
Thibaud Fabre
6e88b97c55
Extract record index and term index from respective indexers
2016-10-19 13:31:16 +02:00
Thibaud Fabre
f2cfe93f8c
Finish refactoring mapping creation
2016-10-19 13:29:54 +02:00
Thibaud Fabre
7a71886dc9
Start extracting specialized field mapping classes from mapping
2016-10-19 13:29:54 +02:00
Thibaud Fabre
8fb1cd9944
Coding style and docblocks
2016-10-19 13:29:54 +02:00
Thibaud Fabre
9c2e1cb459
Add stub record index data structure
2016-10-19 13:29:54 +02:00
Thibaud Fabre
246503ee42
Extract index data structure from indexer
2016-10-19 13:29:54 +02:00
Thibaud Fabre
c2f0a5a184
Remove check on facet count
2016-10-19 13:29:53 +02:00
Jean-Yves Gaulier
06a66a916f
PHRAS-1271_better-buildsubdefs
...
- new : doc
- changed : some options are mandatory
- changed : es logging to app['monolog'] to respect not-verbose mode (no more broken progress-bar due to log on screen)
2016-10-19 11:22:11 +02:00
Thibaud Fabre
dedd763581
Refactor databox service and controller
2016-10-19 07:00:33 +02:00
Thibaud Fabre
11d25021cc
CS fixes
2016-10-19 06:51:37 +02:00
Thibaud Fabre
7adec6a300
Add missing return statement
2016-10-19 06:51:37 +02:00
Thibaud Fabre
9a44033c00
Use databox service to mount databoxes in admin
2016-10-19 06:51:37 +02:00
Thibaud Fabre
32fe54ac35
Add databox mount command
2016-10-19 06:51:37 +02:00
Thibaud Fabre
efc5842e06
Add create databox console command
2016-10-19 06:51:37 +02:00
Thibaud Fabre
a040dc2aea
Merge pull request #1988 from alchemy-fr/jygaulier-PHRAS-714
...
Improve architecture
2016-10-18 22:17:32 +02:00