Commit Graph

101 Commits

Author SHA1 Message Date
konrad a01f0a7b33
gofmt
the build was successful Details
2018-01-16 16:24:29 +01:00
konrad 1b6a304ae8
Added unit tests for user 2018-01-16 16:24:21 +01:00
konrad 3c5af74141
Added unit tests for status 2018-01-16 16:13:17 +01:00
konrad b613208950
Added unit tests for quantity itself 2018-01-16 16:07:21 +01:00
konrad 3822e4a09e
Added unit test for item quantities
the build failed Details
2018-01-16 16:01:42 +01:00
konrad 8da6ca8e0b
Added todo 2018-01-16 15:59:16 +01:00
konrad 7dd2523a00
Fixed getting quantity 2018-01-16 15:59:05 +01:00
konrad a809cbd485
Added Unit tests for quantity 2018-01-16 15:58:16 +01:00
konrad f4b8d07d0e
Added Unit tests for creating xorm engine 2018-01-16 15:05:39 +01:00
konrad 2df5cd1694
Added unit tests for config 2018-01-16 15:05:22 +01:00
konrad d171d1f787
Book unit test improvements 2018-01-16 14:55:45 +01:00
konrad df0482dac2
Gofmt 2018-01-16 14:28:44 +01:00
konrad 9c7d2ca000
Added unit tests for publishers 2018-01-16 14:28:22 +01:00
konrad 7e40119014
Fixed error when inserting an empty publisher 2018-01-16 14:28:02 +01:00
konrad 310d15d078
Improved book unit tests 2018-01-16 14:21:02 +01:00
konrad 97ebfc0207
Fixed error when inserting an empty item 2018-01-16 14:11:46 +01:00
konrad 547b44d608
goft 2018-01-16 14:06:09 +01:00
konrad a315f71144
Improved author unit test 2018-01-16 13:19:49 +01:00
konrad bd261ca375
Improved books unit test 2018-01-16 13:14:56 +01:00
konrad 64ae3244ed
Improved author unit test 2018-01-16 13:12:37 +01:00
konrad ac78d311a8
typo 2018-01-16 12:36:50 +01:00
konrad f00f473df5
Added unit tests for books 2018-01-16 12:34:08 +01:00
konrad 14651d198c
Improved Author unit tests 2018-01-16 12:27:14 +01:00
konrad ed38925489
Fixed lint + gofmt
the build failed Details
2018-01-16 11:55:12 +01:00
konrad d0202aea41
Added author tests 2018-01-16 11:53:27 +01:00
konrad aa6bc74405
Started adding unit tests
the build failed Details
2018-01-16 11:41:11 +01:00
konrad d2476e061f
comment 2018-01-15 13:12:26 +01:00
konrad 24ec279fd5
Fixed program exiting when user in config already existed 2017-12-19 12:02:01 +01:00
kolaente 0c80f55963
Message now all lowercase when returned as json
the build was successful Details
2017-12-07 10:45:33 +01:00
kolaente 22ee38f7b4
When no database or config is found the program exits
the build was successful Details
2017-12-05 16:06:40 +01:00
kolaente 48b309cd51
Implemented logging of user actions 2017-12-05 14:46:54 +01:00
kolaente 28b5231199
Fixed lint 2017-12-05 12:01:31 +01:00
kolaente 9e6ddafe7e
Added sqlite as database option
the build failed Details
2017-12-05 11:49:19 +01:00
kolaente 111ffe687d
Fixed active class not showing correctly 2017-12-05 10:17:16 +01:00
konrad a97216fbd1
gofmt 2017-12-01 12:38:36 +01:00
kolaente b0219e9052
Tested sqlite db 2017-12-01 11:33:40 +01:00
konrad 6496efd411
Improved performance when getting a list of all books
the build failed Details
2017-12-01 10:18:26 +01:00
konrad e485218688
Cleanup
the build failed Details
2017-11-30 15:48:03 +01:00
konrad c3d6032bcf
Book JSON is now all lowercase
the build failed Details
2017-11-29 16:43:58 +01:00
konrad 37a39cbae6
Publisher JSON is now all lowercase 2017-11-29 16:23:19 +01:00
konrad 6f22a1a671
Author JSON is now all lowercase 2017-11-29 16:15:29 +01:00
konrad 3d1a710ae0
Fixed: When updating a book, no title is needed
the build failed Details
2017-11-29 15:59:34 +01:00
konrad 7fba68f812
Optimized quantity handling 2017-11-29 15:53:11 +01:00
kolaente 3c08e18cd2
Added item managagement
the build was successful Details
+ Resolved quantity stuff - there now is a new table which links books or items to a quantity
2017-11-29 12:25:52 +01:00
kolaente b56465e996
Fixed a bug where a new quantity was inserted when it hasnt changed
the build was successful Details
2017-11-28 16:19:59 +01:00
kolaente 50b368320a
Added book description
the build failed Details
2017-11-28 16:03:25 +01:00
kolaente a658797b6d
Fix: No empty publisher is inserted when not selecting one while creating a new book 2017-11-28 12:27:00 +01:00
kolaente 82800240a2
Moved "Publisher" to "PublisherID" and "PublisherFull" to "Publisher" 2017-11-28 10:43:23 +01:00
konrad 3aabf3b086
Added check if the ID is empty when deleting
the build was successful Details
2017-11-24 16:27:35 +01:00
konrad 9dcac2a5c2
added bookstruct checking when arriving 2017-11-24 14:40:35 +01:00