Commit Graph

5 Commits

Author SHA1 Message Date
05c71b2f21 Remove duplicate entries before sending back to the user to save bandwidth for the client 2024-08-25 12:00:52 -07:00
8da11eb3fa run "make fmt" (#233) 2024-08-11 12:19:41 -07:00
7ebb693cdb Fix double-syncing error where devices receive entries from themselves #202 (#204)
* Fix double-syncing error where devices receive entries from themselves

* Fix incorrect error message

* Add TODO

* Update TestESubmitThenQuery after making query more efficient

* Update TestDeletionRequests and remove unnecessary asserts

* Swap server_test.go to using require

* Fix incorrect require due to typo
2024-04-14 22:53:28 -07:00
3a01e47701 Refactor: Move UsageData and Device to the backend/server directory since they are purely server-side constructs 2023-12-10 10:32:04 -08:00
772aaf2453 Move internal/ directory into backend/server since it is all server-specific internals 2023-09-17 12:51:21 -07:00