aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | Move Static Build Into Separate VariableGravatar Hassan Abouelela2021-10-10-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Error Out On Missing Files In CIGravatar Hassan Abouelela2021-10-10-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Merges DockerfilesGravatar Hassan Abouelela2021-10-10-32/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merges the normal dockerfile with the static build one to reduce duplication. Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Fixes Caching On Docker BuildGravatar Hassan Abouelela2021-10-10-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reworks the docker build action to use buildx in all steps to make the caching work. Reduces the wait time on the fetch action. Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | Adds Netlify BuildsGravatar Hassan Abouelela2021-10-10-0/+242
| | | | | | | | | | | | | | | | | | | | | | | | | Adds an action which builds and uploads the static site as an artifact, and a fetch script to be run on the netlify builders.
| * | | | Adds Static Docker BuildGravatar Hassan Abouelela2021-10-10-0/+28
| | | | | | | | | | | | | | | | | | | | Adds a docker image which performs a static build of the site.
| * | | | Adds Static Route ConfigurationsGravatar Hassan Abouelela2021-10-10-21/+122
| | | | | | | | | | | | | | | | | | | | | | | | | Adds configuration which specifies how routes should be handled when building a static preview.
| * | | | Adds Django Distill To ProjectGravatar Hassan Abouelela2021-10-10-6/+65
|/ / / / | | | | | | | | | | | | | | | | Adds django-distill to dependencies, and lays the basic groundwork to start building static routes. Adds a poetry task to help with testing.
| * | | Direct appeals to the appeals serverGravatar Chris Lovering2021-09-24-2/+5
| | | | | | | | | | | | | | | | Rather than mentioning the apeals email address, we now direct users to the appeal server, which will now be used for ban appeals.
| | * | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-08-20-35/+522
| | |\ \
| | * | | fix CommandError: Conflicting migrations detected.Gravatar RohanJnr2021-07-24-0/+14
| | | | |
| | * | | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-07-24-202/+829
| | |\ \ \
| | * | | | Update docstring.Gravatar RohanJnr2021-07-22-1/+1
| | | | | |
| | * | | | Use sets to compare 2 un-ordered lists.Gravatar RohanJnr2021-06-10-9/+10
| | | | | |
| | * | | | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-06-10-83/+363
| | |\ \ \ \
| | * | | | | Use assertListEqual where applicable instead of assertEqual.Gravatar RohanJnr2021-06-10-8/+10
| | | | | | |
| | * | | | | fix conflicts?.Gravatar RohanJnr2021-06-10-0/+0
| | |\ \ \ \ \
| | | * | | | | Return a list of ot-names only for GET request only to ↵Gravatar RohanJnr2021-05-31-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bot/off-topic-channel-names
| | * | | | | | Add tests for active params.Gravatar RohanJnr2021-06-10-4/+34
| | | | | | | |
| | * | | | | | Fix bug: Do not force active param.Gravatar RohanJnr2021-06-10-6/+9
| | | | | | | |
| | * | | | | | Lint file and remove update() method declaration from ↵Gravatar RohanJnr2021-06-10-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OffTopicChannelNameListSerializer.
| | * | | | | | Query off topic names based on Active attribute.Gravatar RohanJnr2021-06-04-6/+10
| | | | | | | |
| | * | | | | | Return a list of ot-names only for GET request only to ↵Gravatar RohanJnr2021-06-04-2/+19
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | bot/off-topic-channel-names
| | * | | | | Use ModelViewSet to add support for PUT and PATCH request.Gravatar RohanJnr2021-05-19-8/+5
| | | | | | |
| | * | | | | Serialize name and active attribute.Gravatar RohanJnr2021-05-19-12/+1
| | | | | | |
| | * | | | | Add active field to OffTopicChannelName model.Gravatar RohanJnr2021-05-19-1/+29
| | | | | | |
| | | | | | * Implement voice mute + migration from voice mute -> voice banGravatar ks1292021-10-09-2/+39
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #603 from ↵Gravatar Johannes Christ2021-10-09-6/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/decrease-batch-size-for-user-list-endpoint Decrease page size for user list endpoint.
| * | | | | | Automatically adjust test to `page_size`.Gravatar Johannes Christ2021-10-09-5/+8
| | | | | | |
| * | | | | | Decrease page size for user list endpoint.Gravatar Johannes Christ2021-10-09-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From some debugging via python-discord/kubernetes#96, we have determined that this endpoint results in high latencies to the site and eventually Kubernetes killing off site pods randomly.
* | | | | | Merge pull request #606 from doublevcodes/patch-1Gravatar Joe Banks2021-10-07-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a pull request template
| * | | | | | fix: clarify descirption of changes sectionGravatar Vivaan Verma2021-10-07-1/+1
| | | | | | |
| * | | | | | chore: Replace examples with commentsGravatar Vivaan Verma2021-10-07-6/+5
| | | | | | |
| * | | | | | chore: Add comments to instruct usersGravatar Vivaan Verma2021-10-07-1/+5
| | | | | | |
| * | | | | | Add a pull request templateGravatar Vivaan Verma2021-10-07-0/+19
|/ / / / / / | | | | | | | | | | | | This pull request template was mainly added so that the second bullet point in [this PR comment](https://github.com/python-discord/api/pull/17#issuecomment-933739292) can be addressed.
* | | | | | Merge pull request #604 from python-discord/jb3/add-site-local-svcGravatar Johannes Christ2021-10-06-5/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update ALLOWED_HOSTS to include internal address
| * | | | | | Update ALLOWED_HOSTS to include internal addressGravatar Joe Banks2021-10-06-5/+1
|/ / / / / /
* | | | | | Merge pull request #526 from python-discord/subdomains-to-query-pathsGravatar Joe Banks2021-10-06-384/+339
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-282/+430
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #599 from python-discord/fix-http-linksGravatar ChrisJL2021-10-06-13/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Switches HTTP Links To HTTPS
| * \ \ \ \ \ \ Merge branch 'main' into fix-http-linksGravatar ChrisJL2021-10-06-3/+26
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #600 from python-discord/netlify-logoGravatar Joe Banks2021-10-06-2/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'main' into netlify-logoGravatar Joe Banks2021-10-06-1/+12
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #602 from python-discord/jb3/yes-to-www-take-twoGravatar ChrisJL2021-10-06-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update hosts.py to default to www
| * | | | | | | | | Update hosts.py to default to wwwGravatar Joe Banks2021-10-06-1/+2
|/ / / / / / / / /
* | | | | | | | | Add www.pythondiscord.com to ALLOWED_HOSTS (#601)Gravatar Joe Banks2021-10-05-0/+1
| | | | | | | | |
* | | | | | | | | Merge Gitpod Docs (#594)Gravatar Kronifer2021-10-05-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Added site documentation for editing on Gitpod
| * | | | | | | | Adds Netlify To SponsorsGravatar Hassan Abouelela2021-10-06-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * | | | | | | | Properly Resize Sponsor LogosGravatar Hassan Abouelela2021-10-06-2/+10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure sponsor logos don't go past the edge of the screen, and maintain aspect ratio when sized down. Signed-off-by: Hassan Abouelela <[email protected]>
| * / / / / / / Switches HTTP Links To HTTPSGravatar Hassan Abouelela2021-10-06-13/+13
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switches the protocol for external sites where possible. Some sites don't have secure versions, and were skipped. Signed-off-by: Hassan Abouelela <[email protected]>