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

Switch to official Corona-Warn-App servers #44

Merged
merged 3 commits into from
Sep 27, 2020
Merged

Conversation

llewelld
Copy link
Owner

@llewelld llewelld commented Sep 20, 2020

Adds a number of changes needed to support and perform the switch to the
official Corona-Warn-App servers:

  1. Switches from using the S3 protocol used by the test download servers
    to the REST protocol used by the official download servers. Info about
    the REST API can be found here:

https://raw.githubusercontent.com/corona-warn-app/cwa-server/master/services/distribution/api_v1.json

  1. Adds a settings file upgrade process and upgrades the file to use the
    new server locations.

  2. The upload and download error label can now be cleared by clicking on
    it. Without this, errors would be left there indefinitely.

  3. The info banner on the main app page warning about the fact that test
    servers are being used has been removed.

  4. Some small change to the upload and verification code to ensure it
    doesn't assume an http connection.

  5. All of the S3 access code files have been removed since they're not
    needed any more.

@llewelld
Copy link
Owner Author

Fixes #43.
Fixes #45.

Adds a number of changes needed to support and perform the switch to the
official Corona-Warn-App servers:

1. Switches from using the S3 protocol used by the test download servers
to the REST protocol used by the official download servers. Info about
the REST API can be found here:

https://raw.githubusercontent.com/corona-warn-app/cwa-server/master/services/distribution/api_v1.json

2. Adds a settings file upgrade process and upgrades the file to use the
new server locations.

3. The upload and download error label can now be cleared by clicking on
it. Without this, errors would be left there indefinitely.

4. The info banner on the main app page warning about the fact that test
servers are being used has been removed.

5. Some small change to the upload and verification code to ensure it
doesn't assume an http connection.

6. All of the S3 access code files have been removed since they're not
needed any more.
Removes download folders that are over the 14 day interest limit and
calculates the current download date based on the directories available
when the app starts.
When the app is started an info page is shown to warn users about the
fact that the app isn't officially supported and that the functionality
isn't guaranteed to work.
@llewelld llewelld force-pushed the update_to_cwa_servers branch from fc2fe13 to 0c99301 Compare September 27, 2020 20:23
@llewelld llewelld merged commit 2ffddaf into master Sep 27, 2020
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.

1 participant