Skip to content

Persistence implementation: Repository pattern #71

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

Merged
merged 32 commits into from
May 27, 2014
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6e199e4
[STORE] Added the blank skeleton of the "elasticsearch-persistence" gem
karmi Mar 25, 2014
4488ea5
[STORE] Added the Persistence::Repository module and client integration
karmi Mar 25, 2014
48d7132
[STORE] Added the default `Repository::Class` for convenience
karmi Mar 29, 2014
e5d9ffb
[STORE] Added the `Naming` module
karmi Mar 29, 2014
7165f3d
[STORE] Added the `Serialize` module
karmi Mar 29, 2014
5938ef0
[STORE] Added the `Store` module
karmi Mar 29, 2014
41a3695
[STORE] Added the `Find` module
karmi Mar 31, 2014
7bcd91d
[STORE] Added the `Search` module
karmi Mar 31, 2014
485a4f9
[STORE] Added the DSL variant of `klass` setter method
karmi Mar 31, 2014
c4b1d41
[STORE] Added the methods from the "elasticsearch-model" gem
karmi Mar 31, 2014
5160424
[STORE] Refactored the `:index` paramter to use repository `index_name`
karmi Mar 31, 2014
0989784
[STORE] Changed that `document_type` method returns `nil` when no `kl…
karmi Apr 1, 2014
caecfa9
[STORE] Changed that the `Store` methods reflect that `klass` returns…
karmi Apr 1, 2014
2fbc3aa
[STORE] Added the `index` and `type` aliases for `index_name` and `do…
karmi Apr 1, 2014
6d739dd
[STORE] Added, that `document_type` can set the document type for rep…
karmi Apr 1, 2014
e4e6ff2
[STORE] Changed, that repository methods respect `document_type` when…
karmi Apr 1, 2014
c391a3b
[STORE] Implemented the gateway pattern for the repository integration
karmi Apr 2, 2014
63da64a
[STORE] Added, that `index_name` is inferred from the including class
karmi Apr 2, 2014
1299c0b
[STORE] Added, that the repository class reflects the `:index` option
karmi Apr 2, 2014
a929413
[STORE] Added that the `client` can be set in a DSL-like way
karmi Apr 3, 2014
cbbff17
[STORE] Added `respond_to_missing?` to the proxy objects
karmi Apr 3, 2014
44c9952
[STORE] Added the `method_added` hook to allow defining gateway metho…
karmi Apr 4, 2014
ca1270d
[STORE] Added code annotation, documentation and examples
karmi Apr 4, 2014
94a19de
[STORE] Added a comprehensive usage information / tutorial to the README
karmi Apr 4, 2014
e853785
[STORE] Added an example Sinatra web application for the repository p…
karmi Apr 7, 2014
4881db8
[STORE] Added development dependency on "oj"
karmi Apr 17, 2014
afafa12
[STORE] Fixed, that `search` respects `document_type` set in class
pepe Apr 15, 2014
0e66341
[STORE] Added a unit test for searching in type based on `document_type`
karmi Apr 17, 2014
44f6bca
[STORE] Added integration tests for the Repository pattern
karmi Apr 17, 2014
c44c343
[STORE] Added the `__extract_id_from_document` method to Naming module
karmi Apr 19, 2014
b97491a
[STORE] Added a `update` method for the repository Store module
karmi Apr 19, 2014
91814b3
[STORE] Improved the documentation across the persistence gem
karmi May 27, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[STORE] Added a comprehensive usage information / tutorial to the README
  • Loading branch information
karmi committed May 27, 2014
commit 94a19dee3d31b5d706c13470bb45414df4d178b8
Loading