-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Upgrade all packages using pur
tool
#2916
Merged
Merged
Commits on Mar 15, 2018
-
Upgrade all packages using
pur
toolThese ones were not upgraded since they are incompatible: * docker-py * celery * elasticsearch * pyelasticsearch
Configuration menu - View commit details
-
Copy full SHA for defeef8 - Browse repository at this point
Copy the full SHA defeef8View commit details -
pur --skip django,docker-py,elasticsearch,pyelasticsearch and some packages pinned manually to avoid conflicts with our tests.
Configuration menu - View commit details
-
Copy full SHA for 8a95617 - Browse repository at this point
Copy the full SHA 8a95617View commit details -
In 6.x changelog > DocParser has been renamed to Parser. https://github.com/rtfd/CommonMark-py/releases/tag/0.6.0 and that it's not compatible with the latest version of recommonmark (0.4.0)
Configuration menu - View commit details
-
Copy full SHA for 4c84086 - Browse repository at this point
Copy the full SHA 4c84086View commit details -
assert_not_called
replaced bycall_count
It doesn't receive arguments and can't be used at that point because it was called previously by the other POST on the API: https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock.assert_not_called
Configuration menu - View commit details
-
Copy full SHA for 15934e6 - Browse repository at this point
Copy the full SHA 15934e6View commit details -
$ pur --skip django-tastypie,django,docker-py,elasticsearch,pyelasticsearch,commonmark,stripe,djangorestframework
Configuration menu - View commit details
-
Copy full SHA for 732733e - Browse repository at this point
Copy the full SHA 732733eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8bea90 - Browse repository at this point
Copy the full SHA f8bea90View commit details -
django-allauth 0.33.0 doesn't support Django 1.9.x which is the version we are using at the moment.
Configuration menu - View commit details
-
Copy full SHA for 38f0884 - Browse repository at this point
Copy the full SHA 38f0884View commit details -
Pin mkdocs to 0.15.0 for compatibility reasons
This version is the one installed by default on the venv to build the user's documentation.
Configuration menu - View commit details
-
Copy full SHA for 3ce5a4c - Browse repository at this point
Copy the full SHA 3ce5a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e72c2 - Browse repository at this point
Copy the full SHA 51e72c2View commit details -
Proper call to the superproject symlink on Project.save
`Project.superprojects.all()` returns `ProjectRelationship` instances where we need to use the `parent` or `child` attribute to access to the project itself. (we were sending the `ProjectRelationship.pk`)
Configuration menu - View commit details
-
Copy full SHA for a2200f9 - Browse repository at this point
Copy the full SHA a2200f9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.