aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | Remove reference to Python 2.7.Gravatar swfarnsworth2021-07-06-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The maintainer of regex101 has changed the name from "Python 2.7" to just "Python".
| | | * | | | Add resource regex101.Gravatar swfarnsworth2021-07-04-0/+15
| | | | | | |
| | | * | | | Add resource Data Science from Scratch.Gravatar swfarnsworth2021-07-04-0/+24
| | | | | | |
| | | * | | | Add final line break for style compliance.Gravatar swfarnsworth2021-07-04-2/+2
| | | | | | |
| | | * | | | Merge branch 'main' of https://github.com/python-discord/site into ↵Gravatar swfarnsworth2021-07-04-991/+2068
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/smarter-resources/new-resources
| | | * | | | | Update templates with new resource urls.Gravatar lemonsaurus2021-06-06-8/+8
| | | | | | | |
| | | * | | | | Collapse resources into one directory, migrate to new tagging system.Gravatar swfarnsworth2021-06-06-121/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fails the lint test from pipenv, though the main branch is on poetry now.
| | | * | | | | Test boilerplateGravatar Leon Sandøy2021-05-23-0/+9
| | | | | | | |
| | | * | | | | Remove www from the URL for inferential thinking.Gravatar Leon Sandøy2021-05-23-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The www subdomain gives an SSL error for an expired certificate, so we don't want to use that one.
| | | * | | | | Add tags to all the resources.Gravatar Leon Sandøy2021-05-23-58/+549
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates all amazon links with GoodReads.
| | | * | | | | Add GoodReads CSS.Gravatar Leon Sandøy2021-05-23-4/+4
| | | | | | | |
| | | * | | | | Dramatically simplify resources.Gravatar Leon Sandøy2021-05-19-112/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need _category_info, we don't need subcategories, we this will be much simpler now. Also, rglob is nice.
| | | * | | | | Add bulma-modal, we'll need it later.Gravatar Leon Sandøy2021-05-18-0/+1
| | | | | | | |
* | | | | | | | Add UniqueConstraint to the Filter modelGravatar D0rs4n2022-03-22-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The UniqueConstraint includes every field, except for id and description.
* | | | | | | | Sync Filter models with relating migrations, adjust code consistencyGravatar D0rs4n2022-03-12-20/+39
| | | | | | | |
* | | | | | | | Remove role validationGravatar mbaruh2022-03-10-49/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Roles can be either IDs or names, so the current validation is not relevant anymore. Furthermore the ping fields can accept user IDs or names.
* | | | | | | | Change ping fields namesGravatar mbaruh2022-03-09-15/+15
| | | | | | | |
* | | | | | | | Refine DM content for domainsGravatar mbaruh2022-03-01-1/+1
| | | | | | | |
* | | | | | | | Add invites denylist to the migrationGravatar mbaruh2022-02-26-3/+3
| | | | | | | |
* | | | | | | | Create placeholder value for dm embed content in ext listGravatar mbaruh2022-02-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some value is needed to signal the bot a message should be sent for a blocked extension. The value itself will be changed at runtime, but this allows avoiding the bot code delving into the exact API response format.
* | | | | | | | Extensions list is ALLOW, not DENYGravatar mbaruh2022-02-23-1/+1
| | | | | | | |
* | | | | | | | Changed channeld fields to char arrays, merged migrationsGravatar mbaruh2022-02-22-206/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The fields concerning channels were changed to contains strings instead of integers in order to allow specifying channels and categories by name. The migrations were merged into a single migration.
* | | | | | | | Patch a minor issue with FilterList field naming in migrationsGravatar D0rs4n2022-02-15-12/+13
| | | | | | | |
* | | | | | | | Use singular nouns for filter list namesGravatar mbaruh2022-02-15-4/+4
| | | | | | | |
* | | | | | | | Allow filter descriptions to be nullGravatar mbaruh2022-02-15-2/+2
| | | | | | | |
* | | | | | | | Merge migrations and correct filter defaults to be all nullGravatar mbaruh2022-01-01-2/+3
| | | | | | | |
* | | | | | | | Merge branch 'main' into new-filter-schemaGravatar mbaruh2022-01-01-91/+180
|\| | | | | | |
| * | | | | | | Merge pull request #637 from python-discord/mbaruh-patch-1Gravatar ChrisJL2021-12-30-29/+29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix faulty regex filters in migration 59
| | * | | | | | | Fix faulty regex filters in migration 59Gravatar Boris Muratov2021-12-31-29/+29
| |/ / / / / / / | | | | | | | | | | | | | | | | Migration 59 populated the filters table with regex filters, some of which were faulty because the `\b` character wasn't escaped. This is fixed in this PR by making all patterns raw strings.
| * | | | | | | Merge pull request #508 from RohanJnr/otn_softdelGravatar Johannes Christ2021-12-28-37/+149
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | offtopicnames active attribute and support for PUT and PATCH request
| | * \ \ \ \ \ \ Merge branch 'main' into otn_softdelGravatar Xithrius2021-12-28-110/+126
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #636 from python-discord/revert-metricity-changeGravatar Joe Banks2021-12-20-25/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Always include metricity message blocksGravatar Chris Lovering2021-12-16-25/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to a recent database maintenance (https://pythondiscord.freshstatus.io/incident/139811) querying out metricity message data is far cheaper. So there is no longer a reason to only fetch blocks if the member has a low message count.
| | * | | | | | | Merge migrations to avoid conflicts.Gravatar RohanJnr2021-12-13-0/+14
| | | | | | | | |
| | * | | | | | | Merge branch 'main' into otn_softdelGravatar Rohan Reddy Alleti2021-12-13-82/+365
| | |\ \ \ \ \ \ \
| | * | | | | | | | Remove get_queryset() and add new class variable .Gravatar RohanJnr2021-11-06-7/+7
| | | | | | | | | |
| | * | | | | | | | Use framework defination of method.Gravatar RohanJnr2021-11-05-2/+2
| | | | | | | | | |
| | * | | | | | | | Eliminate usage of typing module and update docstrings.Gravatar RohanJnr2021-11-05-6/+4
| | | | | | | | | |
| | * | | | | | | | Update test cases to adhere to recent changes made that removed hosts.Gravatar RohanJnr2021-11-05-2/+2
| | | | | | | | | |
| | * | | | | | | | Fix: Conflicting migrations.Gravatar RohanJnr2021-11-05-0/+14
| | | | | | | | | |
| | * | | | | | | | Pull from upstream/main and resolve conflicts.Gravatar RohanJnr2021-11-05-828/+1921
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ 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