- Aug 11, 2023
-
-
Saurabh Kumar authored
- Add black, djhtml, prettier - Add precommit This PR add configurations for black, djhtml and prettier. - black is used for formatting python files - djhtml for formatting html files. Use `{# fmt: off #}` and `{# fmt: on #}` where needed. - prettier for formatting of sass,css,yml and js files Note: prettier picks up some of it's config from `.editorconfig`, so it's updated appropriately Formating of mardown files, minified or vendored js files are ignored. Formatting used off-the-self rules for better consistency with the community as large. The formatting is not applied to all the files as it will introduce a lot of merge conflict with current PRs, instead `pre-commit` config is provide which can be installed by `precommit install` locally. It will format only the modified files in the PR/commits. Once majority of the current active PRs are either rebased & formatted using precommit or merged, we can run the `make fmt` on the full repo and activate additional prettier and black checks in our lint rules. The modified sass files fixes the eslint error that would came up if we were to apply the prettier formatter on them. Fixes #3500
-
- May 04, 2023
-
-
Saurabh Kumar authored
-
- 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 17, 2023
-
-
Saurabh Kumar authored
This library automatically reloads the browser page when a CSS/js/html/python file is changed Helps with faster development @frjo this is part of a larger PR I'm trying to put together, separated it out for a quick win!
-
- Feb 16, 2023
-
-
dependabot[bot] authored
-
- Jan 13, 2023
-
-
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.
-
- 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 11, 2022
-
-
Fredrik Jonsson authored
-
- Aug 31, 2022
-
-
Fredrik Jonsson authored
-
- Aug 28, 2022
-
-
Saurabh Kumar authored
- Add “make test” command to lint, test and report coverage - Add pytest runner - It automatically set up to use the correct Django settings module - Runs tests on all the available CPU, I was able to run all the test in total=~30sec using “make test” command. - It provides a cleaner error report, compared to DjangoTestRunner - Coverage - Displayed the report on the terminal after the test finish - Disable reporting of coverage for test and migration files - Enable coverage reporting for the template files - “make test” generates HTML reports to quickly check the coverage of each file
-
- Aug 02, 2022
-
-
Saurabh Kumar authored
-
- Aug 01, 2022
-
-
Saurabh Kumar authored
Changelog: https://github.com/wagtail/wagtail-factories/compare/2.0.1...2.1.0 2.1.0 ===== - Add support for Wagtail 3.0 and drop support for all Wagtail versions before 2.15 - Add support for Django 4.0 - Add support for Python 3.10 - Removed support for Python 3.6 - Removed support for Django 2.2 and 3.1 - Removed support for factory boy <3.2
-
- Dec 08, 2021
-
-
Fredrik Jonsson authored
-
- Aug 31, 2021
-
-
Fredrik Jonsson authored
-
- Aug 25, 2021
-
-
Fredrik Jonsson authored
-
- Apr 15, 2021
-
-
Fredrik Jonsson authored
-
- Jan 18, 2021
-
-
Fredrik Jonsson authored
-
- Nov 30, 2020
-
-
sks444 authored
-
- Aug 20, 2020
-
-
Fredrik Jonsson authored
-
- Jun 25, 2020
-
-
Fredrik Jonsson authored
-
- May 27, 2020
-
-
Fredrik Jonsson authored
This reverts commit 84a5e23f.
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
- May 26, 2020
-
-
Fredrik Jonsson authored
-
- Feb 24, 2020
-
-
Fredrik Jonsson authored
-
- Feb 10, 2020
-
-
dependabot-preview[bot] authored
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 1.0.0. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.16.1...1.0.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Feb 03, 2020
-
-
Fredrik Jonsson authored
-
- Dec 05, 2019
-
-
Fredrik Jonsson authored
-
dependabot-preview[bot] authored
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3. **This update includes a security fix.** - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...0.15.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Nov 07, 2019
-
-
dependabot-preview[bot] authored
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3. **This update includes a security fix.** - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...0.15.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Nov 05, 2019
-
-
George Hickman authored
-
George Hickman authored
-