Julius Härtl
|
a068d6e1c6
|
Add last_modified to board/stack database and add check on index methods
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-11-05 13:23:26 +01:00 |
|
Julius Härtl
|
babfcbddd8
|
Fix imports
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:23 +02:00 |
|
Ryan Fletcher
|
d33dd3e0fc
|
Moved BadRequestException checks to middleware, removed uneeded unit tests in BoardApiController
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:20 +02:00 |
|
Ryan Fletcher
|
54f110f7c6
|
first attempt at BoardApiControllerTest->testGetNoPermission()
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:19 +02:00 |
|
Ryan Fletcher
|
6d57b1081a
|
BoardApiControllerTest wrote delete tests
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:18 +02:00 |
|
Ryan Fletcher
|
8dd732631a
|
BoardApiController wrote update tests
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:18 +02:00 |
|
Ryan Fletcher
|
1fe70568cb
|
Wrote unit tests for the BoardApiController -> create tests
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:18 +02:00 |
|
Ryan Fletcher
|
bd254fd261
|
BoardApiControllerTest wrote get() tests.
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:18 +02:00 |
|
Ryan Fletcher
|
7d9fc83dc9
|
Code style fixings.
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:16 +02:00 |
|
Ryan Fletcher
|
ced87edfa5
|
Put in validation responses in BoardApiController
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:15 +02:00 |
|
Ryan Fletcher
|
0da84a3e8c
|
Corrected comment in BoardApiController from copy / paste.
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:14 +02:00 |
|
Ryan Fletcher
|
6822d7d099
|
Error handling in undelete function and created the update function in BoardApiController
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:13 +02:00 |
|
Ryan Fletcher
|
d82746be97
|
Error handling for undoDelete and created an update method in BoardApiController
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:13 +02:00 |
|
Ryan Fletcher
|
3b49c7f262
|
Added exception handling to BoardApiController -> Delete
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:13 +02:00 |
|
Ryan Fletcher
|
9bc9569a0d
|
Added checks to see if the entity is not found in BoardApiController -> get($id)
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
|
2018-08-15 21:15:13 +02:00 |
|
Steven R. Baker
|
e32adb17f2
|
Don't need to pass around the userInfo with it encapsulated in BoardService.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:12 +02:00 |
|
Steven R. Baker
|
1ffa3211ba
|
Extract getBoardPererequisites() so it can be re-used.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:11 +02:00 |
|
Steven R. Baker
|
41cf623bb8
|
This should be 200 on deletion, so we can tell whether a deletion succeeds or not.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:10 +02:00 |
|
Steven R. Baker
|
8ec97032b1
|
Re-format code according to the coding style.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:08 +02:00 |
|
Steven R. Baker
|
8316a0b25f
|
Board creation via API.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:04 +02:00 |
|
Steven R. Baker
|
86dde2d6b8
|
These parens are not needed.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:15:03 +02:00 |
|
Steven R. Baker
|
975b6f3572
|
Update the documentation.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 21:14:43 +02:00 |
|
Steven R. Baker
|
b4224dadfb
|
Undo deletion of boards via API.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 20:53:07 +02:00 |
|
Steven R. Baker
|
7dcd49c485
|
Delete boards via the API.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 20:53:07 +02:00 |
|
Steven R. Baker
|
0c266d4a1f
|
List boards, and fetch a specific board.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2018-08-15 20:53:07 +02:00 |
|