Skip to content

Commit b69ab44

Browse files
committed
Merge pull request #126 from u2/exposure
implement universally unique attributes to silo exposure logic
2 parents ad72908 + 283fc7f commit b69ab44

File tree

4 files changed

+288
-190
lines changed

4 files changed

+288
-190
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
# Offense count: 8
99
Metrics/AbcSize:
10-
Max: 51
10+
Max: 54
1111

1212
# Offense count: 1
1313
# Configuration parameters: CountComments.
1414
Metrics/ClassLength:
15-
Max: 337
15+
Max: 362
1616

1717
# Offense count: 5
1818
Metrics/CyclomaticComplexity:
@@ -21,12 +21,12 @@ Metrics/CyclomaticComplexity:
2121
# Offense count: 175
2222
# Configuration parameters: AllowURI, URISchemes.
2323
Metrics/LineLength:
24-
Max: 146
24+
Max: 149
2525

2626
# Offense count: 7
2727
# Configuration parameters: CountComments.
2828
Metrics/MethodLength:
29-
Max: 32
29+
Max: 36
3030

3131
# Offense count: 5
3232
Metrics/PerceivedComplexity:
@@ -54,11 +54,11 @@ Style/FileName:
5454
Style/Lambda:
5555
Enabled: false
5656

57-
# Offense count: 1
57+
# Offense count: 2
5858
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
5959
Style/Next:
6060
Enabled: false
6161

6262
# Offense count: 2
6363
Style/RegexpLiteral:
64-
MaxSlashes: 0
64+
MaxSlashes: 0

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.4.6 (Next)
22
============
33

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

0 commit comments

Comments
 (0)