-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/User; Session Refactor; Test data; more (#170)
* first cut of user + migration * refactor sessions; add session List; add users * user tests pass * rename updatesessionrequest * updated deps; fix bugs; modify cursors; all tests passing * merge user metadata * initial user route tests * route tests * route tests * remove unused decodeRecordedResponse * update swagger doc, swagger godoc formatting * user userid for session join * fix updateUser returning updated record * update unit tst * test comments * DeleteMemoryHandler should return 404 * update swagger * fix user update test * create collection, document, user, and session data * error check
- Loading branch information
1 parent
90cd50d
commit 8eb5609
Showing
51 changed files
with
34,930 additions
and
764 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -23,3 +23,4 @@ out/ | |
# Go workspace file | ||
go.work | ||
.idea | ||
.vscode |
This file contains 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 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 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.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.