Skip to content
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

chore: move create use example to specs crate #299

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

SHAcollision
Copy link
Collaborator

Fixes #278

This example can now be run from the specs crate https://github.com/pubky/pubky-app-specs/blob/main/examples/create_user.rs

For tests to work you need a working neo4j and redis instance with the example dataset in docker/db-graph

  • Testing: Implement and pass new tests for the new features/fixes, cargo test.
  • Performance: Ensure new code has relevant performance benchmarks, cargo bench

@SHAcollision SHAcollision requested a review from tipogi January 21, 2025 23:25
@SHAcollision SHAcollision self-assigned this Jan 21, 2025
@SHAcollision SHAcollision added chores 🔮 nexus documentation Improvements or additions to documentation labels Jan 21, 2025
@SHAcollision SHAcollision merged commit 372a9a6 into main Jan 22, 2025
3 checks passed
@SHAcollision SHAcollision deleted the delete/user-example branch January 22, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chores documentation Improvements or additions to documentation 🔮 nexus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs (specs): move example new user creation script to pubky-app-specs project
2 participants