Re: GitHub Actions

2019-10-31 Thread Florian Apolloner
Hi, yes I had the same thought yesterday. I think trying with linters first should be an easy low hanging fruit (and to get a feeling for it). Tests in general might get a bit harder. Cheers, Florian On Thursday, October 31, 2019 at 10:30:10 AM UTC+1, Johannes Hoppe wrote: > > Hey there, > > I

Re: Python version support for LTS Django (in particular v2.2)

2019-10-31 Thread Johannes Hoppe
I am trying to understand the motivation to use an "old" Django 2.2 but a "bleading edge" Python version. I can understand Nicks logic of people needing to upgrade form Python 2 to 3 and Debian by default gave them Python 3.7. Following that narrative, maybe we should check what the major operat

Re: GitHub Actions

2019-10-31 Thread Johannes Hoppe
I would love to give Selenium a try. O god I hate it when selenium tests just randomly fail and I can't restart them. I think the ability to just restart actions as a user is going to be a major improvement to the current workflow. On Thursday, October 31, 2019 at 6:36:24 PM UTC+9, Florian Apoll

Re: GitHub Actions

2019-10-31 Thread Florian Apolloner
I think Tom Forbes started working on it already, you might wanna sync up with him: https://github.com/orf/django-github-actions On Thursday, October 31, 2019 at 10:40:47 AM UTC+1, Johannes Hoppe wrote: > > I would love to give Selenium a try. O god I hate it when selenium tests > just randomly

Re: GitHub Actions

2019-10-31 Thread Tom Forbes
 Yep! My life has been unexpectedly busy the last few weeks so I’ve made no progress on it, but my idea is to prototype it in that repo before making a MR to Django itself. Starting with limiting would be easiest, but I actually don’t think it would be particularly hard to have the full suit

Re: GitHub Actions

2019-10-31 Thread Adam Johnson
Nice, I've been playing with GitHub actions and I'm impressed. Will move my projects over from Travis at some point. Thanks for your work Tom (Likewise on side note - I did not see Johannes' first message) On Thu, 31 Oct 2019 at 10:08, Tom Forbes wrote: >  >  > Yep! My life has been unexpecte

Re: GitHub Actions

2019-10-31 Thread Florian Apolloner
On Thursday, October 31, 2019 at 11:08:49 AM UTC+1, Tom Forbes wrote: > > 1. How do we support Oracle? > For now we don't 2. Can we (or do we want to?) unify it somehow with docker-box? > If it makes sense yes, if it makes the actions horribly complex and it would be more action-like in anoth

Re: Python version support for LTS Django (in particular v2.2)

2019-10-31 Thread Jani Tiainen
Problem is that Python.org site always gives latest version as default download. When 3.8 was released one lib I work with suddenly got flood of help requests because there was not prebuilt packages for 3.8. So I think it's more issue for people that inadvertly upgrades Python. to 31. lokak. 201