Updated Public facing Endpoints + S3 Connection #30

Open
john4064 wants to merge 23 commits from john4064/PublicView into master
Owner
No description provided.
Update user.go
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
Lint / Run golangci-lint (pull_request) Successful in 17s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 58s
9673c113cd
Rate Limit + Latest User
Some checks failed
Deploy Parent Container / determine-workflow (pull_request) Successful in 8s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Waiting to run
Deploy Parent Container / prod-deploy (dev) (pull_request) Waiting to run
Lint / Run golangci-lint (pull_request) Has been cancelled
094e9d34d0
Update latest.go
Some checks failed
Lint / Run golangci-lint (pull_request) Successful in 19s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been cancelled
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been cancelled
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
1155e91a83
Update latest.go
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 3s
Lint / Run golangci-lint (pull_request) Successful in 8s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m43s
2b92f8d9ee
WIP
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 9s
Lint / Run golangci-lint (pull_request) Successful in 10s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m19s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
ab36c41521
Add all
Some checks failed
Deploy Parent Container / determine-workflow (pull_request) Successful in 7s
Lint / Run golangci-lint (pull_request) Successful in 8s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Failing after 19s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
942e6e94df
Update imports
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Lint / Run golangci-lint (pull_request) Successful in 23s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m3s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
960fa87080
Fix no error handling for closing.
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Lint / Run golangci-lint (pull_request) Successful in 6s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m1s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
844f890dd0
Update files.go
All checks were successful
Lint / Run golangci-lint (pull_request) Successful in 12s
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m11s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
998c73ffd6
Notes + Public Friends List
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 6s
Lint / Run golangci-lint (pull_request) Successful in 18s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m15s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
bdc096b23b
username instead of user_name
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Lint / Run golangci-lint (pull_request) Successful in 7s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 58s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
93157815da
;)
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 8s
Lint / Run golangci-lint (pull_request) Successful in 27s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m14s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
0d5aefbb4d
@ -0,0 +49,4 @@
c.JSON(http.StatusBadRequest, gin.H{"error": "missing 'image' field"})
return
}
defer file.Close()
Author
Owner

🚫 [golangci] reported by reviewdog 🐶
Error return value of file.Close is not checked (errcheck)

🚫 **[golangci]** <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Error return value of `file.Close` is not checked (errcheck) <!-- __reviewdog__:ChBjODFlZjE5ZDEzMThiNjBkEghnb2xhbmdjaQ== -->
Update files.go
Some checks failed
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Lint / Run golangci-lint (pull_request) Successful in 14s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Has been cancelled
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been cancelled
dd69531b1c
@ -0,0 +79,4 @@
c.JSON(http.StatusBadRequest, gin.H{"error": "missing 'image' field"})
return
}
defer file.Close()
Author
Owner

🚫 [golangci] reported by reviewdog 🐶
Error return value of file.Close is not checked (errcheck)

🚫 **[golangci]** <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Error return value of `file.Close` is not checked (errcheck) <!-- __reviewdog__:ChBlOTZkMDIzMDQyZTMzYzkyEghnb2xhbmdjaQ== -->
Update files.go
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Lint / Run golangci-lint (pull_request) Successful in 8s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m29s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
1dd4eecebf
@ -0,0 +82,4 @@
}
defer func(file multipart.File) {
err := file.Close()
if err != nil {
Author
Owner

🚫 [golangci] reported by reviewdog 🐶
SA9003: empty branch (staticcheck)

🚫 **[golangci]** <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>SA9003: empty branch (staticcheck) <!-- __reviewdog__:ChA2ODEyMDU5NjVlMDAyODZkEghnb2xhbmdjaQ== -->
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 2s
Lint / Run golangci-lint (pull_request) Successful in 8s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m29s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin john4064/PublicView:john4064/PublicView
git switch john4064/PublicView

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff john4064/PublicView
git switch john4064/PublicView
git rebase master
git switch master
git merge --ff-only john4064/PublicView
git switch john4064/PublicView
git rebase master
git switch master
git merge --no-ff john4064/PublicView
git switch master
git merge --squash john4064/PublicView
git switch master
git merge --ff-only john4064/PublicView
git switch master
git merge john4064/PublicView
git push origin master
Sign in to join this conversation.
No description provided.