| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | Create Resource type annotation. | 2021-08-03 | -3/+3 | ||
| | | | | | | | |||||
| | | * | | | | remove redundant variable declaration | 2021-07-25 | -2/+1 | ||
| | | | | | | | |||||
| | | * | | | | refactor search function for resources | 2021-07-25 | -10/+9 | ||
| | | | | | | | |||||
| | | * | | | | working demo of smart resources search | 2021-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 ↵ | 2021-07-24 | -18/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | lists of strings in title-case. | ||||
| | | * | | | | Added type annotations; refactored. | 2021-07-24 | -13/+15 | ||
| | | | | | | | |||||
| | | * | | | | Remove extra newline from end of file (there is now one newline). | 2021-07-24 | -1/+0 | ||
| | | | | | | | |||||
| | | * | | | | add constant for resource tags. Add Functional front end | 2021-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 files | 2021-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 search | 2021-07-23 | -93/+105 | ||
| | | | | | | | |||||
| | | * | | | | Add Kaggle's pandas tutorial. | 2021-07-06 | -0/+13 | ||
| | | | | | | | |||||
| | | * | | | | Remove reference to Python 2.7. | 2021-07-06 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | The maintainer of regex101 has changed the name from "Python 2.7" to just "Python". | ||||
| | | * | | | | Add resource regex101. | 2021-07-04 | -0/+15 | ||
| | | | | | | | |||||
| | | * | | | | Add resource Data Science from Scratch. | 2021-07-04 | -0/+24 | ||
| | | | | | | | |||||
| | | * | | | | Add final line break for style compliance. | 2021-07-04 | -2/+2 | ||
| | | | | | | | |||||
| | | * | | | | Merge branch 'main' of https://github.com/python-discord/site into ↵ | 2021-07-04 | -991/+2068 | ||
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | swfarnsworth/smarter-resources/new-resources | ||||
| | | * | | | | | Update templates with new resource urls. | 2021-06-06 | -8/+8 | ||
| | | | | | | | | |||||
| | | * | | | | | Collapse resources into one directory, migrate to new tagging system. | 2021-06-06 | -121/+233 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fails the lint test from pipenv, though the main branch is on poetry now. | ||||
| | | * | | | | | Test boilerplate | 2021-05-23 | -0/+9 | ||
| | | | | | | | | |||||
| | | * | | | | | Remove www from the URL for inferential thinking. | 2021-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. | 2021-05-23 | -58/+549 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates all amazon links with GoodReads. | ||||
| | | * | | | | | Add GoodReads CSS. | 2021-05-23 | -4/+4 | ||
| | | | | | | | | |||||
| | | * | | | | | Dramatically simplify resources. | 2021-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. | 2021-05-18 | -0/+1 | ||
| | | | | | | | | |||||
| * | | | | | | | Update .gitignore to ignore MacOS system files | 2022-02-20 | -0/+3 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #647 from python-discord/voice-mute-in-metricity-endpoint | 2022-01-27 | -18/+28 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Use voice_mute and voice_ban to determine voice_gate | ||||
| | * | | | | | | Update metricity tests to test new voice_gate_blocked behaviour | 2022-01-27 | -10/+22 | ||
| | | | | | | | | |||||
| | * | | | | | | Use voice_mute and voice_ban to determine voice_gate | 2022-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-guide | 2022-01-27 | -1/+6 | ||
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add new incidents webhook to exmaple config.yml | 2022-01-27 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was recently added to the bot. | ||||
| | * | | | | | | Fix pynews config in example file | 2022-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/voicemute | 2022-01-27 | -2/+53 | ||
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'main' into voicemute | 2022-01-27 | -1/+1 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #645 from python-discord/fix-subarticles-button | 2022-01-24 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Prevent page title from overlapping dropdown button. | ||||
| | * | | | | | | Prevent page title from overlapping dropdown button. | 2022-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 migration | 2022-01-25 | -0/+14 | ||
| | | | | | | | |||||
| | * | | | | | Merge branch 'main' into voicemute | 2022-01-21 | -406/+1807 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #640 from Krish-bhardwaj/main | 2022-01-16 | -3/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Resource Suggestion: #639 solved | ||||
| | * \ \ \ \ \ | Merge branch 'main' into main | 2022-01-16 | -6/+31 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #642 from python-discord/jb3/django-discord | 2022-01-14 | -2/+15 | ||
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Renumber communities after Django | 2022-01-14 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Add Django Discord community | 2022-01-14 | -0/+13 | ||
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #641 from python-discord/netcup-sponser | 2022-01-10 | -4/+16 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add netcup logo to page footer | ||||
| | * | | | | | | | Add netcup logo to sponsor block on homeapge | 2022-01-10 | -0/+3 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Shift footer images slightly to be better in line | 2022-01-05 | -1/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Use an svg for django footer logo | 2022-01-05 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Add netcup logo to page footer | 2022-01-05 | -1/+9 | ||
| |/ / / / / / / | |||||
| | * / / / / / | Resource Suggestion: #639 solved | 2022-01-07 | -3/+1 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #637 from python-discord/mbaruh-patch-1 | 2021-12-30 | -29/+29 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix faulty regex filters in migration 59 | ||||
| | * | | | | | | Fix faulty regex filters in migration 59 | 2021-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. | ||||