Félix MARQUET
4ffa83efb4
Merge pull request #17 from BreizhHardware/refactor/rust-implementation
...
refactor(rust): upgrade GitHub Actions to use version 4 of upload and…
2025-06-12 20:10:13 +02:00
Félix MARQUET
39f0d6aa8b
refactor(rust): upgrade GitHub Actions to use version 4 of upload and download artifacts
2025-06-12 20:09:10 +02:00
Félix MARQUET
856811a446
Merge pull request #16 from BreizhHardware/refactor/rust-implementation
...
Refactor/rust implementation
2025-06-12 20:06:36 +02:00
Félix MARQUET
57ea0ef54b
refactor(rust): update notification functions and improve database handling
2025-06-12 20:05:44 +02:00
Félix MARQUET
cc39b743e6
refactor(rust): restructure project and update configuration management
2025-06-12 19:55:09 +02:00
Félix MARQUET
426403ad92
refactor(rust): Rewrite everything in rust
2025-06-12 19:41:10 +02:00
Félix MARQUET
d2ba0e510a
refactor(rust): Rewrite everything in rust
2025-06-12 19:40:54 +02:00
Félix MARQUET
1430d39b5c
fix(dependabot): ensure updates target the dev branch
2025-06-10 11:46:40 +02:00
Félix MARQUET
47fa8f820e
Merge pull request #10 from BreizhHardware/dev
...
Create dependabot.yaml
2025-06-10 11:31:06 +02:00
Félix MARQUET
56439d8c62
Update dependabot.yaml
2025-06-10 11:30:56 +02:00
Félix MARQUET
013c5bd70d
Create dependabot.yaml
2025-06-10 11:29:08 +02:00
Félix MARQUET
c81fc26881
fix(dockerfile): add send_slack.py to the dockerfile
v1.7.1
2025-05-05 09:08:18 +00:00
Félix MARQUET
e7b89930f1
Merge pull request #7 from Mahmoud0x00/slack-notification-add
...
feat: add Slack notification
v1.7
2025-05-05 08:36:45 +02:00
Mahmoud Osama
246b727d0a
Update notification messages format
...
Update notification messages format to use Emojis with:
* Discord
* Gotify
* Ntfy
2025-05-04 19:59:39 +03:00
Mahmoud Osama
83cfd9a2f1
Update README.md with SLACK_WEBHOOK_URL
2025-05-04 14:13:43 +03:00
Mahmoud Osama
8795add7f0
Add SLACK_WEBHOOK_URL to Dockerfile
2025-05-03 20:52:08 +03:00
Mahmoud Osama
3d33cb8282
Add Slack notifcation
...
✨ Support Slack incoming webhook notifications with good looking block message design
2025-05-03 20:17:20 +03:00
Félix MARQUET
aa2f654d4b
Merge pull request #6 from BreizhHardware/dev
...
feat: Refactor web UI
v1.6.1
2024-12-23 20:17:52 +01:00
e1b16ac645
feat: Refactor web UI
...
- Refactor of the webUI
2024-12-23 20:12:11 +01:00
Félix MARQUET
7a221a9ab9
Merge pull request #5 from BreizhHardware/dev
...
feat: merge dev into main
Created the connection with Discord.
Added CONTRIBUTION.md.
Reworked GitHub CI.
Fixed threading issues.
v1.6
2024-12-23 20:00:10 +01:00
a3e892c8f0
fix: use separate database connections for each function
...
- Refactored `send_discord.py` to better work with webhook (but remove the embed)
- Updated Dockerfile to adjust package installation order.
2024-12-23 19:56:57 +01:00
e8eb8d18d2
fix: use separate database connections for each function
...
- Refactored `send_gotify.py`, `send_ntfy.py`, and `send_discord.py` to use separate database connections for each function.
- Added `get_db_connection` function to create a new database connection.
- Updated `github_send_to_gotify`, `docker_send_to_gotify`, `github_send_to_ntfy`, `docker_send_to_ntfy`, `github_send_to_discord`, and `docker_send_to_discord` functions to use the new `get_db_connection` function.
- Modified `ntfy.py` to use threading for calling notification functions simultaneously.
2024-12-23 19:33:49 +01:00
Félix MARQUET
66759932f0
chore(ci): remove GitHub release build to use Docker only
...
Edit CI configuration to remove GitHub release build. Now, builds are only for Docker, and I will use the Conventional Release Bot app to manage releases.
2024-12-23 15:47:49 +00:00
Félix MARQUET
dc831c958f
docs: update README.md with dependancies installation
...
- Add instruction for installing the dependencies
2024-12-23 12:41:57 +00:00
Félix MARQUET
edff2e3806
docs: add CONTRIBUTION.md and update README.md with contribution guidelines
...
- Added CONTRIBUTION.md to provide guidelines for contributing to the project.
- Updated README.md to include a link to CONTRIBUTION.md for easy access to contribution guidelines.
2024-12-23 12:29:18 +00:00
Félix MARQUET
91cc7bc9bf
First itération for discord
2024-12-23 12:20:13 +00:00
fc577ea17f
Fix error
v1.5.2
2024-11-21 17:20:57 +01:00
ae95654ec3
Fix error
2024-11-21 17:19:52 +01:00
Félix MARQUET
7c0e34c08c
Merge pull request #4 from BreizhHardware/dev
...
Fix DOCKERFILE error
v1.5.1
2024-10-25 08:39:33 +02:00
Félix MARQUET
921f40e98e
Fix DOCKERFILE error
2024-10-25 06:39:03 +00:00
Félix MARQUET
dcf9edba97
Merge pull request #3 from BreizhHardware/dev
...
New Readme.md
2024-10-24 15:54:55 +02:00
Félix MARQUET
5f2e86d86a
New Readme.md
2024-10-24 13:54:27 +00:00
Félix MARQUET
66e22f6788
Merge pull request #2 from BreizhHardware/dev
...
Add Gotify support and arm64 and armv7 support
v1.5
2024-10-24 15:32:08 +02:00
Félix MARQUET
71cf7baa32
Add arm64 and armv7 compatibility
2024-10-24 13:26:18 +00:00
Félix MARQUET
8d26c2821c
Fix typo and add error message if neither ntfy_url or gotify_url is set
2024-10-24 13:10:59 +00:00
Félix MARQUET
3e59106fa6
Start of the gotify implementation
2024-10-24 13:10:10 +00:00
Félix MARQUET
d6c0e4e08e
Update README.md
2024-10-23 13:03:14 +02:00
Félix MARQUET
4bfc6e254a
Update README.md
2024-10-23 12:59:41 +02:00
e863be9dc0
Fix CI
v1.4.3
2024-10-22 10:15:57 +02:00
e4f2ca9e49
Fix CI
2024-10-22 10:14:49 +02:00
996aad9c5e
Fix CI
2024-10-22 10:13:38 +02:00
b958689318
Fix CI
v1.4.2
2024-10-22 10:11:30 +02:00
8800902bf1
Fix CI
2024-10-22 10:10:55 +02:00
8f50debb0a
Fix CI
v1.4.1
2024-10-22 10:10:12 +02:00
c55b3f871e
Fix CI
v1.4.0
2024-10-22 10:08:29 +02:00
63594b910f
Fix CI
2024-10-22 10:03:46 +02:00
6297ce14fd
Update changelog
2024-10-22 10:01:51 +02:00
Félix MARQUET
7a48c3da50
Merge pull request #1 from BreizhHardware/dev
...
V1.4 release
2024-10-22 09:50:26 +02:00
7c2b4e545c
Update changelog
2024-10-22 09:49:37 +02:00
d218c7a0bc
Add import for json
2024-10-22 09:46:01 +02:00