Skip to content

Improve usage metrics logging and replace Alias API view functions with ModelViewSet subclass - #474

Open
manning-ncsa wants to merge 13 commits into
mainfrom
usage-logs
Open

Improve usage metrics logging and replace Alias API view functions with ModelViewSet subclass#474
manning-ncsa wants to merge 13 commits into
mainfrom
usage-logs

Conversation

@manning-ncsa

Copy link
Copy Markdown
Collaborator

Resolves #473

Changed

  • Improved the usage metrics logging system to handle class-based views, including the individual Blast data object endpoints and the transient dataset download endpoints.
  • Replaced Alias API view functions with ModelViewSet subclass for consistency with other data object API endpoints and to benefit from the Django REST Framework. (While this API change is technically not backwards-compatible, the nature of the /api/alias/ functionality and its lack of known use to date justifies this "minor" violation of semantic versioning.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor Alias object API

1 participant