Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  controllers
  helpers
  lib
  mailers
  models
  overrides
  services
  views

Latest revisions

# Date Author Comment
50a6d134 07/28/2014 02:41 PM Brad Buckingham

fixes #6803 / BZ 1115308 - content search - fix sql errors on product/repo auto-complete

The sql used for auto-complete was generating 'ambiguous' errors in the
production configuration.

E.g.
PGError: ERROR: column reference "id" is ambiguous LINE 1: SELECT id FROM "katello_repositories" INNER JOIN "katello_pr... ^ : SELECT id FROM "katello_repositories" INNER JOIN "katello_products" ON "katello_products"."id" = "katello_repositories"."product_id" INNER JOIN "katello_content_view_versions" ON "katello_content_view_versions"."id" = "katello_repositories"."content_view_version_id" WHERE "katello_content_view_versions"."content_view_id" IN (1) AND "katello_repositories"."product_id" IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95) ORDER BY katello_repositories.name ASC (ActiveRecord::StatementInvalid)

0aaf5ef3 07/24/2014 07:30 PM dustin tsang

Merge pull request #4481 from dustint-rh/ak_filter_org_id_show

Fixes #6775 - AK show filters by index's params

767d304a 07/24/2014 02:20 PM dustin tsang

Fixes #6775 - AK show filters by index's params

This allows Activation Key's show action to filter by the same parameters
that that the index action can filter by. The key issues is to allow
activation-keys be able to be scoped by organization_id when it is...

e5132143 07/24/2014 02:03 PM Partha Aji

Merge pull request #4442 from parthaa/disable-sync

Fixes #6651,bz1094986 - Disable Sync without repo url

a06bb953 07/24/2014 12:51 PM Partha Aji

Fixes #6651,bz1094986 - Disable Sync without repo url

Added code not allow syncing on repositories without a URL.

d345f554 07/24/2014 11:42 AM Walden Raines

Merge pull request #4478 from waldenraines/6759

Fixes #6759/BZ1108928: using #content as topbar.js expects.

b9fc441a 07/24/2014 10:39 AM Partha Aji

Merge pull request #4473 from parthaa/cv-required

Fixes #5985/bz1102120 - Marked content_view_id as required param

b2b52bc3 07/23/2014 07:06 PM Walden Raines

Fixes #6759/BZ1108928: using #content as topbar.js expects.

Foreman's topbar.js expects an element with an id of "content"
that it adds top padding the size of the header to in order for
there to be sufficient room for the floating header. This commit
renames #maincontent to #content so Foreman's topbar.js works for...

3344a17b 07/23/2014 10:23 AM Justin Sherrill

Merge pull request #4456 from jlsherrill/5096

fixes #5096 - fail gracefully on pulp repo creation failure

320daa67 07/23/2014 09:18 AM Justin Sherrill

Merge pull request #4421 from isratrade/6596

fixes #6596 - change 'type' method to 'system_type' in Katello::System

View revisions

Also available in: Atom