aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dependabot.yml: Enable dependabot for security updatesHEADtrunkKevin J Hoerr2025-08-191-0/+7
|
* Cargo.lock: UpdateKevin J Hoerr2025-08-192-307/+751
|
* Remove outdated status badgesKevin J Hoerr2024-11-011-1/+0
|
* FixKevin J Hoerr2024-11-011-0/+0
|
* Remove atty dependencyKevin J Hoerr2024-11-012-73/+81
|
* Remove old travis CI config fileKevin J Hoerr2024-11-011-27/+0
|
* Add workflow to run test and generate coverageKevin J Hoerr2024-11-012-0/+29
|
* UpdateKevin J Hoerr2024-11-018-90/+1651
|
* .gitignore: Remove Cargo.lock from ignorefilesKevin J Hoerr2024-11-011-1/+0
|
* shell.nix: Provide development environment using NixKevin J Hoerr2024-11-011-0/+33
|
* Adopt Rust 2018 edition with idiomatic changesKevin J Hoerr2019-12-219-19/+17
|
* Move FormatMsg to routes and add unit testsKevin J Hoerr2019-11-046-46/+133
|
* Add code coverage reporting via codecov.io to travis-ciKevin J Hoerr2019-11-042-1/+15
|
* Update version to 0.2.2Kevin J Hoerr2019-10-311-1/+1
|
* Test routed message typesKevin J Hoerr2019-10-314-9/+30
|
* Replace Json handler with handler for status codesKevin J Hoerr2019-10-307-8/+52
|
* Refactor routes and scope into routes moduleKevin J Hoerr2019-10-305-111/+186
|
* 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-202-14/+16
|
* Upgrade actix-web and other dependencies; Update version to 0.2.1Kevin J Hoerr2019-07-224-35/+31
|
* Update version to 0.2.0Kevin J Hoerr2018-09-061-1/+1
|
* 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-319-9/+9
|
* Modify migration files to work seamlessly; update README.mdKevin J Hoerr2018-08-314-60/+83
|
* Clean up existing codeKevin J Hoerr2018-08-313-6/+7
|
* Replace error_chain with failure; return JSON object for callback apiKevin J Hoerr2018-08-315-23/+61
|
* Add Diesel schema and initial migration SQL filesKevin J Hoerr2018-08-315-12/+82
|
* Enable error chaining with error definitions file (empty)Kevin J Hoerr2018-08-313-9/+37
|
* Begin migration to Rust; Add actix-web, diesel as main dependenciesKevin J Hoerr2018-08-3122-664/+105
|
* Update README.mdKevin Hoerr2017-09-131-1/+2
|
* Update README.mdKevin Hoerr2017-09-131-1/+1
| | | Added Travis-CI build status to readme
* Update README.mdKevin Hoerr2017-09-131-1/+7
|
* Add .travis.yml to root to run unit tests (#6)Kevin Hoerr2017-09-132-2/+7
|
* 2 - Tests (#3)Kevin Hoerr2017-09-137-17/+229
| | | | | | | | | | | | | | * Move autoload to separate script, add two unit tests * Add integration tests for Controller * Add unit test for Output * Fix Model\Result-as-a-method error * encode JSON output as utf-8, and retrieve as assoc array * Ignore utf-8 definitions
* Update README.mdKevin Hoerr2017-07-091-4/+8
|
* Fix compat issues with Apache and PHP7.0Kevin J Hoerr2017-07-092-16/+21
|
* Provide callback mechanismKevin J Hoerr2017-07-083-7/+18
|
* Declare content-type earlyKevin J Hoerr2017-07-082-5/+3
|
* Improve exception handling, introduce autoloadingKevin J Hoerr2017-07-085-26/+124
|
* Delete creds.phpKevin Hoerr2017-07-081-11/+0
|
* Update creds.phpKevin Hoerr2017-07-081-4/+3
|
* Expand on query and result, begin sql designKevin J Hoerr2017-07-0810-95/+390
|
* Report PDO error correctlyKevin J Hoerr2017-07-051-1/+1
|
* Assume creds.php unchangedKevin J Hoerr2017-07-051-1/+0
|
* Changed cred to disappearable object, fix compile errorsKevin J Hoerr2017-07-055-113/+23
|
* Correctly typed namespace referencesKevin J Hoerr2017-06-242-3/+5
|