Skip to content

token-urls - #1

Closed
tombola wants to merge 9 commits into
masterfrom
token-urls
Closed

token-urls#1
tombola wants to merge 9 commits into
masterfrom
token-urls

Conversation

@tombola

@tombola tombola commented Jul 30, 2020

Copy link
Copy Markdown
Owner

Adds tokenised urls, described in README.

@tombola

tombola commented Jul 31, 2020

Copy link
Copy Markdown
Owner Author

I added and then removed --recursive option for isort, it is apparently not needed any more, I must have had old version of isort installed.

Also looks like my vscode was not using isort for python import sorts for some reason, so conflicted with tests, ran isort manually from cli should now pass....

Comment thread CONTRIBUTING.md
Comment thread wagtailsharing/views.py

class TokenServeView(ServeView):
def dispatch(self, request, path):
sharing_site = self.get_sharing_site(request, path)

This comment was marked as resolved.

Comment thread README.rst
Comment thread setup.py Outdated
@@ -3,6 +3,7 @@

install_requires = [
"wagtail>=2.3,<2.10",

This comment was marked as resolved.

@zerolab

zerolab commented Aug 11, 2020

Copy link
Copy Markdown

Nice one. Why not open a WIP PR against the main repo to get any further feedback. Will see if I can provide tests

cwdavies and others added 3 commits August 21, 2020 12:49
* Add support for Django 3.1
* Add coveralls badge to the README
* Remove dependency on external mock package and use unittest.mock
* Use waglatest in GitHub action and in tox
@zerolab

zerolab commented Dec 8, 2020

Copy link
Copy Markdown

@tombola would be great if you could submit this as a PR against the main repo
I take it back, just saw cfpb#38

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.

4 participants