forked from mozilla-services/socorro
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1342081 - Revert all ES 5.x code (mozilla-services#3854)
* Revert "[DO NOT MERGE] fixes bug 1379662 - add TelemetryEnvironment to super_search_fields.json (mozilla-services#3848)" This reverts commit 592b652. * Revert "Bug 1100354 - Use proper way of loading a file. (mozilla-services#3845)" This reverts commit c7b3e6c. * Revert "Fixes bug 1100354 - Read Super Search Fields from a json file (mozilla-services#3844)" This reverts commit 673224a. * Revert "[DNM] Fixes bug 1342081 - Upgraded ES libraries and related code. (mozilla-services#3676)" This reverts commit 0dd2f21.
- Loading branch information
Showing
40 changed files
with
3,645 additions
and
4,330 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
# Sets up Elasticsearch. | ||
|
||
# This should get run only to initialize an Elasticsearch cluster and probably | ||
# only in local development environments. | ||
|
||
cd /app/scripts/ | ||
|
||
# FIXME(willkg): Make this idempotent so that running it after it's already been | ||
# run doesn't affect anything. | ||
|
||
echo "Setting up Elasticsearch indexes..." | ||
python setup_supersearch_app.py |
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
Oops, something went wrong.