aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | Create Resource type annotation.Gravatar swfarnsworth2021-08-03-3/+3
| | | | | |
| | * | | | remove redundant variable declarationGravatar fisher602021-07-25-2/+1
| | | | | |
| | * | | | refactor search function for resourcesGravatar fisher602021-07-25-10/+9
| | | | | |
| | * | | | working demo of smart resources searchGravatar fisher602021-07-25-11/+69
| | | | | | | | | | | | | | | | | | | | | | | | I have incorporated a search that allows users to check boxes to filter resources. This is a working version, but the algo for searching likely needs to be modified. The frontend also needs some style updates. All necessary functionality should be present now though.
| | * | | | Updated type annotations; get_resources_meta now returns a dict of sorted ↵Gravatar swfarnsworth2021-07-24-18/+10
| | | | | | | | | | | | | | | | | | | | | | | | lists of strings in title-case.
| | * | | | Added type annotations; refactored.Gravatar swfarnsworth2021-07-24-13/+15
| | | | | |
| | * | | | Remove extra newline from end of file (there is now one newline).Gravatar swfarnsworth2021-07-24-1/+0
| | | | | |
| | * | | | add constant for resource tags. Add Functional front endGravatar fisher602021-07-24-35/+71
| | | | | | | | | | | | | | | | | | | | | | | | This change adds a fully functional front end menu for testing. This is a very rough outline and will need a bit of UI and UX love to get working fully. Should act as an example of functionality
| | * | | | add function to gather tags from resource yaml filesGravatar fisher602021-07-24-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | I added a function to utils to load all the tags from the resources, this should allow all the tags to be loaded once and exist in memory.
| | * | | | change resources to prepare for smart resource searchGravatar fisher602021-07-23-93/+105
| | | | | |
| | * | | | Add Kaggle's pandas tutorial.Gravatar swfarnsworth2021-07-06-0/+13
| | | | | |
| | * | | | 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
| | | | | | |
* | | | | | | Update .gitignore to ignore MacOS system filesGravatar minalike2022-02-20-0/+3
|/ / / / / /
* | | | | | Merge pull request #647 from python-discord/voice-mute-in-metricity-endpointGravatar Leon Sandøy2022-01-27-18/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use voice_mute and voice_ban to determine voice_gate
| * | | | | | Update metricity tests to test new voice_gate_blocked behaviourGravatar Chris Lovering2022-01-27-10/+22
| | | | | | |
| * | | | | | Use voice_mute and voice_ban to determine voice_gateGravatar Chris Lovering2022-01-27-8/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | Previously only voice_ban was used, but now having either of these infractions should mean the user is blocked from reciving the role.
* | | | | | Merge pull request #646 from python-discord/update-bot-contrib-guideGravatar ChrisJL2022-01-27-1/+6
|\ \ \ \ \ \
| * | | | | | Add new incidents webhook to exmaple config.ymlGravatar Chris Lovering2022-01-27-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was recently added to the bot.
| * | | | | | Fix pynews config in example fileGravatar Chris Lovering2022-01-27-1/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | The python news cog relies on the python_news section of the config being filled in via a named alias. Since we were using the DEV_ prefix, this meant it was not being populated, leading to the cog throwing an error on boot.
* | | | | | Merge pull request #608 from python-discord/voicemuteGravatar ChrisJL2022-01-27-2/+53
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'main' into voicemuteGravatar ChrisJL2022-01-27-1/+1
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #645 from python-discord/fix-subarticles-buttonGravatar Johannes Christ2022-01-24-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Prevent page title from overlapping dropdown button.
| * | | | | | Prevent page title from overlapping dropdown button.Gravatar kosayoda2022-01-23-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On clients with a small viewport width, the content title of pages overlap the "Sub-Articles" dropdown button due to having the same z-index, causing the element last positioned in the HTML to show up on top. Fixes #643.
| * | | | | Try to add merge migrationGravatar Karlis Suvi2022-01-25-0/+14
| | | | | |
| * | | | | Merge branch 'main' into voicemuteGravatar ChrisJL2022-01-21-406/+1807
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #640 from Krish-bhardwaj/mainGravatar Johannes Christ2022-01-16-3/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Resource Suggestion: #639 solved
| * \ \ \ \ \ Merge branch 'main' into mainGravatar wookie1842022-01-16-6/+31
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #642 from python-discord/jb3/django-discordGravatar ChrisJL2022-01-14-2/+15
|\ \ \ \ \ \ \
| * | | | | | | Renumber communities after DjangoGravatar Joe Banks2022-01-14-2/+2
| | | | | | | |
| * | | | | | | Add Django Discord communityGravatar Joe Banks2022-01-14-0/+13
|/ / / / / / /
* | | | | | | Merge pull request #641 from python-discord/netcup-sponserGravatar Hassan Abouelela2022-01-10-4/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add netcup logo to page footer
| * | | | | | | Add netcup logo to sponsor block on homeapgeGravatar Chris Lovering2022-01-10-0/+3
| | | | | | | |
| * | | | | | | Shift footer images slightly to be better in lineGravatar Chris Lovering2022-01-05-1/+2
| | | | | | | |
| * | | | | | | Use an svg for django footer logoGravatar Chris Lovering2022-01-05-2/+2
| | | | | | | |
| * | | | | | | Add netcup logo to page footerGravatar Chris Lovering2022-01-05-1/+9
|/ / / / / / /
| * / / / / / Resource Suggestion: #639 solvedGravatar Krish2022-01-07-3/+1
|/ / / / / /
* | | | | | 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.