History log of /ontohub/app/models/repository/git.rb
Revision Date Author Comments Expand
f6d6e38e6a8c42dfacca3d57afe17d812984ecbc 12-Aug-2016 Eugen Kuksa <kuksa.eugen@gmail.com>

Fix mass-assignment error. (#1773)

628995aaa37bd9cf80c9b3b95123cc1af9a88faf 10-Aug-2016 Eileen Bolloff <ebolloff@informatik.uni-bremen.de>

Obey hound and eugenk.

1f4718bee1d867a22d1a5dc8f7e8c1c763689725 10-Aug-2016 Eileen Bolloff <ebolloff@informatik.uni-bremen.de>

Fix commit_for method.

97669a2ab79fef55a04bd6f0e51267e5119ddab7 08-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1753 wait for sql to finish before parsing worker retry (#1761) * Remove callback for parsing a version on create. * Handle do_not_parse flag properly * Remove the sleep command. * Refactor: Put state change into a method. * Fix specs. * Only assign the distributed logic once. * Only clone asynchronously after the transaction completed. * Fix specs that clone a repository. * Remove do_not_parse flag and replace it by a do_parse flag where needed. * Obey Hound as much as possible. * Fix parsing ontologies in the seeds.

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 /ontohub/app/models/commit.rb /ontohub/app/models/ontology/versions.rb /ontohub/app/models/ontology_version.rb /ontohub/app/models/ontology_version/files.rb /ontohub/app/models/ontology_version/parsing.rb git.rb /ontohub/app/models/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
006de713cc0c62dc3dd8549f4d74c00e8b822dd2 11-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Move ontology saving code into separate service class.

e69dac398e3f5069608244463c3a28cce0888172 07-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Move symlink creation code to Symlinks concern.

b1052a233dc574756de82c9a3fb273faa91c2a0c 19-Jun-2015 Tim Reddehase <robustus@rightsrestricted.com>

adjust create_ontology to only need the locid.

820a91872ae09fd7ec759a8d0410cd34c04487c3 28-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use config.fqdn instead of Settings.hostname If `Settings.hostname` is defined, it is the same as `config.fqdn`, so this is only really a change if `Settings.hostname` is `nil`. This doesn't change the deployment config. There we explicitly use `Settings.hostname` because we don't want to read the hostname from our development machines when deploying.

829fe3187304e9fa481bd4368b2797e850da7e2c 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Put fallbacks into user_info, use user_info.

8c80cb5cab290d01bfb20c2c5cb553430dbbab1b 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add a newline before to: (delegate).

e3d8599cd3c9a30b826f9764462cc84cae4a56f4 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use keyword syntax.

997e139eb94c7902fa9c0fcb803abd229c2228fa 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Obey hound once more.

075e8216f719a593d9111ce303e5028bcb0400fa 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Obey Hound.

78b69b71ee6bb1b213a2af7a2daec9e2e16052ef 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add controller action and route to delete a file.

ecbb207e70786e86107406e1b07635832ae41997 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Mark ontology as having no file after deletion.

5727b3911ca8a8a043b4bffeecce8188ae7fda1b 19-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add has_file flag to Ontology.

2244a7dffeed06ee129d0c94648c6a47615a7a0a 08-Apr-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Rename fallback committer settings.

b3d0a03d866957dacb2ef7ae7805c91e09fc858c 03-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Rename Repository::GitRepositories to Git This bothered me since day one. The module is about everything that happens in the underlying git repository. And there is only one such git repository.