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

Use django storage to build URL returned by El Proxito #6466

Merged
merged 5 commits into from
Dec 18, 2019

Conversation

humitos
Copy link
Member

@humitos humitos commented Dec 17, 2019

Isolate fixes from 6c2b187#diff-fd3394188d8793947a3ccbb4924994a1R99

With this change, we pass the full URL back to NGINX who will proxy it as is to the storage.

This fixes currently 404 in production for test-builds documentation for all versions.

@humitos humitos requested a review from a team December 17, 2019 17:02
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense after tests pass 👍

We should also remove the code that overrides this in corporate 👍

This allows us to have more control on the storage class (return
always True on `.exists()`) and only mock the class when we need a
different behavior.
@humitos
Copy link
Member Author

humitos commented Dec 17, 2019

I brought some other commits from the other PR that fixes the tests in a good way by using a custom storage backend for tests.

@humitos humitos merged commit 9ae22cd into master Dec 18, 2019
@humitos humitos deleted the humitos/use-storage-proxito branch December 18, 2019 00:03
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.

2 participants