Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

foreman_docker / app @ cefce4bc

# Date Author Comment
1f890719 04/16/2018 01:51 PM Stephen Benjamin

refs #23019 - don't pass class to class_name in assocs (#211)

fc22c54f 01/09/2018 08:39 PM Daniel Lobato Garcia

Remove redirect_to :back (Rails 5.1)

00bd7de4 01/09/2018 04:20 PM Michael Moll

More Rails 5.1 changes

  • Refs #22045 - Remove condition to destroy_all
  • Refs #22045 - Replace 'xhr' in tests with keyword argument
  • Refs #22045 - Replace deprecated AM::Errors usage
  • Refs #22045 - replace deprecated ActiveRecord_Relation access
fb471374 12/21/2017 03:30 PM Michael Moll

Update to Rails 5.1

  • Fixes #21814 - Add Rails 5 migrations
  • Refs #22045 - update TargetRailsVersion for rubocop
  • Refs #22045 - use ApplicationRecord
  • Refs #22045 - stop using HttpPositionalArguments
  • Fixes #22046 - use rubocop 0.52
04b6e05e 12/14/2017 11:17 AM Daniel Lobato Garcia

Refs #21893 - rubocop trailing whitespace

40825a11 12/14/2017 11:13 AM Marek Hulán

Fixes #21893 - fix listing containers for specific CR

ab3290b1 12/13/2017 11:27 AM Swapnil Abnave

Fixes #20429 - mandate URL for docker compute-resource

9d5ef1c9 11/22/2017 12:21 PM Ondřej Pražák

Fixes #21732 - Replace :before_filter with :before_action

c69bcf98 07/31/2017 11:21 AM Sebastian Gräßl

Fixes #20355 - Request registry results in JSON

bad8d0aa 06/28/2017 08:41 AM Sebastian Gräßl

Revert "Fixes #19964 - Replace ActiveRecord::Base with ApplicationRecord"

This reverts commit d74fb3ef5d207abd57d3155f8f661ef5e16d45fd.

d74fb3ef 06/27/2017 07:47 AM Sebastian Gräßl

Fixes #19964 - Replace ActiveRecord::Base with ApplicationRecord

329cfcba 06/19/2017 02:18 PM Sebastian Gräßl

Fixes #18902 - Enable autocomplete for container image search

This enables the autocomplete for the image name search and
improves the usability of searching for container images on
Docker Hub or an external Registry.

0fabb199 06/19/2017 10:39 AM Sebastian Gräßl

Fixes #16235 - Add verify SSL option for Registries

To allow using registries with an invalid certificate
the "Verify ssl" option disables verification for
connections to a registry.

27a7d2c4 06/13/2017 06:32 PM Sebastian Gräßl

Refs #19694 - Bump rubocop version to 0.49.1

367f39d2 05/30/2017 09:50 AM Sebastian Gräßl

Fixes #19694 - Align rubocop configuration with foreman-core

And fix offenses

f6a9acbd 03/23/2017 06:58 AM Sebastian Gräßl

Fixes #18518 - Add proper validation for container image

For now the image has only been validate via the result
of the search, but not enforced on the server side.

The model validation brings now proper feedback when
the form has been submitted to the server.

f02a9ce2 03/09/2017 03:01 PM Sebastian Gräßl

Fixes #18733 - Prevent fallback to Docker Hub on registry search

When searching for an external registry the search would show
results from Docker Hub due to it searching via the compute
resource.

By using a registry parameter to indicate which search tab is...

f0062004 03/09/2017 01:28 PM Sebastian Gräßl

Fixes #14175 - Add support for Docker Registry v2

This adds more functionallity to RegistryApi and queries /v2/
endpoints in case requests to v1 of the registry API fail.

60bdf22b 01/13/2017 04:35 PM June Zhang

Fixes #18021 - Add missing files for updating New buttons

Update the new buttons in Registry and Menu

f2b4e3b8 01/11/2017 10:42 AM June Zhang

Fixes #18021 - update the button label from New to Create

Based on PatternFly Terminology and Wording suggestions
Don't recommend to use New, so update New to Create.

a373b4f6 12/20/2016 06:59 PM Swapnil Abnave

