Sha256: aa25a3a90cd6e491e08656826c6b7cc83a6c9990ee2654ac05b716347341d3db

Contents?: true

Size: 758 Bytes

Versions: 137

Compression:

Stored size: 758 Bytes

Contents

(function () {
    'use strict';

    /**
     * @ngdoc factory
     * @name  Bastion.module-streams.factory:ModuleStream
     *
     * @description
     *   Provides a BastionResource for interacting with Ostree Branches
     */
    function ModuleStream(BastionResource, CurrentOrganization) {
        return BastionResource('katello/api/v2/module_streams/:id',
            {'id': '@id', 'organization_id': CurrentOrganization},
            {
                autocomplete: {method: 'GET', isArray: true, params: {id: 'auto_complete_search'}}
            }

        );
    }

    angular
        .module('Bastion.module-streams')
        .factory('ModuleStream', ModuleStream);

    ModuleStream.$inject = ['BastionResource', 'CurrentOrganization'];

})();

Version data entries

137 entries across 137 versions & 1 rubygems

Version Path
katello-4.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.11.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.11.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.9.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.10.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.8.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.8.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.7.6 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.8.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.7.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js
katello-4.7.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/module-stream.factory.js