XSF Discussion - 2020-06-14


  1. jonas’

    Guus, ralphm, Seve, pep., MattJ: I need a quick opinion poll from Board. I figured out that GitLab.com may be very helpful in solving technical issues we’re having with the editor process. I made a quick proof of concept in a private space on gitlab.com and it’s looking pretty good. We’d like to experiment with that over the coming days and eventually, Board would probably have to agree to create an official XSF resource on gitlab.com. I don’t want you guys to feel like I’m doing a "fait accompli" style of thing so I want to let you informally know in advance and stop me from doing it (MattJ is on-board "if it solves issues", iteam-wise).

  2. jonas’

    (as a sidenote, as a leftover of the rebellious energy from the whole github.com-taken-over-by-microsoft-deal, I still own the gitlab.com/xsf namespace, to which I also gave MattJ access last night, so we actually have a good resource there available the XSF could take over.)

  3. ralphm

    Always +1 on experimenting. Curious what problems using GitLab solves that GitHub doesn't.

  4. jonas’

    ralphm, the CI pipeline features of GitLab roughly combine what we can do with travis and docker hub in one thing, but without the extensive permissions we need to give dockerhub to add more repositories

  5. jonas’

    (the latter is probably the fault of the terribly coarse permission model of github)

  6. jonas’

    and it can do even more beyond that

  7. jonas’

    like rendering HTML previews of XEPs which were changed in a merge/pull request and attaching them to the webinterface so that you can take a look at the result (and people don’t have to self-host their rendered documents anymore)

  8. ralphm

    I've used GitLab before and know you can do these things, but I am interested in understanding why this would be preferable over similar features in GitHub.

  9. jonas’

    there are no similar features in GitHub, or if there are, they are less convenient

  10. jonas’

    GitHub started to have a docker image registry / artifact store, but you need to be authenticated to access it (even if the repository is public)

  11. jonas’

    it’s all over all much less flexible than GitLab in this regard; they have much of a headstart on this

  12. jonas’

    for stuff like the rendered HTML previews, we’d have to write custom bots and integrations, while gitlab can simply expose rendered data from a CI job in a MR in the web interface

  13. jonas’

    and, most importantly, we can do incremental builds with the GitLab tooling, by using the cache mechanisms. This cuts down the build time from >1h to a few minutes.

  14. Guus

    Sounds like something at the very least worth exploring. Assuming things are public, it might be good to think about needing to earmark artifacts as non-normative / experimental during testing, to avoid having two competing sources of truth.

  15. jonas’

    Guus, indeed

  16. ralphm

    That's helpful, thanks!

  17. pep.

    I said in another channel already I was happy with the idea :)

  18. jonas’

    Thanks for the feedback all. We’ll then proceed with experimentation.

  19. Seve

    Second all of the above!

  20. golabu

    jcbrand, sorry, only seeing your message from two days ago now: you can configure matomo to use server logs instead of a client side script. No cookies and also tracks people that have adblockers. You still need to mention it in the privacy policy, but don't need to bother users to confirm it. See https://matomo.org/log-analytics/

  21. larma

    jonas’, experiments are fine, but https://xmpp.org/extensions/xep-0390.html#revision-history-v0.4.1 just confused me, so maybe not deploy experiments to live?

  22. jonas’

    what

  23. jonas’

    larma, well spotted

  24. jonas’

    I’ll clear the runner caches now

  25. jonas’

    the downside of incremental builds, eh

  26. jonas’

    that and a "Random change." hidden in another XEP are the only glitches, I promise :)

  27. jonas’

    (and they’ll vanish with the next clean rebuild, which takes about 45 min due to the PDfs)

  28. larma

    Yeah, was just confused for a short time when the email said 0.3.1 and the XEP said 0.4.1 is latest version. But the description of the change cleared things up 😉

  29. jonas’

    the email itself was also an artifact of the caching

  30. larma

    yeah, but it remembered me I had pending comments on that XEP 😀

  31. jonas’

    :D

  32. jonas’

    larma, please keep them for a moment

  33. jonas’

    0.3.2 is going to be published later today

  34. jonas’

    (it’s already queued in the pipelines)

  35. jonas’

    (though that’s only a patch-level change and won’t emit an email... and it’s really minor)

  36. jonas’

    larma, so probably better to just start a new thread on standards@ with your comments, I appreciate them :)

  37. lovetox

    are editors payed by the XSF?

  38. pep.

    nope

  39. pep.

    I don't think anybody is payed by the XSF atm

  40. jonas’

    iteam has a budget, but it goes to paying the servers, not the people

  41. pep.

    I mean for a recurring task

  42. Zash

    Recurring tasks? Automate them!

  43. pep.

    Still nobody is payed to automate them either

  44. jonas’

    *paid also

  45. pep.

    oops

  46. eevvoor

    Will there be some special meeting for the gitlab experimemtations?

  47. jonas’

    no

  48. eevvoor

    and whn on 17th is the decision taken? Just over the day spreaded?

  49. eevvoor

    *when

  50. jonas’

    eevvoor, does it matter for you?

  51. jonas’

    just because editors think it’s a good idea will not mean that any switch is hgappening

  52. jonas’

    board needs to ack it first

  53. Zash

    *hg*appening?

  54. Zash approves

  55. jonas’

    when the switch happens, an announcement will be made before

  56. jonas’

    Zash, :P

  57. Daniel

    +1 for the change fwiw

  58. Zash

    Personally I don't care what editors use as long as I'm not affected or required to have some account with some 3rd party to contribute.

  59. pep.

    eevvoor, it's just the board meeting

  60. jonas’

    Zash, define third party. GitLab is kind of a third party, isn’t it?

  61. jonas’

    (just like github)

  62. Guus

    jonas’: unsure if this is helpful at this stage, but did you consider non-gratis solutions to address the issues you've been working on?

  63. Zash

    jonas’: Read: As long as I can email you patches I'm reasonably happy.

  64. jonas’

    Zash, right

  65. jonas’

    Guus, did not see the need yet, since the free tier on gitlab.com is sufficient for what we’re doing

  66. jonas’

    it might be useful to pay or host our own CI runners at some point if the shared ones are crappy. at least with gitlab we have that opiton.

  67. Zash

    XEP-????: CI dispatch over XMPP .. when? :)

  68. Guus

    Kk. Just wondering if Sam's concerns could be alleviated by using some kind of paid alternative. I currently don't have formed a preference myself at all, just wanted to point that solutions as afar as I am concerned need not be gratis.

  69. jonas’

    Guus, GitHub is not going to become better by throwing (insignificant) amounts of money at it. Sam’s main concern is moving off GitHub.

  70. jonas’

    To be honest, I think there’s a major difference in quality of the interface itself, beyond the CI integration, which would make GitLab favourable for our use case

  71. Zash

    Argument based on popularity?

  72. pep.

    yeah..

  73. jonas’

    GitLab is a DevOps platform, GitHub is a software development platform.

  74. pep.

    Which I personally like to dismiss

  75. jonas’

    The editor work is much closer to devops than to software development, and it shows.

  76. jonas’

    github is trying to get closer with github actions (and if you’ve ever used the Azure DevOps platform, you know where they got their inspiration from), but they’ve still got a long way to go

  77. Guus

    There's some merit in not changing venues to avoid confusion etc. I that it's more important that we can improve the performance of our performance though.

  78. jonas’

    I agree

  79. Guus

    There's some merit in not changing venues to avoid confusion etc. I that it's more important that we can improve the performance of our processes though.

  80. jonas’

    the registries have been a pain point and they still are and we need to fix them

  81. jonas’

    we might be able to do that by resorting to gitlab CI on github

  82. emus

    Just my 2ct: If that step would be made, we may think about unification and move the Wiki and Trello to it as well. So we have everything in one platform. I think Gitlab has those functionalities as well.

  83. jonas’

    the value which would be added by migrating to gitlab for the repositories themselves might be nice though, too

  84. jonas’

    emus, it does indeed have issue boards and wiki functionality

  85. emus

    Yes, saw that at KDE

  86. jonas’

    and there would be some merit being able to cross-reference issues, PRs and agenda of board/council

  87. Guus

    I'm not a fan for changing thing just to consolidate our on one platform.

  88. jonas’

    sure

  89. Zash

    The Venue is the mailing lists.

  90. jonas’

    that, too

  91. pep.

    I dont see any interest in staying attached to multiple platforms either if it's just not to have a single platform

  92. pep.

    I'm personally open to experiment with wiki and all

  93. jonas’

    I’m not convinced that any non-wiki.xmpp.org location would be a good replacement for our wiki. mediawiki is a lot richer than either GitLab or GitHubs wiki

  94. jonas’

    and we’re using that richness

  95. jonas’

    I also wonder if we should maybe do away with the PDF versions of the XEPs and replace them with epub or something.

  96. emus

    A bit related offtopic: Therewere claims about drafting the newsletter on Github and not in the wiki anymore (excluding non-tech people, what not true in my view). That would make things easier and also may offer to host translations by ourselfse and also reduce formating from one platform to another. But I see thats not the point right now.

  97. jonas’

    Building them has been a pita quite a while now

  98. pep.

    jonas’: are we saying specific mediawiki features? I'm genuinely curious

  99. jonas’

    pep., look at the main page

  100. pep.

    jonas’: are we using specific mediawiki features? I'm genuinely curious

  101. jonas’

    I mean, you can probably dump html into gitlab/github markdown to some extent, but that would kind of defeat the point.

  102. pep.

    the separation thing?

  103. jonas’

    (and I guess it’d still filter much of that away)

  104. jonas’

    colours, the layout, in general, the structure

  105. pep.

    markdown is an html superset right? :p

  106. jonas’

    yes, but people tend to sanitise it afterwards

  107. jonas’

    now I need to test if you can use style="" in gitlab wikis

  108. Zash

    how easy is it for non-technical users to contribute?

  109. jonas’

    probably easier because the mediawiki markup is confusing and strange

  110. Zash

    does gitlab have a thing that lets you edit files on the web?

  111. jonas’

    yes

  112. pep.

    yep

  113. emus

    Zash: newsletter? Make a github account what most people here have anyway. create a comment. I also have a sinple tutorial if someone needs it

  114. emus

    Zash: newsletter? Make a github account what most people here have anyway. create a comment or file change. I also have a simple tutorial if someone needs it

  115. Zash

    If making a github account is required then I'm opposed

  116. jonas’

    it is

  117. emus

    everything in the visual interface. You can as always just drop your meassge in the muc

  118. jonas’

    though you can also send patches to commteam@ ;)

  119. emus

    Zash: Making a wiki account is also necessary and needs permission, so Github is actually more general and open

  120. emus

    jonas’: You can, but we prefer people to just make it from their side with more ibsights and intrinsic motivation

  121. emus

    jonas’: You can, but we prefer people to just make it from their side with more project insights and intrinsic motivation

  122. Zash

    emus: a wiki account is attached to the XSF, not an unrelated 3rd party corporation with a ToS

  123. jonas’

    (instead, it is related to the XSF. does the XSF have a privacy policy for the wiki?)

  124. emus

    Zash: thats true

  125. emus

    There have been actually only one claim on this

  126. emus

    most were very happy with the change

  127. pep.

    jonas’: don't think so. that was discussed quickly some time ago in a board meeting, somebody (TM) needs to do something about it

  128. jonas’

    arguably, from an objective observer, a clear ToS may be preferable over complete lack of tos ;)

  129. pep.

    indeed

  130. emus

    Zash: as said you can always just comment in the MUC

  131. emus

    Anyway, we are getting away from the Gitlab discussion

  132. Zash

    jonas’, sure. but still, first party maybe(tos) + 3rd party tos > first party maybe(tos)

  133. jonas’

    I’m not sure if `>` means "better than" in your case

  134. Zash

    more ToS-es

  135. emus

    In Gitlab would be our ToS? or Gitlab.com?

  136. pep.

    gitlab.com

  137. pep.

    the XSF could add stuff like CoC on top if it wanted (stuff that would be valid for all XSF managed spaces say)

  138. jonas’

    reminds me that the clabot feature would have to be reimplemented in CI on gitlab.com, since there’s no such thing for gitlab for some reason

  139. pep.

    isn't that "just" another service to plug to webhooks?

  140. jonas’

    not quite, since it needs to communicate back to the service + do some auth stuff

  141. jonas’

    larma, ghost-revisions of '390 are gone

  142. larma

    when we are considering to move to gitlab, why not to our own instance of it? solves the issue of needing a third party 😉

  143. jonas’

    larma, resources

  144. jonas’

    don’t want to burden iteam with more stuff

  145. larma

    Ah, right. Yeah, iteam is probably overworked anyway (at least iteams tend to be)

  146. jonas’

    fairly certain that’s also the case for our iteam ;)

  147. Neustradamus

    I think it is very difficult to have main Gitlab for XSF, because a long time ago there was a JIRA and we know where is it...

  148. Neustradamus

    I think that the current step must be to solve all current issues...

  149. Neustradamus

    Missing documents...

  150. jonas’

    no

  151. jonas’

    it most certainly does not have to solve all issues

  152. jonas’

    then we’ll never find a step which does that

  153. Neustradamus

    It is a first point to show XMPP Standards Foundation (and XMPP) quality, reputation, etc. - https://github.com/xsf/xmpp.org/issues/created_by/Neustradamus

  154. Neustradamus

    Why some companies use Matrix now? :/

  155. Neustradamus

    A good website is the showcase...

  156. Neustradamus

    Not up-to-date / complete are bad points.

  157. Holger

    We should simply fix everything and become better than Matrix in all regards. This should happen today.

  158. DebXWoody

    More feedback on social media

  159. eta

    something something mobile clients

  160. emus

    More Matrix in XMPP. Apart from the fun, the critics are legitamite in many points.

  161. !XSF_Martin

    >More Matrix in XMPP. What do you mean?

  162. !XSF_Martin

    The money/marketing part? When I tried Riot once it wasn't really convincing me and what I've heard about running a Matrix server sounds like this is horrible.

  163. emus

    Was just stupid fun in relation to the previous messages