Skip to content

Commit

Permalink
Merge pull request #160 from mnylen/update-changelog-and-contributing…
Browse files Browse the repository at this point in the history
…-guidelines

Update changelog and contributing guidelines
  • Loading branch information
michaelklishin committed May 13, 2015
2 parents 04c8710 + 67dccf7 commit 055b8d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
@@ -1,12 +1,22 @@
## Pre-requisites

The project uses [Leiningen 2](https://leiningen.org) and requires ElasticSearch `1.4.x` or more recent to be running
locally. Make
locally.

`script.disable_dynamic` must be `false` for all tests to pass. To set this, add the following to your `elasticsearch.yml` file:

script:
disable_dynamic: false

Make
sure you have those two installed and then run tests against all supported Clojure versions using

lein all test

## Pull Requests

Then create a branch and make your changes on it. Once you are done with your changes and all
tests pass, write a [good, detailed commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) submit a pull request on GitHub.
tests pass, write a [good, detailed commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) and submit a pull request on GitHub.

Don't forget to add your changes to `ChangeLog.md` and credit yourself!

7 changes: 7 additions & 0 deletions ChangeLog.md
Expand Up @@ -8,6 +8,13 @@ Elastisch now depends on ElasticSearch Java client version `1.5.x`.

[clj-http](https://github.com/dakrone/clj-http/) dependency has been upgraded to version `1.1.0`.

### Better support for plural/single indices and aliases in native update-aliases

* `:remove` action now works with singular `:index` key
* multiple aliases can be added with single `:add` action
* alias can be removed from multiple indices with single `:remove` action

Contributed by @mnylen

## Changes between Elastisch 2.2.0-beta2 and 2.2.0-beta3

Expand Down

0 comments on commit 055b8d5

Please sign in to comment.