Project

General

Profile

Revision:

Revisions

# Date Author Comment
2b80fdd9 09/26/2016 03:58 PM Ori Rabin

Fixes #13043 - Change Parameter inheritance to DockerParameter

97cb04b2 09/26/2016 03:06 PM Daniel Lobato García

Refs #9752 - Test Docker errors are propagated

9095c2bf 09/20/2016 09:57 AM Ranjan Kumar

Fixes #16090 - Docker container wizard missing image false.png

e5919f78 09/19/2016 09:16 AM June Zhang

Fixes #16594 - Capitalize the first letter of every word

59460788 08/01/2016 02:24 PM Daniel Lobato Garcia

Version 3.0.0

cc6d0d73 08/01/2016 07:45 AM David Davis

Fixes #15888 - Remove attr_accessible calls

692e3a26 06/28/2016 09:33 AM Shlomi Zadok

Fixes #15528 - 'command' should not be required

b2f2c848 06/23/2016 12:44 PM Shlomi Zadok

Refs #14570 - Destroy Container db object
When deleting with container uuid params, the container object should be destroyed as well

26c5ba32 05/30/2016 08: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 08:19 AM Daniel Lobato Garcia

Fixes #9752 - Pass Docker errors to controller

007faaa4 05/30/2016 08: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 03:07 PM Daniel Lobato Garcia

Fixes #15098 - Scope registry by taxonomies

7765bf89 05/27/2016 10:37 AM Daniel Lobato Garcia

Ensure Fog is mocked before running API/v2/create test

588fbfb3 05/27/2016 09:29 AM Daniel Lobato Garcia

Use remove_reference to remove FK with Rails 4

cae1f2ca 05/20/2016 08: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 11:08 AM Daniel Lobato Garcia

Fixes #14703 - Add taxonomies to Registries API

b11c7843 04/15/2016 12:31 PM Daniel Lobato Garcia

Release 2.1.1

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

00a1de6a 04/15/2016 10:31 AM Daniel Lobato Garcia

Release 2.1.0

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.

2fbd23c3 04/14/2016 02:40 PM Daniel Lobato Garcia

Fixes #14570 - Set docker-api to 1.18 to avoid image parsing errors

Parsing of some images, as well as the warning
'circular argument reference - connection' show up because of an
outdated version of docker-api.

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.

5988625d 04/12/2016 06:21 AM David Davis

Fixes #14581 - Fixing migration for Rails 4.2

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.

(51-75/249) Per page: 25, 50, 100

Also available in: Atom