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

Fix CSV data export file accessibility #193

Merged
merged 3 commits into from
Mar 24, 2024
Merged

Fix CSV data export file accessibility #193

merged 3 commits into from
Mar 24, 2024

Commits on Mar 24, 2024

  1. Make sure to make the CSV file readable for others

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    202f790 View commit details
    Browse the repository at this point in the history
  2. Use the dataExportUrlBase to redirect the data request

    The other one only incidentally worked with the integration tests, but not in production.
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b99a55d View commit details
    Browse the repository at this point in the history
  3. Set DATA_URL_BASE for integration test

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d0312fb View commit details
    Browse the repository at this point in the history