Skip to content

Latest commit

 

History

History
417 lines (197 loc) · 19.5 KB

File metadata and controls

417 lines (197 loc) · 19.5 KB

CHANGELOG

v1.13.1 (2023-10-15)

Fix

  • fix: add missing poetry.lock file (f2e2ebf)

v1.13.0 (2023-10-15)

Feature

  • feat: add py.typed for mypy (2c54a41)

Fix

  • fix: enhance mypy settings (2497ba5)

v1.12.0 (2023-10-14)

Feature

  • feat: do not use package for template versioning (ba3dd18)

v1.11.6 (2023-10-14)

Fix

v1.11.5 (2023-08-21)

Documentation

  • docs: add small sentence about aws registry (5204a6e)

Fix

  • fix: rename repository-init.sh on codebase also (0eb7097)

v1.11.4 (2023-08-20)

Fix

  • fix: rename package template (91581f6)

v1.11.3 (2023-08-20)

Fix

  • fix: backport missing config for application template (f26f896)

v1.11.2 (2023-08-20)

Fix

  • fix: rename package publish-versioned.sh rule and script (08c1d98)

  • fix: unify next-version and publish (352d4f3)

v1.11.1 (2023-08-20)

Ci

  • ci: unify next-version and publish package (b75221e)

  • ci: add commit-lint job to release job (711eeb0)

Documentation

  • docs: update README.md with AWS credentials explanation (17a5e55)

Feature

  • feat: add release workflow for template (176a8fd)

  • feat: repository init script handle package and application template (73b5045)

  • feat: prepare files for application template (358de1b)

  • feat: prepare files for package template (65d7063)

Fix

  • fix: remove breaking mypy configuration (75cd350)

  • fix: remove description for GH Actions (51e2a79)

  • fix: uncomment git commits at the end of init script (78ca36b)

  • fix: correct repository-init.sh in readme (e214634)

  • fix: remove double checkout in gh action (46e63b4)

  • fix: wrong script path for poetry config with codeartifact (bf18200)

  • fix: remove unused target in package configuration (b6577f3)

  • fix: missing rules in Makefile.package (fdaf007)

  • fix: missing rules in Makefile.app (28268e0)

  • fix: typo (6df0fa6)

  • fix: add .PHONY and remove .venv on clean (outside the container only) (8491dfc)

v1.10.0 (2023-08-18)

Feature

  • feat: mutualise dockerfile argument (f806177)

  • feat: buildtime fetch from codeartifact (all targets) (8a32ba5)

v1.9.0 (2023-08-18)

Feature

  • feat: do not use AWS env variables in next-release rule (82ddfec)

  • feat: buildtime fetch from codeartifact (development target only) (5121d02)

  • feat: use codeartifact repository (55bea62)

Fix

  • fix: generate aws credentials file from github action (512e0aa)

v1.8.0 (2023-08-17)

Feature

  • feat: backport aws configuration in template (63103ff)

Fix

  • fix: remove unused ssh config (46b5da0)

Unknown

  • doc: remove ssh section for now (9bffa58)

v1.7.1 (2023-08-17)

Fix

  • fix: remove antipode logging (11937cd)

v1.7.0 (2023-08-17)

Chore

  • chore: ignore server.log file (6465aa4)

Ci

Documentation

  • docs: add documentation on development and production stages (c128eec)

  • docs: readme update (b40413e)

Feature

  • feat: add lambda stage to dockerfile (e9f4bef)

  • feat: use new makefile rules in CI + renaming some rules (0c43b81)

  • feat: use simplified makefile (7cf0c92)

  • feat: poe the poet installed and configured (de71df5)

  • feat: remove .venv on clean (a11b063)

  • feat: update vscode settings and python tools to avoid deprecated warnings (e2870c0)

  • feat: add unbinded volume to avoid venv errors (78037be)

  • feat: add copilot (65a2a57)

  • feat: handle ssh config with custom Hosts on dev container (65f1595)

  • feat: disable format on save (bf83704)

  • feat: remove unused stage builder (a21785d)

  • feat: production build working (b84d9f2)

  • feat: add git to production (2a4911c)

  • feat: install antipode logging (4264114)

  • feat: mount ssh config file (b47230b)

  • feat: production target ready (cbeb051)

  • feat: completion working on development (7641a07)

  • feat: add git to dev deps (f17925a)

  • feat: use poetry 1.5.1 (00dc1fd)

Fix

  • fix: use poetry venv in script (c64f0cf)

  • fix: poetry file format (4dc656f)

  • fix: black args added to vscode settings (b1b7c9b)

  • fix: update docker-compose on the right job (db8969e)

  • fix: use the right compose file (069897c)

  • fix: small improvements (e224a76)

  • fix: format (4e33739)

  • fix: remove unused (9cf0321)

  • fix: remove python-decouple (c12a853)

  • fix: bashrc working (df775c1)

  • fix: remove unused ssh volume mount (a728d09)

v1.6.0 (2023-08-07)

Feature

  • feat: use new devcontainer schema (2c60728)

Fix

  • fix: remove personal brand from codebase (382c715)

v1.5.2 (2023-08-07)

Fix

  • fix: modify names from personal template (bbab440)

Unknown

  • doc: update readme regarding github actions (f1fe5b4)

v1.5.1 (2023-01-20)

Fix

  • fix: no errors in code quality when no tests files (5509f01)

v1.5.0 (2023-01-20)

Feature

  • feat: container hostname specified as project name (19db416)

v1.4.0 (2023-01-20)

Feature

  • feat: activate bash autocomplete in dev container (0c585ff)

  • feat: make unit_tests exit with no errors if tests/ is empty (f88c2e3)

  • feat: commit all changes after repo-init + add .keep file in tests (272e8eb)

v1.3.0 (2023-01-20)

Chore

Feature

  • feat: enhance repo-init script (0f20ba0)

v1.2.0 (2023-01-20)

Chore

  • chore: remove unused code (49645e6)

  • chore: change make rule name for generating env variable (1c40380)

Ci

  • ci: add git user for release (e7a537e)

  • ci(branches): add github actions for develop branch (1a2efe0)

Feature

  • feat(continous delivery): add the ability to publish the next version (7c14b75)

  • feat: ci for master branch (f0000bc)

  • feat: add semantic-release configuration (5b8a06f)

  • feat: launch code quality checkers in CI (499185d)

  • feat: use docker-compose (78931a1)

  • feat: better makefile with docker info (2e86b27)

  • feat: use dev containers (a81d577)

Fix

v1.1.0 (2022-12-19)

Feature

Unknown

  • tests (12591a5)

  • v1.1.0 (93f3491)

  • config: poetry version upgraded to 1.3.1 (4630cfe)

  • template: add template version file (2a3ddca)

  • doc: enhance readme (3664622)

  • config: vscode mypy + isort config (4b3e9d7)

  • hotfix: repo-init.sh modifies README.md without destroying it (e2a0180)

v1.0.0 (2022-10-25)

Feature

Unknown

  • Merge pull request #4 from ademoverflow/develop

Develop (691f733)

  • enhance init script (3857752)

  • add usage (03e2e4c)

  • python 3.10 (bcc96d3)

  • Merge pull request #3 from ademoverflow/develop

Develop (4cc13ac)

Develop (affeb8f)

  • Merge pull request #1 from ademoverflow/github-actions

testing (e45c6cc)