aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into faviconsGravatar Leon Sandøy2019-10-12-50/+203
|\
| * Merge pull request #280 from python-discord/fix-home-responsiveGravatar Leon Sandøy2019-10-12-26/+18
| |\ | | | | | | Improve homepage flex responsiveness
| | * Merge branch 'master' into fix-home-responsiveGravatar Leon Sandøy2019-10-11-25/+236
| | |\ | | |/ | |/|
| * | Merge pull request #272 from python-discord/tizzysaurus_landing_page_textGravatar Leon Sandøy2019-10-11-13/+11
| |\ \ | | | | | | | | Improve the landing page text
| | * \ Merge branch 'master' into tizzysaurus_landing_page_textGravatar Leon Sandøy2019-10-11-77/+291
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #281 from python-discord/simple-admin-log-entry-viewGravatar Mark2019-10-11-6/+74
| |\ \ \ | | | | | | | | | | Allow viewing log entries in the Django Admin.
| | * | | Deny manual `LogEntry` creation.Gravatar Johannes Christ2019-10-11-0/+4
| | | | |
| | * | | Resolve migration merge conflicts.Gravatar Johannes Christ2019-10-11-1/+1
| | | | |
| | * | | Improve formatting for `has_delete_permission`, typespec.Gravatar Johannes Christ2019-10-11-1/+8
| | | | |
| | * | | Merge branch 'master' into simple-admin-log-entry-viewGravatar Johannes Christ2019-10-11-1/+140
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #269 from ↵Gravatar Johannes Christ2019-10-11-5/+100
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-discord/migrate-nominations-to-nominations-models Migrate nominations to the new Nomination model
| | * | | | Migrate nominations to new Nomination modelGravatar Sebastiaan Zeeff2019-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/faviconsGravatar Leon Sandøy2019-10-11-1/+51
| |\ \ \ \ \ | | | | | | | | | | | | | | Add favicons; workaround for gitattributes
| | | | * | | Deny `LogEntry` deletion.Gravatar Johannes Christ2019-10-11-0/+5
| | | | | | |
| | | | * | | Allow filtering through metadata, and searching by message.Gravatar Johannes Christ2019-10-11-0/+2
| | | | | | |
| | | | * | | Remove old import.Gravatar Johannes Christ2019-10-11-2/+0
| | | | | | |
| | | | * | | Group fieldsets.Gravatar Johannes Christ2019-10-11-0/+5
| | | | | | |
| | | | * | | Use multi-column output from Django.Gravatar Johannes Christ2019-10-11-32/+1
| | | | | | |
| | | | * | | Pluralize properly.Gravatar Johannes Christ2019-10-11-0/+22
| | | | | | |
| | | | * | | Allow viewing log entries in the Django Admin.Gravatar Johannes Christ2019-10-11-11/+73
| | |_|/ / / | |/| | | |
| | | | * | Merge branch 'tizzysaurus_landing_page_text' of ↵Gravatar Leon Sandøy2019-10-05-1/+1
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | github.com:python-discord/site into tizzysaurus_landing_page_text
| | | | | * \ Merge branch 'master' into tizzysaurus_landing_page_textGravatar Leon Sandøy2019-10-05-1/+1
| | | | | |\ \
| | | | * | | | Make the homepage paragraphier.Gravatar Leon Sandøy2019-10-05-6/+4
| | | | |/ / /
| | | | * | | Address code review from Scragly and Mark.Gravatar Leon Sandøy2019-10-05-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes various minor changes to commas and formulations.
| | | | * | | Update the landing page text.Gravatar Leon Sandøy2019-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 responsivenessGravatar ByteCommander2019-10-09-26/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Update favicons (rounded corners, other improvements)Gravatar ByteCommander2019-10-11-7/+7
| |/ / / / |/| | | |
* | | | | Add favicons; workaround for gitattributesGravatar ByteCommander2019-10-08-1/+51
|/ / / /
* | | / disable usage of pyuwsgi on windows due to incompatibility, library is only ↵Gravatar Joseph Banks2019-10-06-65/+66
| |_|/ |/| | | | | | | | used in production anyway
* | | Merge pull request #275 from python-discord/flake8-exclude-fixGravatar Sebastiaan Zeeff2019-10-04-1/+1
|\ \ \ | |_|/ |/| | Fix migrations exclude in flake8
| * | Fix migrations exclude in flake8Gravatar MarkKoz2019-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)Gravatar scragly2019-10-01-0/+3
|\ \ | | | | | | Add link to Contributing landing page to our website's navbar
| * | Add link to Contributing landing page to navbarGravatar Sebastiaan Zeeff2019-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-docGravatar scragly2019-10-01-2/+2
|\ \ \ | | | | | | | | Update contrib doc to point to new wiki links
| * | | Update contrib doc to point to new wiki linksGravatar sco12019-09-30-2/+2
|/ / /
* | | Monkeypatch in new HEADER_ID_PREFIX. (#268)Gravatar scragly2019-10-01-0/+4
|\ \ \ | |/ / |/| | Monkeypatch in new HEADER_ID_PREFIX.
| * | Monkeypatch in new HEADER_ID_PREFIX.Gravatar Leon Sandøy2019-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.Gravatar Leon Sandøy2019-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-notesGravatar Sebastiaan Zeeff2019-09-30-15/+61
|\ | | | | Migrate hidden warnings to notes and add additional validation
| * Merge branch 'master' into decoupling-warnings-and-notesGravatar Leon Sandøy2019-09-30-114/+240
| |\ | |/ |/|
* | Correct the Dockerfile path for azure.Gravatar scragly2019-09-30-1/+1
| |
* | Merge pull request #265 from python-discord/new-managepyGravatar Leon Sandøy2019-09-29-112/+238
|\ \ | | | | | | Custom `manage.py` Entry Point Script
| * \ Merge branch 'master' into new-managepyGravatar Leon Sandøy2019-09-29-0/+0
| |\ \ | |/ / |/| |
* | | Add static images for wiki contributing guides (#266)Gravatar scragly2019-09-29-0/+0
|\ \ \ | | | | | | | | Add static images for wiki contributing guides
| * | | Remove rogue image fileGravatar kosayoda2019-09-29-0/+0
| | | |
| * | | Add static images for wiki contributing guidesGravatar kosayoda2019-09-28-0/+0
|/ / /
| * | Poll the database a maximum of 10 attempts before exit code 1.Gravatar scragly2019-09-29-1/+7
| | |
| * | Remove useless verbosity check.Gravatar scragly2019-09-29-1/+1
| | |
| * | Fix comments after previous changes.Gravatar scragly2019-09-28-2/+2
| | |
| * | Support internal docker network DNS resolution & dev ALLOWED_HOSTS env var.Gravatar scragly2019-09-28-6/+19
| | |