| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | 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 | ||
| | |/ |/| | |||||
| * | | Update landing page. | 2020-09-03 | -2/+2 | ||
| | | | | | | | | | Replace flake8-annotations with metricity. | ||||
| * | | Merge branch 'master' into add_deployment_info | 2020-09-02 | -210/+159 | ||
| |\ \ | |||||
| | * | | Create new merge migration to fix conflicts between migrations | 2020-09-01 | -0/+14 | ||
| | | | | |||||
| | * | | Merge branch 'master' into tags-cleanup | 2020-09-01 | -4/+87 | ||
| | |\ \ | |||||
| | | * | | Create merge migration to fix conflicts | 2020-08-30 | -0/+14 | ||
| | | | | | |||||
| | | * | | Revert "Fix mess with migrations" | 2020-08-30 | -10/+38 | ||
| | | | | | | | | | | | | | | | | | This reverts commit 32342aca3309b4fd482841cb84e4f166152d5c33. | ||||
| | | * | | Revert "Revert pull request #348" | 2020-08-30 | -41/+82 | ||
| | | | | | | | | | | | | | | | | | This reverts commit dae68c46831ef14e6a0715add1025f9af1b5a73d. | ||||
| | | * | | Revert pull request #348 | 2020-08-29 | -82/+41 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit 330a27926a7f2a9bdae56a5928cd81e55ccb38ed to reverse changes made to 6c08da2f3e48db9c9dd452f2e0505c4a61e46592. Migrations were failing when those changes were deployed. | ||||
| | | * | | Fix linting issues on off-topic viewset | 2020-08-29 | -3/+7 | ||
| | | | | | |||||
| | | * | | Fix mess with migrations | 2020-08-29 | -38/+10 | ||
| | | | | | |||||
| | | * | | Fix off-topic names test docstrings mood | 2020-08-29 | -15/+15 | ||
| | | | | | |||||
| | | * | | Simplify non-random off-topic names selection | 2020-08-29 | -22/+17 | ||
| | | | | | |||||
| | | * | | Merge branch 'master' into off-topic-non-random | 2020-08-27 | -206/+1026 | ||
| | | |\ \ | |||||
| | | * | | | OT: Rename variable `ext` to `other_names` | 2020-05-28 | -3/+3 | ||
| | | | | | | |||||
| | | * | | | OT: Rename variable `need_more` to `names_needed` | 2020-05-28 | -2/+2 | ||
| | | | | | | |||||
| | | * | | | OT: Fix comments | 2020-05-28 | -4/+4 | ||
| | | | | | | |||||
| | | * | | | OT Tests: Add docstring to tests | 2020-05-28 | -0/+15 | ||
| | | | | | | |||||
| | | * | | | OT Tests: Refactor tests to latest change | 2020-05-28 | -14/+2 | ||
| | | | | | | |||||
| | | * | | | OT: Refactor off-topic-names random items getting | 2020-05-28 | -30/+25 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove `mark_used` parameter and move this functionality to `random_items` parameter. Update docstring of class | ||||
| | | * | | | OT: Fix migrations nr conflict | 2020-05-28 | -1/+1 | ||
| | | | | | | |||||