Tags: CMSgov/ab2d
Tags
Feature/ab2d 1273 (#279) Add a button to start a bulk export that can optionally use a contract. Add a cancel button that can cancel an in progress export. On the backend add cross origin configuration so that headers can be sent and received via cross origin requests. Add a progress bar at the bottom that polls every 6 seconds to check on the status.
Check the X-Forwarded-Proto header to determine if the status & file … …names should return https (#236) * Checked the header to determine if the status & file names should return https instead of http * Cleaned it up Commented out print statements * Fixed jobOutput based on additional fields to job_output merged from master (the couldn't be null and saved) * Fixed a clock-triggered test failure in BulkDataAccessAPIIntegrationTests.java. Co-authored-by: Laila Sharshar <laila.sharshar@semanticbits.com> Co-authored-by: Denis Krylov <dkrylovsb@users.noreply.github.com>