Library/models
konrad 434856a44f
the build failed Details
Added route to update a user's password
2018-01-23 15:53:38 +01:00
..
author.go Author JSON is now all lowercase 2017-11-29 16:15:29 +01:00
author_test.go Added todo 2018-01-16 15:59:16 +01:00
authors_add_update.go Added check if author is empty 2017-11-24 12:39:52 +01:00
authors_delete.go Added check if the ID is empty when deleting 2017-11-24 16:27:35 +01:00
authors_list.go Fixed lint 2017-11-08 10:55:17 +01:00
book.go Cleanup 2017-11-30 15:48:03 +01:00
book_test.go Added Unit tests for quantity 2018-01-16 15:58:16 +01:00
books_add_update.go typo 2018-01-16 12:36:50 +01:00
books_delete.go comment 2018-01-15 13:12:26 +01:00
books_list.go Fixed active class not showing correctly 2017-12-05 10:17:16 +01:00
config.go When no database or config is found the program exits 2017-12-05 16:06:40 +01:00
config_test.go gofmt 2018-01-16 16:24:29 +01:00
error.go Added custom error type for user does not exist 2018-01-23 15:19:39 +01:00
item.go Added item managagement 2017-11-29 12:25:52 +01:00
item_test.go Added unit test for item quantities 2018-01-16 16:01:42 +01:00
items_add_update.go Fixed error when inserting an empty item 2018-01-16 14:11:46 +01:00
items_delete.go Added item managagement 2017-11-29 12:25:52 +01:00
items_list.go Added item managagement 2017-11-29 12:25:52 +01:00
main_test.go Fixed lint + gofmt 2018-01-16 11:55:12 +01:00
message.go Message now all lowercase when returned as json 2017-12-07 10:45:33 +01:00
models.go Added method to add or update a user 2018-01-23 14:31:54 +01:00
models_test.go gofmt 2018-01-16 16:24:29 +01:00
publisher.go Cleanup 2017-11-30 15:48:03 +01:00
publisher_test.go Gofmt 2018-01-16 14:28:44 +01:00
publishers_add_update.go Gofmt 2018-01-16 14:28:44 +01:00
publishers_delete.go Cleanup 2017-11-30 15:48:03 +01:00
publishers_list.go Fixed lint 2017-11-08 10:55:17 +01:00
quantity.go Fixed getting quantity 2018-01-16 15:59:05 +01:00
quantity_test.go gofmt 2018-01-16 16:24:29 +01:00
status.go Cleanup 2017-11-30 15:48:03 +01:00
status_test.go gofmt 2018-01-16 16:24:29 +01:00
test_fixtures.go Started adding unit tests 2018-01-16 11:41:11 +01:00
unit_tests.go Fixed lint + gofmt 2018-01-16 11:55:12 +01:00
user.go Added custom error type for user does not exist 2018-01-23 15:19:39 +01:00
user_add_update.go Added route to update a user's password 2018-01-23 15:53:38 +01:00
user_delete.go Added method to delete a user 2018-01-23 15:25:41 +01:00
user_test.go Added method to update a user 2018-01-23 12:59:48 +01:00
users_list.go Added list user method 2018-01-23 12:37:13 +01:00