| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'master' into favicons | 2019-10-12 | -50/+203 | |
| |\ | ||||
| | * | Merge pull request #280 from python-discord/fix-home-responsive | 2019-10-12 | -26/+18 | |
| | |\ | | | | | | | Improve homepage flex responsiveness | |||
| | | * | Merge branch 'master' into fix-home-responsive | 2019-10-11 | -25/+236 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #272 from python-discord/tizzysaurus_landing_page_text | 2019-10-11 | -13/+11 | |
| | |\ \ | | | | | | | | | Improve the landing page text | |||
| | | * \ | Merge branch 'master' into tizzysaurus_landing_page_text | 2019-10-11 | -77/+291 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | * | | | Merge pull request #281 from python-discord/simple-admin-log-entry-view | 2019-10-11 | -6/+74 | |
| | |\ \ \ | | | | | | | | | | | Allow viewing log entries in the Django Admin. | |||
| | | * | | | Deny manual `LogEntry` creation. | 2019-10-11 | -0/+4 | |
| | | | | | | ||||
| | | * | | | Resolve migration merge conflicts. | 2019-10-11 | -1/+1 | |
| | | | | | | ||||
| | | * | | | Improve formatting for `has_delete_permission`, typespec. | 2019-10-11 | -1/+8 | |
| | | | | | | ||||
| | | * | | | Merge branch 'master' into simple-admin-log-entry-view | 2019-10-11 | -1/+140 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||
| | * | | | | Merge pull request #269 from ↵ | 2019-10-11 | -5/+100 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/migrate-nominations-to-nominations-models Migrate nominations to the new Nomination model | |||
| | | * | | | | Migrate nominations to new Nomination model | 2019-09-30 | -5/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the migration to Django, we stored meta data on a nomination, such as the `reason` and `end_reason`, in the infraction table using "note" infractions, using a special prefix for the `reason`. We have since decided to move nominations out of the infraction context by creating a special `Nomination` model. However, given the complexity of the data migration, we did not yet migrate the old nomination data to this new model. This commit migrates that data by performing a data migration. The data migration works as follows: - Query all nomination data in chronological order; - Replay all nominations and add them to the `Nomination` model; - Delete the now obsolete `Infraction` entry. In addition, this commit also adds a useful string representation for `Nomination` objects. | |||
| | * | | | | | Merge pull request #279 from python-discord/favicons | 2019-10-11 | -1/+51 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Add favicons; workaround for gitattributes | |||
| | | | | * | | | Deny `LogEntry` deletion. | 2019-10-11 | -0/+5 | |
| | | | | | | | | ||||
| | | | | * | | | Allow filtering through metadata, and searching by message. | 2019-10-11 | -0/+2 | |
| | | | | | | | | ||||
| | | | | * | | | Remove old import. | 2019-10-11 | -2/+0 | |
| | | | | | | | | ||||
| | | | | * | | | Group fieldsets. | 2019-10-11 | -0/+5 | |
| | | | | | | | | ||||
| | | | | * | | | Use multi-column output from Django. | 2019-10-11 | -32/+1 | |
| | | | | | | | | ||||
| | | | | * | | | Pluralize properly. | 2019-10-11 | -0/+22 | |
| | | | | | | | | ||||
| | | | | * | | | Allow viewing log entries in the Django Admin. | 2019-10-11 | -11/+73 | |
| | | |_|/ / / | |/| | | | | ||||
| | | | | * | | Merge branch 'tizzysaurus_landing_page_text' of ↵ | 2019-10-05 | -1/+1 | |
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | github.com:python-discord/site into tizzysaurus_landing_page_text | |||
| | | | | | * \ | Merge branch 'master' into tizzysaurus_landing_page_text | 2019-10-05 | -1/+1 | |
| | | | | | |\ \ | ||||
| | | | | * | | | | Make the homepage paragraphier. | 2019-10-05 | -6/+4 | |
| | | | | |/ / / | ||||
| | | | | * | | | Address code review from Scragly and Mark. | 2019-10-05 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes various minor changes to commas and formulations. | |||
| | | | | * | | | Update the landing page text. | 2019-10-01 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new text was written by Tizzysaurus in his website cleanup project, and lifted from his google doc. | |||
| | | | | | | * | Improve homepage flex responsiveness | 2019-10-09 | -26/+18 | |
| | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | | Update favicons (rounded corners, other improvements) | 2019-10-11 | -7/+7 | |
| | |/ / / / |/| | | | | ||||
| * | | | | | Add favicons; workaround for gitattributes | 2019-10-08 | -1/+51 | |
| |/ / / / | ||||
| * | | / | disable usage of pyuwsgi on windows due to incompatibility, library is only ↵ | 2019-10-06 | -65/+66 | |
| | |_|/ |/| | | | | | | | | used in production anyway | |||
| * | | | Merge pull request #275 from python-discord/flake8-exclude-fix | 2019-10-04 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | Fix migrations exclude in flake8 | |||
| | * | | Fix migrations exclude in flake8 | 2019-10-03 | -1/+1 | |
| |/ / | | | | | | | They were not being excluded when flake8 was invoked via pre-commit. | |||
| * | | Add link to Contributing landing page to our website's navbar (#270) | 2019-10-01 | -0/+3 | |
| |\ \ | | | | | | | Add link to Contributing landing page to our website's navbar | |||
| | * | | Add link to Contributing landing page to navbar | 2019-09-30 | -0/+3 | |
| | | | | | | | | | | | | | | | | This commit adds a link to the Contributing landing page to the navbar on our website. | |||
| * | | | Merge pull request #271 from python-discord/update-contrib-doc | 2019-10-01 | -2/+2 | |
| |\ \ \ | | | | | | | | | Update contrib doc to point to new wiki links | |||
| | * | | | Update contrib doc to point to new wiki links | 2019-09-30 | -2/+2 | |
| |/ / / | ||||
| * | | | Monkeypatch in new HEADER_ID_PREFIX. (#268) | 2019-10-01 | -0/+4 | |
| |\ \ \ | |/ / |/| | | Monkeypatch in new HEADER_ID_PREFIX. | |||
| | * | | Monkeypatch in new HEADER_ID_PREFIX. | 2019-09-30 | -0/+4 | |
| |/ / | | | | | | | | | | | | | | | | | Currently, all toc-links will have a wiki-toc prefix. This commit removes this prefix, so that we can header link with just something like #environment instead of #wiki-toc-environment. This addresses #276. https://github.com/python-discord/site/issues/267 | |||
| * / | Create superuser after doing migrations. | 2019-09-30 | -1/+3 | |
| |/ | | | | | | Previously, the create_superuser() command was called before migrations had been completed on local setups, and this would cause the command to crash, saying that the table did not exist. | |||
| * | Merge pull request #261 from python-discord/decoupling-warnings-and-notes | 2019-09-30 | -15/+61 | |
| |\ | | | | | Migrate hidden warnings to notes and add additional validation | |||
| | * | Merge branch 'master' into decoupling-warnings-and-notes | 2019-09-30 | -114/+240 | |
| | |\ | |/ |/| | ||||
| * | | Correct the Dockerfile path for azure. | 2019-09-30 | -1/+1 | |
| | | | ||||
| * | | Merge pull request #265 from python-discord/new-managepy | 2019-09-29 | -112/+238 | |
| |\ \ | | | | | | | Custom `manage.py` Entry Point Script | |||
| | * \ | Merge branch 'master' into new-managepy | 2019-09-29 | -0/+0 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Add static images for wiki contributing guides (#266) | 2019-09-29 | -0/+0 | |
| |\ \ \ | | | | | | | | | Add static images for wiki contributing guides | |||
| | * | | | Remove rogue image file | 2019-09-29 | -0/+0 | |
| | | | | | ||||
| | * | | | Add static images for wiki contributing guides | 2019-09-28 | -0/+0 | |
| |/ / / | ||||
| | * | | Poll the database a maximum of 10 attempts before exit code 1. | 2019-09-29 | -1/+7 | |
| | | | | ||||
| | * | | Remove useless verbosity check. | 2019-09-29 | -1/+1 | |
| | | | | ||||
| | * | | Fix comments after previous changes. | 2019-09-28 | -2/+2 | |
| | | | | ||||
| | * | | Support internal docker network DNS resolution & dev ALLOWED_HOSTS env var. | 2019-09-28 | -6/+19 | |
| | | | | ||||