Skip to content
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

[PROD] Decommissioning Apple this year #2020

Closed
szabozoltan69 opened this issue Jan 26, 2024 · 1 comment
Closed

[PROD] Decommissioning Apple this year #2020

szabozoltan69 opened this issue Jan 26, 2024 · 1 comment
Assignees

Comments

@szabozoltan69
Copy link
Contributor

Issue

We have jobs that get data from go-api.ifrc.org.
This API endpoint will be decommissioned in 2024, we should begin to use a d365 query instead.
@andraslazar – could you help us in this cutover?

The recent usages:

country_plan/management/commands/ingest_country_plan_file.py:18:PUBLIC_SOURCE = 'https://go-api.ifrc.org/api/publicsiteappeals?AppealsTypeID=1851&Hidden=false'
country_plan/management/commands/ingest_country_plan_file.py:20:INTERNAL_SOURCE = 'https://go-api.ifrc.org/Api/FedNetAppeals?AppealsTypeId=1844&Hidden=false'
api/management/commands/sync_appealdocs.py:12:PUBLIC_SOURCE = "https://go-api.ifrc.org/api/publicsiteappeals?Hidden=false&Appealnumber="
api/management/commands/sync_appealdocs.py:13:FEDNET_SOURCE = "https://go-api.ifrc.org/Api/FedNetAppeals?Hidden=false&Appealnumber="
api/management/commands/ingest_appealdocs.py:9:APPEAL_DOCUMENT_TYPES = AppealDocumentType.objects.all()  # used only for read in appealdocument locations from api. You can check them via go-api.ifrc.org/Api/PublicSiteTypes
api/management/commands/ingest_appealdocs.py:10:PUBLIC_SOURCE = "https://go-api.ifrc.org/api/publicsiteappeals?Hidden=false&AppealsTypeID="
api/management/commands/ingest_appealdocs.py:11:FEDNET_SOURCE = "https://go-api.ifrc.org/Api/FedNetAppeals?Hidden=false&AppealsTypeId="
api/management/commands/ingest_appeals.py:90:            url = "http://go-api.ifrc.org/api/appealbilaterals"
api/management/commands/ingest_appeals.py:119:            url = "http://go-api.ifrc.org/api/appeals"

@tovari @batpad @thenav56

@szabozoltan69 szabozoltan69 self-assigned this Jan 26, 2024
@szabozoltan69
Copy link
Contributor Author

It turned out that the go-api.ifrc.org can remain, only it's backend will change.

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

No branches or pull requests

1 participant