Updated For GD 2.2 New Indexes#51
Open
zRyder wants to merge 40 commits into
Open
Conversation
…t, and user.rs also remoced duplicated use statement in model/comment/level.rs
…cause it's different now apparently
…arsing comment history responses, modified build scripts to include comment history parsing
…alize_comment_history test
…Option<bool> and model the comment history response into LevelComment
Improvement/optional index 7
* Started account login route * Not really sure I did something, account login works * Added result return type to authenticated user * renamed the password_hash properly in serde rename Co-authored-by: Ryder <ryder@Ryders-MBP.attlocal.net> Co-authored-by: Ryder <ryder@Ryders-MacBook-Pro.local>
* Added delete request struct and made changes to authenticated user * Added models for requesting comment deletion and upload, minor changes to base requests for account auth endpoints * Removed deprecated test code * Used Cow type instead of String for encoded data * I don't know I cleaned up something probably Co-authored-by: Ryder <ryder@Ryders-MacBook-Pro.local>
* Added more verbose unit test cases * Integration testing * Everything but trait implementations haha * Testing fixes Co-authored-by: Ryder <ryder@Ryders-MacBook-Pro.local> Co-authored-by: Ryder <ryder@Ryders-MBP.attlocal.net>
* Added SuggestGJStars request models and tests * Miscellaneous refactos --------- Co-authored-by: Ryder <ryder@Ryders-MacBook-Pro.local>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds support for a couple of things
Requests
Models
Highkey it's been forever since I last touched but I merged with main so lemme know if I missed smth also hi Stadust!!