-
Notifications
You must be signed in to change notification settings - Fork 803
Comparing changes
Open a pull request
base repository: elastic/elasticsearch-rails
base: main
head repository: elastic/elasticsearch-rails
compare: 5.x
- 20 commits
- 29 files changed
- 5 contributors
Commits on Apr 7, 2017
-
Added the "Compatibility" chapter to the READMEs
In order to make the support for different Elasticsearch versions more clear, a special "Compatibility" chapter has been added to the main README and individual gem READMEs. The versioning scheme follows the scheme for the Elasticsearch Ruby client, ie. the version number matches the supported major version of Elasticsearch. See: * elastic/elasticsearch-ruby@3bdb385
Configuration menu - View commit details
-
Copy full SHA for 620dcca - Browse repository at this point
Copy the full SHA 620dccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dd0e1 - Browse repository at this point
Copy the full SHA 05dd0e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 839da59 - Browse repository at this point
Copy the full SHA 839da59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83107f2 - Browse repository at this point
Copy the full SHA 83107f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c243026 - Browse repository at this point
Copy the full SHA c243026View commit details
Commits on Apr 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d1d4dd9 - Browse repository at this point
Copy the full SHA d1d4dd9View commit details -
[STORE] Updated the dependency for "elasticsearch" and "elasticsearch…
…-model" to `5.x` Related: #693
Configuration menu - View commit details
-
Copy full SHA for 2010cf2 - Browse repository at this point
Copy the full SHA 2010cf2View commit details
Commits on May 4, 2017
-
[MODEL] Updated the dependency on "elasticsearch" to 5.x
The 5.x versions should depend on the corresponding version of the Ruby client. Related: #702
Configuration menu - View commit details
-
Copy full SHA for bce6c42 - Browse repository at this point
Copy the full SHA bce6c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf2e8e - Browse repository at this point
Copy the full SHA ccf2e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b698a - Browse repository at this point
Copy the full SHA 22b698aView commit details
Commits on Dec 4, 2017
-
[MODEL] Updated the
changes
method name inIndexing
to `changes_t……o_save` for compatibility with Rails 5.1 Without this patch, the log on Rails 5.1 is full of deprecation warnings like: DEPRECATION WARNING: The behavior of `changed_attributes` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_changes.transform_values(&:first)` instead. (called from update_funding_caches at... It was first reported in #714. This patch fixes #758.
Configuration menu - View commit details
-
Copy full SHA for 900899c - Browse repository at this point
Copy the full SHA 900899cView commit details -
[MODEL] Fixed the handling of changed attributes in
Indexing
to wor……k with older Rails versions This patch builds on work in #738 by @jkeam and #758 by @Geesu to prevent deprecation warnings on Rails 5.1 due to changes in the handling of "changed attributes", originally reported by @davedash in #714. It's primary focus is to restore the compatibility with older Rails versions (so we don't break compatibility without proper version bump and in a single isolated commit), and to make the naming a bit more descriptive. First, the condition has been changed to work with the `changes_to_save` and `changes` methods, as opposed to the original `changed_attributes` / `attributes_in_database` naming. This communicates much more clearly the intent, and the original usage of `changed_attributes` has been misleading. Also, the "internal instance variable" which keeps track of the changes has been renamed to `@__changed_model_attributes`, in order to cleary differentiate it from the `changed_attributes` method name in older ActiveRecord versions. Closes #758
Configuration menu - View commit details
-
Copy full SHA for a41d9a2 - Browse repository at this point
Copy the full SHA a41d9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6f27d - Browse repository at this point
Copy the full SHA 3b6f27dView commit details
Commits on Jun 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0239bd1 - Browse repository at this point
Copy the full SHA 0239bd1View commit details -
[CI] Update Travis matrix for 5.x branch (#806)
* [CI] Update Travis matrix * [MODEL] Mock the #to_ary method in multimodel test for Ruby 2.2
Configuration menu - View commit details
-
Copy full SHA for 8d79b98 - Browse repository at this point
Copy the full SHA 8d79b98View commit details
Commits on Jun 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 931830c - Browse repository at this point
Copy the full SHA 931830cView commit details
Commits on Jul 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 10028bb - Browse repository at this point
Copy the full SHA 10028bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b000bd - Browse repository at this point
Copy the full SHA 0b000bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212b37a - Browse repository at this point
Copy the full SHA 212b37aView commit details
Commits on Aug 17, 2018
-
[MODEL] Support :scope, :query and :preprocess importing options for …
…Mongoid (#786) * [MODEL] Support scope, query and preprocess importing options in Mongoid Adapter * test(mongoid-adapter): add testing for importing mongoid model with default scope
Configuration menu - View commit details
-
Copy full SHA for bfdd224 - Browse repository at this point
Copy the full SHA bfdd224View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...5.x