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

Remote file download patches. #303

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Remote file download patches. #303

merged 3 commits into from
Jun 26, 2024

Conversation

Foxcapades
Copy link
Member

Changes:

  • Update raml and container core to include and use 424 status responses
  • Add cleanup method to trim user inputs (only relates to this change in that i found the lack of cleanup via an unexpected error for a url value with a leading space)
  • Relocate DatasetPostRequest mixin function to the appropriate mixin function file.
  • Handle 3xx redirects for given URLs including http -> https upgrades.
  • Added error handling and responses for different possible failure cases to provide users with more informative messages.

@Foxcapades Foxcapades requested a review from dmgaldi May 16, 2024 17:10
@Foxcapades Foxcapades self-assigned this May 16, 2024
@Foxcapades Foxcapades modified the milestone: v1.3.5 May 16, 2024
@Foxcapades Foxcapades linked an issue May 16, 2024 that may be closed by this pull request
@Foxcapades Foxcapades added this to the Build 69 milestone May 16, 2024
@Foxcapades Foxcapades merged commit 17281cb into main Jun 26, 2024
@Foxcapades Foxcapades deleted the issue-222 branch June 26, 2024 18:06
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.

Handle non-200 error codes from remote urls more gracefully.
1 participant