Skip to content

[project][ENG-7225] share cleanup 2025 (milestone 1: simplify) #858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .docker-compose.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ CELERY_BROKER_URL=amqp://guest:guest@rabbitmq:5672
DATABASE_HOST=postgres
ELASTICSEARCH8_URL=https://elastic8:9200/
# ELASTICSEARCH5_URL=http://elasticsearch:9200/
EMBER_SHARE_URL=http://frontend:4200
LOGIN_REDIRECT_URL=http://localhost:8003/
OSF_API_URL=http://localhost:8000
RABBITMQ_HOST=rabbitmq
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
- name: run tests
run: |
coverage run -m pytest --create-db
coverage run --append -m behave
coverage xml -o _shtrove_coverage.xml
env:
DATABASE_PASSWORD: postgres
Expand Down
3 changes: 0 additions & 3 deletions api/base/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ def initial(self, request, *args, **kwargs):
class RootView(views.APIView):
def get(self, request):
links = {
'normalizeddata': 'api:normalizeddata-list',
'rawdata': 'api:rawdatum-list',
'sourceregistrations': 'api:sourceregistration-list',
'sources': 'api:source-list',
'users': 'api:user-list',
'schema': 'api:schema',
'status': 'api:status',
'rss': 'api:rss',
'atom': 'api:atom',
Expand Down
19 changes: 0 additions & 19 deletions api/formattedmetadatarecords/serializers.py

This file was deleted.

7 changes: 0 additions & 7 deletions api/formattedmetadatarecords/urls.py

This file was deleted.

15 changes: 0 additions & 15 deletions api/formattedmetadatarecords/views.py

This file was deleted.

30 changes: 0 additions & 30 deletions api/normalizeddata/serializers.py

This file was deleted.

7 changes: 0 additions & 7 deletions api/normalizeddata/urls.py

This file was deleted.

108 changes: 0 additions & 108 deletions api/normalizeddata/views.py

This file was deleted.

7 changes: 0 additions & 7 deletions api/schemas/urls.py

This file was deleted.

13 changes: 0 additions & 13 deletions api/schemas/views.py

This file was deleted.

18 changes: 0 additions & 18 deletions api/sourceregistrations/serializers.py

This file was deleted.

7 changes: 0 additions & 7 deletions api/sourceregistrations/urls.py

This file was deleted.

49 changes: 0 additions & 49 deletions api/sourceregistrations/views.py

This file was deleted.

Loading