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

build: Replace django-storages master with pjsier:update-azure-storag… #81

Merged
merged 2 commits into from
Jul 30, 2021

Conversation

SilviaZeta
Copy link
Contributor

#Description
Installed django-storages's branch jschneier/django-storages#805 that supports azure-storage-blob versions >=12.0.0.

Dependency changes

  • replaced django-storages = {version = "==1.11.1", extras = ["azure"]} with django-storages = {editable = true, ref = "update-azure-storage", git = "https://github.com/pjsier/django-storages.git"}
  • updated azure-storage-blob from 2.1.0 to 12.8.1

Testing

No

Documentation

No

Migrations (if applicable)

Have any database migrations been committed as part of this pull request?

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • New migrations have been committed
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

cooper667
cooper667 previously approved these changes Jul 29, 2021
Copy link
Contributor

@cooper667 cooper667 left a comment

Choose a reason for hiding this comment

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

Are the additional entries in requirements.txt the deps of django-storages[azure]?

ChasNelson1990
ChasNelson1990 previously approved these changes Jul 29, 2021
Pipfile Outdated
@@ -45,6 +43,8 @@ PyNaCl = "==1.4.0"
PyYAML = "==5.3.1"
psycopg2-binary = ">=2.9.1"
django-apscheduler = ">=0.6.0"
django-storages = {editable = true, ref = "update-azure-storage", git = "https://github.com/pjsier/django-storages.git"}
Copy link
Member

Choose a reason for hiding this comment

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

Why are you installing it as editable?

Copy link
Member

Choose a reason for hiding this comment

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

Also, I think you should be able to specify a commit so that it doesn't get accidentally upgraded?

@SilviaZeta SilviaZeta dismissed stale reviews from ChasNelson1990 and cooper667 via 3eda22b July 30, 2021 07:55
@SilviaZeta
Copy link
Contributor Author

Are the additional entries in requirements.txt the deps of django-storages[azure]?

of azure-storage-blob 12.8.1, i think

@SilviaZeta SilviaZeta merged commit 8391879 into staging Jul 30, 2021
@SilviaZeta SilviaZeta deleted the update-django-storages branch July 30, 2021 09:31
cooper667 pushed a commit that referenced this pull request Aug 16, 2021
#81)

* build: Replace django-storages master with pjsier:update-azure-storage branch

* fix: Django-storages is editable
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.

3 participants