Yocto Project Discussions
 help / color / mirror / Atom feed
From: "Paul Eggleton" <bluelightning@bluelightning.org>
To: Amber Elliot <amber.n.elliot@intel.com>
Cc: yocto@lists.yoctoproject.org, Tim Orling <ticotimo@gmail.com>
Subject: Re: [yocto] [layerindexweb][PATCH 0/7] Django 2.2 Upgrade
Date: Tue, 30 Jun 2020 06:05:19 +1200	[thread overview]
Message-ID: <5368986.DvuYhMxLoT@linc> (raw)
In-Reply-To: <20200625225739.32402-1-amber.n.elliot@intel.com>

Hi Amber

Thanks for doing this! I've just merged the patches this morning.

Next we need to figure out how to do the upgrade on the live site - which is a 
little tricky given the current state of the RRS (where the upgrade requires 
some manual data mangling on my part). Hopefully I can get this done some time 
next week.

Cheers
Paul

On Friday, 26 June 2020 10:57:32 NZST Amber Elliot wrote:
> These patches upgrade the layerindex to Django 2.2.
> 
> Amber Elliot (5):
>   README: Correcting mailing list.
>   Updating models and imports for Django 2.2 upgrade.
>   settings.py: Replacing  MIDDLEWARE_CLASSES with MIDDLEWARE for Django
>     2.2 upgrade.
>   Replacing is_authenticated() with is_authenticated for Django upgrade.
>   requirements.txt: Updating Django requirement to the 2.2 LTS release.
> 
> Tim Orling (2):
>   Dockerfile: debian 10 "buster" and drop python2
>   docker/settings.py: MIDDLEWARE
> 
>  Dockerfile                                    | 13 ++--
>  README                                        |  2 +-
>  docker/settings.py                            |  2 +-
>  layerindex/auth_views.py                      |  4 +-
>  layerindex/forms.py                           |  2 +-
>  layerindex/middleware.py                      |  2 +-
>  layerindex/migrations/0001_initial.py         | 36 +++++------
>  layerindex/migrations/0002_distro.py          |  2 +-
>  layerindex/migrations/0005_layerupdate.py     |  4 +-
>  .../migrations/0010_add_dependencies.py       |  2 +-
>  layerindex/migrations/0011_source.py          |  2 +-
>  layerindex/migrations/0013_patch.py           |  2 +-
>  .../0023_layerupdate_layer_branch_finalise.py |  4 +-
>  layerindex/models.py                          | 61 +++++++++----------
>  layerindex/urls.py                            |  2 +-
>  layerindex/urls_branch.py                     |  2 +-
>  layerindex/views.py                           | 32 +++++-----
>  requirements.txt                              |  2 +-
>  settings.py                                   |  2 +-
>  urls.py                                       |  4 +-
>  20 files changed, 89 insertions(+), 93 deletions(-)





      parent reply	other threads:[~2020-06-29 18:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 22:57 [layerindexweb][PATCH 0/7] Django 2.2 Upgrade Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 1/7] README: Correcting mailing list Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 2/7] Updating models and imports for Django 2.2 upgrade Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 3/7] settings.py: Replacing MIDDLEWARE_CLASSES with MIDDLEWARE " Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 4/7] Replacing is_authenticated() with is_authenticated for Django upgrade Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 5/7] requirements.txt: Updating Django requirement to the 2.2 LTS release Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 6/7] Dockerfile: debian 10 "buster" and drop python2 Amber Elliot
2020-06-25 22:57 ` [layerindexweb][PATCH 7/7] docker/settings.py: MIDDLEWARE Amber Elliot
2020-06-29 18:05 ` Paul Eggleton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5368986.DvuYhMxLoT@linc \
    --to=bluelightning@bluelightning.org \
    --cc=amber.n.elliot@intel.com \
    --cc=ticotimo@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox