- Feature: Add target
zope-adduserto create an emergency user.
-
Chore: Add release workflow.
-
Fix
zope.mk, wrong config file was passed to zconsole. Now zope-debug and zope-runscript are functional.
- Fix preseed value reading.
- Add proxy target support.
Breaking changes
- Rename
npmdomain tonodejsand add support for usingpnpmas alternative package manager.
-
Fix bug in
Template.writewhen creating target folders to also create parent folders if not exists. -
Add support for preseeds configuration files.
-
Add
plone-sitetemplate configuration tomx.initemplate. -
More fine grained control over plone site creation and purging.
-
Drop Python 3.8 and set all defaults to a Python 3.9 minimum.
-
Export
OSenvironment variable inmxenvdomain to prevent warning on sub make calls. -
Add
LINGUA_OPTIONSsetting tolinguadomain ini18ntopic. Can be used for passing additional command line options topot-create. -
Perform
mxenvdomain related checks inside target to support setups which install their own python environment. -
Add
Makefileas dependency target forSENTINELtarget to make sure target execution if Makefile changes. -
Depend on
mxdev>=4.0.2, which fixes the deprecation ofpkg_resourcesand use the provided infrastructure of mxdev to handle entry_points in mxmake. -
Add Plone site creation and purging in new
plonedomain.
-
Add experimental windows support.
-
Support
mxmake updatecommand, updating the Makefile without prompting for settings. -
Use importlib.metadata to load entrypoints.
-
Add support for uv as fast alternative to pip #25.
-
Remove Python 3.7 from CI. Still works though.
-
Run test on GH-Actions on platform macos-latest.
-
Use
pathlib.Pathinstead ofos.path. -
Add
EXTRA_PATHsetting tobasedomain incoretopic. Can be used to specify additional directories added to environmentPATH. -
Export
PATHwith virtual environment and node modules bin folders. -
Get rid of
MXENV_PATH. -
Rename
PYTHON_BINtoPRIMARY_PYTHONinmxenvdomain. -
Introduce
MXENV_PYTHON. It defines the Python executable used for mxmake operations. -
Remove ruff cache when running
make ruff-cleantarget. -
Fix #20: make VENV_ENABLED=false test does not work.
-
Add
wtr(Web test runner) domain tojstopic. -
Add pyupgrade based code formatter, see https://pypi.org/project/pyupgrade/.
-
Add
ZOPE_TEMPLATE_CHECKOUToption to zope domain to allow pinning to a tag, branch or revision (uses cookiecutter--checkout). If empty, do not apply--checkoutoption. -
Add phony target
cookiecutterto be able to just install it. -
Add feature to pass options to zest-releaser commands.
-
Change default for venv folder to
.venv, since this is established practice.
-
Add
typechecktarget and use it for mypy instead ofchecktarget. -
Add basic CI config file generation for github actions.
-
Add
ruffdomain toqatopic. -
Fix exporting path in
jsdoctarget.
-
Add support for
pip.conffile. -
Fixes #18: VENV_CREATE is ignored.
-
Fix error when new source package gets added to
mx.iniinHook.generate_additional_sources_targets. -
Add
PROJECT_CONFIGas the dependency target ofSOURCES_TARGETto make sure the target runs when a new source package gets added tomx.ini.
-
Add
zest-releaserdomain toapplicationstopic. -
Support custom makefile include.
-
Support
pytestas a test runner and make it default if not configured otherwise. -
Add
RUN_TARGETsetting tobasedomain and generateruntarget inMakefile. -
Create
twisteddomain inapplicationstopic. -
Test and coverage templates consider
mxmake-test-path,mxmake-source-pathandmxmake-omit-pathinsettingssection ofmx.inito support inclusion of local package inrun-tests.shandrun-coverage.shscripts. -
Create
scssdomain injstopic. -
Create
gettextdomain ini18ntopic. -
Create
linguadomain ini18ntopic. -
Conditional add local [requirement|constraints}.txt to LOCAL_PACKAGE_FILES.
-
Generate one Makefile from snippets instead of including several files from subfolder.
-
Semantic overhaul. "Domains" become "Topics" and "Makefile" becomes "Domain".
-
Use inquirer to configure included domains and targets.
-
Generate initial
mx.iniconfig file. -
Generate "Topic" and "Domain" docs.
-
Change docs format from
rsttomd. -
Rename
_SENTINELto_TARGETin domains. -
generic
installdirtyandcleantargets in main makefile template. -
Rename
.sentinelsfolder to.mxmake-sentinels. -
Provide a set of default targets and a mechanism to extend it's dependency targets in domain make files.
-
Rename
installdomain topackages. -
Rename
filesdomain tomxfiles. -
Rename
venvdomain tomxenv. -
Extend hook to generate
sourcesdependency targets for package reinstall (setup.py, setup.cfg, pyproject.toml, requirements.txt, constraints.txt). -
Move
testsandcoveragedomains toqatopic. -
Create
black,mypy,isortand domains inqatopic. -
Move
system-dependenciestosystemtopic. -
Rename
docsdomain tosphinxand move todocstopic. -
Create
zprettydomains inqatopic. -
Add topic related metadata containing a topic description.
-
Create
npmdomains injstopic. -
Create
jsdocdomain, indocstopic. -
Create
rollupdomains injstopic. -
Create
karmadomain, injstopic. -
Create
zopedomain, inapplicationstopic. -
Add
soft-dependssetting in domains to define conditional order of domain rendering. -
Make
sourcestarget an optional dependency. -
Extend makefile parser to provide multi line settings.
-
Take local package into account to "dirty" if there (pyproject.toml, setup.[cfg|py]
-
Check for the existence of pip in
*-cleantargets before uninstalling a package, to ensure the targets are working when running via the defaultcleantarget, where the entire virtual env gets removed. -
Remove redundant dependencies from
zopedomain. -
sourcesdomain is now a soft dependency ofmxfilesdomain instead of thepackagesdomain. This ensures source package checkout happens before mxmake generates files, because templates might gain information from source packages if present. -
karmaandrolluptargets depend onNPM_TARGETnow.
- Initial release.