Feature #1419
add feature attribute to proxy information
Description
I need to know what the proxy does and currently foreman does not return the feature attribute via json.
Associated revisions
History
#1
Updated by Joseph Magen over 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Joseph Magen
- Target version set to Bug scrub
#2
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d076d5731d733bbc6210c81d3b11ed7d2ba8b9d7.
This commit adds most of the functionality required for API v1
The overall goal was to extract the existing JSON response
overall controllers, and to move them to a seperate name space.
this include same request and response generated using
APIPIE_RECORD=examples rake test:api
whats missing:
1. Permissions checks for all new controllers
2. Nested routes (e.g. /hosts/id/reports)
3. running tests with oauth/basic_auth (instead of as_admin {get /})