Chris Roberts
|
675bea93cc
|
Persist cache for thread
|
2022-04-25 12:26:01 -05:00 |
|
Chris Roberts
|
63e253b506
|
Update cacher to use monitor mixin
|
2022-04-25 12:25:59 -05:00 |
|
Chris Roberts
|
22e34e87e9
|
Include a #to_proto method for all clients
|
2022-04-25 12:25:57 -05:00 |
|
Chris Roberts
|
8cd6b5a05b
|
Initialize logger in method and remove initialize override
|
2022-04-25 12:24:46 -05:00 |
|
Chris Roberts
|
d25f61e3ef
|
Force name to string type before downcasing
|
2022-04-25 12:24:45 -05:00 |
|
Chris Roberts
|
2a4eba8435
|
Be more prescriptive on super usage to make Ruby 2.6 happy
|
2022-04-25 12:24:43 -05:00 |
|
Chris Roberts
|
71ce491197
|
Allow name lookup overrides for proto integration
|
2022-04-25 12:24:42 -05:00 |
|
Chris Roberts
|
4420feb9cf
|
Disable cacher usage until mapper is updated
|
2022-04-25 12:24:42 -05:00 |
|
Chris Roberts
|
84d2dc1c60
|
Always extend connector when prepending the client setup module
|
2022-04-25 12:24:42 -05:00 |
|
Chris Roberts
|
0401f9cad4
|
Check super method to be called and force no arguments if none expected
This fixes an issue with Ruby 2.6 where `super` usage when no
arguments are passed results in an argument error
|
2022-04-25 12:24:42 -05:00 |
|
Chris Roberts
|
e89d344770
|
Extract utility modules into isolated files and add more utils
|
2022-04-25 12:24:41 -05:00 |
|