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-transport-wares
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-transport-wares
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: es-1.5
Choose a head ref
  • 17 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 2, 2014

  1. Update to elasticsearch 1.2.0

    Closes #20.
    Closes #21.
    kohsuke authored and dadoonet committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    a38038a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ec540 View commit details
    Browse the repository at this point in the history
  3. Update to elasticsearch 1.3.0

    Closes #23.
    dadoonet committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    5e10b27 View commit details
    Browse the repository at this point in the history
  4. NodeServlet should use an elasticsearch node created elsewhere in the…

    … webapp
    
    My code already creates an elasticsearch node using NodeBuilder.
    I'd like NodeServlet to be able to use the node I've already created, rather than create a new one.
    
    Closes #17
    (cherry picked from commit 79934d8)
    tstibbs authored and dadoonet committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    0828ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Update to elasticsearch 1.3.1

    Related to #23.
    dadoonet committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    a5ece71 View commit details
    Browse the repository at this point in the history
  2. Update to elasticsearch 1.4.0

    Closes #25.
    dadoonet committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    6e35c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Configuration menu
    Copy the full SHA
    3510662 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Depend on elasticsearch-parent

    To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project.
    This commit is the first step for this plugin to depend on this new `pom` maven project.
    
    (cherry picked from commit bf789b4)
    dadoonet committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    608a3c0 View commit details
    Browse the repository at this point in the history
  2. Add sonatype snapshot repository

    (cherry picked from commit d7e1343)
    dadoonet committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    2e2e96a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. create es-1.5 branch

    dadoonet committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    360ba3f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2015

  1. Configuration menu
    Copy the full SHA
    b1d6292 View commit details
    Browse the repository at this point in the history
  2. Move to elastic owner

    (cherry picked from commit 7dc3ce1)
    (cherry picked from commit 4d486b1)
    dadoonet committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    4740d56 View commit details
    Browse the repository at this point in the history
  3. elasticsearch-parent compatibility

    Projects which are depending on `elasticsearch-parent` pom don't have anymore an `elasticsearch.version` property.
    We need to deal with that and check that we don't release a version which depends on a `SNAPSHOT` parent.
    
    (cherry picked from commit 7bb6c8a)
    (cherry picked from commit c01a296)
    dadoonet committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    ab5f745 View commit details
    Browse the repository at this point in the history
  4. Update to elasticsearch 1.5.0

    Closes #31.
    dadoonet committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    afa4aaf View commit details
    Browse the repository at this point in the history
  5. Fix change in RestChannel

    `RestChannel` now has a parameter `detailedErrorsEnabled` which wasn't being passed in, causing a `NoSuchMethodError` if you try to run it with elasticsearch 1.5 (and a compile error if you tried to compile it).
    
    See also elastic/elasticsearch#10117
    
    Closes #30.
    tstibbs authored and dadoonet committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    91445ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29c3f27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8589628 View commit details
    Browse the repository at this point in the history
Loading