This website requires JavaScript.
Explore
Help
Sign In
giteacraftr.sxr08
/
greenlight
Watch
1
Star
0
Fork
0
You've already forked greenlight
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy.yml
Actor
All actors
giteacraftr.sxr08
Status
All status
Success
Failure
Waiting
Running
Updating CI.
deploy.yml #41
:
Commit
4f31716a22
pushed by
giteacraftr.sxr08
master
2025-10-31 09:18:06 +00:00
41s
View workflow file
Updating CI.
deploy.yml #40
:
Commit
0229af2932
pushed by
giteacraftr.sxr08
master
2025-10-31 09:14:51 +00:00
41s
View workflow file
Updating CI.
deploy.yml #39
:
Commit
e639e44d72
pushed by
giteacraftr.sxr08
master
2025-10-30 14:37:30 +00:00
41s
View workflow file
Updating CI.
deploy.yml #38
:
Commit
6e4b4c6ca4
pushed by
giteacraftr.sxr08
master
2025-10-30 14:36:03 +00:00
39s
View workflow file
Updating CI.
deploy.yml #37
:
Commit
dd259e608e
pushed by
giteacraftr.sxr08
master
2025-10-30 14:34:41 +00:00
39s
View workflow file
Updating CI.
deploy.yml #36
:
Commit
93a328c0ef
pushed by
giteacraftr.sxr08
master
2025-10-30 14:32:51 +00:00
41s
View workflow file
Updating CI.
deploy.yml #35
:
Commit
4c9d604733
pushed by
giteacraftr.sxr08
master
2025-10-30 14:29:17 +00:00
44s
View workflow file
Updating CI.
deploy.yml #34
:
Commit
6198a930ee
pushed by
giteacraftr.sxr08
master
2025-10-30 14:27:57 +00:00
40s
View workflow file
Updating CI.
deploy.yml #33
:
Commit
f96baad6a8
pushed by
giteacraftr.sxr08
master
2025-10-30 14:23:44 +00:00
55s
View workflow file
Creating migrations files to create movies table and add movies check constraints. Updating API version number. Updating README.md adding 'SQL Migrations' section. Updating deployment file to make migrations before building API. Adding some .idea files…
deploy.yml #32
:
Commit
641f430fd4
pushed by
giteacraftr.sxr08
master
2025-10-30 14:17:10 +00:00
41s
View workflow file
Adding 'github.com/lib/pq' library to use our PostgreSQL database. Updating our main.go file to establish a connection with the database pool.
deploy.yml #31
:
Commit
8cdf3c7ada
pushed by
giteacraftr.sxr08
master
2025-10-28 16:03:39 +00:00
54s
View workflow file
Adding 'Optimizing PostgreSQL settings' sub-section.
deploy.yml #30
:
Commit
84741de60e
pushed by
giteacraftr.sxr08
master
2025-10-28 15:30:46 +00:00
55s
View workflow file
Adding .gitignore to prevent useless or private files to be pushed.
deploy.yml #29
:
Commit
13d670c9a5
pushed by
giteacraftr.sxr08
master
2025-10-28 15:05:10 +00:00
1m15s
View workflow file
Exporting the validation from cmd/api/movies.go to internal/data/movies.go by creating the ValidateMovie method. Updating createMovieHandler to use our new ValidateMovie method.
deploy.yml #28
:
Commit
6ef731573b
pushed by
giteacraftr.sxr08
master
2025-10-28 11:08:08 +00:00
55s
View workflow file
Creating validator.go allowing us to validate received data from our endpoints. Updating errors.go adding failedValidationResponse method allowing us to deliver a StatusUnprocessableEntity error. Updating createMovieHandler with the use of our new vali…
deploy.yml #27
:
Commit
e5ddfa120f
pushed by
giteacraftr.sxr08
master
2025-10-28 10:05:18 +00:00
53s
View workflow file
Updating createMovieHandler accepting data.Runtime for the Runtime field. Updating internal/data/runtime.go with the json.Unmarshaler interface to transform our client's runtime string field '%d mins' into a Runtime type format.
deploy.yml #26
:
Commit
040ace30ad
pushed by
giteacraftr.sxr08
master
2025-10-28 09:33:15 +00:00
58s
View workflow file
Adding more context for invalidUnmarshalError management inside readJSON function. Updating 'Panicking vs returning errors' section.
deploy.yml #25
:
Commit
c3fdb40ae4
pushed by
giteacraftr.sxr08
master
2025-10-25 07:58:49 +00:00
55s
View workflow file
Adding 'Panicking vs returning errors' section
deploy.yml #24
:
Commit
6d09a4f545
pushed by
giteacraftr.sxr08
master
2025-10-25 07:54:06 +00:00
56s
View workflow file
Creating badRequestResponse helper method inside errors.go and use in in the createMovieHandler.
deploy.yml #23
:
Commit
906bd868f9
pushed by
giteacraftr.sxr08
master
2025-10-24 16:56:07 +00:00
54s
View workflow file
Updating createMovieHandler using helper's readJSON method.
deploy.yml #22
:
Commit
12e1c7a523
pushed by
giteacraftr.sxr08
master
2025-10-24 12:48:21 +00:00
53s
View workflow file
Creating readJSON method to manage errors that can happen once.
deploy.yml #21
:
Commit
c6baa807e4
pushed by
giteacraftr.sxr08
master
2025-10-24 12:28:57 +00:00
54s
View workflow file
Creating 'Supported destinations types' and 'Triaging the Decode error' sections.
deploy.yml #20
:
Commit
b3502631c2
pushed by
giteacraftr.sxr08
master
2025-10-24 12:27:54 +00:00
35s
View workflow file
Updating createMovieHandler decoding received data from client.
deploy.yml #19
:
Commit
d650691b08
pushed by
giteacraftr.sxr08
master
2025-10-24 12:03:49 +00:00
1m0s
View workflow file
Updating README.md adding 'System-generated error responses' and 'Panic recovery in other goroutines' sections.
deploy.yml #18
:
Commit
e30eac9c4d
pushed by
giteacraftr.sxr08
master
2025-10-23 15:17:33 +00:00
59s
View workflow file
Creating recoverPanic method inside our middleware.go file and use it inside routes.go wrapping our router.
deploy.yml #17
:
Commit
7057f89038
pushed by
giteacraftr.sxr08
master
2025-10-23 12:21:02 +00:00
1m0s
View workflow file
Using the new error's helper methods inside our current API endpoint and with our httprouter Handlers NotFound and MethodNotAllowed (will override the default responses with our helper's methods)
deploy.yml #16
:
Commit
2124f2f882
pushed by
giteacraftr.sxr08
master
2025-10-21 17:03:44 +00:00
53s
View workflow file
Removing string json's parameter from Runtime variable inside Movie's struct. Creating errors.go handling different json's error for our API.
deploy.yml #15
:
Commit
0f7515e198
pushed by
giteacraftr.sxr08
master
2025-10-21 16:56:48 +00:00
55s
View workflow file
Use Runtime type instead of int32 in our Movie struct.
deploy.yml #14
:
Commit
bc21c4cf87
pushed by
giteacraftr.sxr08
master
2025-10-21 14:30:21 +00:00
55s
View workflow file
Adding 'Advanced JSON Customization' section in the README.md. Creating a runtime type (internal/data/runtime.go) to show how we can customize a JSON field.
deploy.yml #13
:
Commit
cc588a1dc0
pushed by
giteacraftr.sxr08
master
2025-10-21 14:27:14 +00:00
56s
View workflow file
Fixing CI.
deploy.yml #12
:
Commit
e7944c3117
pushed by
giteacraftr.sxr08
master
2025-10-20 16:29:37 +00:00
53s
View workflow file
First
Previous
1
2
3
Next
Last