summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-05-06Added playwright integration.Sarah Boyce
2026-01-27[checklists] Run tests on CIJacob Walls
2025-10-13Streamlined and added CI steps for docker compose (#2207)Tobias McNulty
2025-09-24Added `LOCALE_PATHS` setting (#2213)Tobias McNulty
2025-07-28Remove isort from toxÜlgen Sarıkavak
Already handled by pre-commit
2025-01-24Removed redundant pending migrations checkÜlgen Sarıkavak
The check is handled by djangoproject.tests.PendingMigrationsTests
2024-12-17Removed bowerAdam Zapletal
`bower` is maintained but not recommended for use by its developers. Our `bower.json` file now only includes two dependencies: `jquery` and `jquery-flot`. At this point, `bower` is not doing much to serve the project. This is a redo of 98e20a08b69597d9e0c081c20809007b3e363407 which was reverted because it led to errors in production when running collectstatic. Refs #1827
2024-12-17Revert "Removed bower"Baptiste Mispelon
This reverts commit 98e20a08b69597d9e0c081c20809007b3e363407.
2024-12-17Removed bowerAdam Zapletal
`bower` is maintained but not recommended for use by its developers. Our `bower.json` file now only includes two dependencies: `jquery` and `jquery-flot`. At this point, `bower` is not doing much to serve the project. Refs #1827
2024-10-25Ordered and fixed Makefile.Paolo Melchiorre
2024-10-24Improve pre-commit configuration hooks (#1645)Paolo Melchiorre
2023-07-15Enable foundation tests.Mariusz Felisiak
2022-12-24Fixed #1291 -- Standardize the CLI's instructions (#1292)Paolo Melchiorre
2020-08-12Bumped minimum isort version to 5.1.0.Mariusz Felisiak
2018-09-17Updated to libsass==0.15.0Tim Graham
2016-11-08Dropped support for IE8 in CSS. (#718)Tim Graham
2016-11-08Added missing migration and tox/Travis check for missing migrations. (#714)Tobias McNulty
2016-01-21Removed cla app in a few more places.Tim Graham
2015-12-17Improved Bower integration.Xavier Dutreilh
2015-12-15Refs #362 -- Added an app to track DSF members.Rolf Erik Lekang
2015-04-17Fix isort calls in makefile, use -rc optionRolf Erik Lekang
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
* Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app
2015-04-03Switched to watchdog for recursive CSS watching.Michael Trythall
2015-04-01Switched to Libsass for CSS compilation.Michael Trythall
2015-01-31Use requests-mock instead of rmoq.Jannis Leidel
2015-01-31Add django-dev-dashboard as an appRolf Erik Lekang
It uses the code from the django/django-dev-dashboard with some design changes, new tests, translation marks and new migrations. It is added under the host dashboard.djangoproject.com.
2015-01-25Improve error handling in payment form.Jannis Leidel
- raise a new DonationError for: - invalid card - some kind of error querying the Stripe API (e.g. reuse of stripe token) - broken network connection to Stripe API - let errors bubble up: - auth tokens are wrong (we've changed them?) - other stripe errors and general exceptions - added tests for new behavior - improved frontend help for payment form - stop passing fixed_amount to template since it's unused
2015-01-22Show the coverage report on Travis.Jannis Leidel
2015-01-22Fixed tests and added CI.Jannis Leidel
- Added Travis-CI - Added coverage - Added coveralls - Fixed aggregator tests to not require PuSH server and not recreate objects again
2015-01-04Refactored requirements files.Jannis Leidel
This prevents having to install libmemcached locally since that's a depedency for pylibmc. This leaves a symlink named deploy-requirements.txt to be able to deploy correctly
2015-01-03Fixed makefile.Jannis Leidel
2015-01-02Fixed style make tasks.Jannis Leidel
2014-12-30Big refactor that combines www and docs.Jannis Leidel
This was somewhat triggered by #229 since it showed that the hybrid project layout for www and docs was arbitrary and not conductive for ease of contribution. - this introduces django-hosts for true host level URL reversal - adds /400/, /403/, /404/ and /500/ pages fro testing the error pages - fixes #229 by cleaning up the header and footer includers between hosts - uses URL reversal everywhere - renames the "project" to "djangoproject" - splits the settings into prod and dev for easier separation of settings without - moved static, templates and project fixtures into project dir
2014-12-18Use production ready options for SCSS watch task.Jannis Leidel
2014-12-13Added watch-scss make task that apparently got lost in a merge.Jannis Leidel
2014-11-22Added Makefile to make scss compilation easierTomek Paczkowski