Skip to content

Commit

Permalink
docs: update pr and pr_commits and domain_layer_model (#521)
Browse files Browse the repository at this point in the history
* docs: update pr and pr_commits and domain_layer_model

* docs: all version adapt schema-diagram
  • Loading branch information
abeizn committed May 11, 2023
1 parent 079be9f commit 60fbfaf
Show file tree
Hide file tree
Showing 14 changed files with 57,490 additions and 19,943 deletions.
284 changes: 143 additions & 141 deletions docs/DataModels/DevLakeDomainLayerSchema.md

Large diffs are not rendered by default.

18,564 changes: 18,564 additions & 0 deletions static/img/DomainLayerSchema/domain_layer_model.ndm2

Large diffs are not rendered by default.

437 changes: 293 additions & 144 deletions static/img/DomainLayerSchema/domain_layer_model_v0.17-beta3.ndm2

Large diffs are not rendered by default.

17,979 changes: 17,979 additions & 0 deletions static/img/DomainLayerSchema/schema-diagram-v0.15.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
19,523 changes: 9,854 additions & 9,669 deletions static/img/DomainLayerSchema/schema-diagram-v0.17-beta3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20,357 changes: 10,512 additions & 9,845 deletions static/img/DomainLayerSchema/schema-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)
![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities


### Schema Diagram
[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.png)](/img/DomainLayerSchema/schema-diagram.png)
[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.14.png)](/img/DomainLayerSchema/schema-diagram-v0.14.png)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is the up-to-date domain layer schema for DevLake v0.10.x. Tables (entities

### Schema Diagram

[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram.svg)](/img/DomainLayerSchema/schema-diagram.svg)
[![Domain Layer Schema](/img/DomainLayerSchema/schema-diagram-v0.15.svg)](/img/DomainLayerSchema/schema-diagram-v0.15.svg)

When reading the schema, you'll notice that many tables' primary key is called `id`. Unlike auto-increment id or UUID, `id` is a string composed of several parts to uniquely identify similar entities (e.g. repo) from different platforms (e.g. Github/Gitlab) and allow them to co-exist in a single table.

Expand Down
279 changes: 140 additions & 139 deletions versioned_docs/version-v0.17/DataModels/DevLakeDomainLayerSchema.md

Large diffs are not rendered by default.

0 comments on commit 60fbfaf

Please sign in to comment.