Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
  foreman_register
about_controller.rb 674 Bytes
application_controller.rb 14.7 KB
architectures_controller.rb 803 Bytes
audits_controller.rb 491 Bytes
auth_source_externals_controller.rb 484 Bytes
auth_source_ldaps_controller.rb 1.33 KB
auth_sources_controller.rb 373 Bytes
autosign_controller.rb 1.4 KB
bookmarks_controller.rb 624 Bytes
common_parameters_controller.rb 1023 Bytes
compute_attributes_controller.rb 948 Bytes
compute_profiles_controller.rb 892 Bytes
compute_resources_controller.rb 5.71 KB
compute_resources_vms_controller.rb 4.68 KB
config_groups_controller.rb 771 Bytes
config_reports_controller.rb 1.52 KB
dashboard_controller.rb 2.35 KB
domains_controller.rb 702 Bytes
environments_controller.rb 807 Bytes
external_usergroups_controller.rb 993 Bytes
fact_values_controller.rb 1.32 KB
facts_controller.rb 537 Bytes
filters_controller.rb 2.4 KB
home_controller.rb 1.11 KB
hostgroups_controller.rb 4.99 KB
hosts_controller.rb 30 KB
http_proxies_controller.rb 1.08 KB
images_controller.rb 1.46 KB
interfaces_controller.rb 1.26 KB
key_pairs_controller.rb 1.69 KB
links_controller.rb 1.77 KB
locations_controller.rb 208 Bytes
lookup_keys_controller.rb 1.32 KB
lookup_values_controller.rb 1.2 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 727 Bytes
models_controller.rb 690 Bytes
notification_recipients_controller.rb 1.52 KB
operatingsystems_controller.rb 1.45 KB
organizations_controller.rb 216 Bytes
parameters_controller.rb 257 Bytes
permissions_controller.rb 671 Bytes
provisioning_templates_controller.rb 478 Bytes
ptables_controller.rb 199 Bytes
puppetca_controller.rb 1.46 KB
puppetclass_lookup_keys_controller.rb 973 Bytes
puppetclasses_controller.rb 2.96 KB
react_controller.rb 180 Bytes
realms_controller.rb 691 Bytes
registration_commands_controller.rb 704 Bytes
report_templates_controller.rb 1.54 KB
roles_controller.rb 2.66 KB
settings_controller.rb 191 Bytes
smart_proxies_controller.rb 5.8 KB
ssh_keys_controller.rb 593 Bytes
subnets_controller.rb 2.6 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 5.02 KB
unattended_controller.rb 7.09 KB
user_menus_controller.rb 115 Bytes
userdata_controller.rb 1.76 KB
usergroups_controller.rb 1.68 KB
users_controller.rb 8.75 KB

Latest revisions

# Date Author Comment
8137b14c 04/22/2021 03:12 PM Ondřej Ezr

Fixes #30862 - introduce SettingRegistry (#8002)

SettingRegistry keeps all the setting information as set of SettingPresenters in memory.
This registry should be the public API for accessing setting values and keeps all the information about settings.
That will allow dropping all information except `name` and `value` from database....

8c84f4f5 04/19/2021 02:39 PM Leos Stejskal

Fixes #31687 - Host Registration - Repository & GPG keys (#8402)

New feature in `Global Registration template` for adding
repository & gpg key before the host registration starts.

For adding repository (& key), users needs to specify
two parameters: `repo` & `repo_gpg_key`.

e97aec2b 04/14/2021 09:50 AM Lukáš Zapletal

Fixes #32266 - render_error call in userdata fixed (#8442)

744f9bd0 04/04/2021 02:08 PM Marek Hulán

Fixes #32213 - inform user about wrong use of admin flag

Our API filters the admin attribute of user group API via strong params
for non-admin users. Therefore when non-admin tries to create or update
a user group admin flag, it is silently ignored even and the user group...

9d44364c 03/24/2021 02:32 PM yifat makias

Fixes #31883 - Validate compute attributes before API creation

04ac0de6 03/21/2021 02:48 PM Adi Abramovitch

Fixes #29295 - Change operatingsystem_id type from string to number in API docs for ids

8609ef84 03/18/2021 01:21 PM Ewoud Kohl van Wijngaarden

Fixes #30779 - Implement ActionDispatch::RemoteIp (#7960)

The ActionDispatch::RemoteIp middleware can provide the remote IP
correctly as a property of the request object. This looks at
X-Forwarded-For headers while stripping out reverse proxies and falls...

26a20e66 03/12/2021 04:40 PM Leos Stejskal

Fixes #31663 - Registration templates usability issues (#8256)

- New template kind 'Host initial configuration' for
host configuration after the registration.
- Registration templates (like 'Global Registration')
cannot be assigned to operating system...

7212bd76 03/09/2021 11:49 AM Leos Stejskal

Fixes #31885 - Registration - Simplified logic for rex & insights (#8342)

- New options in form for rex & insights: keep default value (inherit from parameter) or override (enforcement of yes or no).
- Showing the current value of rex & insights parameters is not possible, since it can be overriden on OS/host group/organization/location level, this will be enhanced later with the new implementation of the form.

98eb42ee 03/09/2021 11:26 AM Adi Abramovitch

Fixes #31597 - Add description for host param in LDAP

View revisions

Also available in: Atom