| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | Migrate content system from Python-Markdown to markdown2 | 2020-10-05 | -102/+130 | ||
| | | | | |||||
| * | | | Move from standard OS path actions to Pathlib | 2020-10-04 | -37/+29 | ||
| | | | | |||||
| * | | | Change guides system to content system | 2020-10-04 | -324/+328 | ||
| | | | | | | | | | | | | | | | | | | | 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 | ||
| | | | | |||||
| * | | | Add OG meta to category view | 2020-09-21 | -1/+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 | -96/+109 | ||
| | | | | |||||
| * | | | 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 OpenGraph meta tags to guides for Discord embeds | 2020-09-20 | -0/+4 | ||
| | | | | |||||
| * | | | Add syntax highlight support for guides | 2020-09-20 | -0/+3 | ||
| | | | | |||||
| * | | | Add codeblock parsing to Markdown parser for guide | 2020-09-20 | -1/+1 | ||
| | | | | |||||
| * | | | Add guides app URLs to home app URLs | 2020-09-20 | -0/+2 | ||
| | | | | |||||
| * | | | Define guides app URLs | 2020-09-20 | -0/+11 | ||
| | | | | |||||
| * | | | Add __init__.py to guides app views directory | 2020-09-20 | -0/+5 | ||
| | | | | |||||
| * | | | Create view for displaying guide categories | 2020-09-20 | -0/+41 | ||
| | | | | |||||
| * | | | Create view for displaying single guide | 2020-09-20 | -0/+56 | ||
| | | | | |||||
| * | | | Create all guides (+ categories) displaying view | 2020-09-20 | -0/+38 | ||
| | | | | |||||
| * | | | Create HTML template for guides category view | 2020-09-20 | -0/+41 | ||
| | | | | |||||
| * | | | Create HTML template for single guide view | 2020-09-20 | -0/+55 | ||
| | | | | |||||
| * | | | Create HTML template for all guides (+ categories) view | 2020-09-20 | -0/+53 | ||
| | | | | |||||
| * | | | Create CSS file for all Guides app pages | 2020-09-20 | -0/+7 | ||
| | | | | |||||
| * | | | Include guides app to project | 2020-09-20 | -0/+1 | ||
| | | | | |||||
| * | | | Create base Guides app | 2020-09-20 | -0/+7 | ||
| | | | | |||||
| * | | | Install PyYAML for YAML files parsing | 2020-09-19 | -2/+2 | ||
| | | | | |||||
| * | | | Specify markdown package version | 2020-09-19 | -59/+2 | ||
| | | | | |||||
| * | | | Add markdown dependency to parse MD to HTML | 2020-09-19 | -177/+154 | ||
| |/ / | |||||
| * | | Update landing page. | 2020-09-03 | -2/+2 | ||
| | | | | | | | | | Replace flake8-annotations with metricity. | ||||
| * | | Merge pull request #376 from python-discord/add_deployment_info | 2020-09-02 | -93/+165 | ||
| |\ \ | | | | | | | Add deployment info and set up Sentry releases | ||||
| | * \ | Merge branch 'master' into add_deployment_info | 2020-09-02 | -211/+160 | ||
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #349 from ks129/tags-cleanup | 2020-09-01 | -206/+72 | ||
| |\ \ \ | | | | | | | | | Tags cleanup | ||||
| | * | | | Create new merge migration to fix conflicts between migrations | 2020-09-01 | -0/+14 | ||
| | | | | | |||||
| | * | | | Merge branch 'master' into tags-cleanup | 2020-09-01 | -5/+88 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #380 from ks129/off-topic-non-random | 2020-08-31 | -4/+87 | ||
| |\ \ \ \ | | | | | | | | | | | Off-topic names using tracking (v2) | ||||
| | * \ \ \ | Merge branch 'master' into off-topic-non-random | 2020-08-31 | -1/+1 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Update README.md | 2020-08-30 | -1/+1 | ||
| | | | | | | | | | | | | | | | | update server's user count | ||||