- May 09, 2023
-
-
Saurabh Kumar authored
Fixes #3018 - Update requirements - `wagtail` and `wagtail-cache` - Update `BaseSetting` to `BaseSiteSettings` - Fix Category StreamBlock at hypha/apply/categories/blocks.py - Add migration changes - Add `wagtail_reference_index_ignore = True` to models (See [this issue](https://github.com/wagtail/wagtail/issues/9731 ) on wagtail for more info) - Use checkboxes when selecting reviewers for a Round and a Lab - Update `ReadOnlyPanel` to use `render_html()` method instead of `render_as_object()` --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- May 03, 2023
-
- Mar 20, 2023
-
-
Saurabh Kumar authored
Fixes #ISSUEID Introduce tailwindcss[1] utilities and django-web-component[2] for frontend design isolation and reusability. Notes: - Saas rules take preference over the tailwind (we might want to change it) - In the future, the saas should be depreciated, and reusable classes should be updated to use tailwindcss [1] https://tailwindcss.com/ [2] https://github.com/Xzya/django-web-components --------- Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- Mar 15, 2023
-
-
Saurabh Kumar authored
- Add a guide on how to enable and setup sentry - Upgrades sentry-sdk to 1.16.0 - Add optional performance monitoring - Add Browser Javascript Tracking & Tracing
-
- Mar 09, 2023
-
-
Fredrik Jonsson authored
Fixes #3242
-
- Feb 22, 2023
-
-
Saurabh Kumar authored
- Add htmx integration - Add hx-boost for header nav; it degrades gracefully! Configure https://github.com/rstacruz/nprogress to show progress on ajax activities. Note: django-htmx is not used right now but will be used to add more htmx-based functionalities.
-
- Feb 20, 2023
-
-
Sandeep Chauhan authored
Partial Fix #3127 Upgrade following pip packages: Production requirements 1. Sentry = 1.9.5 - 1.14.0 2. Babel = 2.9.1 - 2.11.0 3. boto3 = 1.26.27 - 1.26.57 4. celery = 5.2.2 - 5.2.7 5. django-anymail = 8.4 - 9.0 6. django-bleach = 3.0.0 - 3.0.1 7. django-countries = 7.2.1 - 7.5 8. django-extensions = 3.1.5 - 3.2.1 9. django-file-form = 3.4.1 - 3.4.3 10. django-fsm = 2.8.0 - 2.8.1 11. django-hijack = 3.1.4 - 3.2.6 12. django-redis = 5.1.0 - 5.2.0 13. django-salesforce = 4.0 - 4.1 14. django-select2 = 7.9.0 - 8.0 15. django-slack = 5.17.7 - 5.18.0 16. django-storages = 1.12.3 - 1.13.2 17. django-tables2 = 2.4.1 - 2.5.1 18. django-tinymce = 3.4.0 - 3.5.0 19. djangorestframework-api-key = 2.2.0 - 2.3.0 20. djangorestframework = 3.12.4 - 3.14.0 21. drf-yasg = 1.20.0 - 1.21.4 22. mailchimp3 = 3.0.16 - 3.0.17 23. mistune = 2.0.3 - 2.0.4 24. more-itertools = 8.12.0 - 9.0.0 25. phonenumberslite = 8.12.39 - 8.13.4 26. Pillow = 9.3.0 - 9.4.0 27. tablib = 3.2.1 - 3.3.0 28. xmltodict = 0.12.0 - 0.13.0 Dev requirements 29. django-debug-toolbar = 3.6.0 - 3.8.1 30. dslr = 0.3.1 - 0.4.0 31. ruff = 0.0.206 - 0.0.236 32. model-bakery = 1.7.0 - 1.10.1 33. pytest-xdist[psutil] = 2.5.0 - 3.1.0 34. responses = 0.21.0 - 0.22.0
-
- Feb 14, 2023
-
- Feb 08, 2023
-
-
Fredrik Jonsson authored
Related https://github.com/HyphaApp/hypha-issues/issues/10
-
- Feb 02, 2023
-
-
Saurabh Kumar authored
- Create/update superuser - Set wagtail site domains ``` ❯ ./manage.py initialize Provide the details below to initialize Hypha Site. Press enter to keep the default value. Domain of public site [hypha.test]: Domain of apply site [apply.hypha.test]: Superadmin Email [superadmin@hypha.test]: Superadmin Password [hypha123]: Site port [8090]: >>> Created superuser with email superadmin@hypha.test. >>> Set public site to hypha.test:8090 >>> Set apply site to apply.hypha.test:8090 ```
-
- Feb 01, 2023
-
- Jan 13, 2023
-
-
Sandeep Chauhan authored
Initial Fix [hypha-issues#8 ](https://github.com/HyphaApp/hypha-issues/issues/8 ) Co-authored-by:
sks444 <krishnasingh.ss30@gmail.com> Co-authored-by:
Fredrik Jonsson <frjo@xdeb.org>
-
- Jan 03, 2023
-
-
Saurabh Kumar authored
- Fix test for EmailMessage task - Add tablib dependency for Wagtail ExportAdmin - Fix DeprecationWarning for django_table2 - Fix depreciationwarning for beautifulSoup - Fix RemovedInDjango41Warning for default_app_config - Fix DjangoRemovedIn4.0 warning Middleware always require a function - Upgrade boto3 and scout-apm - Update pytest-cov to 4.0.0 from 3.0.0 - Upgrade djangorestframework-api-key to 1.2.0 - Rename “app” to “apps”
-
- Nov 22, 2022
-
-
sandeepsajan0 authored
-
dependabot[bot] authored
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.1...9.3.0 ) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Nov 21, 2022
-
-
sandeepsajan0 authored
-
- Oct 17, 2022
-
-
Saurabh Kumar authored
-
Saurabh Kumar authored
Use translations for email
-
- Oct 04, 2022
-
-
Fredrik Jonsson authored
-
- Sep 15, 2022
-
-
Saurabh Kumar authored
This replaces the currently patched version of file field with the upstream merged and released package.
-
- Aug 29, 2022
-
-
Saurabh Kumar authored
-
- Aug 23, 2022
-
-
Saurabh Kumar authored
More info at https://github.com/mbraak/django-file-form/pull/526
-
- Aug 22, 2022
-
-
Saurabh Kumar authored
-
- Aug 05, 2022
-
-
Fredrik Jonsson authored
-
- Aug 01, 2022
-
-
Saurabh Kumar authored
Changelog: https://github.com/torchbox/wagtail-purge/compare/0.1...main
-
Saurabh Kumar authored
-
Fredrik Jonsson authored
- Jul 29, 2022
-
-
dependabot[bot] authored
Bumps [mistune](https://github.com/lepture/mistune) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v2.0.2...v2.0.3 ) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 04, 2022
-
-
Fredrik Jonsson authored
-
- Jun 21, 2022
-
-
sandeepsajan0 authored
-
- Jun 14, 2022
-
-
Fredrik Jonsson authored
-
sandeepsajan0 authored
-
- Jun 02, 2022
-
-
sandeepsajan0 authored
-
- Apr 11, 2022
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
- Mar 17, 2022
-
-
sks444 authored
-
- Mar 02, 2022
-
-
Fredrik Jonsson authored
-
- Feb 24, 2022
-
-
sandeepsajan0 authored
-
- Feb 21, 2022
-
-
Fredrik Jonsson authored
-