Skip to content

Tags: phase7/python-polylith

Tags

stable-88

Toggle stable-88's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(poly env): new command for build backends without support for mu…

…ltiple module roots or hooks (DavidVujic#403)

* feat(poly env): add command for Package & Dependency management tools without support for multiple module roots, or build hooks

* bump PDM brick hook to 1.3.5

* bump PDM workspace hook to 1.3.5

* bump CLI to 1.39.0

* test(environment): rename to environment tests

* fix(environment): add function to brick interface

* fix(poly env): check if any projects before continuing

stable-87

Toggle stable-87's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: extract the 'project.interactive' module to a separate component (…

…DavidVujic#393)

* fix: extract the 'interactive' module into a separate component, to avoid circular dependencies

* fix(project): extract pyproject templates into a separate module.

* bump Poetry plugin to 1.45.2

* bump CLI to 1.38.2

stable-86

Toggle stable-86's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): typo in message about brick circular dependencies (DavidVu…

…jic#396)

* fix: typo in output message about circular brick dependencies

* bump Poetry plugin to 1.45.1

* bump CLI to 1.38.1

stable-85

Toggle stable-85's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(imports): cache the extracted imports from a path (DavidVujic#391)

stable-84

Toggle stable-84's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(poly sync): non-interactive mode when running in quite mode (Dav…

…idVujic#390)

* feat(poly sync): non-interactive when running in quite mode

* bump Poetry plugin to 1.43.0

* bump CLI to 1.36.0

stable-83

Toggle stable-83's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add missing hatch target in project template (DavidVujic#386)

* fix: add missing build target packages entry in hatchling project template (i.e. applicable for uv and hatch)

* bump Poetry plugin to 1.42.3

* bump CLI to 1.35.2

stable-82

Toggle stable-82's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(project) circular imports when importing the 'get' module (DavidV…

…ujic#379)

* fix(project): remove circular dependency in the 'get' module, causing failed REPL evaluations during development

* bump CLI to 1.35.1

* bump Poetry plugin to 1.42.1

stable-81

Toggle stable-81's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(poly deps, info, libs): save contents to file command option (Da…

…vidVujic#372)

* feat(poly deps): save command output to file

* feat(poly info): save command output to file

* refactor(poetry): command options with less duplications

* feat(poly libs): save command output to file

* fix(poly sync): remove unused 'strict' option

* bump the Poetry plugin to 1.42.0

* bump the CLI to 1.35.0

* bump the PDM Polylith bricks hook to 1.3.3

* bump the PDM Polylith workspace hook to 1.3.3

stable-80

Toggle stable-80's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(poly sync): suggest adding available bases, and used components,…

… to empty projects (DavidVujic#369)

* refactor(projects): separate project creation prompt from adding bricks to a project

* feat(poly sync): interactively add bricks for empty projects

* fix(interactive): sort possible bases by closest match

* fix(unused bricks): look for unused in projects only

* bump CLI to 1.34.0

* bump Poetry plugin to 1.41.0

stable-79

Toggle stable-79's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump CLI and Poetry plugin versions after rich library updates (D…

…avidVujic#368)

* bump Poetry plugin to 1.40.1

* bump CLI to 1.33.1