Skip to content
Snippets Groups Projects
  1. Jan 12, 2024
  2. Jan 11, 2024
  3. Dec 10, 2023
  4. Dec 01, 2023
    • Saurabh Kumar's avatar
      Upgrade to Django 4.2 LTS (#3652) · ff9e73ab
      Saurabh Kumar authored
      - Update psycopg to 3 as it’s not supported by Django 4.2
      - Replaced “BaseUserManager().make_random_password”, as it’s deprecated
      - Update github action and breakup different checks, making them easier
      to debug
      - Updated the `makemigrations` checks to display the missing migration
      and then fail
      - Upgrade django-hijack to 3.4.2
      - Update gunicorn to 21.2.0
      - Upgrade django slack to 5.19.0
      - Upgrade mistune to 3.0.2 (Bug fix release)
      - Upgrade whitenoise to 6.6.0
      - Update dev dependencies - black, ruff, pre-commit, pytest-django
      
      Closes https://github.com/HyphaApp/hypha/issues/3362
      ff9e73ab
  5. Oct 20, 2023
  6. Sep 08, 2023
  7. Apr 10, 2023
  8. Jan 30, 2023
  9. Jan 17, 2023
  10. Jan 13, 2023
    • Saurabh Kumar's avatar
      Replace flake8 & isort with ruff (#3103) · 5eab4ac4
      Saurabh Kumar authored
      Fixes #3101
      
      - Remove `make sort` and `make sort-fix` make targerts
      - Use `make lint` and `make lint-fix` instead.
      - Make use of GitHub Annotation to surface issues as annotations
      directly in the files changed, similar to CodeQL.
      - Move stuff from `setup.cfg` to `pyproject.toml`
      - Fixed the potentially buggy code. Each of the fix types is in
      individual commits.
      5eab4ac4
  11. Jan 10, 2023
  12. Jan 09, 2023
  13. Jan 06, 2023
  14. Dec 20, 2022
  15. Dec 15, 2022
  16. Dec 07, 2022
  17. Nov 11, 2022
  18. May 02, 2022
  19. Nov 29, 2021
  20. Apr 30, 2021
  21. Apr 07, 2021
  22. Apr 06, 2021
  23. Nov 02, 2020
  24. Apr 22, 2020
  25. Apr 08, 2020
  26. Mar 31, 2020
  27. Sep 23, 2019
  28. Sep 20, 2019
  29. Sep 19, 2019
Loading