Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.json.rabl 36 Bytes
create.json.rabl 42 Bytes
get_status.json.rabl 73 Bytes
index.json.rabl 47 Bytes
main.json.rabl 2.02 KB
show.json.rabl 978 Bytes
update.json.rabl 42 Bytes

Latest revisions

# Date Author Comment
a322a96e 04/12/2016 08:47 AM Ori Rabin

Fixes #14190 - consistent api output and search options

999d8e3e 02/10/2016 07:01 AM Justin Sherrill

Fixes #13639 - add host permissions to host show api

7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

c804d530 01/20/2016 02:41 PM Shimon Shtein

Fixes #13216 - Added ability to extend API by creating facet subnode
This commit adds the ability for plugins to extend Host model with custom data that will be stored in a facet model.
In order to show this data an extension point is added to Host's view API, so the properties list can be extended by the facet....

4e08a71c 10/27/2015 11:16 AM Shlomi Zadok

Fixes #12132 - [API] Host all parameters should include host parameters

a4d21e68 09/17/2015 04:00 AM Shlomi Zadok

Fixes #11763 - Add inherited parameters to Host view api

e54016da 09/04/2015 08:03 AM Marek Hulán

Fixes #10782 - global host status

Introduce new global host status that is composed of host substatuses.
Each substatus defines a mapping to the global one which can result in
three values
  • OK
  • WARN
  • ERROR

Plugins can add their own substatuses. These are automatically...

bb3572ff 09/02/2015 05:58 AM Daniel Lobato Garcia

Refs #3809 - Stabby lambda syntax for oneliners

I started by spotting log.rb which didn't have a lambda wrapping its
default scope, as needed by Rails 4. Since the style guide and most
Rails 4 documents used the stabby lambda, I turned on the cop so that we...

cc9352dc 06/18/2015 10:49 AM Ohad Levy

fixes #10861 - Remove unused columns from the hosts table

  • Serial - Never really used, probably can be refactored as kernel
    parameters.
  • last_freshcheck, source_file_id - left overs from puppet old store
    configs compatibility that we no longer use, I assume no one is using...
cfd1c413 03/12/2015 10:48 AM Tomáš Strachota

Fixes #9657 - merge NICs from compute profile in host create API

- updated api docs for hosts and interfaces
- host create/update api actions now merge interfaces from compute
profiles
- NIC type mapping extracted into a separate class
- return full host detail after host update

View revisions

Also available in: Atom