Project

General

Profile

Activity

From 11/27/2014 to 12/26/2014

12/26/2014

04:55 PM Revision 2fed5c01 (foreman_docker): fixes #8342 - disables form buttons on new container page in absence of docker compute resources
Vanya Jauhal
03:44 PM Revision e4e8739b (foreman_docker): Refs #7867 - Container wizard state refactor
Daniel Lobato Garcia
12:01 PM Bug #8342 (Closed): New Container "next" button is enabled when no Docker computer resource exists.
Applied in changeset commit:foreman-docker|2fed5c014e06f2c90de96e116a10437977685128. Vanya Jauhal
11:55 AM Revision 2fed5c01 (foreman-docker): fixes #8342 - disables form buttons on new container page in absence of docker compute resources
Vanya Jauhal
10:44 AM Revision e4e8739b (foreman-docker): Refs #7867 - Container wizard state refactor
Daniel Lobato Garcia
04:54 AM Refactor #8792 (Resolved): Delete wizard states on container creation
After a container is created, all wizard states generated to create it can be flushed from the database. This way we ... Daniel Lobato Garcia

12/24/2014

05:31 PM Revision 6d101d7a (foreman_docker): fixes #7867: container creation wizard now tracks state in dedicated objects
Dmitri Dolguikh
01:01 PM Bug #7867 (Closed): Wizard should validate each step and destroy unfinished objects
Applied in changeset commit:foreman-docker|6d101d7a7c12f2993483fd4ac1c17158db823cd4. Anonymous
12:31 PM Revision 6d101d7a (foreman-docker): fixes #7867: container creation wizard now tracks state in dedicated objects
Dmitri Dolguikh
07:54 AM Revision c3861552 (foreman_docker): fixes #8789 - adds correct link for information about cpu shares
Vanya Jauhal
07:10 AM Feature #7864: Exposed ports support
Right, probably the wizard can show this in the 'environment' step. We save that information in the db, so every time... Daniel Lobato Garcia
03:01 AM Bug #8789 (Closed): Wrong link for "learn more about cpu shares" in configuration step of new container
Applied in changeset commit:foreman-docker|c3861552338b700f1a107aa9653b046aea69d821. Vanya Jauhal
02:54 AM Revision c3861552 (foreman-docker): fixes #8789 - adds correct link for information about cpu shares
Vanya Jauhal

12/23/2014

10:45 PM Feature #7864: Exposed ports support
I guess we will have to let the user configure a list of exposed ports in the wizard, and apart from that we will als... Vanya Jauhal
09:39 PM Bug #8342 (Ready For Testing): New Container "next" button is enabled when no Docker computer resource exists.
The Foreman Bot
09:03 PM Bug #8789 (Ready For Testing): Wrong link for "learn more about cpu shares" in configuration step of new container
The Foreman Bot
08:41 PM Bug #8789 (Closed): Wrong link for "learn more about cpu shares" in configuration step of new container
In the configuration step of a New Container the "learn more about cpu shares" links to http://docs.fedoraproject.org... Vanya Jauhal
10:27 AM Revision 0838802d (foreman_docker): fixes #8719 - remove n+1 queries on container index
Ohad Levy
06:01 AM Bug #8719 (Closed): N+1 queries on container index page
Applied in changeset commit:foreman-docker|0838802debba629f3e3efd6b775f87ac946b6359. Ohad Levy
05:27 AM Revision 0838802d (foreman-docker): fixes #8719 - remove n+1 queries on container index
Ohad Levy
04:52 AM Bug #8772 (Rejected): New container External Registry not working after model update
http://projects.theforeman.org/issues/7867 has a solution for this that will override this code. Daniel Lobato Garcia
03:37 AM Bug #8784 (Closed): undefined method `max_cpu_count'
when trying to edit a compute profile the following error is raised:... Ohad Levy

12/22/2014

05:09 PM Revision ad3852f2 (foreman_docker): fixes #8718 - refactor container index
- simplify controller to use the correct compute resource type in sql
- used icon helper methods
- fixed html syntax ...
Ohad Levy
01:01 PM Refactor #8718 (Closed): containers index page uses both traditional table and inline table js
Applied in changeset commit:foreman-docker|ad3852f286a45895d90f7c89e3594832eb9a33f5. Ohad Levy
12:09 PM Revision ad3852f2 (foreman-docker): fixes #8718 - refactor container index
- simplify controller to use the correct compute resource type in sql
- used icon helper methods
- fixed html syntax ...
Ohad Levy

12/20/2014

03:21 AM Bug #8637 (Ready For Testing): cannot pull/create containers from local registry (multi registry not working)
The Foreman Bot

12/19/2014