Fixes #17729 - APIdoc - URL desc add 'Docker' to CR types

2402a763 11/17/2016 03:51 PM Ori Rabin

Refs #14370 - Adding new_link helper to containers and registries

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

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

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

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

79841a2f 03/29/2016 09:50 AM Daniel Lobato Garcia

Fixes #14370 - Adapt containers and registries index to core 1.12

`authorized?` is no longer available, and there's a helper for the "New
xxxxx" buttons

b0e98702 03/28/2016 01:46 PM Bryan Kearney

Fixes #14244 - Update the strings to be more compliant with the project standards

9ea40591 03/14/2016 09: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 01:18 PM Ori Rabin

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

31e5a925 03/14/2016 01:18 PM Ori Rabin

Fixes #13231 - error processing uses full_messages

792d601d 02/18/2016 08: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.

6d9a867c 01/15/2016 01:49 PM Daniel Lobato Garcia

Multiple fixes to release 2.0.1

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

Refs #13225 - Use Patternfly spinners helper

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

Fixes #13228 - add attr_accessible to enviroment and image

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

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

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

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

4992ac30 01/13/2016 12:54 PM Ori Rabin

Fixes #13167 - Add buttons fixed

73a7bb7b 01/13/2016 12:54 PM Ori Rabin

Fixes #12973 - adding missing attr_accessible

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

fixes #7230 - rails 4 compatibility

3ddeb32c 12/09/2015 04:46 PM John Mitsch

Refs #12726 - Adding attr_accessible :email to docker model

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

fixes #12726 - adding attr_accessible

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

Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules

dd094d3b 10/14/2015 07:02 AM oshtaier

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

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

Fixes #11672 - Exposed username in the registries json call

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

Fixes #10191 - Pass proper memory parameter to Docker

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

Fixes #9753 - container name is optional

13ebd49d 06/11/2015 01:35 PM Daniel Lobato Garcia

Fixes #10779 - Error messages hidden after wizard

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

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

c36fdec1 05/20/2015 09: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 02:24 PM Shlomi Zadok

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

5c0db244 04/29/2015 12:36 PM Dominic Cleal

fixes #10306 - require resolv for access to regexps

2a0cf95b 04/28/2015 01:25 PM David Davis

Fixes #9901 - Better handling of errors in container api

d2e54db4 04/28/2015 01:25 PM David Davis

Fixes #10029 - Docker registry API

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

Fixes 9311 - Change the Katello tab text

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

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

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

Fixes #7864 - Adds support for exposed_ports

d0846a1a 03/25/2015 12:03 PM Dmitri Dolguikh

Fixes #9338: permission filters can be created now

b60918b7 03/20/2015 08: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 07:27 PM David Davis

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

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

Fixes #9830 - Fixing log call

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

Fixes #9829 - Revert image_search to old method

10216d79 03/19/2015 02:27 PM Dmitri Dolguikh

fixes #9544: added downcase_hash_keys mathod

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

Fixes #9382 - Use connection info when connecting to docker

4282fa50 03/15/2015 12:21 PM David Davis

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

70dd1b81 03/05/2015 12:53 PM Dmitri Dolguikh

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

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

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

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

Fixes #9562 - Fixing the baseurl in the containers api

6342a0e6 02/25/2015 01:50 PM Daniel Lobato Garcia

Typo describing -> description on registry form

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

Fixes #7874 - Docker Containers API

Routes are namespaced, code still needs to be namespaced

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

Fixes #9456 - Validate docker registry URL

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

Fixes #9242 - Backport image_search to fog 1.24

39e19af1 02/16/2015 03:11 PM Shlomi Zadok

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

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

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

fe3c8eff 02/10/2015 04:01 AM Daniel Lobato Garcia

Fixes #9269 - Validate registry name

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

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

41572b90 02/05/2015 10: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 03:17 PM Mike McCune

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

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

Fixes #9177 - 1.7 compatibility fixes

89c59306 02/03/2015 11: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 03:49 PM David Davis

Fixes #9159 - Fix rubocop 0.28.0 errors

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

Revert "Fixes #8409 - Pull docker image asynchronously"

This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.

Conflicts:
app/models/service/containers.rb