Searched refs:validate (Results 1 - 12 of 12) sorted by relevance

/ontohub/spec/support/
H A Djson_schema_matcher.rb6 JSON::Validator.validate!(schema, text, clear_cache: true)
/ontohub/app/models/repository/
H A Dvalidations.rb38 def validate(record) method in class:Repository.UnreservedValidator
81 def validate(record) method in class:Repository.NameNotChangedAfterSetValidator
102 def validate(record) method in class:Repository.NameNotChangedAfterSetValidator.RemoteTypeValidator
115 def validate(record) method in class:Repository.NameNotChangedAfterSetValidator.SourceTypeValidator
/ontohub/app/fake_records/
H A Drepository_directory.rb8 def validate(record) method in class:RepositoryDirectory.DirectoryPathValidator
H A Dcombination.rb8 validate :nodes_is_collection, :nodes_is_not_empty
H A Drepository_file.rb3 def validate(record) method in class:RepositoryFile.PathValidator
/ontohub/app/models/
H A Dhets_instance.rb33 validate :state, inclusion: {in: STATES}
34 validate :queue_size, numericality: {greater_than_or_equal_to: 0}
H A Dpermission.rb9 def validate(record) method in class:Permission.OwnerCountValidator
H A Duser.rb55 save(:validate => false)
/ontohub/lib/
H A Dsettings_validator.rb8 def validate!
H A Dmigration_with_data.rb26 record.save(validate: false)
H A Dsettings_validation_wrapper.rb17 def validate(record) method in class:SettingsValidationWrapper.DataPathsValidator
/ontohub/config/
H A Dapplication.rb103 SettingsValidator.new.validate!

Completed in 20 milliseconds