Commit Graph

25 Commits

Author SHA1 Message Date
EstebanVincent 670bd977be a
Publish Docker Image / test (push) Successful in 42s
Publish Docker Image / build-and-push (push) Successful in 5m34s
2026-05-31 00:56:19 +02:00
EstebanVincent 70451b02ee s
Publish Docker Image / test (push) Successful in 42s
Publish Docker Image / build-and-push (push) Failing after 1m14s
2026-05-31 00:51:38 +02:00
EstebanVincent e573055766 caca
Publish Docker Image / test (push) Successful in 43s
Publish Docker Image / build-and-push (push) Failing after 1m14s
2026-05-31 00:45:23 +02:00
EstebanVincent 575dbc1854 rt
Publish Docker Image / test (push) Successful in 42s
Publish Docker Image / build-and-push (push) Failing after 1m14s
2026-05-31 00:38:43 +02:00
EstebanVincent 0cbeac3b0e a
Publish Docker Image / test (push) Successful in 41s
Publish Docker Image / build-and-push (push) Successful in 5m13s
2026-05-31 00:22:53 +02:00
EstebanVincent afce687bba zeub
Publish Docker Image / test (push) Successful in 43s
Publish Docker Image / build-and-push (push) Failing after 6m48s
2026-05-31 00:12:45 +02:00
EstebanVincent e8a9c06357 teub
Publish Docker Image / test (push) Successful in 43s
Publish Docker Image / build-and-push (push) Failing after 3m49s
2026-05-31 00:04:21 +02:00
EstebanVincent fd05a0cf05 bite
Publish Docker Image / test (push) Failing after 38s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-31 00:01:57 +02:00
EstebanVincent c847999569 caca
Publish Docker Image / test (push) Failing after 28s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-31 00:00:33 +02:00
EstebanVincent de330a288e zizi
Publish Docker Image / test (push) Failing after 8s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-30 23:59:06 +02:00
EstebanVincent f9c6f245b9 mabite
Publish Docker Image / test (push) Failing after 4s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-30 23:58:08 +02:00
EstebanVincent b6ef949201 zizi
Publish Docker Image / test (push) Failing after 5s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-30 23:56:22 +02:00
EstebanVincent 202fb79ef1 pipi
Publish Docker Image / test (push) Failing after 4s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-30 23:53:09 +02:00
EstebanVincent 11201114f3 caca
Publish Docker Image / test (push) Failing after 1m4s
Publish Docker Image / build-and-push (push) Has been skipped
2026-05-30 22:46:53 +02:00
EstebanVincent e5a851a3c4 ci: migrate ci-cd pipeline from github to gitea registry 2026-05-30 22:44:41 +02:00
EstebanVincent e466290560 chore(docker): add .dockerignore file 2026-05-30 19:00:13 +02:00
EstebanVincent 75dfe365cc fix(meme): improve exception handling for traceback reporting 🐛
Refactor exception handling to capture and format the traceback more effectively, ensuring detailed error information is sent as a file attachment.

*Generated by Github Copilot*
2025-10-23 16:14:52 +02:00
EstebanVincent f0a333e582 fix(meme): correct error file handling for exception tracebacks 🐛
Updated the error file handling to use io.BytesIO for exception tracebacks, ensuring proper file attachment format for Discord responses.

*Generated by Github Copilot*
2025-10-23 15:56:27 +02:00
EstebanVincent 536cae3e56 fix(meme): improve exception handling and traceback reporting 🐛
Updated the exception handling in the meme command to include traceback details in the response. This change helps in diagnosing issues more effectively by providing the full traceback as a file attachment.

*Generated by Github Copilot*
2025-10-23 15:25:42 +02:00
Esteban Vincent f1594286e7 Feat/implement cicd (#1) 2025-10-13 23:13:05 +02:00
EstebanVincent 1b6cbec729 chore(env): update webhook configuration in .env.example and main.py 🔧
- Replaced API_KEY and WEBHOOK_URL with WEBHOOK_N8N_IMGFLIP_KEY and WEBHOOK_N8N_IMGFLIP_URL for better clarity and functionality.

*Generated by Github Copilot*
2025-10-13 19:59:00 +02:00
EstebanVincent 3542b4dc79 fix(meme): ensure exception messages are sent to the interaction follow-up 🐛 2025-10-13 19:54:41 +02:00
EstebanVincent e7135a9324 feat(config): add initial pyproject.toml configuration 🎉
- Set up project metadata including name, version, and dependencies.
- Configured Ruff for linting and formatting settings.

*Generated by Github Copilot*
2025-10-13 19:54:23 +02:00
EstebanVincent c85e1c909c feat(bot): add initial bot setup and commands 🎉
- Created a Dockerfile for containerization.
- Added .env.example for environment variable configuration.
- Implemented main bot functionality with meme command and webhook integration.

*Generated by Github Copilot*
2025-10-13 18:53:23 +02:00
Esteban Vincent 6a7d1f13ea Initial commit 2025-10-13 18:50:36 +02:00