Commit Graph

115 Commits

Author SHA1 Message Date
a4b8a44e47
Added custom error for could not get User ID from JWT 2018-01-24 13:18:17 +01:00
dec5db7649
Added custom error type for no book title 2018-01-24 13:13:55 +01:00
c3cfc73840
Added error type for no item title 2018-01-24 13:04:47 +01:00
2e2877156b
Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
d309d5b3b6
fixed lint + gofmt
All checks were successful
the build was successful
2018-01-23 16:20:37 +01:00
434856a44f
Added route to update a user's password
Some checks failed
the build failed
2018-01-23 15:53:38 +01:00
4275a3acad
Added method to delete a user 2018-01-23 15:25:41 +01:00
323f4c7ff4
Added custom error type for user does not exist 2018-01-23 15:19:39 +01:00
aaf5ca0ceb
Added custom error type for no username provided 2018-01-23 14:52:03 +01:00
f7314b439f
gofmt
All checks were successful
the build was successful
2018-01-23 14:32:23 +01:00
f27172cfd8
Added method to add or update a user 2018-01-23 14:31:54 +01:00
4b82af8ae8
Added method to update a user 2018-01-23 12:59:48 +01:00
772ed316cb
Added list user method 2018-01-23 12:37:13 +01:00
dbc3886706
Added admin type user 2018-01-23 11:20:22 +01:00
a01f0a7b33
gofmt
All checks were successful
the build was successful
2018-01-16 16:24:29 +01:00
1b6a304ae8
Added unit tests for user 2018-01-16 16:24:21 +01:00
3c5af74141
Added unit tests for status 2018-01-16 16:13:17 +01:00
b613208950
Added unit tests for quantity itself 2018-01-16 16:07:21 +01:00
3822e4a09e
Added unit test for item quantities
Some checks failed
the build failed
2018-01-16 16:01:42 +01:00
8da6ca8e0b
Added todo 2018-01-16 15:59:16 +01:00
7dd2523a00
Fixed getting quantity 2018-01-16 15:59:05 +01:00
a809cbd485
Added Unit tests for quantity 2018-01-16 15:58:16 +01:00
f4b8d07d0e
Added Unit tests for creating xorm engine 2018-01-16 15:05:39 +01:00
2df5cd1694
Added unit tests for config 2018-01-16 15:05:22 +01:00
d171d1f787
Book unit test improvements 2018-01-16 14:55:45 +01:00
df0482dac2
Gofmt 2018-01-16 14:28:44 +01:00
9c7d2ca000
Added unit tests for publishers 2018-01-16 14:28:22 +01:00
7e40119014
Fixed error when inserting an empty publisher 2018-01-16 14:28:02 +01:00
310d15d078
Improved book unit tests 2018-01-16 14:21:02 +01:00
97ebfc0207
Fixed error when inserting an empty item 2018-01-16 14:11:46 +01:00
547b44d608
goft 2018-01-16 14:06:09 +01:00
a315f71144
Improved author unit test 2018-01-16 13:19:49 +01:00
bd261ca375
Improved books unit test 2018-01-16 13:14:56 +01:00
64ae3244ed
Improved author unit test 2018-01-16 13:12:37 +01:00
ac78d311a8
typo 2018-01-16 12:36:50 +01:00
f00f473df5
Added unit tests for books 2018-01-16 12:34:08 +01:00
14651d198c
Improved Author unit tests 2018-01-16 12:27:14 +01:00
ed38925489
Fixed lint + gofmt
Some checks failed
the build failed
2018-01-16 11:55:12 +01:00
d0202aea41
Added author tests 2018-01-16 11:53:27 +01:00
aa6bc74405
Started adding unit tests
Some checks failed
the build failed
2018-01-16 11:41:11 +01:00
d2476e061f
comment 2018-01-15 13:12:26 +01:00
24ec279fd5
Fixed program exiting when user in config already existed 2017-12-19 12:02:01 +01:00
0c80f55963
Message now all lowercase when returned as json
All checks were successful
the build was successful
2017-12-07 10:45:33 +01:00
22ee38f7b4
When no database or config is found the program exits
All checks were successful
the build was successful
2017-12-05 16:06:40 +01:00
48b309cd51
Implemented logging of user actions 2017-12-05 14:46:54 +01:00
28b5231199
Fixed lint 2017-12-05 12:01:31 +01:00
9e6ddafe7e
Added sqlite as database option
Some checks failed
the build failed
2017-12-05 11:49:19 +01:00
111ffe687d
Fixed active class not showing correctly 2017-12-05 10:17:16 +01:00
a97216fbd1
gofmt 2017-12-01 12:38:36 +01:00
b0219e9052
Tested sqlite db 2017-12-01 11:33:40 +01:00