It would be useful to be able to get access to properties like web server, publish path, and and platform status in site nodes.
I do a major JOIN in devshop to load all of this information into one object to provide a better UI that gives you all the info.
Let's do a quick JOIN on platforms to load web_server, publish_path, platform_verified, and platform_status into site nodes.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2881425-platform-props-in-sites.patch | 1.02 KB | jon pugh |
Comments
Comment #3
jon pughComment #4
jon pughThis is leading up to me creating a better list of servers on site nodes, which will allow us to put a new method on HostingService classes for site_form() and platform_form().
...Which will lead to better Hosting HTTPS :)
Comment #6
colanWould be nice to break up that line:
Comment #7
jon pughI 100% agree, and was tempted, but I wanted to keep the change small.
Coming soon...
Comment #10
helmo commentedMerged. And I've wrapped the long line to make it a bit more readable.