Sha256: 0f6decce8252e6956485f1af5714504574252ac47ab802db76fc7db020c10a87

Contents?: true

Size: 732 Bytes

Versions: 59

Compression:

Stored size: 732 Bytes

Contents

(function () {
    'use strict';

    /**
     * @ngdoc factory
     * @name  Bastion.docker-manifest-lists.factory:DockerManifestList
     *
     * @description
     *   Provides a BastionResource for interacting with Docker Manifest Lists
     */
    function DockerManifestList(BastionResource) {
        return BastionResource('katello/api/v2/docker_manifest_lists/:id',
            {'id': '@id'},
            {
                'autocomplete': {method: 'GET', isArray: true, params: {id: 'auto_complete_search'}}
            }
        );
    }

    angular
        .module('Bastion.docker-manifest-lists')
        .factory('DockerManifestList', DockerManifestList);

    DockerManifestList.$inject = ['BastionResource'];

})();

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
katello-3.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.7.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.8.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.6.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js
katello-3.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-manifest-lists/docker-manifest-list.factory.js