Skip to content

Releases: usgo/agagd

2021.05.07-beta

08 May 01:30
56f51ee
Compare
Choose a tag to compare

Change Log

  • Updated CODEOWNERS file.
  • Fix warnings, add live reload, add beta root
  • Update Beta Index
  • Add pre commit checks
  • Fixed all styles to match pre-commit black.
  • Bump django from 3.1.6 to 3.1.8
  • add player list without django tables2
  • update chapters model
  • update beta pages

2021.05.03-beta

04 May 05:31
67d1439
Compare
Choose a tag to compare

Summary

Adds additional /beta index pages and Github actions.

Change Log

  • Updated CODEOWNERS file.
  • Fix warnings, add live reload, add beta root
  • Update Beta Index
  • Add pre commit checks
  • Fixed all styles to match pre-commit black.
  • Bump django from 3.1.6 to 3.1.8
  • Add isort
  • Add player list without django tables2
  • Updated chapters model

2021.03.21

20 Mar 17:47
3c1a978
Compare
Choose a tag to compare

Change Log

  • Bump django from 3.0.7 to 3.1.6

2021.03.02

03 Mar 06:57
a07ccaf
Compare
Choose a tag to compare

Change Log

  • Changed MIDDLEWARE_CLASSES TO MIDDLEWARE for Django 3.0.
  • Added an environmental variable AGAGD_ADMINS for the ADMINS within the AGAGD.
  • Cleaned up some of the docs/readme.md that is not being used.
  • Simplified the readiblity of player_other_than.
  • Fixed invalid syntax error in base.py.
  • Fixed invalid syntax error in models.py.
  • Simplified the GameTable2 to SecondaryGameTable.
  • Simplified structure of render_ratio's return.
  • Added alternative name vs foo for runner-ups.
  • Added CODEOWNERS file for code reviews.
  • Reduced search if else statments.
  • Limited floating point for ratio to 2 decimals.
  • Moved static_pages to pages.
  • Changed location of extends directory.
  • SubClassed information and qualification page templates in views.
  • Cleanup Tournament code unicode and str formating.
  • Cleaned up formating for str in Member Model.
  • Cleaned up str formating in Game Model.
  • Updated Python version to 3.9.

2021.02.23

24 Feb 07:11
0bff9d1
Compare
Choose a tag to compare

Change Log

  • Bump django from 3.0 to 3.0.7

2021.02.18

19 Feb 05:38
4ab3bac
Compare
Choose a tag to compare

Change Log

  • Updated Django Version to 3.0 and django_tables to 2.1.0

2021.02.17-2

18 Feb 04:15
324565c
Compare
Choose a tag to compare

Change Log

  • Updated Django to 2.0.
  • Added on_delete=DO_NOTHING for foreign keys.
  • Corrected django.urls module locations.

2021.02.17-1

18 Feb 03:33
d736e05
Compare
Choose a tag to compare

Change Log

  • Update the AGAGD to Python 3.7

2021.02.17

18 Feb 03:06
155ba06
Compare
Choose a tag to compare

Change Log

  • Removed unused local_settings.
  • Made MYSQL_PASSWORD the default password.

2021.02.16

16 Feb 23:33
98110d9
Compare
Choose a tag to compare

Change Log

  • Merge pull request #147 from EarthSchlange/fix_static_files_for_production

    Added static-map for media urls.

  • Merge pull request #149 from EarthSchlange/add_env_domain

    Added hosts via environment.

  • Merge pull request #152 from EarthSchlange/update_schema_information

    Updated README.md information to contain schema.sql

  • Merge pull request #153 from EarthSchlange/update_schema_information_2

    update schema information 2