aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* UpdateKevin J Hoerr2024-11-015-78/+87
|
* Adopt Rust 2018 edition with idiomatic changesKevin J Hoerr2019-12-218-18/+15
|
* Move FormatMsg to routes and add unit testsKevin J Hoerr2019-11-045-44/+133
|
* Test routed message typesKevin J Hoerr2019-10-314-9/+30
|
* Replace Json handler with handler for status codesKevin J Hoerr2019-10-306-8/+51
|
* Refactor routes and scope into routes moduleKevin J Hoerr2019-10-304-111/+185
|
* Simplify unit testing on messages using CloneKevin J Hoerr2019-10-303-12/+7
|
* Refactor messages module to be separate from routes and easily referencableKevin J Hoerr2019-10-305-3/+5
|
* Split messages into separate module; add unit tests for each message typeKevin J Hoerr2019-10-295-45/+139
|
* Add unit tests for routesKevin J Hoerr2019-10-261-0/+159
|
* Intermediate package updatesKevin J Hoerr2019-10-201-8/+8
|
* Upgrade actix-web and other dependencies; Update version to 0.2.1Kevin J Hoerr2019-07-222-29/+24
|
* Format main.rs according to format RFCsKevin J Hoerr2018-08-311-11/+8
|
* Implement NotUnderstood message; Wrap messages with OutgoingMsgKevin J Hoerr2018-08-312-11/+49
|
* Fix no newline at end of files for whole repositoryKevin J Hoerr2018-08-312-2/+2
|
* Modify migration files to work seamlessly; update README.mdKevin J Hoerr2018-08-311-43/+69
|
* Clean up existing codeKevin J Hoerr2018-08-312-5/+7
|
* Replace error_chain with failure; return JSON object for callback apiKevin J Hoerr2018-08-314-22/+57
|
* Add Diesel schema and initial migration SQL filesKevin J Hoerr2018-08-313-104/+69
|
* Enable error chaining with error definitions file (empty)Kevin J Hoerr2018-08-312-8/+32
|
* Begin migration to Rust; Add actix-web, diesel as main dependenciesKevin J Hoerr2018-08-312-0/+148