[07:37] good morning [08:27] Morning o/ [08:42] salut davidcalle [08:42] Hey dholbach :) [08:44] davidcalle: there's still a few things to be done, but I wanted to share my WIP: https://code.launchpad.net/~dholbach/developer-ubuntu-com/rework-importer/+merge/281183 [08:44] some links are still broken [08:44] but apart from that the importer works [08:49] dholbach: comments are stripped even when we don't use the editor? [08:49] (in rawhtml plugins) [08:49] yes [09:04] dholbach: I'm about to make an import, should build-apps exist before launching it? Or do I just need Snappy and Guides? [09:10] dholbach: If I understand correctly, an import directive on a single file will write on the target page, and on a dir, will create subpages [09:23] davidcalle: yes [09:26] A few things I'm noticing: please tell me if that matches your experience or if I've done something wrong: pages are not published when imported, pages such as HACKING.md or the parent page for the devel docs of snapcraft are named "Snapcraft" in the menu. [09:27] dholbach: ^ Other than this, I can't say how impressed I am by your tenacity on this front, seriously [09:30] I had it on my TODO list for long enough :) [09:31] and thanks for the flowers [09:31] you helped out quite a bit with it as well [09:31] I'd say if we're happy with testing and we get the links fixed, we should be good for deploying v1 :) [09:34] dholbach: the two points from above could be good to have for v1 as well, no? The publication issue has also the effect of not publishing changes when the importer runs again [09:35] I can work on both if you want, I'll just need a moment to wrap my head about these new classes [09:35] davidcalle: I haven't quite figured out what the deal is with the publication status [09:40] dholbach: regarding pictures importing, it works ootb, right? Eg, the one in build-apps is hotlinked from https://rawgit.com/ted-gould/snapcraft/snapcraft-overview-diagram/docs/snapcraft%20overview.svg [09:40] dholbach: or is it something you special cased? [09:40] no, it just worked, but I guess we'll need to add a test or two, just to be sure it works :) [09:43] ah ok, here's why it works: [09:43] README.md:[overview-image]: https://rawgit.com/ted-gould/snapcraft/snapcraft-overview-diagram/docs/snapcraft%20overview.svg [09:43] the question is: what happens if you have a local image and try to use that :) [09:51] dholbach: right, nothing good :) [14:03] o/ [14:05] \o [14:05] yo yo yo [15:47] dholbach: small branch fixing the translations-dashboard : https://code.launchpad.net/~davidc3/developer-ubuntu-com/translations-dashboard-1528618/+merge/281225 [15:49] looking [15:49] dholbach, couldn't reproduce it locally, I've changed the code live on staging, works :) https://developer.staging.ubuntu.com/translations-dashboard/ [15:50] very nice [15:50] I should probably check in the importer if the HTML of updated articles actually changed... [15:51] davidcalle: the "list-items" link 404s [15:51] but that might be just an issue on staging(?) [15:51] dholbach what "list-items"? [15:51] in any case the code looks good to me [15:52] davidcalle: on https://developer.staging.ubuntu.com/translations-dashboard/ there's a link called 'list-items' [15:52] a link to an article [15:52] it points to https://developer.staging.ubuntu.com/apps/design-guide/building-blocks/list-items [15:52] dholbach: oh sorry, I was looking at my local instance [15:54] dholbach: yes, that's from a set of pages that were created, but never published (manual import of the app design guide), which makes me realize that I should exclude non-published pages from the list, they are just noise [15:54] nice one! [16:05] dholbach: updated (haven't updated the live code, but I've tested locally: simply checking if not page.publisher_is_draft is enough to discard updates that are pending changes in draft) [16:07] yep, sounds good