Skip to content

Revert "implement universally unique attributes to silo exposure logic" #130

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 1 commit into from
May 19, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 6 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

# Offense count: 8
Metrics/AbcSize:
Max: 54
Max: 51

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 362
Max: 337

# Offense count: 5
Metrics/CyclomaticComplexity:
Expand All @@ -21,12 +21,12 @@ Metrics/CyclomaticComplexity:
# Offense count: 175
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 149
Max: 146

# Offense count: 7
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 36
Max: 32

# Offense count: 5
Metrics/PerceivedComplexity:
Expand Down Expand Up @@ -54,11 +54,11 @@ Style/FileName:
Style/Lambda:
Enabled: false

# Offense count: 2
# Offense count: 1
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
Style/Next:
Enabled: false

# Offense count: 2
Style/RegexpLiteral:
MaxSlashes: 0
MaxSlashes: 0
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
0.4.6 (Next)
============

* [#126](https://github.com/intridea/grape-entity/pull/126): Fix: implement universally unique attributes to silo exposure logic - [@u2](https://github.com/u2).
* [#114](https://github.com/intridea/grape-entity/pull/114): Added 'only' option that selects which attributes should be returned - [@estevaoam](https://github.com/estevaoam).
* [#115](https://github.com/intridea/grape-entity/pull/115): Allowing 'root' to be inherited from parent to child entities - [@guidoprincess](https://github.com/guidoprincess).
* [#121](https://github.com/intridea/grape-entity/pull/122): Sublcassed Entity#documentation properly handles unexposed params - [@dan-corneanu](https://github.com/dan-corneanu).
Expand Down
Loading