Skip to content

Releases: jagottsicher/myGoWebApplication

v1.0.133

26 Aug 10:24
Compare
Choose a tag to compare

added some code to demonstrate sending email with in GO built-in functionalities

v1.0.130

26 Jul 12:36
Compare
Choose a tag to compare

debugging the code and repairing handler as well as handler tests

v1.0.129

25 Jul 06:04
Compare
Choose a tag to compare

exchanged reqBody of type string to postedData of type url.Values

v1.0.128

25 Jul 05:01
Compare
Choose a tag to compare

added advanced tests for requests handlers in package handlers

v1.0.126

24 Jul 06:33
Compare
Choose a tag to compare

added lecture 126 get request handlers test as well as one post request handler test

v1.0.124

16 Jul 05:20
Compare
Choose a tag to compare

rewrote test_setup.go and handlers_test.go in package handlers. Introduction of a request recorder to make use of session data in tests and have an instance 'faking' a client receiving responses. Basically a full request/response-cycle is simulated in tests for individually customized for each handler.

v1.0.123

14 Jul 11:56
Compare
Choose a tag to compare

added a database type by using the repository pattern exclusively for unit tests in package handlers in order to avoid a setup of a postgreSQL database for testing purposes only

v1.0.122

13 Jul 01:08
Compare
Choose a tag to compare

populated the other holiday home page templates with JavaScript and reorganized JavaScript out of the base layout into a local folder and import from there

v1.0.121

13 Jul 00:37
Compare
Choose a tag to compare

added the final step to redirect from get-request to make reservation via writing a reservation into session.

v1.0.120

10 Jul 07:39
Compare
Choose a tag to compare

added a function call for a result windows and created the correct link for a GET request with all necessary information to create a reservation.