Project

General

Profile

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

Latest revisions

# Date Author Comment
4bc4fdc1 05/05/2016 01:05 PM Tomer Brisker

Fixes #14934 - Remove rails 3.2 workaround from parameter model

85a97146 04/20/2016 10:06 AM Dominic Cleal

fixes #13244 - update Rails to 4.2.6

- Add responders gem to support class-level respond_to usage
- http://edgeguides.rubyonrails.org/4_2_release_notes.html#respond-with-class-level-respond-to
- Replace foreigner with native Rails 4.2 FK support
- uses a patch from Rails 5 to support Foreigner's...

bd622a22 04/20/2016 08:27 AM Dominic Cleal

refs #14691 - user editing self should not change User.current

Rather than changing the behaviour of #to_label to return persisted
data, the User.current object should not be modified with unsaved data
from the form submission or API update.

User.current is used for authz as well as for display purposes, so...

8f9fdae3 04/08/2016 06:55 AM Evgeni Golov

fixes #14502 - fix documentation of the hosts controller for puppetclass_ids

previously it wrongly stated that the parameter is called
puppet_class_ids

aeba4f42 04/07/2016 02:22 AM Ivan Necas

Fixes #14503 - don't join reports with the logs and resources explicitly in API

Using `.includes(:logs => [:message, :source])` in the search scope
for reports caused serious performance issues (ending up with server
taking all of its memory). I've found no reason for the `includes` to...

e52bc50f 04/05/2016 03:25 AM Adam Ruzicka

Fixes #14330 - Provide option in hammer to change display type for
libvirt compute resource

7ffb50b9 04/04/2016 03:34 AM Marek Hulán

Fixes #5816 - allow editing and displaying self via API

355c3a31 03/31/2016 04:13 AM Dominic Cleal

fixes #12746 - list compute resources from plugin definitions

Load the full list of known CRs from plugins on the fly, instead of
modifying the class-level list of supported plugins. Since plugin
definitions don't get reloaded, this allows the ComputeResource class to...

9738552e 03/22/2016 08:17 AM Tom Caspy

fixes #14050 - resolving N+1 query on hosts#index

308f611d 03/22/2016 07:12 AM Marek Hulán

Fixes #14264 - improve primary interface selection

View revisions

Also available in: Atom