History log of /ontohub/features/step_definitions/combination_steps.rb
Revision Date Author Comments Expand
d327eb79653cf7820fe583473ab35816d44cd757 02-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1555 patch url for (#1745) * Move monkey patches to one place and document them. * Make url_for consider LocIdBaseModel. * Use url_for instead of locid_for everywhere. * Remove now unused locid_for methods.

/ontohub/app/controllers/application_controller.rb /ontohub/app/controllers/metadata_controller.rb /ontohub/app/controllers/ontologies_controller.rb /ontohub/app/controllers/proof_attempts_controller.rb /ontohub/app/helpers/link_helper.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/state_helper.rb /ontohub/app/serializers/application_serializer.rb /ontohub/app/serializers/axiom_serializer.rb /ontohub/app/serializers/mapping_serializer.rb /ontohub/app/serializers/ontology_member/symbol_serializer.rb /ontohub/app/serializers/ontology_serializer.rb /ontohub/app/serializers/ontology_version_serializer.rb /ontohub/app/serializers/proof_attempt_configuration_serializer.rb /ontohub/app/serializers/proof_attempt_serializer.rb /ontohub/app/serializers/prover_output_serializer.rb /ontohub/app/serializers/sentence_serializer.rb /ontohub/app/serializers/theorem_serializer.rb /ontohub/app/views/axioms/_axiom.html.haml /ontohub/app/views/axioms/index.html.haml /ontohub/app/views/children/_child.html.haml /ontohub/app/views/mappings/_mapping.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/proof_attempts/_result.html.haml /ontohub/app/views/proof_attempts/_sentences_list.html.haml /ontohub/app/views/proof_attempts/index.html.haml /ontohub/app/views/proof_attempts/show.html.haml /ontohub/app/views/prover_outputs/show.html.haml /ontohub/app/views/symbols/_list.html.haml /ontohub/app/views/symbols/_node.html.haml /ontohub/app/views/theorems/_theorem.html.haml /ontohub/app/views/theorems/_theorem_large.html.haml /ontohub/doc/list_of_monkey_patches.md combination_steps.rb loc_id_routing_steps.rb ontology_state_steps.rb /ontohub/features/support/env.rb /ontohub/lib/extend/action_dispatch/routing/polymorphic_routes.rb /ontohub/lib/extend/file.rb /ontohub/spec/controllers/api/v1/proof_attempt_configurations_controller_spec.rb /ontohub/spec/controllers/api/v1/proof_attempts_controller_spec.rb /ontohub/spec/controllers/ontologies_controller_spec.rb /ontohub/spec/controllers/proof_attempts_controller_spec.rb /ontohub/spec/support/common_helper_methods.rb
e568cc4d63d7d940acafc114bc74287b9cc0e480 17-Jan-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use proper JSON schema files.

2139291198cf7b0232b6628c89e40f985a4332c0 19-Apr-2015 Tim Reddehase <robustus@rightsrestricted.com>

adjust combination feature-test for actions.

9205ceba0d0307830e78b9a414e1ff1bc06ac2ef 11-Apr-2015 Tim Reddehase <robustus@rightsrestricted.com>

use fully qualified locid in combination test.

34bd7b34347e21e8c06cf28bafea5f390830d4ca 05-Apr-2015 Tim Reddehase <robustus@rightsrestricted.com>

add combination scenario for 400 response.

97758b9192048e1cfcd47106cfba6852b1486edd 05-Apr-2015 Tim Reddehase <robustus@rightsrestricted.com>

use trait instead of factory for invalid api-key Also explicitly set default state to 'valid'.

5836ee88700245635cd096f27bdc6279178f4583 05-Apr-2015 Tim Reddehase <robustus@rightsrestricted.com>

add cucumber-feature for combinations.