Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
2fba6ad7 09/14/2015 10:08 AM Ondřej Pražák

Fixes #2267 - general rebuild of TFTP, DNS, DHCP

e669d488 09/11/2015 06:06 PM Michael Alves Lobo

Fixes #3650, #11600 - Compute Resource availability_zones, flavors, security_groups API v2 endpoints

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...

6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable

9f88e8a1 08/19/2015 03:42 AM Tom Caspy

fixes #10232 - moving validations and casting out of lookup key and value

758d57a3 07/28/2015 01:02 AM Lukas Zapletal

Fixes #11206 - plugin API now expose default role permissions

17622a29 07/24/2015 10:24 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/AlignArray

7267e023 07/20/2015 11:47 AM Ondřej Pražák

Fixes #6854 - Api status allowed for all users

de9e7ada 07/16/2015 05:56 AM Marek Hulán

Fixes #11035 - template preview feature

319d1ffb 07/02/2015 07:11 AM Alon Goldboim

Fixes #10635 - Formalize deprecation warning

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...
510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

7e8bfe82 06/08/2015 03:32 PM Walter Huf

fixes #10720 - Adds API to get host vm attributes

This exposes an API to fetch a host's vm_compute_attributes,
such as vmware cpus and memory. It lives at a separate endpoint
because it involves a fetch for data from the compute resource,
and may have different performance characteristics than the database.

3088e641 06/04/2015 06:05 AM Eric Helms

Fixes #10487: Add custom logging support

This change moves away from the Rails logger to the 'logging' gem
to support more configurability of logging. Further, this allows for
the creation of custom loggers that plugins can then create during
registration (with `logger`) or through settings....

42117380 04/02/2015 09:22 AM Tomer Brisker

Fixes #8106 - Dashboard rewrite to allow better customization

a180c321 03/25/2015 04:49 AM Tom Caspy

fixes #8516 - removing the require 'fog' from the project, requiring only what we use

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

fa941058 02/08/2015 01:45 PM Shlomi Zadok

fixes #9030 - Adds support to clone config template via api

43c4bd72 01/27/2015 11:58 AM Marek Hulán

Fixes #7456 - Extract primary interface from host

Contributions from:

