Skip to content

Commit

Permalink
deploy: c4cfea6
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schilling committed Nov 9, 2023
1 parent 312f370 commit 9d02f44
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ <h3 id="project-composition--workspaces"><a class="header" href="#project-compos
<p>Each of the subprojects defines a <code>workspace.josh</code> file, defining the mapping between the original central.git repository and the hierarchy in use inside of the project.</p>
<p>In this setup, project1 and project2 can seemlessly depend on the latest version of library1, while only checking out the part of the central monorepo that's needed for their purpose.
What's more, any changes to a shared module will be synced in both directions.</p>
<p>If a developper of the library1 pushed a new update, both projects will get the new version, and the developper will be able to check if they broke any test.
If a developper of project1 needs to update the library, the changes will be automatically shared back into central, and project2.</p>
<p>If a developer of the library1 pushed a new update, both projects will get the new version, and the developer will be able to check if they broke any test.
If a developer of project1 needs to update the library, the changes will be automatically shared back into central, and project2.</p>
<h3 id="simplified-cicd"><a class="header" href="#simplified-cicd">Simplified CI/CD</a></h3>
<p>With everything stored in one repo, CI/CD systems only need to look into one source for each particular
deliverable.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions usecases.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ <h3 id="project-composition--workspaces"><a class="header" href="#project-compos
<p>Each of the subprojects defines a <code>workspace.josh</code> file, defining the mapping between the original central.git repository and the hierarchy in use inside of the project.</p>
<p>In this setup, project1 and project2 can seemlessly depend on the latest version of library1, while only checking out the part of the central monorepo that's needed for their purpose.
What's more, any changes to a shared module will be synced in both directions.</p>
<p>If a developper of the library1 pushed a new update, both projects will get the new version, and the developper will be able to check if they broke any test.
If a developper of project1 needs to update the library, the changes will be automatically shared back into central, and project2.</p>
<p>If a developer of the library1 pushed a new update, both projects will get the new version, and the developer will be able to check if they broke any test.
If a developer of project1 needs to update the library, the changes will be automatically shared back into central, and project2.</p>
<h3 id="simplified-cicd"><a class="header" href="#simplified-cicd">Simplified CI/CD</a></h3>
<p>With everything stored in one repo, CI/CD systems only need to look into one source for each particular
deliverable.
Expand Down

0 comments on commit 9d02f44

Please sign in to comment.