Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
5adc20ba 03/27/2014 01:34 PM Brad Buckingham

fixes #4904 - erratum rule filter validator: fix for updating a date/type rule

This commit fixes an issue that would not allow the user
to update an existing content view erratum date/type filter rule.

e50b40d4 03/24/2014 12:40 PM Brad Buckingham

Merge pull request #3864 from bbuckingham/issue-4773

fixes #4773 - Content Views: fix issue which did not allow for multiple errata ids per filter

e085574c 03/24/2014 12:11 PM Brad Buckingham

fixes #4773 - Content Views: fix issue which did not allow for multiple errata ids per filter

The erratum filter rule 'types' is a serialized array. The scope
that was placed on the model was incorrectly looking for 'nil';
however, with a serialized type, we really need to fetch the records...

02eb1b4a 03/21/2014 06:10 PM Justin Sherrill

fixes #4744 - updating copyright to 2014

513e1134 03/17/2014 07:30 PM Brad Buckingham

Content Views Rework: additional validations for errata filter rules

a15f910f 03/13/2014 09:08 PM Brad Buckingham

Content View Rework: validate that puppet module exists

When creating or updating a content view puppet module that includes
name+author, validate that a module by that name is available in
puppet repos associated with that content view's organization.

239968c5 03/12/2014 12:53 PM Brad Buckingham

Content View Rework: update content view puppet modules to always include name/author

A content view puppet module may consist of:
- name
- author
- uuid (optional)

With this change:
- name + author => indicates to apply the latest version of the module...

107ad431 03/05/2014 03:22 PM Brad Buckingham

Content Views Rework: prepend content_view on filter models, update routes

This commit addresses the following:

1. Rename the filter models/schema, prepending 'content_view_' to each.
This change is to be consistent with other models
(e.g. content_view_environments) as well as to ensure that there is...

1ebbb668 02/26/2014 03:10 AM Justin Sherrill

initial cv publishing work

751dbca8 02/18/2014 07:58 PM Brad Buckingham

Content Views Rework: Filters: change parameters hash to be separate rules models/schema

This commit contains a fundamental change to how the 'parameters' for a filter
are handled. Previously, the parameters were defined as a serialized hash placed on the...

View revisions

Also available in: Atom