Dave Smith-Hayes dsh
dsh pushed to main at dsh/slovocast 2024-11-22 03:26:21 +00:00
55d8f19ec9 Set up a way to run CLI commands as your user.
dsh pushed to main at dsh/slovocast 2024-11-22 03:22:24 +00:00
10e531b9c1 Add an example override for the CLI container.
dsh pushed to main at dsh/slovocast 2024-11-22 02:41:56 +00:00
38cdd1bfb2 Add timestamps to teh user since its also an entity, and test the login. Add a redirect helper for the responses.
aab1138163 Update the user table to have the timestamps
Compare 2 commits »
dsh pushed to rss-feed at dsh/blog 2024-11-19 03:42:38 +00:00
db0836a499 Work on the feed generator to use the PostService.
dsh pushed to main at dsh/blog 2024-11-19 02:47:17 +00:00
02c7cfc0c3 Add to the Scoping blog post.
dsh pushed to main at dsh/blog 2024-11-19 02:26:28 +00:00
6e5a955043 Start a post about the basics of web development.
dsh pushed to main at dsh/slovocast 2024-11-19 01:29:24 +00:00
8dce6a1603 Test throwing EntityNotFoundException when trying to get nothing from the repository.
dsh pushed to main at dsh/slovocast 2024-11-18 14:45:19 +00:00
4d25d3039a Refactor some of the query strings, update the documentation.
dsh pushed to main at dsh/slovocast 2024-11-18 14:39:29 +00:00
e8a9624ba1 Add more documention and use a more generic name for the connection string.
dsh pushed to main at dsh/slovocast 2024-11-18 03:12:34 +00:00
e5bd4e5841 Get a user from the database
dsh pushed to main at dsh/slovocast 2024-11-18 02:57:48 +00:00
2269254e26 Don't tell prophecy to return true twice
dsh pushed to main at dsh/slovocast 2024-11-18 02:52:25 +00:00
0825c098e5 Updated the episode repository, look for any other instances of the insert method from the database handler.
dsh pushed to main at dsh/slovocast 2024-11-18 02:37:56 +00:00
8ab60512aa Add the Update change, and see what changes need to happen to the DB handler's methods
dsh pushed to main at dsh/slovocast 2024-11-18 02:02:52 +00:00
38e61f5eb2 add some documentation to the test cases we are working on.
dsh pushed to main at dsh/slovocast 2024-11-18 02:01:30 +00:00
730777a5ca Use some type hinting in the comments to implement a more generic connection method for the DB handler.
dsh pushed to main at dsh/slovocast 2024-11-18 01:44:57 +00:00
1b14f1523b Refactor some of the testing, try and understand why the mocking for the DB Handler is returning null and not true
dsh pushed to main at dsh/slovocast 2024-11-17 03:52:07 +00:00
811912784b Add some mocking and testing for the repository class, break out the database handler
dsh pushed to main at dsh/slovocast 2024-11-17 02:42:37 +00:00
037ec4eee9 Add user registration validation
dsh pushed to main at dsh/slovocast 2024-11-17 02:25:57 +00:00
0c6d446c16 Add some frontend tooling
dsh pushed to main at dsh/slovocast 2024-11-15 02:42:32 +00:00
fe627259db Test many permutations of the duration parser.