Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman-docker @ 9ea40591

# Date Author Comment
9ea40591 03/14/2016 05:53 PM Daniel Lobato Garcia

Fixes #14181 - Validate registry URL and attempt login

In order to avoid users trying to create containers in an external
registry that doesn't exist, we should provide some preventative
measures.

569c1b66 03/14/2016 09:18 AM Ori Rabin

Fixes #13227 - error when creating a container without an image

31e5a925 03/14/2016 09:18 AM Ori Rabin

Fixes #13231 - error processing uses full_messages

792d601d 02/18/2016 03:54 AM Bryan Kearney

Fixes #11984 - Update the plugin to use the latest gettext from core,
and re-extract the strings.

Once this is merged, the project needs to be added to transifex.

cdb458e0 02/08/2016 07:50 AM Bryan Kearney

Fixes #13391 - Update the zanata mapping file

6d9a867c 01/15/2016 08:49 AM Daniel Lobato Garcia

Multiple fixes to release 2.0.1

401c76ef 01/15/2016 01:05 AM Daniel Lobato Garcia

Refs #13225 - Use Patternfly spinners helper

8627992a 01/15/2016 12:56 AM Ori Rabin

Fixes #13228 - add attr_accessible to enviroment and image

6406ea7c 01/15/2016 12:54 AM Ranjan Kumar

Fixes #12971 - Container tab switch doesn't work when docker registry name contains special character

fc396206 01/14/2016 01:52 PM Eric Helms

Fixes #13225: Don't declare spinner.gif with /assets prefixed

4992ac30 01/13/2016 07:54 AM Ori Rabin

Fixes #13167 - Add buttons fixed

73a7bb7b 01/13/2016 07:54 AM Ori Rabin

Fixes #12973 - adding missing attr_accessible

b92e3f84 12/18/2015 09:04 AM Daniel Lobato Garcia

Bump version to 2.0.0

26d54d2c 12/15/2015 08:14 AM Daniel Lobato Garcia

Fixes #12785 - Raise requires_foreman version to 1.11

Since now we use attr_accessible, and more changes are coming up to make
this plugin Rails 4 compatible, the minimum version needs to be 1.11.

02f8e4fa 12/14/2015 10:18 AM Eric Helms

Fixes #11065: Add .rubocop.yml as a test file for the gem.

c80f3b10 12/11/2015 06:07 AM Tom Caspy

fixes #7230 - rails 4 compatibility

3ddeb32c 12/09/2015 11:46 AM John Mitsch

Refs #12726 - Adding attr_accessible :email to docker model

79287e76 12/08/2015 06:33 AM Tom Caspy

fixes #12726 - adding attr_accessible

7ff105d1 12/03/2015 12:26 PM David Davis

Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules

dd094d3b 10/14/2015 03:02 AM oshtaier

Fixes #12141 - Add unique id for container object name on 'All containers' page

cf318d7f 09/02/2015 05:49 PM Partha Aji

Fixes #11672 - Exposed username in the registries json call

04fbfff4 08/21/2015 07:12 AM Daniel Lobato Garcia

Remove env variables & DNS from planned in README

These are already implemented

fa39612f 08/18/2015 04:36 AM Daniel Lobato Garcia

Bump version to 1.4.1

ef7e4271 08/17/2015 06:10 AM Partha Aji

Fixes #11354 - Made the container deal with cpu shares and cpu sets correctly

According to docker remote api 'cpu shares' need to be integers.
However foreman docker sends it a float instead causing a
'cant convert to int64' error. This commit fixes that by ensuring what...

dd85f2e3 07/27/2015 12:13 PM Daniel Lobato Garcia

Refs #11204 - Automate packaging, deb changelog typo

4a93db83 07/24/2015 06:02 PM Daniel Lobato Garcia

Refs #11204 - Automate deb packaging, typo

b5e8802d 07/24/2015 05:55 PM Daniel Lobato Garcia

Refs #11204 - Automate foreman-packaging pull-requests

bad68ad1 07/23/2015 04:53 PM Daniel Lobato Garcia

Refs #11204 - Automate rubygem release, typo

15d7a984 07/23/2015 04:50 PM Daniel Lobato Garcia

Bump version to 1.4.0

5099654c 07/23/2015 04:50 PM Daniel Lobato Garcia

Fixes #11204 - Automate rubygem release

e88059db 07/01/2015 03:14 PM Adam Ruzicka

Fixes #10191 - Pass proper memory parameter to Docker

e6b93aec 06/29/2015 04:54 PM Shlomi Zadok

fixes #10812 - remove require fog from plugin's engine

f9547788 06/15/2015 12:28 PM Adam Ruzicka

