| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | Update tests to match with recent unlimited subcategories changes | 2020-11-28 | -83/+148 | ||
| | | | | | |||||
| | * | | | Change views __init__.py | 2020-11-28 | -3/+2 | ||
| | | | | | |||||
| | * | | | Update utils to match with new unlimited categories system | 2020-11-28 | -29/+24 | ||
| | | | | | |||||
| | * | | | Update template name of articles index | 2020-11-28 | -6/+2 | ||
| | | | | | |||||
| | * | | | Fix linting in resources view | 2020-11-28 | -1/+1 | ||
| | | | | | |||||
| | * | | | Delete old article and category views | 2020-11-28 | -59/+0 | ||
| | | | | | |||||
| | * | | | Add testing subcategory and article into it | 2020-11-28 | -0/+8 | ||
| | | | | | |||||
| | * | | | Update URLs to match new unlimited categories articles | 2020-11-28 | -7/+1 | ||
| | | | | | |||||
| | * | | | Create view for showing articles and categories | 2020-11-28 | -0/+75 | ||
| | | | | | |||||
| | * | | | Move articles writing guide to PyDis guides directory | 2020-11-28 | -0/+2 | ||
| | | | | | |||||
| | * | | | Update content app views tests | 2020-10-30 | -9/+13 | ||
| | | | | | |||||
| | * | | | Port views to TemplateView for content app | 2020-10-30 | -44/+40 | ||
| | | | | | |||||
| | * | | | Remove unnecessary namespace from content app URLs include | 2020-10-30 | -2/+2 | ||
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'up/dewikification' into guides-app | 2020-10-30 | -1203/+56 | ||
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Cover fetching article GitHub information with tests | 2020-10-06 | -3/+47 | ||
| | | | | | |||||
| | * | | | Rename last guides test to articles tests | 2020-10-06 | -5/+5 | ||
| | | | | | |||||
| | * | | | Add information about icons to articles writing guide | 2020-10-06 | -0/+2 | ||
| | | | | | |||||
| | * | | | Implement fetching contributors and last modification date from GitHub | 2020-10-06 | -2/+39 | ||
| | | | | | |||||
| | * | | | Simplify relevant links generator empty values filtering | 2020-10-06 | -11/+6 | ||
| | | | | | |||||
| | * | | | Relock Pipfile.lock | 2020-10-06 | -2/+0 | ||
| | | | | | |||||
| | * | | | Fix mess with rebase | 2020-10-06 | -1/+1 | ||
| | | | | | |||||
| | * | | | Rename content -> articles for visual part | 2020-10-06 | -10/+12 | ||
| | | | | | |||||
| | * | | | Merge branch 'dewikification' into guides-app | 2020-10-05 | -429/+605 | ||
| | |\ \ \ | |||||
| | * | | | | Fix content app linting | 2020-10-05 | -19/+42 | ||
| | | | | | | |||||
| | * | | | | Apply recent changes to article writing guide | 2020-10-05 | -66/+78 | ||
| | | | | | | |||||
| | * | | | | Implement custom icons for articles | 2020-10-05 | -0/+2 | ||
| | | | | | | |||||
| | * | | | | Remove last modified field from article | 2020-10-05 | -14/+0 | ||
| | | | | | | |||||
| | * | | | | Migrate content system from Python-Markdown to markdown2 | 2020-10-05 | -53/+75 | ||
| | | | | | | |||||
| | * | | | | Move from standard OS path actions to Pathlib | 2020-10-04 | -37/+29 | ||
| | | | | | | |||||
| | * | | | | Change guides system to content system | 2020-10-04 | -305/+309 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead. | ||||
| | * | | | | Add more information to how to write a guide guide | 2020-09-21 | -0/+3 | ||
| | | | | | | |||||
| | * | | | | Use `yaml.safe_load` instead plain load to avoid warning | 2020-09-21 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Fix error that came in when moved path to constant | 2020-09-21 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Create tests for `get_guide` function | 2020-09-21 | -0/+44 | ||
| | | | | | | |||||
| | * | | | | Move base path to constant for guides utils unit tests | 2020-09-21 | -16/+9 | ||
| | | | | | | |||||
| | * | | | | Create test for `_get_base_path` | 2020-09-21 | -0/+9 | ||
| | | | | | | |||||
| | * | | | | Fix errors in unit tests that is based on recent changes | 2020-09-21 | -19/+7 | ||
| | | | | | | |||||
| | * | | | | Create tests for `get_guides` | 2020-09-21 | -1/+34 | ||
| | | | | | | |||||
| | * | | | | Create new function `_get_base_path` for guides for better patching | 2020-09-21 | -6/+11 | ||
| | | | | | | |||||
| | * | | | | Update `get_guides` function for better testability | 2020-09-21 | -2/+3 | ||
| | | | | | | |||||
| | * | | | | Create tests for get_categories guides utility function | 2020-09-21 | -0/+19 | ||
| | | | | | | |||||
| | * | | | | Create tests for get_category guides utility function | 2020-09-21 | -0/+36 | ||
| | | | | | | |||||
| | * | | | | Apply testability changes to views tests | 2020-09-21 | -87/+65 | ||
| | | | | | | |||||
| | * | | | | Move guides and categories getting logic to utils for better testability | 2020-09-21 | -85/+98 | ||
| | | | | | | |||||
| | * | | | | Add unit tests for guides app | 2020-09-20 | -0/+126 | ||
| | | | | | | |||||
| | * | | | | Add test data for guides | 2020-09-20 | -0/+23 | ||
| | | | | | | |||||
| | * | | | | Add handling for invalid category for category guide | 2020-09-20 | -0/+3 | ||
| | | | | | | |||||
| | * | | | | Remove unnecessary debug path displaying for 404 on guide view | 2020-09-20 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Add example guide "How to Write a Guide" | 2020-09-20 | -0/+60 | ||
| | | | | | | |||||
| | * | | | | Add codeblock parsing to Markdown parser for guide | 2020-09-20 | -1/+1 | ||
| | | | | | | |||||