familia 2.0.0.pre8 → 2.0.0.pre10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +13 -0
  3. data/.github/workflows/docs.yml +1 -1
  4. data/.gitignore +9 -9
  5. data/.rubocop.yml +19 -0
  6. data/.yardopts +22 -1
  7. data/CHANGELOG.md +184 -0
  8. data/CLAUDE.md +8 -5
  9. data/Gemfile.lock +1 -1
  10. data/README.md +62 -2
  11. data/changelog.d/README.md +66 -0
  12. data/changelog.d/fragments/.keep +0 -0
  13. data/changelog.d/template.md.j2 +29 -0
  14. data/docs/archive/.gitignore +2 -0
  15. data/docs/archive/FAMILIA_RELATIONSHIPS.md +210 -0
  16. data/docs/archive/FAMILIA_TECHNICAL.md +823 -0
  17. data/docs/archive/FAMILIA_UPDATE.md +226 -0
  18. data/docs/archive/README.md +67 -0
  19. data/docs/guides/.gitignore +2 -0
  20. data/docs/{wiki → guides}/Relationships-Guide.md +103 -50
  21. data/docs/guides/relationships-methods.md +266 -0
  22. data/examples/relationships_basic.rb +90 -157
  23. data/familia.gemspec +4 -4
  24. data/lib/familia/connection.rb +4 -21
  25. data/lib/familia/features/relationships/indexing.rb +160 -175
  26. data/lib/familia/features/relationships/membership.rb +16 -21
  27. data/lib/familia/features/relationships/tracking.rb +61 -21
  28. data/lib/familia/features/relationships.rb +15 -8
  29. data/lib/familia/horreum/subclass/definition.rb +2 -0
  30. data/lib/familia/horreum.rb +15 -24
  31. data/lib/familia/version.rb +1 -1
  32. data/setup.cfg +12 -0
  33. data/try/features/relationships/relationships_api_changes_try.rb +339 -0
  34. data/try/features/relationships/relationships_try.rb +6 -5
  35. metadata +43 -30
  36. /data/docs/{wiki → guides}/API-Reference.md +0 -0
  37. /data/docs/{wiki → guides}/Connection-Pooling-Guide.md +0 -0
  38. /data/docs/{wiki → guides}/Encrypted-Fields-Overview.md +0 -0
  39. /data/docs/{wiki → guides}/Expiration-Feature-Guide.md +0 -0
  40. /data/docs/{wiki → guides}/Feature-System-Guide.md +0 -0
  41. /data/docs/{wiki → guides}/Features-System-Developer-Guide.md +0 -0
  42. /data/docs/{wiki → guides}/Field-System-Guide.md +0 -0
  43. /data/docs/{wiki → guides}/Home.md +0 -0
  44. /data/docs/{wiki → guides}/Implementation-Guide.md +0 -0
  45. /data/docs/{wiki → guides}/Quantization-Feature-Guide.md +0 -0
  46. /data/docs/{wiki → guides}/Security-Model.md +0 -0
  47. /data/docs/{wiki → guides}/Transient-Fields-Guide.md +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: familia
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.pre8
4
+ version: 2.0.0.pre10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum
@@ -13,58 +13,58 @@ dependencies:
13
13
  name: benchmark
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
16
+ - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0'
18
+ version: '0.1'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
- - - ">="
23
+ - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0'
25
+ version: '0.1'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: connection_pool
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: '2.4'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0'
39
+ version: '2.4'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: csv
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0'
46
+ version: '3.1'
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - ">="
51
+ - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '0'
53
+ version: '3.1'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: logger
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - ">="
58
+ - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0'
60
+ version: '1.6'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - ">="
65
+ - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0'
67
+ version: '1.6'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: redis
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -129,27 +129,38 @@ files:
129
129
  - ".rubocop.yml"
130
130
  - ".rubocop_todo.yml"
131
131
  - ".yardopts"
132
+ - CHANGELOG.md
132
133
  - CLAUDE.md
133
134
  - Gemfile
134
135
  - Gemfile.lock
135
136
  - LICENSE.txt
136
137
  - README.md
137
138
  - bin/irb
139
+ - changelog.d/README.md
140
+ - changelog.d/fragments/.keep
141
+ - changelog.d/template.md.j2
142
+ - docs/archive/.gitignore
143
+ - docs/archive/FAMILIA_RELATIONSHIPS.md
144
+ - docs/archive/FAMILIA_TECHNICAL.md
145
+ - docs/archive/FAMILIA_UPDATE.md
146
+ - docs/archive/README.md
138
147
  - docs/connection_pooling.md
148
+ - docs/guides/.gitignore
149
+ - docs/guides/API-Reference.md
150
+ - docs/guides/Connection-Pooling-Guide.md
151
+ - docs/guides/Encrypted-Fields-Overview.md
152
+ - docs/guides/Expiration-Feature-Guide.md
153
+ - docs/guides/Feature-System-Guide.md
154
+ - docs/guides/Features-System-Developer-Guide.md
155
+ - docs/guides/Field-System-Guide.md
156
+ - docs/guides/Home.md
157
+ - docs/guides/Implementation-Guide.md
158
+ - docs/guides/Quantization-Feature-Guide.md
159
+ - docs/guides/Relationships-Guide.md
160
+ - docs/guides/Security-Model.md
161
+ - docs/guides/Transient-Fields-Guide.md
162
+ - docs/guides/relationships-methods.md
139
163
  - docs/overview.md
140
- - docs/wiki/API-Reference.md
141
- - docs/wiki/Connection-Pooling-Guide.md
142
- - docs/wiki/Encrypted-Fields-Overview.md
143
- - docs/wiki/Expiration-Feature-Guide.md
144
- - docs/wiki/Feature-System-Guide.md
145
- - docs/wiki/Features-System-Developer-Guide.md
146
- - docs/wiki/Field-System-Guide.md
147
- - docs/wiki/Home.md
148
- - docs/wiki/Implementation-Guide.md
149
- - docs/wiki/Quantization-Feature-Guide.md
150
- - docs/wiki/Relationships-Guide.md
151
- - docs/wiki/Security-Model.md
152
- - docs/wiki/Transient-Fields-Guide.md
153
164
  - examples/bit_encoding_integration.rb
154
165
  - examples/redis_command_validation_example.rb
155
166
  - examples/relationships_basic.rb
@@ -226,6 +237,7 @@ files:
226
237
  - lib/familia/validation/validator.rb
227
238
  - lib/familia/version.rb
228
239
  - lib/middleware/database_middleware.rb
240
+ - setup.cfg
229
241
  - try/configuration/scenarios_try.rb
230
242
  - try/core/base_enhancements_try.rb
231
243
  - try/core/connection_try.rb
@@ -316,6 +328,7 @@ files:
316
328
  - try/features/quantization/quantization_try.rb
317
329
  - try/features/real_feature_integration_try.rb
318
330
  - try/features/relationships/categorical_permissions_try.rb
331
+ - try/features/relationships/relationships_api_changes_try.rb
319
332
  - try/features/relationships/relationships_edge_cases_try.rb
320
333
  - try/features/relationships/relationships_performance_minimal_try.rb
321
334
  - try/features/relationships/relationships_performance_simple_try.rb
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes