Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-lang-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: elastic/elasticsearch-lang-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: es-1.3
Choose a head ref
  • 14 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 28, 2014

  1. Create branches according to elasticsearch versions

    We create branches:
    
    * es-0.90 for elasticsearch 0.90
    * es-1.0 for elasticsearch 1.0
    * es-1.1 for elasticsearch 1.1
    * master for elasticsearch master
    
    We also check that before releasing we don't have a dependency to an elasticsearch SNAPSHOT version.
    
    Add links to each version in documentation
    (cherry picked from commit 22465d2)
    dadoonet committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    5932ca3 View commit details
    Browse the repository at this point in the history
  2. Update to elasticsearch 1.1.0

    Closes #18.
    dadoonet committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    6d6aa6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cc97ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e81654a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Update to elasticsearch 1.2.0

    Closes #20
    Fix #19
    dadoonet committed May 23, 2014
    Configuration menu
    Copy the full SHA
    7b4e3fb View commit details
    Browse the repository at this point in the history
  2. Update to elasticsearch 1.3.0

    Closes #21
    dadoonet committed May 23, 2014
    Configuration menu
    Copy the full SHA
    3a20ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Update to Lucene 4.9.0 / elasticsearch 1.3.0

    Related to #21.
    Closes #22.
    dadoonet committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    c3964ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f7c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53e570 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Implement new method scriptRemoved(CompiledScript) in `ScriptEngine…

    …Service`
    
    This [PR](elastic/elasticsearch#8062) broke ScriptEngineService by adding a new method `scriptRemoved(CompiledScript)`.
    
    Closes #29.
    
    (cherry picked from commit 1fd05bc)
    dadoonet committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    f31dc29 View commit details
    Browse the repository at this point in the history
  2. Docs: make the welcome page more obvious

    Closes #25.
    
    (cherry picked from commit 28cbf3a)
    dadoonet committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    6041794 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Update to Elasticsearch 1.3.5

    Closes #31
    tlrx committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    c6b7d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a4e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0130a View commit details
    Browse the repository at this point in the history
Loading