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

/ontohub/db/data/
H A D20160614065106_fill_empty_commits.rb3 Commit.where(author_name: nil).find_each(&:fill_commit_instance!)
H A D20160614065104_create_missing_commits.rb4 commit = Commit.where(repository_id: ontology_version.repository.id,
/ontohub/lib/git_repository/
H A Dhistory.rb7 class Commit class in class:GitRepository
108 commits << block.call(Commit.new(c))
110 commits << Commit.new(c)
135 commit_obj = Commit.new(commit, path: path)
161 commit_obj = Commit.new(commit, path: path)
H A Dget_diff.rb56 patch = GitRepository::History::Commit.new(rugged_commit, *opts).
68 commit = GitRepository::History::Commit.new(rugged_commit)
H A Dcommitting.rb44 commit_oid = Rugged::Commit.create(repo, options)
/ontohub/app/models/
H A Duser.rb14 class_name: Commit.to_s, foreign_key: 'author_id'
16 class_name: Commit.to_s, foreign_key: 'committer_id'
18 class_name: Commit.to_s, foreign_key: 'pusher_id'
H A Dcommit.rb1 class Commit < ActiveRecord::Base class
/ontohub/db/migrate/
H A D20160614065105_add_association_from_commit_to_user.rb55 Commit.find_each do |commit|
69 commit = Commit.where(commit_oid: attrs[:commit_oid]).first
76 Commit.find_each do |commit|
/ontohub/app/models/repository/
H A Dgit.rb68 instance = Commit.where(repository_id: self,
/ontohub/spec/models/
H A Drepository_directory_spec.rb36 expect { save_operation }.to change { Commit.all.length }.by(1)
H A Dcommit_spec.rb3 describe Commit do

Completed in 208 milliseconds