Skip to content

Commit

Permalink
Remove API app
Browse files Browse the repository at this point in the history
Changes to be committed:
	deleted:    api/__init__.py
	deleted:    api/admin.py
	deleted:    api/apps.py
	deleted:    api/fixtures/bootstrap.json
	deleted:    api/fixtures/metafixtures
	deleted:    api/fixtures/metafixtures.json
	deleted:    api/keys.sh
	deleted:    api/migrations/0001_initial.py
	deleted:    api/migrations/0002_auto_20220124_2356.py
	deleted:    api/migrations/0003_rename_meta_table_prefix_table.py
	deleted:    api/migrations/0004_rename_group_info_groupinfo.py
	deleted:    api/migrations/0005_rename_prefixes_prefix.py
	deleted:    api/migrations/0006_delete_new_users.py
	deleted:    api/migrations/__init__.py
	deleted:    api/model/__init__.py
	deleted:    api/model/groups.py
	deleted:    api/model/prefix.py
	deleted:    api/models.py
	deleted:    api/permissions.py
	deleted:    api/rdb.sh
	deleted:    api/request_definitions/GET.schema
	deleted:    api/request_definitions/POST.schema
	deleted:    api/request_definitions/templates/DELETE_delete_object_by_id.schema
	deleted:    api/request_definitions/templates/GET_activate_account.schema
	deleted:    api/request_definitions/templates/GET_get_object_by_id.schema
	deleted:    api/request_definitions/templates/GET_retrieve_available_schema.schema
	deleted:    api/request_definitions/templates/POST_convert_existing_object_between_schemas.schema
	deleted:    api/request_definitions/templates/POST_convert_payload_to_schema.schema
	deleted:    api/request_definitions/templates/POST_new_account.schema
	deleted:    api/request_definitions/templates/POST_object_listing_by_token.schema
	deleted:    api/request_definitions/templates/POST_objects_draft.schema
	deleted:    api/request_definitions/templates/POST_objects_publish.schema
	deleted:    api/request_definitions/templates/POST_read_object.schema
	deleted:    api/request_definitions/templates/POST_validate_payload_against_schema.schema
	deleted:    api/scripts/__init__.py
	deleted:    api/scripts/method_specific/GET_draft_object_by_id.py
	deleted:    api/scripts/method_specific/GET_published_object_by_id.py
	deleted:    api/scripts/method_specific/GET_published_object_by_id_with_version.py
	deleted:    api/scripts/method_specific/GET_retrieve_available_schema.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_create.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_delete.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_modify.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_permissions.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_permissions_set.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_publish.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_read.py
	deleted:    api/scripts/method_specific/POST_api_objects_drafts_token.py
	deleted:    api/scripts/method_specific/POST_api_objects_publish.py
	deleted:    api/scripts/method_specific/POST_api_objects_published.py
	deleted:    api/scripts/method_specific/POST_api_objects_search.py
	deleted:    api/scripts/method_specific/POST_api_objects_token.py
	deleted:    api/scripts/method_specific/POST_validate_payload_against_schema.py
	deleted:    api/scripts/method_specific/__init__.py
	deleted:    api/scripts/utilities/DbUtils.py
	deleted:    api/scripts/utilities/FileUtils.py
	deleted:    api/scripts/utilities/JsonUtils.py
	deleted:    api/scripts/utilities/RequestUtils.py
	deleted:    api/scripts/utilities/ResponseUtils.py
	deleted:    api/scripts/utilities/SettingsUtils.py
	deleted:    api/scripts/utilities/UserUtils.py
	deleted:    api/scripts/utilities/__init__.py
	deleted:    api/serializers.py
	deleted:    api/signals.py
	deleted:    api/templates/api/account_activation_message.html
	deleted:    api/urls.py
	deleted:    api/validation_definitions/IEEE/2791object.json
	deleted:    api/validation_definitions/IEEE/description_domain.json
	deleted:    api/validation_definitions/IEEE/error_domain.json
	deleted:    api/validation_definitions/IEEE/execution_domain.json
	deleted:    api/validation_definitions/IEEE/io_domain.json
	deleted:    api/validation_definitions/IEEE/parametric_domain.json
	deleted:    api/validation_definitions/IEEE/provenance_domain.json
	deleted:    api/validation_definitions/IEEE/usability_domain.json
	deleted:    api/validation_definitions/IEEE_sub/IEEE2791-2020.schema
	deleted:    api/validation_definitions/IEEE_sub/domains/description_domain.json
	deleted:    api/validation_definitions/IEEE_sub/domains/error_domain.json
	deleted:    api/validation_definitions/IEEE_sub/domains/execution_domain.json
	deleted:    api/validation_definitions/IEEE_sub/domains/io_domain.json
	deleted:    api/validation_definitions/IEEE_sub/domains/parametric_domain.json
	deleted:    api/validation_definitions/IEEE_sub/domains/provenance_domain.json
	deleted:    api/validation_definitions/IEEE_sub/domains/usability_domain.json
	deleted:    api/validation_definitions/uri_external
	deleted:    api/views.py
	new file:   config/settings.py
	modified:   config/urls.py

Changes not staged for commit:
	modified:   authentication/apis.py
	modified:   authentication/migrations/0001_initial.py
	deleted:    authentication/migrations/0002_newuser.py
	modified:   authentication/services.py
	modified:   docs/refactor.md
	modified:   search/selectors.py
	modified:   tests/fixtures/test_data.json
	deleted:    tests/test_database.py
	deleted:    tests/test_fixtures.py
	deleted:    tests/test_models
	modified:   tests/test_views/test_api_account_activate.py
	deleted:    tests/test_views/test_api_accounts_describe.py
	modified:   tests/test_views/test_api_auth_add.py
	modified:   tests/test_views/test_api_auth_reset_token.py
	deleted:    tests/test_views/test_api_groups_group_info.py
	deleted:    tests/test_views/test_api_groups_modify.py
	deleted:    tests/test_views/test_api_objects.py
	deleted:    tests/test_views/test_api_objects_drafts_create.py
	deleted:    tests/test_views/test_api_objects_drafts_modify.py
	deleted:    tests/test_views/test_api_objects_drafts_publish.py
	deleted:    tests/test_views/test_api_objects_search.py
	deleted:    tests/test_views/test_api_objects_validate.py
	deleted:    tests/test_views/test_api_prefixes_create.py
	deleted:    tests/test_views/test_api_prefixes_token.py
	deleted:    tests/test_views/test_get_object_id_draft.py
	deleted:    tests/test_views/test_get_objectid.py
	deleted:    tests/test_views/test_published_object_by_id.py
	modified:   token.json
  • Loading branch information
HadleyKing committed Mar 14, 2024
1 parent 011e97b commit 8fdb62a
Show file tree
Hide file tree
Showing 85 changed files with 261 additions and 12,309 deletions.
Empty file removed api/__init__.py
Empty file.
17 changes: 0 additions & 17 deletions api/admin.py

This file was deleted.

26 changes: 0 additions & 26 deletions api/apps.py

This file was deleted.

Loading

0 comments on commit 8fdb62a

Please sign in to comment.