Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action | 2021-04-05 | -2/+2 | |
| | | | GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore. Also, use `repository_owner` instead of the secret of username. | |||
* | Merge pull request #471 from python-discord/policy-documents | 2021-04-01 | -123/+8 | |
|\ | | | | | Update our policy documents | |||
| * | Update policy documents | 2021-04-01 | -123/+8 | |
|/ | ||||
* | Merge pull request #464 from python-discord/lemonsaurus-patch-1 | 2021-03-25 | -13/+12 | |
|\ | | | | | Use real names in the timeline | |||
| * | Add nickname for lemon. | 2021-03-25 | -1/+1 | |
| | | | | | | Co-authored-by: Gustav Odinger <[email protected]> | |||
| * | Timeline: SeasonalBot -> Sir Lancebot | 2021-03-25 | -2/+2 | |
| | | ||||
| * | Use real names in the timeline | 2021-03-25 | -11/+10 | |
|/ | | | | | Using nicknames like Ves Zappa and Lemon doesn't always feel appropriate, so I've replaced some of those references with real names. | |||
* | Merge pull request #456 from python-discord/dependabot/pip/urllib3-1.26.3 | 2021-03-25 | -155/+127 | |
|\ | | | | | Bump urllib3 from 1.26.2 to 1.26.3 | |||
| * | Merge branch 'main' into dependabot/pip/urllib3-1.26.3 | 2021-03-25 | -399/+584 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #462 from python-discord/lemon/frontend/update_timeline | 2021-03-24 | -397/+569 | |
|\ \ | | | | | | | Update landing page and timeline | |||
| * | | Update the timeline. | 2021-03-24 | -390/+564 | |
| | | | | | | | | | | | | Adds recent events, and also cleans up the HTML a bit. | |||
| * | | Remove the 100K user banner. | 2021-03-24 | -7/+5 | |
|/ / | ||||
* | | Merge pull request #461 from python-discord/move-gunicorn-import | 2021-03-23 | -1/+3 | |
|\ \ | | | | | | | Removes Gunicorn Import In Debug Mode | |||
| * | | Removes Gunicorn Import In Debug mode | 2021-03-23 | -1/+3 | |
|/ / | | | | | | | | | | | Moves the gunicorn import below the start server command for debug mode to ensure it isn't imported if it isn't used. This solves issues with manage.py being unable to start on windows. | |||
* | | Merge pull request #460 from python-discord/add-streamyard | 2021-03-23 | -1/+12 | |
|\ \ | | | | | | | Adds Streamyard Banner To Homepage | |||
| * | | Reduces The Width Of The Sponsors Tab | 2021-03-23 | -0/+2 | |
| | | | | | | | | | | | | Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself. | |||
| * | | Centers Sponsor Title | 2021-03-23 | -0/+2 | |
| | | | ||||
| * | | Centers Sponsor Logos | 2021-03-23 | -1/+5 | |
| | | | | | | | | | | | | Center justifies sponsor logos on the home page to make wrapping look cleaner. | |||
| * | | Adds Streamyard Banner To Homepage | 2021-03-23 | -0/+3 | |
|/ / | ||||
| * | Bump urllib3 from 1.26.2 to 1.26.3 | 2021-03-19 | -155/+127 | |
|/ | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.3) Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Merge pull request #451 from python-discord/mbaruh/channel-activity | 2021-03-16 | -4/+216 | |
|\ | | | | | Add route to get a member's data for helper review | |||
| * | Merge branch 'main' into mbaruh/channel-activity | 2021-03-16 | -27/+23 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #454 from python-discord/deploy-environment | 2021-03-15 | -0/+1 | |
|\ \ | | | | | | | Add GitHub environment to deploy workflow | |||
| * | | Update deploy.yaml | 2021-03-14 | -0/+1 | |
|/ / | ||||
* | | Dockerfile optimisations | 2021-03-13 | -10/+5 | |
| | | | | | | | | Copies dependencies before code for caching and removes git dependency. | |||
* | | master => main | 2021-03-13 | -17/+17 | |
| | | ||||
| * | Add more records to test the endpoint with | 2021-03-16 | -0/+91 | |
| | | ||||
| * | Add case in query for voice chat activity | 2021-03-12 | -0/+1 | |
| | | ||||
| * | Split test_no_metricity_user to two tests by endpoints | 2021-03-12 | -4/+12 | |
| | | ||||
| * | Document endpoint in viewset docstring | 2021-03-12 | -0/+16 | |
| | | ||||
| * | Merge branch 'master' into mbaruh/channel-activity | 2021-03-11 | -76/+435 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #447 from python-discord/ks123/nomination/split | 2021-03-08 | -76/+435 | |
|\ \ | | | | | | | Rework nominations | |||
| * \ | Merge branch 'master' into ks123/nomination/split | 2021-03-08 | -7/+145 | |
| |\ \ | |/ / |/| | | ||||
| * | | Fix grammar of unknown actor error and change tests | 2021-03-06 | -2/+2 | |
| | | | ||||
| * | | Fix grammar of nomination viewset command about single entry for user | 2021-03-06 | -1/+1 | |
| | | | ||||
| * | | Change as -> to in nomination viewset docs | 2021-03-06 | -1/+1 | |
| | | | ||||
| * | | Fix grammar of nomination models | 2021-03-06 | -5/+5 | |
| | | | ||||
| * | | Fix grammar of error messages and change tests to match with changes | 2021-03-05 | -8/+8 | |
| | | | ||||
| * | | Use double quotes instead apostrophe because string contain "don't" | 2021-03-05 | -1/+1 | |
| | | | ||||
| * | | Replace double quotes with single quotes | 2021-03-05 | -1/+1 | |
| | | | | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| * | | Fix grammar of nomination endpoints documentation | 2021-03-05 | -5/+5 | |
| | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]> Co-authored-by: Joe Banks <[email protected]> | |||
| * | | Add comment about manually defining nomination field of NominationEntry ↵ | 2021-02-24 | -0/+3 | |
| | | | | | | | | | | | | serializer | |||
| * | | Make default value of nomination entry reason to empty string | 2021-02-24 | -2/+2 | |
| | | | | | | | | | | | | For string fields NULL as default is not suggested, so use empty string instead. | |||
| * | | Remove GET nomination test for entries | 2021-02-24 | -26/+0 | |
| | | | | | | | | | | | | Entries isn't handled manually anymore so these tests have no point. | |||
| * | | Simplify nominations viewset | 2021-02-24 | -48/+3 | |
| | | | | | | | | | | | | | | | | | | | | | After moving entries to nomination serializer we can get rid from GET request handlers and let DRF handle this. Also PATCH and POST handlers got some simplification by removing manual entries setting. | |||
| * | | Add entries field to Nomination serializer | 2021-02-24 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | After setting related_name in NominationEntry model nomination field, we can just provide serializer and DRF automatically fetch all related entries. | |||
| * | | Merge nomination migrations | 2021-02-24 | -18/+3 | |
| | | | | | | | | | | | | | | | This doesn't make sense to have 3 small migrations for one PR, so I merged 2 existing migrations and 1 new, ordering and related_name adding migrations to one. | |||
| * | | Set default ordering of NominationEntry to inserted_at decreasing | 2021-02-24 | -0/+4 | |
| | | | | | | | | | | | | | | | Set it here so we don't have to set it every place where we fetch entries. | |||
| * | | Set related_name option of nomination field of NominationEntry | 2021-02-24 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | In order to use entries in serializer without manually setting entries key we have to use related_name option to automatically fetch all related entries. | |||
| * | | Update nomination-related tests to cover recent table-splitting changes | 2021-02-22 | -21/+139 | |
| | | |