issues
search
payout
/
rester
An exceedingly quick way of creating restful interfaces between Ruby services.
https://www.payout.com
MIT License
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve documentation
#110
kayvonghaffari
opened
8 years ago
0
Add before / after blocks for resources
#109
kayvonghaffari
opened
8 years ago
0
Use #get methods of parent resources and store result in params for children
#108
kayvonghaffari
opened
8 years ago
0
[#106] Fix path validation regex for requests
#107
kayvonghaffari
closed
8 years ago
0
Fix path validation regex for requests
#106
kayvonghaffari
closed
8 years ago
0
[#104] Logging client timeouts with correlation ID.
#105
roberthoner
closed
8 years ago
1
Log timeout errors on client side
#104
roberthoner
closed
8 years ago
0
Add `rester new service_name` command to build initial skeleton for a service
#103
roberthoner
opened
8 years ago
0
[#100] Check if Rails responds to application
#102
kayvonghaffari
closed
8 years ago
1
Add RequestHandler middleware for Grape apps
#101
kayvonghaffari
opened
8 years ago
0
Check if Rails responds to application
#100
kayvonghaffari
closed
8 years ago
0
[#98] Improve error message for adapters::connect
#99
kayvonghaffari
closed
8 years ago
1
Make Client::Adapters.connect error message more clear
#98
roberthoner
closed
8 years ago
0
id should name the entire id not just what's after the class name
#97
roberthoner
opened
8 years ago
0
[#95] Allow for dynamic param fields using regex
#96
kayvonghaffari
closed
8 years ago
1
Allow for dynamic param fields using regex
#95
kayvonghaffari
closed
8 years ago
0
[#93] Extend include_stub_response helper to allow regex validation
#94
kayvonghaffari
closed
8 years ago
1
Add rspec helper to validate formats for producer tests
#93
kayvonghaffari
closed
8 years ago
0
Pending producer tests show rester file as source
#92
roberthoner
opened
8 years ago
0
Installing client middleware on first connect.
#91
roberthoner
closed
8 years ago
4
Install client middleware automatically when connecting
#90
roberthoner
closed
8 years ago
0
Adding Rester.wrap_request
#89
roberthoner
closed
8 years ago
1
Replace begin_request/end_request with wrap_request
#88
roberthoner
closed
8 years ago
0
Logging response time in client and service
#87
roberthoner
closed
8 years ago
1
Add response time to service and client logs
#86
roberthoner
closed
8 years ago
0
[#84] Report invalid contexts gracefully
#85
kayvonghaffari
closed
8 years ago
3
Report invalid contexts more gracefully
#84
roberthoner
closed
8 years ago
0
Add support for receiving and passing on correlation IDs
#83
kayvonghaffari
closed
8 years ago
2
[#80] Add option to enable/disable circuit breaker manually
#82
kayvonghaffari
closed
8 years ago
1
Don't let YAML lib auto parse Time
#81
roberthoner
opened
8 years ago
0
Disable circuit breaker for StubAdapter
#80
kayvonghaffari
closed
8 years ago
2
[#72] Make undefined producer side tests pending
#79
kayvonghaffari
closed
8 years ago
3
[#77] Add more validation for Array / Hash params
#78
kayvonghaffari
closed
8 years ago
1
Provide clearer error when an Array or Hash is expected
#77
kayvonghaffari
closed
8 years ago
1
Adding NewRelic middleware
#76
roberthoner
closed
8 years ago
1
Adding support for array and hash params
#75
roberthoner
closed
8 years ago
1
[#60] Improve error message for mismatched request params
#74
kayvonghaffari
closed
8 years ago
1
[#37] Improve error message for mismatched request params
#73
kayvonghaffari
closed
8 years ago
2
Make undefined producer side tests pending
#72
roberthoner
closed
8 years ago
1
StubAdapter#_find_context_by_params shouldn't be case-sensitive
#71
kayvonghaffari
opened
8 years ago
0
Should not run match validations if string is "null"
#70
roberthoner
closed
8 years ago
2
Simplify defining stub context in consumer-side testing
#69
roberthoner
opened
8 years ago
0
Adding pre-parse match validation.
#68
roberthoner
closed
9 years ago
1
Add custom matcher for RSpec contract testing
#67
kayvonghaffari
closed
9 years ago
1
Implementing timeouts and circuit breaker
#66
roberthoner
closed
9 years ago
1
Add built in metadata endpoint to retrieve information about the service
#65
roberthoner
opened
9 years ago
0
Add custom matcher for RSpec contract testing
#64
kayvonghaffari
closed
9 years ago
0
Investigate EOFError
#63
roberthoner
opened
9 years ago
0
Converting `nil` to 'null' in stub request hashes
#62
roberthoner
closed
9 years ago
1
When stringifying request values in StubAdapter, turn nil into 'null'
#61
roberthoner
closed
9 years ago
0
Next