Searched refs:fetch (Results 1 - 11 of 11) sorted by relevance

/ontohub/lib/
H A Drepository_fetching_worker.rb7 Repository.find(repository_id).fetch(method, remote_type)
H A Dgraph_data_fetcher.rb50 def fetch method in class:GraphDataFetcher
/ontohub/spec/models/repository/
H A Dgit_spec.rb18 expect { repository.fetch('clone') }.
23 expect { repository.fetch('clone') }.
/ontohub/spec/models/
H A Dgraph_data_fetcher_spec.rb43 let!(:nodes) { fetcher.fetch.first }
44 let!(:edges) { fetcher.fetch[1] }
69 let!(:nodes) { fetcher.fetch.first }
70 let!(:edges) { fetcher.fetch[1] }
92 let!(:nodes) { fetcher.fetch.first }
93 let!(:edges) { fetcher.fetch[1] }
/ontohub/lib/git_repository/
H A Dcloning.rb12 fetch: '+refs/*:refs/*',
26 fetch: 'trunk:refs/remotes/trunk',
31 fetch: ':refs/remotes/git-svn'
49 git_exec('svn', 'fetch')
60 get_config('svn-remote.svn.fetch').starts_with?('trunk:')
/ontohub/spec/lib/repository/import/
H A Dsvn_spec.rb55 let!(:result) { repository.fetch(:pull) }
65 let!(:result) { repository.fetch(:pull) }
H A Dgit_spec.rb65 let!(:result) { repository.fetch(:pull) }
/ontohub/lib/uri_fetcher/
H A Dhttp_caller.rb29 fetch
32 def fetch method in class:UriFetcher.HTTPCaller
/ontohub/app/controllers/
H A Dgraphs_controller.rb66 @fetch_result ||= GraphDataFetcher.new(center: parent, depth: @depth).fetch
71 @fetch_result ||= GraphDataFetcher.new(center: parent, depth: @depth).fetch
/ontohub/app/fake_records/
H A Dcombination.rb49 @nodes = hash.fetch(:nodes, [])
/ontohub/app/models/repository/
H A Dimporting.rb55 def fetch(method, remote_type = nil) method in class:Repository

Completed in 10 milliseconds