Library/models
konrad c097264bde
the build failed Details
Made tests work again
2018-04-13 15:03:36 +02:00
..
fixtures Added test fixtures 2018-04-13 15:03:22 +02:00
author.go Author JSON is now all lowercase 2017-11-29 16:15:29 +01:00
author_test.go Made tests work again 2018-04-13 15:03:36 +02:00
authors_add_update.go Properly implemented logging 2018-03-06 12:36:49 +01:00
authors_delete.go Properly implemented logging 2018-03-06 12:36:49 +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 Made tests work again 2018-04-13 15:03:36 +02:00
books_add_update.go Properly implemented logging 2018-03-06 12:36:49 +01:00
books_delete.go Properly implemented logging 2018-03-06 12:36:49 +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 Small improvements to unit tests 2018-01-25 14:39:27 +01:00
error.go Don't delete a user if its the last one 2018-01-30 12:22:00 +01:00
item.go Added item managagement 2017-11-29 12:25:52 +01:00
item_test.go Made tests work again 2018-04-13 15:03:36 +02:00
items_add_update.go Properly implemented logging 2018-03-06 12:36:49 +01:00
items_delete.go Properly implemented logging 2018-03-06 12:36:49 +01:00
items_list.go Added item managagement 2017-11-29 12:25:52 +01:00
log_action.go Fixed lint 2018-04-13 14:41:31 +02: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 fmt 2018-03-06 13:43:07 +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 Made tests work again 2018-04-13 15:03:36 +02:00
publishers_add_update.go Properly implemented logging 2018-03-06 12:36:49 +01:00
publishers_delete.go Properly implemented logging 2018-03-06 12:36:49 +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 Added test fixtures 2018-04-13 15:03:22 +02:00
user.go fmt 2018-03-06 13:43:07 +01:00
user_add_update.go Properly implemented logging 2018-03-06 12:36:49 +01:00
user_delete.go Properly implemented logging 2018-03-06 12:36:49 +01:00
user_test.go Made tests work again 2018-04-13 15:03:36 +02:00
users_list.go Added list user method 2018-01-23 12:37:13 +01:00