Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  v1
  v2
api_responder.rb 366 Bytes
base_controller.rb 12 KB

Latest revisions

# Date Author Comment
9643a2cb 01/15/2017 09:31 AM Ori Rabin

Fixes #17653 - Allow all parameters api to unhide values

61ccbc34 01/02/2017 12:56 PM Justin Sherrill

Fixes #17894 - load needed dependent api param group

when rendering facet api param docs

8e81effc 12/29/2016 09:17 AM Amit Karsale

Fixes #13775 - merge if data set is present

5ce812a8 12/20/2016 12:37 PM Swapnil Abnave

Fixes #17678 - APIdoc - URL desc add missing CR types

8b3f1a97 12/20/2016 11:36 AM Shlomi Zadok

Fixes #17525 - Add a friendly error message to invalid dns_id

719a47e0 12/13/2016 01:28 PM Dominic Cleal

refs #17257 - remove interpolation from extracted string

ff5900e9 12/13/2016 10:14 AM Trey Dockendorf

Fixes #17257 - Allow specific configs to be recreated

497c022b 12/07/2016 02:26 AM Tomer Brisker

Fixes #17503 - Only trigger PXELoader suggestion when needed

Previously every host instantiation triggered a PXELoader suggestion,
which led to up to 3 extra queries per host loaded. This changes so that
the suggestion is only applied when a host changes it's OS.

9a4ed000 11/30/2016 05:43 AM Tomáš Strachota

Fixes #17487 - support sessions for api calls

- authenticated api calls save user to session and set
flag api_authenticated_session
- sessions with such flag allow posting requests without CSRF token
- api sessions exipre the same way as UI sessions
- api sessions don't store any additional data to keep the requests...

9fb9397a 11/28/2016 05:06 AM Jan-Otto Kröpke

Fixes #16422 - Foreman API throws ruby exception with ovirt network API

Passing a 'nil' resource_class to the `scope_for` method will always result in a 500 as you cannot call `.where` on nil.

View revisions

Also available in: Atom