Closed timgdavies closed 7 years ago
Looking good, and I've got the tests working as well.
The only major thing left is that we don't sanitise the branch input, which we use in a lot of places. That scares me. I think the best place to do that is in the regex in urls.py - I think we can sensibly specify that branch names must be A-Za-z0-9- , and anything else just gets ignored. Does that work for you @timgdavies ? Can you make that change?
@robredpath Would you be able to make that RegEx change? I've not had great luck with my path writing to date... If not - I can try late tomorrow.
Done!
@timgdavies On my final look at this, I saw that you describe the new repo as not yet authoritative - will that change when we deploy these changes, or do we need to hold off deploying at all?
That will change when we deploy these changes. So we can get ready to deploy these changes either Friday or Monday.
Great, thanks @timgdavies . Merged, and over to @Bjwebb to deploy.
Deployed now http://org-id.guide/
An updated pull request based on feedback from Rob Redpath with a cleaner commit history.