-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/setup packer #7
Conversation
PR Reviewer Guide 🔍(Review updated until commit c8ef9bd)
|
/help |
PR Agent Walkthrough 🤖Welcome to the PR Agent, an AI-powered tool for automated pull request analysis, feedback, suggestions and more. Here is a list of tools you can use to interact with the PR Agent:
(1) Note that each tool be triggered automatically when a new PR is opened, or called manually by commenting on a PR. (2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the |
PR Code Suggestions ✨Latest suggestions up to c8ef9bd
Previous suggestionsSuggestions up to commit 1dd476d
|
PR Documentation 📚Here is a list of the files that were modified in the PR, with docstring for each altered code component:
|
Preparing changelog updates... |
PR Description updated to latest commit (c8ef9bd)
|
Persistent review updated to latest commit c8ef9bd |
PR Type
enhancement, bug fix, dependencies
Description
delimage
command to manage and delete outdated images from Hetzner.event
object instead ofmessage
.body-parser
andexpress
.Changes walkthrough 📝
11 files
button.js
Update button command to use event object
bot/src/commands/button.js
message
toevent
in function parameters.message.user
toevent.user
.hello.js
Update hello command to use event object
bot/src/commands/hello.js
message
toevent
in function parameters.message.user
toevent.user
.index.js
Switch from socket mode to Express server
bot/src/index.js
run-command.js
Update command handler to use event object
command-handler/src/cmd-handler/run-command.js
message
toevent
in function parameters.delimage.js
Add delimage command for Hetzner image cleanup
command-handler/src/commands/delimage.js
vm.js
Update VM command to use event object
command-handler/src/commands/vm.js
message
toevent
in function parameters.message
toevent
.legacy-command.js
Update legacy command event handling
command-handler/src/events/legacy-command.js
message
toevent
in function parameters.app.event
.get-hetzner-images.js
Add utility to fetch Hetzner images
command-handler/src/util/get-hetzner-images.js
get-latest-tag.js
Add utility to fetch latest GitHub tag
command-handler/src/util/get-latest-tag.js
hetzner-servers.js
Enhance Hetzner server creation with image management
command-handler/src/util/hetzner-servers.js
server.js
Refactor server to use ExpressReceiver
server/server.js
1 files
Dockerfile
Update Dockerfile for new server setup
Dockerfile
1 files
README.md
Update README for Express server configuration
README.md
1 files
package-lock.json
Update package dependencies
bot/package-lock.json