History log of /ontohub/lib/git_repository.rb
Revision Date Author Comments Expand
e6c44954655c89ba1d2a653055377e63b7f5a98d 14-Aug-2016 Eugen Kuksa <kuksa.eugen@gmail.com>

Set group write permissions on repository create (#1797) * Set group write permissions on repository create. * Set the group permissions for cloned repositories as well. * Return the result of the pulling method. * Forbid naming a repository 'new'.

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 /ontohub/app/models/repository/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 git_repository.rb git_repository/committing.rb git_repository/get_commit.rb hets/dg/node_evaluation_helper.rb hets/dg/node_evaluator.rb migration_with_data.rb ontology_saver.rb ontology_version_options.rb proof_execution.rb repository_update_worker.rb 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
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.

674411b4cc02cf3bffadda96eed60751162ebf5f 04-Dec-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Fix path_exists? on empty repository.

389ef6f0a2c389ad624dcf0b0e7336e39c3fbec5 11-Nov-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Do what the hound says.

305425741178bd2bf246258c91a8b2833aacd964 10-Nov-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Simplify path_exists method.

225f141a2f48379c69767f68f4a252618faae20e 10-Nov-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use '/' as default path.

de9f3aef02867291f2c065985477165653ea11b2 10-Nov-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use ref instead of r as block variable name.

76f22aa7c18383199da116500929b79945677076 10-Nov-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Delegate empty? method.

8154de978abb605f24405ee3c94bc148ebe4b28b 10-Nov-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

GitRepo refactorings: more delegates, url -> path.

afd1d888784385307c9c0544597a513c2008d342 02-Jul-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

adjust tests, fix implementation

a847d9812b328c048773e705606b10875a929034 02-Jul-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Improve routing Only routes for existing files and ontologies are considered.

f4b865988759de2bcc51ffd55897191c74e53ba2 02-Jul-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Refactor files action of FilesController Make use of RepositoryFile and GitFile. Use InheritedResources for FilesController and simplify files action (will be renamed later).

a1dfa680e0ec6ac58a9a999def342fd3cd4a3a0a 24-Jun-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

simplify code and conform to code style guide

5377dc644918632ef318825466e4f3cd861e27ec 02-Jun-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add path method to GitRepository and improve test

307902584a4a70170eae6dc80e17d87f680fe2b3 30-May-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

bump rugged to current development version

ee5342a8882c2fc7631fcffb5497e6597747887c 10-May-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix whitespace issues Includes fixes for the following whitespace-related issues: - Trailing whitespace at end of line - Tabs in file - No newline at end of file This commit fixes these issues for .rb, .coffee, and .sass files.

/ontohub/app/assets/javascripts/bulkupload.js.coffee /ontohub/app/assets/javascripts/flash.js.coffee /ontohub/app/assets/javascripts/highlight_anchor.js.coffee /ontohub/app/assets/javascripts/oops.js.coffee /ontohub/app/assets/javascripts/plugins/relationList.js.coffee /ontohub/app/assets/javascripts/plugins/remoteCollection.js.coffee /ontohub/app/assets/javascripts/statusUpdates.js.coffee /ontohub/app/assets/javascripts/tooltips.js.coffee /ontohub/app/assets/stylesheets/actions.css.sass /ontohub/app/assets/stylesheets/aside.css.sass /ontohub/app/assets/stylesheets/axioms.css.sass /ontohub/app/assets/stylesheets/bulkupload.css.sass /ontohub/app/assets/stylesheets/comments.css.sass /ontohub/app/assets/stylesheets/data_type.css.sass /ontohub/app/assets/stylesheets/entities.css.sass /ontohub/app/assets/stylesheets/formats.sass /ontohub/app/assets/stylesheets/latest.css.sass /ontohub/app/assets/stylesheets/oops-responses.css.sass /ontohub/app/assets/stylesheets/pagination.sass /ontohub/app/assets/stylesheets/quicksearch.css.sass /ontohub/app/assets/stylesheets/relationList.css.sass /ontohub/app/assets/stylesheets/repository.css.sass /ontohub/app/assets/stylesheets/search_result.css.sass /ontohub/app/assets/stylesheets/section.css.sass /ontohub/app/assets/stylesheets/sentences.css.sass /ontohub/app/controllers/adjoints_controller.rb /ontohub/app/controllers/admin/teams_controller.rb /ontohub/app/controllers/admin/users_controller.rb /ontohub/app/controllers/api/v1/base.rb /ontohub/app/controllers/api/v1/categories_controller.rb /ontohub/app/controllers/api/v1/ontologies_controller.rb /ontohub/app/controllers/api/v1/repositories_controller.rb /ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/autocomplete_controller.rb /ontohub/app/controllers/children_controller.rb /ontohub/app/controllers/commit_references_controller.rb /ontohub/app/controllers/entities_search_controller.rb /ontohub/app/controllers/errors_controller.rb /ontohub/app/controllers/home_controller.rb /ontohub/app/controllers/keys_controller.rb /ontohub/app/controllers/language_adjoints_controller.rb /ontohub/app/controllers/language_mappings_controller.rb /ontohub/app/controllers/languages_controller.rb /ontohub/app/controllers/links_controller.rb /ontohub/app/controllers/logic_adjoints_controller.rb /ontohub/app/controllers/logic_mappings_controller.rb /ontohub/app/controllers/logics_controller.rb /ontohub/app/controllers/mappings_controller.rb /ontohub/app/controllers/metadata_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/ontology_search_controller.rb /ontohub/app/controllers/ontology_version_member.rb /ontohub/app/controllers/ontology_versions_controller.rb /ontohub/app/controllers/oops_requests_controller.rb /ontohub/app/controllers/path_helpers.rb /ontohub/app/controllers/permissions_controller.rb /ontohub/app/controllers/polymorphic_resource/base.rb /ontohub/app/controllers/privilege_list/base.rb /ontohub/app/controllers/repository_settings_controller.rb /ontohub/app/controllers/sentences_controller.rb /ontohub/app/controllers/supports_controller.rb /ontohub/app/controllers/team_users_controller.rb /ontohub/app/controllers/teams/permissions_controller.rb /ontohub/app/controllers/teams_controller.rb /ontohub/app/controllers/users/confirmations_controller.rb /ontohub/app/controllers/users/registrations_controller.rb /ontohub/app/controllers/users_controller.rb /ontohub/app/helpers/application_helper.rb /ontohub/app/helpers/comments_helper.rb /ontohub/app/helpers/entity_helper.rb /ontohub/app/helpers/flash_helper.rb /ontohub/app/helpers/link_helper.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/ontology_helper.rb /ontohub/app/helpers/oops_helper.rb /ontohub/app/helpers/pagination_helper.rb /ontohub/app/helpers/permission_helper.rb /ontohub/app/helpers/search_helper.rb /ontohub/app/helpers/tag_helper.rb /ontohub/app/helpers/timestamp_helper.rb /ontohub/app/helpers/title_helper.rb /ontohub/app/models/ability.rb /ontohub/app/models/comment.rb /ontohub/app/models/e_edge.rb /ontohub/app/models/entity.rb /ontohub/app/models/entity/readability.rb /ontohub/app/models/entity/searching.rb /ontohub/app/models/entity_group.rb /ontohub/app/models/key.rb /ontohub/app/models/key/fingerprint.rb /ontohub/app/models/language.rb /ontohub/app/models/language_mapping.rb /ontohub/app/models/link.rb /ontohub/app/models/link_version.rb /ontohub/app/models/logic.rb /ontohub/app/models/logic_mapping.rb /ontohub/app/models/metadatum.rb /ontohub/app/models/ontology/categories.rb /ontohub/app/models/ontology/entities.rb /ontohub/app/models/ontology/import.rb /ontohub/app/models/ontology/links.rb /ontohub/app/models/ontology/oops.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/numbers.rb /ontohub/app/models/ontology_version/oops_requests.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/ontology_version/states.rb /ontohub/app/models/oops_request.rb /ontohub/app/models/oops_request/responses.rb /ontohub/app/models/oops_request/states.rb /ontohub/app/models/oops_response.rb /ontohub/app/models/permission.rb /ontohub/app/models/repository/access.rb /ontohub/app/models/repository/file_not_found_error.rb /ontohub/app/models/repository/files_list.rb /ontohub/app/models/repository/import_error.rb /ontohub/app/models/repository/importing.rb /ontohub/app/models/repository/symlink.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/resource.rb /ontohub/app/models/sentence/readability.rb /ontohub/app/models/serialization.rb /ontohub/app/models/simple_ontology.rb /ontohub/app/models/support.rb /ontohub/app/models/team.rb /ontohub/app/models/team_user.rb /ontohub/app/models/user.rb /ontohub/app/models/user/authentication.rb /ontohub/config/god/app.rb /ontohub/config/god/sidekiq_workers.rb /ontohub/config/initializers/active_record_base.rb /ontohub/config/initializers/async_helper.rb /ontohub/config/initializers/rabl_init.rb /ontohub/config/routes.rb /ontohub/db/migrate/20120307143552_create_ontologies.rb /ontohub/db/migrate/20120307163615_create_links.rb /ontohub/db/migrate/20120308144854_create_teams.rb /ontohub/db/migrate/20120308144855_create_team_users.rb /ontohub/db/migrate/20120308144859_create_permissions.rb /ontohub/db/migrate/20120313131338_create_comments.rb /ontohub/db/migrate/20120416190216_create_serializations.rb /ontohub/db/migrate/20120416191514_create_link_versions.rb /ontohub/db/migrate/20120424155606_create_logic_mappings.rb /ontohub/db/migrate/20120424155621_create_language_mappings.rb /ontohub/db/migrate/20120424162211_create_language_adjoints.rb /ontohub/db/migrate/20120424162227_create_logic_adjoints.rb /ontohub/db/migrate/20120511162259_create_basic_proofs.rb /ontohub/db/migrate/20120511162609_create_structured_proof_parts.rb /ontohub/db/migrate/20120511162723_create_used_sentences.rb /ontohub/db/migrate/20130422184444_create_c_vertices_table.rb /ontohub/db/migrate/20130516165857_add_ontolgies_count_to_logics.rb /ontohub/db/migrate/20130730100410_remove_link_version_from_entity_mapping.rb /ontohub/db/migrate/20130826115853_create_ontology_type.rb /ontohub/db/migrate/20130924161345_add_license_models_to_ontologies.rb /ontohub/db/migrate/20130924224533_add_formality_levels_to_ontologies.rb /ontohub/db/migrate/20131108101521_rename_c_vertices_to_categories.rb /ontohub/db/migrate/20131108103128_rename_c_vertices_ontology_table_to_categories_ontology_table.rb /ontohub/db/migrate/20131206114523_rename_license_model_ontology_table_to_license_models_ontologies_table.rb /ontohub/db/migrate/20140329102152_create_entity_groups.rb /ontohub/db/migrate/20140329162713_remove_cycle_checker_from_e_edges.rb /ontohub/db/migrate/20140409093111_add_constratints_and_indices_to_entity_groups.rb /ontohub/db/migrate/20140508073115_remove_all_eedges_and_generate_tarjan_trees.rb /ontohub/db/seeds/010-users_and_teams.rb autocomplete.rb git_repository.rb git_repository/cloning.rb git_repository/commit.rb git_repository/config.rb git_repository/get_info_list.rb git_repository/url_not_found_error.rb hets.rb language_population.rb logic_mapping_population.rb logic_population.rb logicgraph_parser.rb ontology_search.rb oops.rb oops/client.rb oops/response.rb pagination.rb permissionable.rb relation_list.rb scope_builder.rb sidetiq_worker.rb state_updater.rb tarjan_tree.rb worker.rb /ontohub/spec/controllers/api/v1/ontologies_controller_spec.rb /ontohub/spec/controllers/api/v1/repositories_controller_spec.rb /ontohub/spec/controllers/comments_controller_spec.rb /ontohub/spec/controllers/keys_controller_spec.rb /ontohub/spec/controllers/repository_settings_controller_spec.rb /ontohub/spec/lib/repository/import/git_spec.rb /ontohub/spec/lib/repository/import/svn_spec.rb /ontohub/spec/lib/tarjan_spec.rb /ontohub/spec/models/ability_spec.rb /ontohub/spec/models/entity_group_spec.rb /ontohub/spec/models/key_spec.rb /ontohub/spec/models/project.rb /ontohub/spec/models/url_map_spec.rb /ontohub/spec/routing/files_routing_spec.rb /ontohub/spec/support/config/sunspot.rb /ontohub/test/factories/adjoint.rb /ontohub/test/factories/c_edge.rb /ontohub/test/factories/entity.rb /ontohub/test/factories/entity_group.rb /ontohub/test/factories/logic.rb /ontohub/test/factories/mapping.rb /ontohub/test/factories/ontology_version.rb /ontohub/test/factories/oops.rb /ontohub/test/factories/sentence.rb /ontohub/test/factories/serialization.rb /ontohub/test/factories/user.rb /ontohub/test/functional/admin/teams_controller_test.rb /ontohub/test/functional/admin/users_controller_test.rb /ontohub/test/functional/autocomplete_controller_test.rb /ontohub/test/functional/entities_controller_test.rb /ontohub/test/functional/entities_search_controller_test.rb /ontohub/test/functional/home_controller_test.rb /ontohub/test/functional/language_adjoint_controller_test.rb /ontohub/test/functional/language_controller_test.rb /ontohub/test/functional/language_mapping_controller_test.rb /ontohub/test/functional/logic_adjoint_controller_test.rb /ontohub/test/functional/logic_controller_test.rb /ontohub/test/functional/logic_mapping_controller_test.rb /ontohub/test/functional/ontologies_controller_test.rb /ontohub/test/functional/ontology_versions_controller_test.rb /ontohub/test/functional/oops_request_controller_test.rb /ontohub/test/functional/permissions_controller_test.rb /ontohub/test/functional/repositories_controller_test.rb /ontohub/test/functional/sentences_controller_test.rb /ontohub/test/functional/serializations_controller_test.rb /ontohub/test/functional/team_users_controller_test.rb /ontohub/test/functional/teams/permissions_controller_test.rb /ontohub/test/functional/teams_controller_test.rb /ontohub/test/functional/users_controller_test.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/entity_display_test.rb /ontohub/test/integration/ontology_state.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/integration/session_test.rb /ontohub/test/integration/visit_ontology_test.rb /ontohub/test/integration_test_helper.rb /ontohub/test/shared_helper.rb /ontohub/test/test_helper.rb /ontohub/test/unit/autocomplete_test.rb /ontohub/test/unit/category_test.rb /ontohub/test/unit/distributed_ontology_test.rb /ontohub/test/unit/entity_test.rb /ontohub/test/unit/formality_level_test.rb /ontohub/test/unit/language_population_test.rb /ontohub/test/unit/license_model_test.rb /ontohub/test/unit/logic_population_test.rb /ontohub/test/unit/logic_test.rb /ontohub/test/unit/logicgraph_parser/stub_test.rb /ontohub/test/unit/logicgraph_parser_test.rb /ontohub/test/unit/ontology_import_xml_test.rb /ontohub/test/unit/ontology_parser/distributed_test.rb /ontohub/test/unit/ontology_parser/single_test.rb /ontohub/test/unit/ontology_parser_test.rb /ontohub/test/unit/ontology_search_test.rb /ontohub/test/unit/ontology_test.rb /ontohub/test/unit/ontology_type_test.rb /ontohub/test/unit/ontology_version_test.rb /ontohub/test/unit/oops_request/responses_test.rb /ontohub/test/unit/oops_request/states_test.rb /ontohub/test/unit/oops_request_test.rb /ontohub/test/unit/oops_test.rb /ontohub/test/unit/permission_test.rb /ontohub/test/unit/repository_test.rb /ontohub/test/unit/sentence_test.rb /ontohub/test/unit/task_test.rb /ontohub/test/unit/team_test.rb /ontohub/test/unit/team_user_test.rb /ontohub/test/unit/tool_test.rb /ontohub/test/unit/triple_store_test.rb /ontohub/test/unit/user_test.rb
2725ada6b2a776abaadd22b0006097eae9ba2b02 24-Jan-2014 Julian Kornberger <juliank@tzi.de>

Refactored GitRepository::GetDiff Lazy creation of diff to increase the performance. solves #598 and #609

9e3e0144c09a30bdb6211168a35dacbf0cb130d8 09-Nov-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix git lib error that caused entity tests to fail

9f9aab3a5e6a6beca675c7f90f9af56a3636f000 02-Nov-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add functions dir? and paths_starting_with

b66a6512eb6dea6cf5339eaa857a81d1b89cb4de 27-Oct-2013 Julian Kornberger <juliank@tzi.de>

Refactoring of the clone configuration. 'mirror = true' added to overwrite all local refs.

93ff918a7a1656d812f27a767a976ea33da0921f 25-Oct-2013 Julian Kornberger <juliank@tzi.de>

Refactoring of git/svn import finished. Now the import works without a working copy.

498a5ce047b7c0873d84f6e7f45f3443e5072b70 17-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix directory creation

44f6922f3b15f4aed48cbd0d7d5f444e5c7fe2a9 17-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

make sure the git directories exist when cloning and creating repositoies

391f72f778a8c9e1cbaed1860f4a4754d6881c8a 09-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix most tests

ef1f1ad3d88023d93475dfdce00bd9f230917660 09-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix most tests

039b6fe97fd37af689c6991e6fceef72bbd617fc 03-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

finish cloning feature in backend

9cfb01db247ca04bb4b5b337bbd77c66b7150e53 01-Oct-2013 Julian Kornberger <juliank@tzi.de>

Tests fixed and refactored

/ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/files_controller.rb /ontohub/app/controllers/path_helpers.rb /ontohub/app/controllers/repositories_controller.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/repository_helper.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/upload_file.rb /ontohub/app/views/files/_commit.html.haml /ontohub/app/views/files/_files_dir.html.haml /ontohub/app/views/files/_files_file.html.haml /ontohub/app/views/files/_files_file_base_ambiguous.html.haml /ontohub/app/views/files/_history_commit_group.html.haml /ontohub/app/views/files/diff.html.haml /ontohub/app/views/files/files.html.haml /ontohub/app/views/files/history.html.haml /ontohub/app/views/files/new.html.haml /ontohub/app/views/repositories/files.html.haml /ontohub/config/routes.rb git_repository.rb git_repository/cloning.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/unit/ability_test.rb
1167711784176c2c46f3b69a3530a8aff0d575f7 01-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

add cloning feature to backend two tests fail because a shallow clone has a faulty parents-reference in the oldest cloned commit

03dee28977299b4b40210d9b7842bf85c136ab7d 26-Sep-2013 = <=>

Add history feature (now yet linked in view)

8ec575832389c2588f0b5ca1f1dd2cc42d62eb12 25-Sep-2013 = <=>

Add commit information in files view

a5a4e2f7ee10435dab96569b4514486f0eee6c09 22-Sep-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

enable browsing in previous commits and branches

f458e516c452c779efc7fc8949edfc2092d3fb82 31-Jul-2013 Julian Kornberger <juliank@tzi.de>

Updated rugged

1b3a30e097b49e2c7a8d09b5d4cf544c1fec299b 27-Jun-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

rename some methods

82943dcc7f878756736a3f21a8100b389b94ba46 25-Jun-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

make first lib-tests pass

f1304db188bff0f7c40172819863ffe54401b400 19-Jun-2013 Julian Kornberger <juliank@tzi.de>

some tests fixed

532f6901b468d49af265ef939b52bbc6c8f1ab85 19-Jun-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Add first tests for git lib

0575355e90e95b4ad3b2907244139419df71b640 19-Jun-2013 henning mueller <henning@orgizm.net>

Removed redundant method.

a2b3d5bb602a9a0d970b6640948f1d7d75ce78bf 19-Jun-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Create (untested) git lib

5c4c13ac875d79def115ce3d8443d4ec87b3252a 19-Jun-2013 Julian Kornberger <juliank@tzi.de>

First steps to integrate Git.

/ontohub/app/controllers/permissions_controller.rb /ontohub/app/controllers/repositories_controller.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology/versions.rb /ontohub/app/models/permission.rb /ontohub/app/models/repository.rb /ontohub/app/models/repository/git_repositories.rb /ontohub/app/models/repository/validations.rb /ontohub/app/views/permissions/index.html.haml /ontohub/app/views/repositories/_form.html.haml /ontohub/app/views/repositories/_ontology.html.haml /ontohub/app/views/repositories/_repository.html.haml /ontohub/app/views/repositories/edit.haml /ontohub/app/views/repositories/index.html.haml /ontohub/app/views/repositories/new.html.haml /ontohub/app/views/repositories/show.html.haml /ontohub/app/views/shared/_ontology.html.haml /ontohub/app/views/shared/_subnavigation.html.haml /ontohub/config/initializers/repositories.rb /ontohub/config/routes.rb /ontohub/db/migrate/20130606124409_create_repositories.rb /ontohub/db/seeds.rb git_repository.rb /ontohub/test/factories/repository.rb /ontohub/test/functional/repositories_controller_test.rb