All host must have at least one primary interface and one provision (can...

2312cccf 11/19/2014 06:03 AM Daniel Lobato Garcia

Refs #3809 - Remove useless assignments

aacd8973 11/12/2014 09:38 AM Bryan Kearney

Fixes #8325 : Enhance the plugin object to use the gem path to understand where the plugin is installed

a59972c3 11/12/2014 05:07 AM Martin Bacovsky

Fixes #4478 - API documentation localized

bfcc8168 11/05/2014 03:52 AM Daniel Lobato Garcia

Refs #3809 - fix shadowing outer local variables

3a36bdf6 10/31/2014 09:22 AM Stephen Benjamin

fixes #7586, #7734, #7172 - user preferences for receiving mail notifications

Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the...

6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

453dc693 10/14/2014 04:10 AM Joseph Magen

fixes #3492 - API v2 nested routes for each controller

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

61750a4f 10/02/2014 12:33 PM Karim Boumedhel

fixes #7608 - Override all puppetclass parameters in one click

c4741504 09/30/2014 07:10 AM Greg Sutcliffe

Fixes #6549 - Add :tests_to_skip to plugin registration block

bf59cec1 09/22/2014 09:25 AM Tomer Brisker

Fixes #2232 - speed up Host view via AJAX

c65bdeac 09/15/2014 05:12 AM Joseph Magen

fixes #7299 - do not display 'Mismatches Report' button when no view-host

633c129f 09/15/2014 04:33 AM Stephen Benjamin

fixes #7213 - exclude plugin permissions from seeds test

e14b6968 09/09/2014 07:03 AM Daniel Lobato Garcia

Fixes #4596 - Change parent of host group via AJAX

Reparenting host groups requires submitting the form to see the changes
nowadays, this fix makes the host group model inherit all properties
from the parent and show them in real time.

d455f32c 09/03/2014 11:24 AM Marek Hulán

Fixes #6444 - add support for virtual NICs

Extend additional interface details refs #2240

NIC facts parsing change and we create interfaces in Foreman according
to facts we recieve.

Subclasses does not define their own attributes and serialize them to
attrs hash. All BMC attributes are extracted to separate columns so it's...

7cb41918 08/15/2014 09:51 AM Daniel Lobato Garcia

Fixes #3976 - Add all view_ permissions to viewer user role

This PR tests that there is a match between foreman access control and
permissions seeded by the db script. It also checks all seeded view_
permissions are part of the viewer role.

fe1a2733 08/15/2014 08:12 AM Greg Petras

Fixes #6756 - exposes vmware resource pools and folders through the API

4b2dffae 08/07/2014 04:21 AM Daniel Lobato Garcia

Fixes #5734 - API for external groups management

6421fa1c 07/31/2014 10:35 AM Daniel Lobato Garcia

Fixes #813 - External usergroups can be linked to an LDAP auth source

22671c50 07/18/2014 03:05 AM Kot

Fixes #3377 - Add altlinux support

4a28771d 07/17/2014 10:05 AM Stephen Benjamin

fixes #1646, #3103 - enable cloning and locking of templates

3ccd0ef6 07/10/2014 11:43 AM Jason Montleon

fixes #4155 - enable host/CR (dis)association via api

14e81700 07/09/2014 01:27 PM Tomáš Strachota

Fixes #6532 - permission related api extensions

- usergroups#show lists associated roles
- listing available resource types
- filters#show lists associated roles
- filters#index lists associated roles and permissions and orders the results
- pagination in permissions#index...
dd941089 07/02/2014 10:08 AM Dmitri Dolguikh

fixes #5753: Engines can now override autocomplete path used in FiltersHelper

db6d37b9 06/15/2014 01:34 PM Amos Benari

fixes #5345 - customizable dashboard

1a6e0963 05/19/2014 11:06 AM Marek Hulán

Fixes #5689 - Plugin permissions are migrated too

10ac97b0 05/12/2014 03:16 PM Joseph Magen

fixes #4250 - API v2 - add compute profiles

d5953972 04/30/2014 12:21 PM Jan Pazdziora

fixes #5241 - Add support for external user groups.

111cde57 04/13/2014 09:24 PM Joseph Magen

fixes #4204 - add config groups feature - assign multiple config groups to a host or hostgroup

5df3d514 04/08/2014 08:23 AM Amos Benari

fixes #4806 add support to register compute resource provider from a plugin

869bbffe 04/04/2014 02:20 PM Ivan Necas

fixes #5077 - refactor safemode rendering to allow helpers and variables from plugins

88ed4900 04/04/2014 11:22 AM Amos Benari

fixes #3592 lazy load vm with ajax in host show page.

77f70152 04/02/2014 10:46 AM Stephen Benjamin

fixes #1809 - foreman realm integration

c83e29ac 04/01/2014 11:33 AM Lukas Zapletal

fixes #1966 - improved UI errors for proxy

89a04e1a 03/14/2014 11:25 AM Joseph Magen

fixes #4617 - add feature to change parent of location or organization

11a962a0 03/04/2014 11:25 AM Marek Hulán

Fixes #4353 - plugins don't create permissions until DB is migrated

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
ea49a05e 02/19/2014 03:28 PM James Netherton

fixes #4222 Add capability to compute resource API to retrieve cluster,network,storage info on oVirt

1fa008a4 02/19/2014 10:31 AM Joseph Magen

fixes #3912 - add inheritance for locations / organizations

9c0709db 01/21/2014 05:04 PM Jason Montleon

fixes #3909 - add disassociate and bulk action disassociate to interface

c6e02bd3 01/09/2014 07:43 AM Joseph Magen

fixes #3178 - add feature for compute profiles for hostgroups and hosts

997bfddb 12/30/2013 01:25 PM Joseph Magen

fixes #3928 - API v2 - update os_default_templates for operating system

89c820d2 12/30/2013 12:00 PM Amos Benari

fixes #3858 No menus shown for non-admin users

f5037382 12/11/2013 05:32 PM Eric Helms

Fixes #3838: Adds ability to define a divider when declaring a menu item
from a plugin.

9f16bd9e 12/05/2013 03:37 PM Joseph Magen

fixes #2983 - Add autosign#index to API v1 and v2 and remove from UI controller

f26c594e 11/28/2013 04:35 PM Dmitri Dolguikh

fixes #3772: a block is now optional when defining sub menus from foreman plugins

611fd588 11/22/2013 03:32 PM Amos Benari

fixes #3510 - plugin interface for registering a plugin, updated menu system

39dfa4be 11/22/2013 11:20 AM Lukas Zapletal

fixes #2763 - correcting doco links

dc38aad3 11/13/2013 11:20 AM Joseph Magen

fixes #3017 - split APIv2 controllers from v1 parents

bb3916d6 11/05/2013 09:08 AM Ohad Levy

fixes #3566 - exposes orchestration tasks via the API at /api/orchestration/id/tasks

eef1a369 10/21/2013 08:34 AM Joseph Magen

fixes #3140 - API to allow importing of puppet classes

c3d8dd61 09/25/2013 03:39 PM Dominic Cleal

fixes #1244 - add smart proxy feature refresh link + API call

21bf889a 09/23/2013 09:02 AM Joseph Magen

fixes #2810 - more restful API v2 JSON responses in puppetclasses

NOTE: breaking changes to API v2 api/lookup_keys does not exist, replaced by api/smart_variables and api/smart_class_parameters

d4849584 09/20/2013 07:45 PM Tomáš Strachota

fixes #3101 - list available images for CRs, add iam_role field to images API

f78b4651 09/19/2013 07:43 AM Joseph Magen

Fixes #2984 - API v1/v2 StatisticsController and remove JSON from UI controller

8588f9ac 09/07/2013 09:21 PM Daniel Lobato Garcia

fixes #3046 - add NIC CRUD, power and boot operations API

805358df 09/06/2013 10:22 AM Jason Montleon

fixes #1923 - matches vms on a compute resource to hosts

91ad276d 09/05/2013 01:38 PM Greg Sutcliffe

Fixes #2414 - Move puppet report processing code to the report processor

This creates a API route for POST:/api/reports which matches the GET
format for reports. Tests are updated, with the report model tests
moving to the puppet-foreman module (along with the report fixtures).

01055e77 08/29/2013 06:21 PM Greg Sutcliffe

Refs #2414 - Remove Puppet from facts API and Settings

Reports are still in progress and will come in a later PR
DB schema is updated to not need puppet/rails

a6ce3c99 08/29/2013 09:00 AM Daniel Lobato Garcia

fixes #2891 Openstack power control operations support

Compute resource helper Strings should be possible to translate

Compute resource permission to pause vms

Tests for Openstack VM pausing/resuming

VMs UI shows only available actions

I18n string issues. Vm power state cannot be properly translated yet...

f9d56555 07/26/2013 10:23 AM Ian Mordey

Fixes #2839 - retry SSH authentication issues with cloud-init

1d9828b0 07/24/2013 04:33 PM Joseph Magen

fixes #2813 - move Foreman::Provision::SSH files back to /lib so it does not fail on startup for non-fog installations

a30bcfca 07/19/2013 05:31 AM Joseph Magen

fixes #2411 - move files to /app/services