| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | Change NominationEntry import location in serializers | 2021-02-22 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Import NominationEntry to models __init__.py | 2021-02-22 | -1/+2 | ||
| | | | | | | | |||||
| | * | | | | | Wrap validation errors to [] | 2021-02-22 | -5/+5 | ||
| | | | | | | | |||||
| | * | | | | | Add rollback to nominations table split migration | 2021-02-22 | -1/+14 | ||
| | | | | | | | |||||
| | * | | | | | Disable creating multiple nomination entries of one nomination for one actor | 2021-02-22 | -0/+10 | ||
| | | | | | | | |||||
| | * | | | | | Migrate PATCH request for 2-table nominations system | 2021-02-22 | -10/+60 | ||
| | | | | | | | |||||
| | * | | | | | Add reviewed field to nomination serializer | 2021-02-22 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Update nominations viewset GET and POST to make this working with 2-table system | 2021-02-22 | -23/+96 | ||
| | | | | | | | |||||
| | * | | | | | Change nominations serializer and add nomination entry serializer | 2021-02-22 | -2/+18 | ||
| | | | | | | | |||||
| | * | | | | | Change nominations admin interface and add nomination entries interface | 2021-02-22 | -13/+67 | ||
| | | | | | | | |||||
| | * | | | | | Split nomination model to 2 tables and create migrations | 2021-02-22 | -12/+112 | ||
| |/ / / / / | |||||
| * | | | | | Update helper count | 2021-02-18 | -1/+1 | ||
| | | | | | | |||||
| * | | | | | Don't change the name of the host for subdomains | 2021-02-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | The host is used to build reverse URLs during tests, changing it causes it to fail. | ||||
| * | | | | | Update hosts.py | 2021-02-10 | -1/+4 | ||
| | | | | | | |||||
| * | | | | | Update ALLOWED_HOSTS | 2021-02-10 | -5/+1 | ||
| | | | | | | | | | | | | | | | | Add internal domain for API routing and remove legacy routes for pydis.com domains (which are now redirected at the edge) | ||||
| | * | | | | Create migration for doc package name validator. | 2020-08-04 | -0/+19 | ||
| | | | | | | |||||
| | * | | | | Fix package name validator definition. | 2020-08-04 | -3/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | The validators kwarg expects an iterable of validators, while a validator directly was being supplied. | ||||
| | * | | | | Move package name validator definition. | 2020-08-04 | -6/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | The move prevents it going through the line limit and deeper nesting of parentheses from splitting up the string. | ||||
| | * | | | | Add ascii digits to the validator. | 2020-08-04 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Some packages can contain them and are good for stats. | ||||
| | * | | | | Add a validator for package names. | 2020-08-03 | -0/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package names are used for stats in the bot and are restricted to the a-z_ char set, a validator is added to accommodate this restriction at the site admin side. | ||||
| | | * | | | Pagination: Use REPL style examples | 2021-04-24 | -27/+27 | ||
| | | | | | | |||||
| | | * | | | Update doc in pydis_site/apps/api/pagination.py | 2021-03-07 | -0/+1 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | Update pydis_site/apps/api/pagination.py | 2021-03-07 | -1/+0 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | Update doc in pydis_site/apps/api/viewsets/bot/infraction.py | 2021-03-07 | -2/+2 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | Update doc in pydis_site/apps/api/viewsets/bot/infraction.py | 2021-03-07 | -2/+1 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | Update doc in pydis_site/apps/api/pagination.py | 2021-03-07 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | Update pagination docs and pagination class location | 2021-02-26 | -17/+55 | ||
| | | | | | | |||||
| | | * | | | Add custom paginator class to override default resonse | 2021-02-25 | -18/+17 | ||
| | | | | | | |||||
| | | * | | | Styling fixes | 2021-01-28 | -6/+12 | ||
| | | | | | | |||||
| | | * | | | update paginated response in list infraction | 2021-01-28 | -3/+17 | ||
| | | | | | | |||||
| | | * | | | fix: flake8 error | 2021-01-27 | -10/+4 | ||
| | | | | | | |||||
| | | * | | | Apply LimitOffsetPagination in GET Infraction with default Page Size 100 | 2021-01-27 | -1/+5 | ||
| | |/ / / |/| | | | |||||
| * | | | | Update the README badges | 2021-01-22 | -3/+4 | ||
| | | | | | |||||
| * | | | | Use wildcard for ALLOWED_HOSTS in debug mode | 2021-01-04 | -15/+1 | ||
| | | | | | |||||
| * | | | | Merge pull request #441 from python-discord/precommit-pycharm | 2021-01-03 | -1/+1 | ||
| |\ \ \ \ | |||||
| | * | | | | Changed Python language hook to system. | 2021-01-02 | -1/+1 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #436 from ↵ | 2020-12-26 | -0/+38 | ||
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/hotfix/lemon/front-page-project-sanity Stale RepositoryMetadata cleanup | ||||
| | * \ \ \ | Merge branch 'master' into hotfix/lemon/front-page-project-sanity | 2020-12-26 | -204/+263 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #440 from ↵ | 2020-12-21 | -8/+26 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | python-discord/lemon/bug/too_many_github_api_requests | ||||
| | * | | | | | relax coverage requirement in home route | 2020-12-21 | -0/+1 | ||
| | | | | | | | |||||
| | * | | | | | Make last_updated field automatically update. | 2020-12-22 | -8/+25 | ||
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we were operating under a bad assumption that we would be updating the last_updated field in the RepositoryMetadata objects whenever we updated the objects with new data from the GitHub API. Upon closer inspection, this is not at all what we're doing, and some of those repository objects had not been updated in over a year! This introduces `auto_now` to the field, which will ensure that it is automatically updated whenever the object is updated. | ||||
| * | | | | | Merge pull request #439 from python-discord/ks123/sentry | 2020-12-21 | -185/+178 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Change pydis-site to site in Sentry SDK initialization | 2020-12-21 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Change pydis-site to site in workflow | 2020-12-21 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Fix Git SHA getting in workflow | 2020-12-20 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Don't include .git in Docker container | 2020-12-20 | -0/+1 | ||
| | | | | | | | |||||
| | * | | | | | Remove GitPython dependency | 2020-12-20 | -27/+2 | ||
| | | | | | | | |||||
| | * | | | | | Get Git SHA from environement instead of GitPython package | 2020-12-20 | -4/+2 | ||
| | | | | | | | |||||
| | * | | | | | Set Git SHA during build workflow | 2020-12-20 | -0/+2 | ||
| | | | | | | | |||||
| | * | | | | | Add Git SHA consuming and putting to environment in Dockerfile | 2020-12-20 | -1/+5 | ||
| | | | | | | | |||||