Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes and improvements #84

Merged
merged 6 commits into from
Sep 6, 2022
Merged

Bug fixes and improvements #84

merged 6 commits into from
Sep 6, 2022

Conversation

gaby
Copy link
Member

@gaby gaby commented Sep 4, 2022

  • Updates all workflows to use latest github-actions
  • Added Golang 1.16.x, 1.19.x to test list
  • Added dependabot for Docker and Github Actions
  • Updates bootstrap to 5.2.0
  • Updates jquery to 3.6.1
  • Replaces for loop with jquery $.each
  • Added command for running Fiber with Prefork from the Makefile

Note:

  • To enable Prefork in Docker, it requires the usage of dumb-init which doesn't let you pass extra commands if you already defined one in the Dockerfile. This is the reason I removed the CMD from the Dockerfile, and passed the commands via the Makefile.

Fixes: #69 and #52

@gaby
Copy link
Member Author

gaby commented Sep 4, 2022

Not sure why hound is complaining about semicolons, there's no semicolons on that file.

@gaby
Copy link
Member Author

gaby commented Sep 6, 2022

@ReneWerner87 This should take care of all the current open issues.

@ReneWerner87
Copy link
Member

Thx, will check it later this day

@ReneWerner87 ReneWerner87 merged commit 66c1a28 into gofiber:master Sep 6, 2022
@ReneWerner87 ReneWerner87 added ✏️ Feature New feature or request 🤖 Dependencies Pull requests that update a dependency file labels Sep 6, 2022
@ReneWerner87
Copy link
Member

thx again @gaby -> cool update

@gaby gaby deleted the updates branch September 6, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Dependencies Pull requests that update a dependency file ✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dumb-init to support Prefork mode
2 participants