Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker / app @ 26c5ba32

Name Size
  assets
  controllers
  helpers
  models
  overrides
  services
  views

Latest revisions

# Date Author Comment
26c5ba32 05/30/2016 04:20 AM Daniel Lobato Garcia

Refs #14570 - Fetch tags from local images properly

We were calling local_images and passing an ID as filter. However,
that didn't work. Instead we can fetch the image just by calling
image(image_id) and that should retrieve the image object so we can call...

ef3feba4 05/30/2016 04:19 AM Daniel Lobato Garcia

Fixes #9752 - Pass Docker errors to controller

007faaa4 05/30/2016 04:19 AM Daniel Lobato Garcia

Fixes #15135 - Fix JS error in datatables

Lack of a tbody caused a 'typeerror: k is undefined' in datatables.

10546a55 05/27/2016 11:07 AM Daniel Lobato Garcia

Fixes #15098 - Scope registry by taxonomies

cae1f2ca 05/20/2016 04:55 AM Daniel Lobato Garcia

Fixes #15107 - Rails 4.2 test breakages

url_for in the new Rails carries some parameters that can break the link
creation. Additionally I've disabled ruby warnings in the rake test task

c1cbf3bd 04/19/2016 07:08 AM Daniel Lobato Garcia

Fixes #14703 - Add taxonomies to Registries API

78251d33 04/15/2016 08:23 AM Daniel Lobato Garcia

Fixes #14662 - Revert new_link to ensure 1.11 compatibility

new_link was a helper for "New XXXX" links in Foreman that was
introduced on 1.12-develop branch. If we want to make the new changes in
foreman-docker available to current users, we should revert new_link to...

977f7c5a 04/15/2016 06:29 AM Daniel Lobato Garcia

Fixes #9270 - Add email validation

Copied the email validation we use for the User model. This catches
errors when creating/updating the Docker compute resource email

33050342 04/15/2016 06:29 AM Daniel Lobato Garcia

Fixes #14569 - Display image found/not found on search image step

Prior to this, there was a bug on the CSS that hid the icon that
displayed whether the image was found or not on the Docker host.

b10c1ca7 04/14/2016 07:00 AM Daniel Lobato Garcia

Fixes #14577 - Commit and delete buttons styling

These two buttons on Container#show did not have any styling and did not
look like buttons.

View revisions

Also available in: Atom