Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Move nested urls to flat structure #3237

Merged
merged 2 commits into from Dec 6, 2017
Merged

Conversation

asmacdo
Copy link
Contributor

@asmacdo asmacdo commented Dec 5, 2017

@asmacdo asmacdo mentioned this pull request Dec 5, 2017
@werwty werwty added the 3.0 label Dec 5, 2017
@bmbouter
Copy link
Member

bmbouter commented Dec 5, 2017

The code looks good, but I haven't run any of it. @asmacdo do you know why the docs builder failed?

@asmacdo
Copy link
Contributor Author

asmacdo commented Dec 5, 2017

@bmbouter, I'm not sure, but I am testing my guess by adding six to the pulpcore requirements in setup.py.

@asmacdo
Copy link
Contributor Author

asmacdo commented Dec 5, 2017

@bmbouter btw, that commit is just to test. IMO, we should get the string types (pulpcore/app/fields.py#27) some other way. We probably shouldn't keep six as a dep since we only support Python 2. django util's six, not python-six

@pep8speaks
Copy link

pep8speaks commented Dec 5, 2017

Hello @asmacdo! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on December 06, 2017 at 17:59 Hours UTC

@@ -114,7 +114,7 @@
'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',),
'DEFAULT_PAGINATION_CLASS': 'pulpcore.app.pagination.UUIDPagination',
'PAGE_SIZE': 100,
'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',),
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget to uncomment :)

@pulp pulp deleted a comment from werwty Dec 6, 2017
@pulp pulp deleted a comment from werwty Dec 6, 2017
@jortel
Copy link
Contributor

jortel commented Dec 6, 2017

Nice work, @asmacdo! LGTM.

Copy link
Contributor

@werwty werwty left a comment

Choose a reason for hiding this comment

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

Thanks @asmacdo! This looks (and tests) correct
🎉

@asmacdo asmacdo merged commit dcb4838 into pulp:3.0-dev Dec 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants