Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Apr 23, 2024
1 parent ae093fb commit a9039f0
Show file tree
Hide file tree
Showing 184 changed files with 6,850 additions and 1,579 deletions.
11 changes: 6 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->

<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -75,8 +76,8 @@

<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>



Expand Down Expand Up @@ -201,6 +202,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">

</div>


</div>


Expand Down Expand Up @@ -277,6 +279,5 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">




</body>
</html>
11 changes: 6 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->

<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -75,8 +76,8 @@

<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>



Expand Down Expand Up @@ -201,6 +202,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">

</div>


</div>


Expand Down Expand Up @@ -277,6 +279,5 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">




</body>
</html>
10 changes: 6 additions & 4 deletions assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions assets/js/lunr/lunr-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ var store = [{
"tags": [],
"url": "/integrate/data-model-overview",
"teaser": null
},{
"title": "Delete an Attribute",
"excerpt":"The exact process of deleting an Attribute depends on the kind of Attribute at hand. Creating an Attribute, we must distinguish between IdentityAttributes and RelationshipAttributes. In the former case, a so-called RepositoryAttribute is created, which is a LocalAttribute without shareInfo, that you are the owner of. Afterwards, you may share...","categories": [],
"tags": [],
"url": "/integrate/delete-an-attribute",
"teaser": null
},{
"title": "Error Codes",
"excerpt":"Please find a list of enmeshed error codes below. Most often the errors occur on invalid input or actions. If you happen to find unexpected errors while using enmeshed or cannot deduce the reason for your error, please report it in the enmeshed Issue Tracker. ErrorCode Description error.connector.http.methodNotAllowed This method...","categories": [],
Expand Down Expand Up @@ -418,6 +424,30 @@ var store = [{
"tags": [],
"url": "/use-case-consumption-create-outgoing-request",
"teaser": null
},{
"title": "Delete a peer shared Attribute and notify peer",
"excerpt":"This use-case allows you to delete a peer shared Attribute, i.e. a LocalAttribute that a peer owns and has shared with you. Parameters The attributeId of the peer shared Attribute you want to delete. On Success The peer shared Attribute will be deleted. All predecessors of the peer shared Attribute...","categories": [],
"tags": [],
"url": "/use-case-consumption-delete-a-peer-shared-attribute-and-notify-peer",
"teaser": null
},{
"title": "Delete a RepositoryAttribute",
"excerpt":"This use-case allows you to delete a RepositoryAttribute, i.e. a LocalAttribute that is owned by yourself and whose shareInfo property is undefined. Parameters The attributeId of the RepositoryAttribute you want to delete. On Success The RepositoryAttribute will be deleted. All predecessors of the RepositoryAttribute will be deleted. If the RepositoryAttribute...","categories": [],
"tags": [],
"url": "/use-case-consumption-delete-a-repositoryattribute",
"teaser": null
},{
"title": "Delete a third party owned RelationshipAttribute and notify peer",
"excerpt":"This use-case allows you to delete a third party owned RelationshipAttribute, i.e. a LocalAttribute that exists in a Relationship with a peer, but is not owned by you or this peer but by a third party. Parameters The attributeId of the third party owned RelationshipAttribute you want to delete. On...","categories": [],
"tags": [],
"url": "/use-case-consumption-delete-a-third-party-owned-relationshipattribute-and-notify-peer",
"teaser": null
},{
"title": "Delete an own shared Attribute and notify peer",
"excerpt":"This use-case allows you to delete an own shared Attribute, i.e. a LocalAttribute with a shareInfo, that is owned by you. It is created as a result of sharing the content of a RepositoryAttribute with a peer. Parameters The attributeId of the own shared Attribute you want to delete. On...","categories": [],
"tags": [],
"url": "/use-case-consumption-delete-an-own-shared-attribute-and-notify-peer",
"teaser": null
},{
"title": "Discards outgoing Request",
"excerpt":"This use-case is intended to discard an outgoing LocalRequest that has not been sent to the peer yet and is thus still in status Draft. Parameters id references the outgoing LocalRequest that is to be discarded. On Success The LocalRequest is deleted and returned. On Failure The LocalRequest could not...","categories": [],
Expand Down
9 changes: 5 additions & 4 deletions assets/js/main.min.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions blog.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->

<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -75,8 +76,8 @@

<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>



Expand Down Expand Up @@ -492,6 +493,7 @@ <h2 class="archive__item-title no_toc" itemprop="headline">

</div>
</div>

</div>


Expand Down Expand Up @@ -568,6 +570,5 @@ <h2 class="archive__item-title no_toc" itemprop="headline">




</body>
</html>
62 changes: 43 additions & 19 deletions blog/announcing-enmeshed-v2-attributes.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Minimal Mistakes Jekyll Theme 4.25.0 by Michael Rose
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->

<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -79,8 +80,8 @@

<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>



Expand Down Expand Up @@ -465,7 +466,7 @@ <h2 id="conclusion">Conclusion</h2>

<a href="https://www.facebook.com/sharer/sharer.php?u=%2Fblog%2Fannouncing-enmeshed-v2-attributes" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>

<a href="https://www.linkedin.com/shareArticle?mini=true&url=%2Fblog%2Fannouncing-enmeshed-v2-attributes" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=/blog/announcing-enmeshed-v2-attributes" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
</section>


Expand All @@ -478,10 +479,17 @@ <h2 id="conclusion">Conclusion</h2>


<div class="page__related">
<h2 class="page__related-title">You May Also Enjoy</h2>
<div class="grid__wrapper">



<h2 class="page__related-title">You May Also Enjoy</h2>
<div class="grid__wrapper">











Expand Down Expand Up @@ -520,8 +528,12 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
</article>
</div>












Expand Down Expand Up @@ -560,8 +572,12 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
</article>
</div>












Expand Down Expand Up @@ -600,8 +616,12 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
</article>
</div>












Expand Down Expand Up @@ -640,13 +660,18 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
</article>
</div>


</div>
</div>




</div>
</div>



</div>


</div>


Expand Down Expand Up @@ -723,6 +748,5 @@ <h2 class="archive__item-title no_toc" itemprop="headline">




</body>
</html>
Loading

0 comments on commit a9039f0

Please sign in to comment.