History log of /ontohub/app/models/commit.rb
Revision Date Author Comments Expand
81da36894af70bbb8d8e24b004026ad4c5c1bc99 19-Jul-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1592 committer not shown in versions (#1704) * Supply pushing user. * Code style. * Remove already executed data migration task. * Improve Commit model, add associations to User model. * Get rid of ambiguous class/module names. * Replace OntologyVersion#user by #pusher. * Display pusher information in OntologyVersions index. * Fix all the tests. * Add new tests. * Obey Hound. * Fix migration. * Add data migration for missing commits. * Add data migrations. * Shorten up method. * Remove unnecessary comment.

/ontohub/app/controllers/ontologies_controller.rb /ontohub/app/helpers/ontology_version_helper.rb commit.rb ontology/versions.rb ontology_version.rb ontology_version/files.rb ontology_version/parsing.rb repository/git.rb user.rb /ontohub/app/views/home/_versions.html.haml /ontohub/app/views/ontologies/_ontology.html.haml /ontohub/app/views/ontology_versions/_ontology_version.html.haml /ontohub/db/data/20160614065104_create_missing_commits.rb /ontohub/db/data/20160614065106_fill_empty_commits.rb /ontohub/db/migrate/20160614065105_add_association_from_commit_to_user.rb /ontohub/lib/git_repository.rb /ontohub/lib/git_repository/committing.rb /ontohub/lib/git_repository/get_commit.rb /ontohub/lib/hets/dg/node_evaluation_helper.rb /ontohub/lib/hets/dg/node_evaluator.rb /ontohub/lib/migration_with_data.rb /ontohub/lib/ontology_saver.rb /ontohub/lib/ontology_version_options.rb /ontohub/lib/proof_execution.rb /ontohub/lib/repository_update_worker.rb /ontohub/lib/tasks/migrate_data.rake /ontohub/spec/controllers/users_controller_spec.rb /ontohub/spec/factories/commit_factory.rb /ontohub/spec/factories/ontology_factory.rb /ontohub/spec/factories/ontology_version_factory.rb /ontohub/spec/models/commit_spec.rb /ontohub/spec/models/ontology_spec.rb /ontohub/spec/models/ontology_version_spec.rb /ontohub/spec/models/repository/git_spec.rb /ontohub/spec/models/repository/save_and_delete_file_spec.rb /ontohub/spec/models/user_spec.rb
c140a278d85cbeebd590129c5ea258e092cfaab4 30-Jan-2015 Tim Reddehase <robustus@rightsrestricted.com>

adjust attr_accessible order in commit.

bdfdbdfe4689ea52c5f355180cd862b3105ceabc 30-Jan-2015 Tim Reddehase <robustus@rightsrestricted.com>

extract commit setup into own method.

a64b89f298e3973ed3c46b5035a644a38d53649c 29-Jan-2015 Tim Reddehase <robustus@rightsrestricted.com>

add convencience relations to commit We should easily get all ontology_versions that were created due to a commit and all ontologies that were influenced by a commit.

f218a095cf4ca58d9ae4407675c82ff56bd27267 29-Jan-2015 Tim Reddehase <robustus@rightsrestricted.com>

create a commit model.