Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 314 Bytes
application_controller.rb 13.1 KB
architectures_controller.rb 848 Bytes
audits_controller.rb 593 Bytes
auth_source_ldaps_controller.rb 872 Bytes
autosign_controller.rb 1.29 KB
bookmarks_controller.rb 933 Bytes
common_parameters_controller.rb 1004 Bytes
compute_attributes_controller.rb 880 Bytes
compute_profiles_controller.rb 919 Bytes
compute_resources_controller.rb 3.9 KB
compute_resources_vms_controller.rb 4.51 KB
config_groups_controller.rb 892 Bytes
config_templates_controller.rb 2.34 KB
dashboard_controller.rb 452 Bytes
domains_controller.rb 743 Bytes
environments_controller.rb 838 Bytes
external_usergroups_controller.rb 558 Bytes
fact_values_controller.rb 957 Bytes
facts_controller.rb 491 Bytes
filters_controller.rb 2.09 KB
home_controller.rb 1.04 KB
hostgroups_controller.rb 5.23 KB
hosts_controller.rb 24.5 KB
images_controller.rb 1.36 KB
interfaces_controller.rb 866 Bytes
locations_controller.rb 156 Bytes
lookup_keys_controller.rb 947 Bytes
lookup_values_controller.rb 1.1 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 762 Bytes
models_controller.rb 733 Bytes
operatingsystems_controller.rb 1.14 KB
organizations_controller.rb 160 Bytes
permissions_controller.rb 702 Bytes
ptables_controller.rb 773 Bytes
puppetca_controller.rb 1.56 KB
puppetclasses_controller.rb 2.88 KB
realms_controller.rb 727 Bytes
reports_controller.rb 1.05 KB
roles_controller.rb 2.24 KB
settings_controller.rb 961 Bytes
smart_proxies_controller.rb 1.7 KB
statistics_controller.rb 1.59 KB
subnets_controller.rb 2.2 KB
tasks_controller.rb 324 Bytes
topbar_sweeper.rb 624 Bytes
trends_controller.rb 973 Bytes
unattended_controller.rb 10.8 KB
usergroups_controller.rb 1.11 KB
users_controller.rb 3.75 KB

Latest revisions

# Date Author Comment
e1aec1dc 03/24/2015 05:05 AM Tomer Brisker

Fixes #9444 - prevent 404 error on current_parameters and domain_selected

b8239e44 03/23/2015 12:47 PM Shlomi Zadok

fixes #9823 - Add description to smart variables

0b1dafbb 03/23/2015 12:36 PM Shlomi Zadok

fixes #9469 - redirect to reports#index on destroy

55be35e9 03/15/2015 04:27 AM Tomáš Strachota

Fixes #9723 - missing owner_type in host api docs

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

1b1b3986 03/10/2015 04:21 AM Tomáš Strachota

Fixes #9678 - Can't update admin flag for users via API

find_resource needs to be defined prior to UsersMixin is included as it
requires the variable @user being set.

6d05514a 03/05/2015 07:31 AM Tomáš Strachota

Fixes #9480 - multiple NICs integration with compute profiles

From users point of view:
- interfaces setup in compute profiles is back
- interface related compute attrs get merged into host NICs upon compute
profile selection
- NIC overview table displays details in the column "Type"...

b9521a8d 02/26/2015 08:30 AM Shimon Shtein

Fixes #9427 - Return meaningful errors from subnets/freeip and parse the error response to the UI

f23483a2 02/25/2015 03:29 AM Johannes Scheuermann

fixes #9397 - Make usage of @host.operatingsystem in UnattendedController consistent

Changed all host.os to host.operatingsystem

96277f87 02/24/2015 08:05 AM Tomáš Strachota

Fixes #8736 - confirmation before host delete for freshly created hosts

View revisions

Also available in: Atom