-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#62] Renamed all sumo_repo* modules to sumo_store*.
- Loading branch information
Showing
16 changed files
with
166 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
# Changelog | ||
|
||
## `master` | ||
|
||
### Added | ||
|
||
- [#21] asc/desc option for ordering. | ||
- `CONTRIBUTORS.md`. | ||
- [#3] Full conditional logic for MySQL and MongoDB. | ||
- [#61] Add `erlang.mk`. | ||
- [#67] GitHub page http://inaka.github.io/sumo_db/. | ||
- [#74] ElasticSearch backend and repo. | ||
- [#77] Defaults for worker pool's overrun configuration values. | ||
- [#51] Use a proper overrun warning for wpool. | ||
|
||
### Deprecated | ||
|
||
- [#62] Renamed all `sumo_repo*` modules to `sumo_store*`. Existing repo modules in your application should be updated with the new names. | ||
|
||
### Removed | ||
|
||
- [#87] Removed SQLite repo and dependency. | ||
|
||
### Fixed | ||
|
||
- [#70] Log execution time in miliseconds. | ||
- [#72] Provide version for dependencies. | ||
- [#79] Remove git account for dependencies. | ||
- [#81] Blog example doesn't build cleanly. | ||
- [#80] Fixed the run escript to not throw errors for make blog. | ||
|
||
## 0.1.3 - 2014-09-23 | ||
|
||
### Added | ||
|
||
- [#68] Accept `wpool_opts` entry in configuration file. | ||
|
||
### Deprecated | ||
|
||
- None. | ||
|
||
### Removed | ||
|
||
- None. | ||
|
||
### Fixed | ||
|
||
- None. | ||
|
||
## 0.1.2 - 2014-07-11 | ||
|
||
### Added | ||
|
||
- [#58] Upgraded rebar to 2.5.0 so that it plays nicely with erlang.mk. | ||
|
||
### Deprecated | ||
|
||
- None. | ||
|
||
### Removed | ||
|
||
- None. | ||
|
||
### Fixed | ||
|
||
- None. | ||
|
||
## 0.1.1 - 2014-07-02 | ||
|
||
### Added | ||
|
||
- [#56] Ready for R17. Fixed all compilation warnings. | ||
|
||
### Deprecated | ||
|
||
- None. | ||
|
||
### Removed | ||
|
||
- None. | ||
|
||
### Fixed | ||
|
||
- None. | ||
|
||
## 0.1.0 - 2014-06-04 | ||
|
||
### Added | ||
|
||
- All basic sumo_db features: | ||
- Backends | ||
- Repos | ||
- Events | ||
|
||
### Deprecated | ||
|
||
- None. | ||
|
||
### Removed | ||
|
||
- None. | ||
|
||
### Fixed | ||
|
||
- None. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
## Contributors | ||
Besides all the devs at [@inaka](https://github.com/inaka), we want to specially thank these rockstars: | ||
Besides all the devs at [@inaka](https://github.com/inaka), we want to specially | ||
thank these rockstars: | ||
|
||
* [@marcelog](https://github.com/marcelog), who created the project and guided us all in the path of the repository | ||
* [@AxisOfEval](https://github.com/AxisOfEval), who has jumped right in and started sharing his knowledge (and code) with us out of the blue | ||
* [@marcelog](https://github.com/marcelog), who created the project and guided | ||
us all in the path of the repository | ||
* [@AxisOfEval](https://github.com/AxisOfEval), who has jumped right in and | ||
started sharing his knowledge (and code) with us out of the blue. | ||
|
||
*NOTE:* We (i.e. [@inaka](https://github.com/inaka)) will keep adding people to this list as soon as they make | ||
valuable contributions to the project, but if you feel someone (even you) is missing feel free to send us a PR | ||
to correct that mistake right away :) | ||
*NOTE:* We (i.e. [@inaka](https://github.com/inaka)) will keep adding people to | ||
this list as soon as they make valuable contributions to the project, but if you | ||
feel someone (even you) is missing feel free to send us a PR to correct that | ||
mistake right away :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
%%% @end | ||
%%% @copyright Inaka <[email protected]> | ||
%%% | ||
-module(sumo_repo). | ||
-module(sumo_store). | ||
-author("Marcelo Gornstein <[email protected]>"). | ||
-github("https://github.com/inaka"). | ||
-license("Apache License 2.0"). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ | |
%%% @end | ||
%%% @copyright Inaka <[email protected]> | ||
%%% | ||
-module(sumo_repo_elasticsearch). | ||
-module(sumo_store_elasticsearch). | ||
-author("Juan Facorro <[email protected]>"). | ||
-license("Apache License 2.0"). | ||
|
||
-behavior(sumo_repo). | ||
-behavior(sumo_store). | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% Exports. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,12 @@ | |
%%% @end | ||
%%% @copyright Inaka <[email protected]> | ||
%%% | ||
-module(sumo_repo_mongo). | ||
-module(sumo_store_mongo). | ||
-author("Marcelo Gornstein <[email protected]>"). | ||
-github("https://github.com/inaka"). | ||
-license("Apache License 2.0"). | ||
|
||
-behavior(sumo_repo). | ||
-behavior(sumo_store). | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% Exports. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
%%% @end | ||
%%% @copyright Inaka <[email protected]> | ||
%%% | ||
-module(sumo_repo_mysql). | ||
-module(sumo_store_mysql). | ||
-author("Marcelo Gornstein <[email protected]>"). | ||
-github("https://github.com/inaka"). | ||
-license("Apache License 2.0"). | ||
|
||
-include_lib("emysql/include/emysql.hrl"). | ||
|
||
-behavior(sumo_repo). | ||
-behavior(sumo_store). | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%% Exports. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
%%% @end | ||
%%% @copyright Inaka <[email protected]> | ||
%%% | ||
-module(sumo_repo_sup). | ||
-module(sumo_store_sup). | ||
-author("Marcelo Gornstein <[email protected]>"). | ||
-github("https://github.com/inaka"). | ||
-license("Apache License 2.0"). | ||
|
||
-define(CLD(Name, Module, Options), | ||
{ Name | ||
, {sumo_repo, start_link, [Name, Module, Options]} | ||
, {sumo_store, start_link, [Name, Module, Options]} | ||
, permanent | ||
, 5000 | ||
, worker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.