Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman_docker / app @ b11c7843

Name Size
  assets
  controllers
  helpers
  models
  overrides
  services
  views

Latest revisions

# Date Author Comment
78251d33 04/15/2016 12:23 PM 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 10: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 10: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 11: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.

bbb77219 04/11/2016 08:27 AM Daniel Lobato Garcia

Fixes #14519 - Removing containers from API removes them from Docker

Before this fix, the API was just removing the container in the Foreman
database. This commit includes more tests for both the UI and API
container deletion to ensure this area is a bit more solid.

b8bf7d5c 04/01/2016 05:15 PM Daniel Lobato Garcia

Fixes #7894 - Compute resource should show 'containers' tab

Through deface, we change the 'virtual machines' tab to say container on
Docker compute resources.

a02da228 04/01/2016 05:11 PM Daniel Lobato Garcia

Fixes #10199 - Disable image capabilities under compute resource

Docker container images are not created this way, and its just confusing
to users when they see this tab.

99b91b0d 04/01/2016 05:10 PM Daniel Lobato Garcia

Fixes #10417 - Translate wizard states

Wizard states were shown after calling 'symbol'.to_s.humanize, which
didn't allow them to be translated. I define the strings to be shown
in the helper so that they can be translated.

1aa3ddb3 04/01/2016 05:09 PM Daniel Lobato Garcia

Fixes #14391 - Hide access to Docker compute resource via compute profile

Docker compute resources shouldn't even be shown in the compute profile
list, there's no information there that's relevant to containers. Also,
containers are not created using compute attributes.

00ab1f9d 03/29/2016 03:33 PM Daniel Lobato Garcia

Refs #14181 - Fix authentication validation when creating registry

On 9ea405911cef1f02ca42db77c16bea4fe297093e Docker.authenticate! was
calling /auth on the Docker host API. This kind of authentication was
not correct, as it was authenticating access to the Docker host, not to...

View revisions

Also available in: Atom