]> git.lizzy.rs Git - cheatdb.git/history - app/tasks/importtasks.py
Fix release validation for repos with submodules
[cheatdb.git] / app / tasks / importtasks.py
2020-03-27 rubenwardyFix release validation for repos with submodules v1.23.10
2020-01-25 rubenwardyFix git-created release regression
2020-01-25 rubenwardyUse git init/fetch instead of git clone
2020-01-19 rubenwardyAdd admin option to check all releases
2020-01-19 rubenwardyAdd validation to zip releases
2020-01-19 rubenwardyAdd release contents validation
2020-01-19 rubenwardyAdd support for submodules in makeVCSRelease()
2020-01-18 rubenwardyImprove Docker configurations
2019-11-15 rubenwardyRefactor endpoints to use blueprints instead
2019-09-15 rubenwardyFix git clone breaking when branch is None
2019-08-31 rubenwardyFix broken reference based git import v1.16.5
2019-08-09 rubenwardyFix crash on reading mod.conf from Github v1.16.3
2019-08-09 rubenwardyFail gracefully when given a bad git reference
2019-08-09 rubenwardyFix unexpected crash on bad Github URL v1.16.2
2019-03-29 rubenwardyFix release auto-approval
2018-12-22 rubenwardyUpdate to Flask 1.0
2018-12-21 rubenwardyFix various issues
2018-07-28 rubenwardyAdd commit hash to releases
2018-07-08 rubenwardyFix creation of corrupt zip files
2018-06-07 rubenwardyFix worker stopping due to gitpython asking for credentials v1.6.0
2018-06-05 rubenwardyAdd support for importing generic git releases
2018-06-05 rubenwardyAdd git screenshot importing
2018-06-05 rubenwardyFix screenshot import being broken
2018-06-05 rubenwardyMake git error public, delete dir after clone
2018-06-04 rubenwardyAdd git support for importing meta
2018-05-27 rubenwardyFix crash due to remaining raise() in getDepends()
2018-05-27 rubenwardyMerge pull request #78 from minetest/dev
2018-05-27 rubenwardyAdd bulk dependency importer from Github
2018-05-27 rubenwardyAdd dependency detection to importer
2018-05-25 rubenwardyAdd edit and delete screenshot
2018-05-25 rubenwardyAdd package soft deletion
2018-05-23 rubenwardyFix sass generation
2018-05-23 rubenwardyMove static and uploads to public dir
2018-05-23 rubenwardyFix import bugs
2018-05-17 rubenwardyAdd license to all JS/py files
2018-05-15 rubenwardyAdd screenshot importing from github
2018-05-14 rubenwardyFix bug in Conf file parser
2018-05-14 rubenwardyFix crash on mod name not specified
2018-05-14 rubenwardyHide all non-TaskError exceptions from users
2018-05-13 rubenwardyReplace placeholder screenshot
2018-05-12 rubenwardyUse string formatting when building strings
2018-05-12 rubenwardyAdd Krock's mod search to meta importer to find forum...
2018-05-12 rubenwardyAdd more metadata to importer
2018-05-11 rubenwardyAdd VCS import from Github
2018-05-11 rubenwardyRead from description.txt
2018-05-11 rubenwardyMove Github import to backend