History log of /ontohub/features/step_definitions/ontology_search_steps.rb
Revision Date Author Comments Expand
22f8827cd8892a298f9764ce862db6867307828d 10-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1620 deletion of child ontologies (#1748) * Make removed child ontologies "not present". * Scope default children association of acts_as_tree to present ontologies. * Show only present ontologies of this file. * Fix ontology factory. * Add cucumber features. * Fix restoring children. * Fix restoring a child ontology. * Add specs for restoring children. * Really fix restoring a child ontology. * Only save the ontology if it has changed or if it is a new record.

/ontohub/app/models/ontology/associations_and_attributes.rb /ontohub/app/models/ontology/class_methods_and_scopes.rb /ontohub/app/models/ontology/distributed.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/views/files/_show_dir.html.haml /ontohub/app/views/files/_show_file.html.haml /ontohub/features/RepositoryEditFile.feature /ontohub/features/RepositoryFileBrowser.feature ontology_search_steps.rb ontology_state_steps.rb ontology_versions_steps.rb repository_edit_file_steps.rb repository_file_browser_steps.rb /ontohub/features/support/env.rb /ontohub/lib/hets/dg/node_evaluation_helper.rb /ontohub/lib/hets/dg/node_evaluator.rb /ontohub/spec/factories/ontology_factory.rb /ontohub/spec/fixtures/ontologies/casl/test2_child_deleted.casl /ontohub/spec/fixtures/ontologies/casl/test2_child_renamed.casl /ontohub/spec/models/ontology_spec.rb /ontohub/spec/support/common_helper_methods.rb
7ab985b7b4f219bdcc531e293691dcbf25be978c 18-Apr-2016 Eileen Bolloff <ebolloff@informatik.uni-bremen.de>

Replace deprecated should with expect.

35d87aca7b5113182d045f8b28cbc4062de69991 18-Apr-2016 Eileen Bolloff <ebolloff@informatik.uni-bremen.de>

Fix typos and abbreviations.

f29291396a747f7611933cef4a4f575a27f3ff5b 06-Apr-2016 Eileen Bolloff <ebolloff@informatik.uni-bremen.de>

Add cucumber test for search authorization.

8c6f785edbeb75a6c8ceb84d7cb9c1151c5ac41e 02-Nov-2015 Eileen Bolloff <ebolloff@tzi.de>

Add test search for an ontology with a category.

7f2eff394ae17c12a3142651373b60ce7592508c 09-Mar-2015 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Use more regex in tests.

6310dc3c085495bf3165716fe89bb49ec481a060 09-Mar-2015 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Obey hound.

08bf046625fdcfb54d8e43d52617559584307b92 04-Mar-2015 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Removes redundant name variables.

a02622da065ae7a6ae59f6fa83e8b31db0dd9031 04-Mar-2015 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Inserts new line, removes space, fixes typo.

4b0c569afdc4dd740926ab4857451ba1d342e889 04-Mar-2015 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Adds cucumber integration tests for in repo search.

518acf1845fb61410df491c389966b89e1b9a071 04-Mar-2015 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Fix OntologySearchFeature steps

cb592cda6ac3d717302a7d689011fe6aa1e406a4 01-Dec-2014 Eileen Bolloff <ebolloff@fb3.uni-bremen.de>

Add cucumber tests for search with elasticsearch.