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
Sending background emails.
#71
:
Commit
0262be65ef
pushed by
giteacraftr.sxr08
master
2025-12-04 13:15:59 +00:00
2m55s
View workflow file
Creating registerUserHandler and registering the endpoint in our routes.go
#69
:
Commit
72503a55ff
pushed by
giteacraftr.sxr08
master
2025-11-25 15:09:23 +00:00
3m22s
View workflow file
Handling graceful shutdown.
#66
:
Commit
6b4056e0f5
pushed by
giteacraftr.sxr08
master
2025-11-23 20:00:48 +00:00
1m22s
View workflow file
Adding 'Sending Shutdown Signals' section.
#65
:
Commit
f88edf082e
pushed by
giteacraftr.sxr08
master
2025-11-20 19:07:59 +00:00
1m3s
View workflow file
Returning pagination metadata.
#64
:
Commit
e93375d441
pushed by
giteacraftr.sxr08
master
2025-11-15 15:55:35 +00:00
2m49s
View workflow file
Adding sorting lists.
#63
:
Commit
fc2e401f6f
pushed by
giteacraftr.sxr08
master
2025-11-14 16:38:49 +00:00
57s
View workflow file
Adding 'Indexes' sub section.
#62
:
Commit
a17a49e814
pushed by
giteacraftr.sxr08
master
2025-11-14 15:41:17 +00:00
1m26s
View workflow file
Creating GetAll MovieModel method to retrieve all movies. Updating the listMovieHandler to use the new GetAll MovieModel's method.
#61
:
Commit
1b71a1a8ad
pushed by
giteacraftr.sxr08
master
2025-11-13 14:27:16 +00:00
1m0s
View workflow file
Updating database model with 3-second timeout deadline for all our operations.
#60
:
Commit
0ba997475b
pushed by
giteacraftr.sxr08
master
2025-11-10 16:02:11 +00:00
58s
View workflow file
Adding a check on the X-Expected-Version header field.
#59
:
Commit
fd3bca1226
pushed by
giteacraftr.sxr08
master
2025-11-10 09:22:23 +00:00
1m0s
View workflow file
Adding concurrency control in our updateMovieHandler and documenting it.
#58
:
Commit
f8f78c3eec
pushed by
giteacraftr.sxr08
master
2025-11-08 09:42:50 +00:00
58s
View workflow file
Updating updateMovieHandler to be able to update only some fields (patch instead of put). Update routes with the correct verb.
#57
:
Commit
b76496e096
pushed by
giteacraftr.sxr08
master
2025-11-07 18:44:38 +00:00
1m20s
View workflow file
Updating Insert MovieModel's method inserting a new record in the movies table. Updating createMovieHandler to use Insert MovieModel's method.
#56
:
Commit
19a844ea2e
pushed by
giteacraftr.sxr08
master
2025-11-06 16:11:43 +00:00
1m0s
View workflow file
Creating 'Migrating to a specific version' and 'Executing down migrations' sub sections.
#55
:
Commit
ece88f7e71
pushed by
giteacraftr.sxr08
master
2025-11-03 16:59:00 +00:00
1m1s
View workflow file
Updating 'Executing the migrations' sub-section.
#54
:
Commit
4b42c5edfc
pushed by
giteacraftr.sxr08
master
2025-11-03 16:41:11 +00:00
1m17s
View workflow file
Updating CI.
#53
:
Commit
a5025cd98e
pushed by
giteacraftr.sxr08
master
2025-10-31 11:20:28 +00:00
2m49s
View workflow file
Fix typo.
#52
:
Commit
72508f9bdb
pushed by
giteacraftr.sxr08
master
2025-10-31 11:08:30 +00:00
57s
View workflow file
Adding 'Executing the migrations' subsection into README.md. Adding log messages on deploy.yml.
#51
:
Commit
10ea699625
pushed by
giteacraftr.sxr08
master
2025-10-31 11:06:58 +00:00
55s
View workflow file
Updating CI.
#50
:
Commit
80800b214c
pushed by
giteacraftr.sxr08
master
2025-10-31 09:50:48 +00:00
54s
View workflow file
Updating CI.
#33
:
Commit
f96baad6a8
pushed by
giteacraftr.sxr08
master
2025-10-30 14:23:44 +00:00
55s
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.
#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.
#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.
#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.
#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…
#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.
#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.
#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
#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.
#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.
#22
:
Commit
12e1c7a523
pushed by
giteacraftr.sxr08
master
2025-10-24 12:48:21 +00:00
53s
View workflow file
First
Previous
1
2
Next
Last