-
Notifications
You must be signed in to change notification settings - Fork 11
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
New Realm Service #7
Conversation
@Scuilion, I'm really sorry I did not get the notification for this. I'm reviewing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work. Do you mind making the suggested changes and rebasing with latest master to get checks to run?
I believe the linting is failing because of this recent change to go.uuid |
I'll take a look later today. Most of my repos using uuid have switched to https://github.com/gofrs/uuid |
@Scuilion, I'm sorry for the delay. Can you pull in the latest changes? After that I think we're good to go. Edit: I removed uuid, so you'd want to match how you generate a random string unless you want something specialized.. |
Not sure why the dependency can't be resolved. |
@Scuilion, the issue seems to be with easyjson, especially when vendored. I'm removing it for now. Can you resolve the conflicts and I'll merge? |
Actually, I went ahead and fixed. Thanks for the work! |
* add read, update, and delete Realms * Update build and imports, request templates. (#8) * Update issue templates * add read, update, and delete Realms * Update build and imports, request templates. (#8) * add read, update, and delete Realms * Remove uuid from tests. * add read, update, and delete Realms * add read, update, and delete Realms * Fix build.
Added read, update, and delete Realms.