develop

Note

This is the active branch

  • Merge branch ‘feature/twidi/domain-repository-for-code_repository-context’ into develop [21c5c2ff]2020-10-07 12:48:13 +0200

  • docs(domain): Add diagrams for repositories [34f4694c]2020-10-07 12:10:48 +0200

  • feat(repository): Add domain repositories [27f013e2]2020-10-06 17:30:45 +0200

  • fix(entity): `id` changed from `int` to `uuid4`, renamed to `identifier` [79f704bd]2020-10-05 10:51:49 +0200

  • style(entity): Change the world “model” by “entity” [c2dd0fc6]2020-10-04 21:07:00 +0200

  • style(mypy): Remove most “type: ignore” pragmas [76638c3d]2020-10-04 20:36:50 +0200

  • docs(domain): Add diagram of entities for each domain context [bb5e73eb]2020-10-04 11:50:37 +0200

  • refactor(namespace): Remove the intermediary `_Namespace` model [27e4ea0a]2020-09-28 18:05:22 +0200

  • docs(bdd): Add BDD scenarios to documentation [f5cfe92b]2020-09-27 22:43:49 +0200

  • Merge branch ‘feature/twidi/entities-fields-validation’ into develop [decf9c35]2020-09-27 10:14:37 +0200

  • fix(entities): Entities `id` field are frozen once set [ef8edc20]2020-09-27 09:56:59 +0200

  • fix(namespace): Namespaces relationships should not create a loop [afeb5f86]2020-09-26 22:38:26 +0200

  • fix(bdd): Rename “can/cannot be none” describing scenarios [cf1ea754]2020-09-26 17:13:51 +0200

  • ci: Run full workflow on `develop` every day [d5fe750e]2020-09-26 15:16:41 +0200

  • build(make): Remove the `dev-upgrade` make command (use `make dev`) [8ba4c5b6]2020-09-26 14:13:56 +0200

  • build(python): Update minimal python version to 3.8 [1dd172ee]2020-09-26 13:37:49 +0200

  • docs(make): Add missing command to Makefile help [61ce35a7]2020-09-26 13:14:48 +0200

  • Merge branch ‘feature/twidi/enhance-source-doc’ into develop [60b07af0]2020-09-26 13:10:58 +0200

  • docs(source): Reduce white space in toc tree [2048c435]2020-09-26 12:29:40 +0200

  • docs(examples): Add examples in functions docstring [74b050b5]2020-09-26 12:03:01 +0200

  • docs(source): Make links between python files in source and git [04393b77]2020-09-25 23:40:13 +0200

  • docs(git): Only update remote branches if asked [207325fe]2020-09-25 23:37:37 +0200

  • docs(git): Show source of renamed files [56390227]2020-09-25 23:37:36 +0200

  • style: Prefix `id_is_positive_integer` with `validate_` [a307cce6]2020-09-25 23:37:35 +0200

  • docs(source): Add emphasis to the first line of docstrings [cc73cb6a]2020-09-25 23:37:34 +0200

  • docs: Hide “View page source” links [158f5927]2020-09-25 23:37:12 +0200

  • docs(source): Lighten source code pages [a94891ff]2020-09-25 23:36:45 +0200

  • docs(source): Rename source index page to `Packages` [6646f12f]2020-09-25 23:36:22 +0200

  • style(docs): Add comments to doc custom css [e31a0e11]2020-09-25 23:36:21 +0200

  • chore: Fix breaking changes from updated dependencies [7c6dfe01]2020-09-25 22:54:00 +0200

  • Merge branch ‘feature/twidi/fix-commits-in-doc’ into develop [841496f6]2019-08-16 00:22:32 +0200

  • ci(docs): Make CI job `build_doc` fail if a warning occurs [3ea3c14f]2019-08-16 00:16:52 +0200

  • docs(fix): Fix usage of `pydriller` in `git_to_sphinx` [200d022d]2019-08-16 00:12:17 +0200

  • docs(fix): Fix bad syntax in README [8079b794]2019-08-16 00:09:59 +0200

  • refactor(core): Rename `core` domain context to `code_repository` [07e279b3]2019-08-15 23:31:33 +0200

  • chore(make): Upgrade pip in `dev-upgrade` make command [e4d137ff]2019-08-15 23:26:05 +0200

  • fix(faker): Handle change of `min` (to `min_value`) arg for `pyint` [7f8ecb5a]2019-08-15 23:15:21 +0200

  • Merge branch ‘feature/twidi/base-entities’ into develop [0687e29b]2019-06-07 21:06:25 +0200

  • feat(namespace): Add Namespace entity a `description` field [1568d2fa]2019-06-07 21:03:51 +0200

  • feat(namespace): Add Namespace entity a `kind` field [a6b70f9e]2019-06-07 21:03:51 +0200

  • feat(namespace): Add Namespace entity in core domain context [3a2dd3cc]2019-06-07 21:03:50 +0200

  • feat(repository): Introduce entities validation (for Repository entity) [86ad5057]2019-06-07 21:03:50 +0200

  • feat(repository): Add 1st domain context (core) and entity (Repository) [37d8930e]2019-06-07 21:03:50 +0200

  • Merge branch ‘feature/twidi/github-templates’ into develop [878b7ed4]2019-06-05 18:19:41 +0200

  • style(github): Add github issue templates [5fd48dc1]2019-06-05 18:13:47 +0200

  • style(github): Use git commit template as github pull request template [4d56c3e7]2019-06-05 17:51:46 +0200

  • style(git): Add list of available types in git commit message [35eb5e2f]2019-06-05 17:27:32 +0200

  • Merge branch ‘feature/twidi/ci’ into develop [78fe33f3]2019-06-03 17:33:27 +0200

  • tests: Remove pure testing tests [3fcf835f]2019-06-03 15:50:46 +0200

  • tests(bdd): Enbrace behavior driven development [c3d850c1]2019-06-03 13:55:01 +0200

  • docs(rtd): Add configuration for readthedocs.org [0ba93b9a]2019-06-03 13:55:00 +0200

  • ci: Make the CI do all checks for every commits [20753915]2019-06-03 13:55:00 +0200

  • ci: Configuration for circle-ci [fcd2779c]2019-06-03 13:55:00 +0200

  • docs(git): Explain that git-flow will be used [a0569dde]2019-06-03 13:54:59 +0200

  • docs(git): Add git commits to documentation [0a048252]2019-06-03 13:54:59 +0200

  • style(git): Force format of git commit messages [4467a1f6]2019-06-03 13:54:59 +0200

  • style: Add mypy for better code quality [141b284a]2019-05-27 17:14:12 +0200

  • style: Add black and isort to ensure code quality [2de7ffd1]2019-05-27 17:14:12 +0200

  • style: Add flake8 and pylint to ensure code quality [4458a00c]2019-05-27 17:14:11 +0200

  • tests: Setup testing tools with pytest [2342faaf]2019-05-27 17:14:11 +0200

  • docs: Documentation generation [91e6919e]2019-05-27 17:14:11 +0200

  • chore: Base of Isshub project [663f4852]2019-05-27 17:14:11 +0200

  • chore(git): Initial empty commit [007e5a99]2019-05-25 15:02:25 +0200