-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ElasticSearch 5.0 added #151
Merged
wachterjohannes
merged 30 commits into
sulu:develop
from
kleinkoerkamp:feature/elasticsearch-50
Apr 24, 2017
Merged
Changes from 9 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3d15e99
Changed all deprecated methods + changed composer dependency
6377f52
Fixed Repository -> Manager
01f5e61
Documentation update for ES 5.
04667c2
Code style fix
49b927d
Now testcase also working for other ES version
070c8a7
Codestyle fixes
c2c60d5
Updated 5.5 ES version
f163ee8
Updated ONGR version to minimal 1.2.9
88bfbca
Merge branch 'develop' into feature/elasticsearch-50
kleinkoerkamp c135764
Now making use of environment variable + updated travis
080a687
Updated travis config for correct handling ES 5.*
6f987b4
Now with semicolon
42a893a
ES installation for Travis to seperate file
c750ff6
Added echo for test
1145233
Updated permissions
3677810
Changed permission
c90048c
Updated permissions
ba5fcf2
Added extra fix for permissions
5aeef77
Simplified logic for es script
356b8b0
update sulu version for travis
b0050a9
Now back to only travis config file + ONGR DSL specific minimal version
5935d7e
ONGR ES minimal version
8735f9a
Removed unused line
5e99a98
Changed Installation of ES for travis
1ee0799
Fix sudo error
375c78b
Fix for travis
8ff40ed
Allowing sudo
156285a
Sort test fix, extra option needed for ES5
b80175a
Fixed test + updated docs
e69ccd2
Fixed comments on PR
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Doctrine Configuration | ||
doctrine: | ||
dbal: | ||
dbname: "su_articles_test" | ||
|
||
sulu_core: | ||
content: | ||
structure: | ||
default_type: | ||
article: "default" | ||
paths: | ||
article: | ||
path: "%kernel.root_dir%/Resources/articles" | ||
type: "article" | ||
|
||
ongr_elasticsearch: | ||
connections: | ||
default: | ||
index_name: su_articles_test | ||
live: | ||
index_name: su_articles_test_live | ||
managers: | ||
default: | ||
connection: default | ||
mappings: | ||
- SuluArticleBundle | ||
live: | ||
connection: live | ||
mappings: | ||
- SuluArticleBundle | ||
# Sulu Routing | ||
sulu_route: | ||
mappings: | ||
Sulu\Bundle\ArticleBundle\Document\ArticleDocument: | ||
generator: schema | ||
options: | ||
route_schema: /articles/{object.getTitle()} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be handled via a envorinment variable in travis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wachterjohannes you're right i will fix this