Searched defs:Repository (Results 1 - 11 of 11) sorted by relevance

/ontohub/app/models/repository/
H A Dimport_error.rb1 class Repository::ImportError < IOError class
H A Dassociations_and_attributes.rb1 module Repository::AssociationsAndAttributes module
H A Dscopes.rb1 module Repository::Scopes module
9 WHERE item_type = 'Repository'
16 WHERE item_type = 'Repository'
37 Repository::Importing::IMPORT_INTERVAL.ago).
H A Dontologies.rb1 module Repository::Ontologies module
H A Ddestroying.rb1 module Repository::Destroying module
11 repository = Repository.find_by_path(path)
12 repository if user.owned_ids('Repository').include?(repository.id)
41 raise Repository::DeleteError, I18n.t('repository.delete_error')
H A Daccess.rb1 module Repository::Access module
H A Dsymlinks.rb4 module Repository::Symlinks module
H A Dgit.rb3 module Repository::Git module
H A Dimporting.rb9 module Repository::Importing module
98 raise Repository::ImportError, "#{source} is not a #{type} repository"
105 Repository::Access.as_read_only(params[:access]) :
106 Repository::Access::DEFAULT_OPTION
108 r = Repository.new(params)
H A Dvalidations.rb1 module Repository::Validations module
22 validates :state, inclusion: {in: Repository::Importing::STATES}
29 inclusion: {in: Repository::Access::OPTIONS},
33 inclusion: {in: Repository::Access::OPTIONS_MIRROR},
103 if Repository::Importing::REMOTE_TYPES.include?(record.remote_type) &&
119 "(types supported: #{Repository::SOURCE_TYPES.join(', ')})"
/ontohub/app/models/
H A Drepository.rb1 class Repository < ActiveRecord::Base class
3 include Repository::Access
4 include Repository::AssociationsAndAttributes
5 include Repository::Destroying
6 include Repository::Git
7 include Repository::Importing
8 include Repository::Ontologies
9 include Repository::Scopes
10 include Repository::Symlinks
11 include Repository
[all...]

Completed in 38 milliseconds