10:44 PM Revision c57dae56 (foreman_docker): Fixes #8632 - Move docker tables out of foreman-docker
David Davis
07:08 PM Bug #8772 (Ready For Testing): New container External Registry not working after model update
The Foreman Bot
07:05 PM Bug #8772 (Rejected): New container External Registry not working after model update

1) New Container
2) Select external registry
3) Search on an image tag.
The search goes to docker hub instead...
Partha Aji
06:01 PM Bug #8632 (Closed): Docker repo names are being stored in the images table.
Applied in changeset commit:foreman-docker|c57dae5641a637761fb51058ad2607c3a9db8ce1. David Davis
05:44 PM Revision c57dae56 (foreman-docker): Fixes #8632 - Move docker tables out of foreman-docker
David Davis

12/17/2014

08:28 PM Revision 479f9307 (foreman_docker): Refs #8717 - Fix cop line too long
Daniel Lobato Garcia
08:26 PM Revision 1f6d29aa (foreman_docker): fixes #8716 auto_complete helper now has a unique name.
Previous implementation overwrote the helper defined in foreman,
which in turn disabled auto completer for all search...
Ohad Levy
04:01 PM Bug #8716 (Closed): Docker Search disable all search fields in foreman
Applied in changeset commit:foreman-docker|1f6d29aa50bc8317a20f2a37ee770943a4c44698. Ohad Levy
03:28 PM Revision 479f9307 (foreman-docker): Refs #8717 - Fix cop line too long
Daniel Lobato Garcia
03:26 PM Revision 1f6d29aa (foreman-docker): fixes #8716 auto_complete helper now has a unique name.
Previous implementation overwrote the helper defined in foreman,
which in turn disabled auto completer for all search...
Ohad Levy

12/16/2014

08:30 AM Bug #7867 (Ready For Testing): Wizard should validate each step and destroy unfinished objects
The Foreman Bot

12/15/2014

04:50 PM Bug #8719 (Ready For Testing): N+1 queries on container index page
The Foreman Bot
04:45 PM Bug #8719 (Closed): N+1 queries on container index page
... Ohad Levy
04:49 PM Refactor #8718 (Ready For Testing): containers index page uses both traditional table and inline table js
The Foreman Bot
04:39 PM Refactor #8718 (Closed): containers index page uses both traditional table and inline table js
this was not visible due to a missing thead and a closing div on the index page. Ohad Levy
04:21 PM Bug #8717 (Ready For Testing): auto complete does not work for registries
The Foreman Bot
04:20 PM Bug #8717 (Closed): auto complete does not work for registries
Ohad Levy
04:17 PM Bug #8716 (Closed): Docker Search disable all search fields in foreman
when the docker plugin is running, all auto_complete_search does not work. Ohad Levy

12/11/2014

07:22 PM Feature #8674 (New): Import containers to manage
The Docker compute resource should deface the name associate VMs and have something to import containers into Foreman... Daniel Lobato Garcia

12/09/2014

07:28 PM Bug #8637 (Closed): cannot pull/create containers from local registry (multi registry not working)
1) Install a local registry (I yum docker-registry, make sure you enable search and run it on 5050 for this example)
...
Partha Aji
07:08 PM Bug #8409: Failure when creating a container with an image not in the host

Basically foreman-docker does not do a docker pull before trying to create a container with the pulled image. We ne...
Partha Aji
02:00 PM Bug #8632 (Ready For Testing): Docker repo names are being stored in the images table.
The Foreman Bot
01:59 PM Bug #8632 (Closed): Docker repo names are being stored in the images table.
David Davis
06:58 AM Feature #8485: Taxable containers
Steps to consider this done:
- adding an extra step for the wizard when taxonomies are enabled
- deface tax...
Daniel Lobato Garcia

12/05/2014

03:37 PM Revision 5dc4f6d6 (foreman_docker): Fixes #8226 - Support environment variables creation
Daniel Lobato Garcia
11:01 AM Feature #8226 (Closed): Environment variables should be added at creation/runtime
Applied in changeset commit:foreman-docker|5dc4f6d65c2d026c89aef1c2de359aee9a2cf30f. Daniel Lobato Garcia
10:37 AM Revision 5dc4f6d6 (foreman-docker): Fixes #8226 - Support environment variables creation
Daniel Lobato Garcia

12/04/2014

06:20 PM Revision ada932ab (foreman_docker): Fixes #7647: Added support for external registries
Dmitri Dolguikh
02:02 PM Feature #7647 (Closed): Docker registry view access
Applied in changeset commit:foreman-docker|ada932ab16e27f89bb3f4f24864cb170f54d2504. Anonymous
01:20 PM Revision ada932ab (foreman-docker): Fixes #7647: Added support for external registries
Dmitri Dolguikh

12/03/2014

10:07 AM Feature #8561 (Closed): Add docker tag/image API and hammer commands
David Davis
 

Also available in: Atom