layerindex-web/layerindex
Paul Eggleton 14c234820f RRS: drop support for parsing older python2-based metadata
With Python 2.x going out of support, we shouldn't have any references
to it and unfortunately that includes the ability to parse older
releases; however that's a sacrifice we'll have to make. The data
structures are still there, but we'll remove those later.

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2020-03-27 09:24:05 +13:00
..
migrations Add recipe dependencies tool 2019-11-21 02:51:30 +13:00
static Upgrade Chart.js to 2.9.3 2019-12-09 11:39:47 +13:00
templatetags Replace custom pagination with django-bootstrap-pagination 2019-07-17 11:31:04 +12:00
tools Drop python 2 references 2020-03-27 09:24:05 +13:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py Add recipe dependencies tool 2019-11-21 02:51:30 +13:00
auth_forms.py Optionally allow accounts without security questions to reset password 2019-07-25 16:25:06 +12:00
auth_views.py Optionally allow accounts without security questions to reset password 2019-07-25 16:25:06 +12:00
bulkchange.py Drop python 2 references 2020-03-27 09:24:05 +13:00
context_processors.py Fix admin logout login button redirection 2019-07-25 16:25:06 +12:00
forms.py Add recipe dependencies tool 2019-11-21 02:51:30 +13:00
layerconfparse.py update.py: Allow bitbake to live in a subdirectory of a repository 2019-10-14 09:20:14 +13:00
middleware.py Fix axes lockout not working 2019-07-17 11:31:04 +12:00
models.py RRS: drop support for parsing older python2-based metadata 2020-03-27 09:24:05 +13:00
querysethelper.py Replace usage of model._meta.get_all_field_names() 2018-04-24 10:15:47 +12:00
recipeparse.py Fix parsing after AVAILABLE_LICENSES change 2020-01-06 13:36:35 +13:00
restperm.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
restviews.py API: fix recipes API performance regression 2019-09-16 17:14:25 +12:00
securityquestions.py Add user security questions 2019-07-17 11:30:56 +12:00
tasks.py More shell quoting 2019-07-17 11:31:04 +12:00
update_layer.py Drop python 2 references 2020-03-27 09:24:05 +13:00
update.py Drop python 2 references 2020-03-27 09:24:05 +13:00
urls_branch.py Add ability to trigger comparison updates manually from UI 2018-08-13 16:04:14 +02:00
urls.py Add recipe dependencies tool 2019-11-21 02:51:30 +13:00
utils.py Try to make running background commands more responsive 2019-07-17 11:31:04 +12:00
views.py tasks: squash out CRs in task logs to avoid huge transfers 2019-12-09 11:40:12 +13:00