Fixes #9753 - container name is optional

13ebd49d 06/11/2015 09:35 AM Daniel Lobato Garcia

Fixes #10779 - Error messages hidden after wizard

90664415 06/10/2015 02:51 PM Dmitri Dolguikh

fixes #10128: 'test connection' button on the CR screen turns green only after connection has been verified.

04db1530 06/02/2015 10:35 AM Daniel Lobato Garcia

Fixes #10416 - Pulled translations

c36fdec1 05/20/2015 05:43 AM Partha Aji

Fixes #10404 - Finds correct repo name for Docker Hub registry

Bug is stated as follows
on centos 7 ->

$ docker version
Client version: 1.5.0-dev
Client API version: 1.18
Go version (client): go1.3.3

$ docker search centos
NAME DESCRIPTION STARS OFFICIAL AUTOMATED...

d5d9d39e 05/05/2015 10:24 AM Shlomi Zadok

Fixes #9393 - Allow users to create container without starting it

061b10cc 04/29/2015 01:26 PM Daniel Lobato Garcia

Bump version to 1.3.1

5c0db244 04/29/2015 08:36 AM Dominic Cleal

fixes #10306 - require resolv for access to regexps

2751a0d4 04/29/2015 03:36 AM Daniel Lobato Garcia

CHANGELOG

6db582c1 04/28/2015 10:28 AM Daniel Lobato Garcia

Bump version to 1.3.0

2a0cf95b 04/28/2015 09:25 AM David Davis

Fixes #9901 - Better handling of errors in container api

d2e54db4 04/28/2015 09:25 AM David Davis

Fixes #10029 - Docker registry API

6e00a3fc 04/24/2015 03:24 PM David Davis

Fixes 9311 - Change the Katello tab text

bc82d5d5 04/14/2015 03:42 AM Vanya Jauhal

Fixes #7865 - Adds support for configuring dns during container creation

8e2848d5 04/13/2015 04:02 AM Vanya Jauhal

Fixes #7864 - Adds support for exposed_ports

741cff16 04/07/2015 04:57 PM Daniel Lobato Garcia

Fixes #9997 - Release process docs

a79b7ae3 03/25/2015 11:02 AM Daniel Lobato Garcia

Fixes #9897 - Stub encryption key in registry test

Currently CI is broken as it needs the encryption key to be set. In the
past core provided a key for the Rails test environment but that's no
longer the case

d0846a1a 03/25/2015 08:03 AM Dmitri Dolguikh

Fixes #9338: permission filters can be created now

411bcf3e 03/24/2015 10:50 AM Daniel Lobato Garcia

Bump version to 1.2.4

b60918b7 03/20/2015 04:30 PM Partha Aji

Fixes #9310, #9518 - Create containers using katello repos

This commit adds code to create Containers using katello repos.

271b10e8 03/19/2015 03:27 PM David Davis

Fixes #9643 - Added search param to the containers index API

e7ce5f45 03/19/2015 02:54 PM David Davis

Bump version to 1.2.3

329b84dd 03/19/2015 02:50 PM David Davis

Fixes #9830 - Fixing log call

2472bb78 03/19/2015 02:21 PM Daniel Lobato Garcia

Fixes #9829 - Revert image_search to old method

10216d79 03/19/2015 10:27 AM Dmitri Dolguikh

fixes #9544: added downcase_hash_keys mathod

5397ee73 03/18/2015 02:17 PM David Davis

Fixes #9382 - Use connection info when connecting to docker

4282fa50 03/15/2015 08:21 AM David Davis

Fixes #9708 - Fixing rubocop config so it can be used with houndci

ca2f23a4 03/11/2015 02:13 PM Daniel Lobato Garcia

Bump version to 1.2.2

8a1d63a3 03/11/2015 12:42 PM David Davis

Fixes #9716 - Handle 1.8.0-rc1 version format

9781b903 03/07/2015 08:23 AM Daniel Lobato Garcia

Make HoundCI use project rubocop rules

70dd1b81 03/05/2015 07:53 AM Dmitri Dolguikh

fixes #9271: user is now informed about http connection errors when using search in the new container wizard.

b7e90940 03/02/2015 06:11 PM Daniel Lobato Garcia

Bump version to 1.2.1

6789456c 03/01/2015 12:58 PM David Davis

Fixes #9570 - Only set username/password/email if present

01a8a896 03/01/2015 02:52 AM David Davis

Fixes #9573 - Locking docker-api to 1.17

29111597 03/01/2015 02:48 AM David Davis

Fixes #9562 - Fixing the baseurl in the containers api

5688d841 02/25/2015 09:07 AM Daniel Lobato Garcia

Add issue stats badge

6342a0e6 02/25/2015 08:50 AM Daniel Lobato Garcia

Typo describing -> description on registry form

8d0277be 02/24/2015 03:00 AM Daniel Lobato Garcia

Bump version to 1.2.0

5274f6bc 02/24/2015 02:44 AM Daniel Lobato Garcia

Fixes #7874 - Docker Containers API

Routes are namespaced, code still needs to be namespaced

394e9883 02/19/2015 03:32 AM Daniel Lobato Garcia

Fixes #9456 - Validate docker registry URL

9f0918fc 02/19/2015 03:30 AM Daniel Lobato Garcia

Fixes #9242 - Backport image_search to fog 1.24

39e19af1 02/16/2015 10:11 AM Shlomi Zadok

fixes #9332 - Add yes/no text to managed info on containers index

9323037e 02/15/2015 07:28 PM Partha Aji

refs #9341 - Updating the docker-api gem spec

e6eb1c48 02/11/2015 06:46 AM Dmitri Dolguikh

fixes #8033: container power on/off redirects to container view now

8c1d6780 02/10/2015 12:16 AM Daniel Lobato Garcia

Bump version to 1.1.0

fe3c8eff 02/09/2015 11:01 PM Daniel Lobato Garcia

Fixes #9269 - Validate registry name

62126ca5 02/06/2015 12:27 AM Partha Aji

Fixes #9229 - Handles non username/password private registry case

41572b90 02/05/2015 05:15 PM Partha Aji

refs #8918 - Enable creating container via katello

This commit provides the integration point to enable katello provision
docker container

85a9ddbc 02/05/2015 10:17 AM Mike McCune

fixes #9230 - add table name to query to avoid psql errors

daacda1e 02/04/2015 07:03 PM Daniel Lobato Garcia

Bump version to 1.0.1

5d7016fd 02/04/2015 06:53 PM Daniel Lobato Garcia

Fixes #9177 - 1.7 compatibility fixes

89c59306 02/03/2015 06:16 PM Partha Aji

refs #8963 - Renaming truncs to trunc with tool tips

In upstream foreman the trunc method got renamed to trunc with tooltip.
This causes issues with foreman docker when viewing a bunch of index pages
updated all the pages using the trunc method

ac230210 01/29/2015 10:49 AM David Davis

Fixes #9159 - Fix rubocop 0.28.0 errors

e0543554 01/28/2015 05:41 AM Daniel Lobato Garcia

Revert "Fixes #8409 - Pull docker image asynchronously"

This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.

Conflicts:
app/models/service/containers.rb

63ae5d99 01/28/2015 05:39 AM Dmitri Dolguikh

fixes #9033: errors encountered in new container wizard are being shown now

16234b27 01/22/2015 04:23 AM Daniel Lobato Garcia

Fixes #8409 - Pull docker image asynchronously

dba2e433 01/20/2015 09:40 AM Dmitri Dolguikh

fixes #8784: defines max_cpu_count for docker compute resource

f4c209f1 01/19/2015 05:21 AM Dmitri Dolguikh

fixes #9004: wizard moves correctly between persisted states now

b747db40 01/19/2015 05:08 AM Partha Aji

Refs #8409 - Partially addressing pull before create container

Inital code to do a pull of an image before creating a container.
Note likely this part is going to change once we add foreman tasks but
this is the start point.

eb0c6d28 01/12/2015 10:33 AM Daniel Lobato Garcia

Bump version to 1.0.0

CHANGELOG and Contributors for 1.0.0

64f6a1f2 01/12/2015 10:13 AM Dmitri Dolguikh

Fixes #8393: added support for basic auth for standalone registries

0fdc54a8 01/11/2015 01:36 PM David Davis

Refs #7977 - Adjusting class length check in rubocop

a748f165 01/07/2015 07:13 PM Daniel Lobato Garcia

Remove known bugs section from README

It was not updated regularly and the issue tracker reflects it well too.

44602d1e 01/05/2015 03:32 AM Vanya Jauhal

Fixes #8815 - Corrects variable reference in image search

713c0455 01/02/2015 12:05 PM Vanya Jauhal

fixes #8226 - shows environment variables on container display

30891c0a 01/02/2015 03:36 AM Daniel Lobato Garcia

Fixes #8485 - Taxable containers

555e836d 12/29/2014 06:50 AM Partha Aji

Fixes #8637 - local registry container support

Prior to this commit, one could not start containers connected to a
local or non docker hub external registry. This is because the container
parametrize call did not properly prefix the registry url in its Image name....

2fed5c01 12/26/2014 11:55 AM Vanya Jauhal

fixes #8342 - disables form buttons on new container page in absence of docker compute resources