foreman-dockerforeman_dockerhammer_cli_foreman_docker
Fixes #15888 - Remove attr_accessible calls
Fixes #15528 - 'command' should not be required
Refs #14570 - Destroy Container db objectWhen deleting with container uuid params, the container object should be destroyed as well
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 callingimage(image_id) and that should retrieve the image object so we can call...
Fixes #9752 - Pass Docker errors to controller
Fixes #15135 - Fix JS error in datatables
Lack of a tbody caused a 'typeerror: k is undefined' in datatables.
Fixes #15098 - Scope registry by taxonomies
Fixes #15107 - Rails 4.2 test breakages
url_for in the new Rails carries some parameters that can break the linkcreation. Additionally I've disabled ruby warnings in the rake test task
Fixes #14703 - Add taxonomies to Registries API
Fixes #14662 - Revert new_link to ensure 1.11 compatibility
new_link was a helper for "New XXXX" links in Foreman that wasintroduced on 1.12-develop branch. If we want to make the new changes inforeman-docker available to current users, we should revert new_link to...
View revisions
Also available in: Atom