-
Notifications
You must be signed in to change notification settings - Fork 31
Build guide: zome functions and lifecycle callbacks #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
f154488
lifecycle callbacks and zome functions pages
pdaoust 8fc90cd
add new pages to navs
pdaoust ae585c0
link up all references to two new pages
pdaoust e20390e
remove redundant descriptions of lifecycles, add examples for relaxed
pdaoust f16a4a5
add under-the-hood for CreateLink and DeleteLink
pdaoust cd3eee3
add snapshotted to dict
pdaoust 2ccb02d
fix broken JSON
pdaoust 5cb51e1
fix broken links
pdaoust 60cf346
fix hdk_entry_defs, whoops
pdaoust 060a7d8
add example for post_commit
pdaoust 1010a44
simplify/elaborate post_commit example
pdaoust 39813c0
Merge branch 'feat/guide/app-structure-zomes' into feat/guide/app-str…
pdaoust 5103988
improve language around callbacks and lifecycle hooks, plus a couple …
pdaoust 0cc2fca
little bit more of the same
pdaoust a1c3af3
test/fix all code samples in callbacks page
pdaoust 26b63dd
small edits to callbacks page
pdaoust e2c3f7b
link from identifiers to post_commit page (plus a typo fix)
pdaoust 2a74d82
reference/further reading for zomes and callbacks pages
pdaoust 8220034
make post_commit infallible
pdaoust efc514f
don't mention entry_defs callback
pdaoust 6d4e2fe
Apply suggestions from code review
pdaoust 18aceae
warn about spam/abuse vectors for unrestricted grants and recv_remote…
pdaoust daba5ef
Merge branch 'feat/guide/app-structure-zome-functions' of github.com:…
pdaoust 6ffdd0a
missing semicolon
pdaoust 2287611
simplify users anchor pattern
pdaoust cbd6c3c
Merge branch 'feat/guide/app-structure-zome-functions' of github.com:…
pdaoust c1751e0
simplify language about users anchor pattern
pdaoust ead2e90
fix some mistakes re: callback
pdaoust 93d3064
fix typo
pdaoust 0867f2f
remove reject-all validation example and bad advice
pdaoust 16c71c7
Merge branch 'feat/guide/app-structure-zome-functions' of github.com:…
pdaoust a35aab4
fix broken fragment identifier
pdaoust 27ac11c
Merge branch 'main' into feat/guide/app-structure-zome-functions
pdaoust ff25cda
change wording re: remote signal routing
pdaoust 93c1511
correct mistakes about the definition of genesis records
pdaoust b671529
make genesis_self_check less scary
pdaoust 9523efb
Merge branch 'feat/guide/app-structure-zome-functions' of github.com:…
pdaoust fd6e76c
tiny text tweaks
pdaoust File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ runtimes | |
sandboxed | ||
sandboxing | ||
scaffolder | ||
snapshotted | ||
spacebar | ||
todo | ||
todos | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
manifest_version: '1' | ||
name: blup | ||
ui: | ||
bundled: ./path/to/my/ui.zip | ||
happ_manifest: | ||
bundled: ./path/to/my/happ-bundle.happ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.