DB seed script for development#6432
Conversation
|
If we're going to use |
|
I think that |
b95aa58 to
f530c15
Compare
|
I have revisited this now, simplifying, moving the |
|
Hm, I can't rename the PR (it still says "DB seed"). The "edit" button is missing. Has there been a recent change in permissions? |
|
We haven't changed anything as far as I know but github might have done... |
tomhughes
left a comment
There was a problem hiding this comment.
In addition to the inline comments I think there's probably scope here for tidying up the commit history as there seem to be cases here where later commits are fixing up earlier ones?
pablobm
left a comment
There was a problem hiding this comment.
Addressed the comments now 👍
In order:
oauth:register_appstask into a method, to allow reuse.This takes inspiration from @mmd's https://gist.github.com/mmd-osm/a3a0b5a8799a333e7fae578038aa7a93 and @gravitystorm's #3101 (which it would replace). We can think about adding more in the future.