Skip to content
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

Proxy ElasticSearch service #868

Merged
merged 3 commits into from
Jul 3, 2019
Merged

Proxy ElasticSearch service #868

merged 3 commits into from
Jul 3, 2019

Commits on Jul 2, 2019

  1. Proxy ElasticSearch service

    Fixes #630
    
    Includes:
    * Add middleware to Express server to proxy ElasticSearch requests
      * Allow only GET and POST requests to a known path
    * Add new config entry for index (*i.e.*, ElasticSearch) URL, backed by an environment variable
      * Add environment variable to the necessary spots to ensure it is properly fixed at build time (per README)
    * Handle a FIXME in server.js, preferring `.find()` over `.forEach()`
    mjgiarlo committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    71877a4 View commit details
    Browse the repository at this point in the history
  2. Add the request dependency

    mjgiarlo committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    bd34a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Use babel-node to run Express server

    Else the server will not start because src/Config.js uses ES6 and by default npm will use node vs. babel-node when running npm start.
    mjgiarlo committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    70232e7 View commit details
    Browse the repository at this point in the history