__init__.py

Last source

View documentation

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
"""Package to handle isshub domain code_repository context.

The "code_repository" context defines every entities that are related to code repositories (like
Github, Gitlab...):

- repositories
- issues
- commits
- ...

"""

Changes

style(entity): Change the world “model” by “entity”

Commit
Hash

c2dd0fc606636dd72c1b55d30095bbeb622b788d

Date

2020-10-04 21:07:00 +0200

Type

Modified

Stats

+1 -1

@@ -1,6 +1,6 @@
 """Package to handle isshub domain code_repository context.

-The "code_repository" context defines every models that are related to code repositories (like
+The "code_repository" context defines every entities that are related to code repositories (like
 Github, Gitlab...):

 - repositories

refactor(core): Rename core domain context to code_repository

Commit
Hash

07e279b370c0924f2b2cf32aea016b307001dfa0

Date

2019-08-15 23:31:33 +0200

Type

Added

Stats

+11 -0

@@ -0,0 +1,11 @@
+"""Package to handle isshub domain code_repository context.
+
+The "code_repository" context defines every models that are related to code repositories (like
+Github, Gitlab...):
+
+- repositories
+- issues
+- commits
+- ...
+
+"""