Félix MARQUET
|
8550fb045c
|
Merge pull request #22 from BreizhHardware/dev
Update dependencies
v2.0.2
|
2025-06-16 10:39:33 +02:00 |
|
Félix MARQUET
|
bf35608f71
|
Update .github/workflows/dependabot-build.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-16 10:32:22 +02:00 |
|
Félix MARQUET
|
b842d104c7
|
Merge pull request #20 from BreizhHardware/dependabot/cargo/dev/reqwest-0.12.20
build(deps): bump reqwest from 0.11.27 to 0.12.20
|
2025-06-16 10:08:33 +02:00 |
|
dependabot[bot]
|
b22351e77e
|
build(deps): bump reqwest from 0.11.27 to 0.12.20
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.20.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.20)
---
updated-dependencies:
- dependency-name: reqwest
dependency-version: 0.12.20
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-16 08:04:33 +00:00 |
|
Félix MARQUET
|
10d8a23897
|
Merge pull request #21 from BreizhHardware/dependabot/cargo/dev/rusqlite-0.36.0
build(deps): bump rusqlite from 0.29.0 to 0.36.0
|
2025-06-16 10:03:22 +02:00 |
|
Félix MARQUET
|
4e54b557b0
|
Merge pull request #19 from BreizhHardware/dependabot/cargo/dev/env_logger-0.11.8
build(deps): bump env_logger from 0.10.2 to 0.11.8
|
2025-06-16 10:01:33 +02:00 |
|
dependabot[bot]
|
a92caf5e37
|
build(deps): bump rusqlite from 0.29.0 to 0.36.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.36.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/compare/v0.29.0...v0.36.0)
---
updated-dependencies:
- dependency-name: rusqlite
dependency-version: 0.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-16 07:59:11 +00:00 |
|
dependabot[bot]
|
f2a6d4f0de
|
build(deps): bump env_logger from 0.10.2 to 0.11.8
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.8.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.2...v0.11.8)
---
updated-dependencies:
- dependency-name: env_logger
dependency-version: 0.11.8
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-16 07:56:05 +00:00 |
|
Félix MARQUET
|
08bf34104a
|
update(create_dev): add condition to skip jobs for Dependabot pull requests
|
2025-06-16 09:54:24 +02:00 |
|
Félix MARQUET
|
ff3e00eb4e
|
add(dependabot): create build check workflow for Dependabot pull requests
|
2025-06-16 09:51:13 +02:00 |
|
Félix MARQUET
|
802081937f
|
Merge pull request #18 from BreizhHardware/dev
Rust rewrite
v2.0.1
|
2025-06-16 09:33:18 +02:00 |
|
Félix MARQUET
|
f52f505e38
|
update(README): simplify Docker image description and remove unused DB_PATH entry
|
2025-06-16 09:28:45 +02:00 |
|
Félix MARQUET
|
82f5f59413
|
update(create_release): modify workflow name and add dev tag for Docker image
v2.0.0
|
2025-06-16 09:18:06 +02:00 |
|
Félix MARQUET
|
0a5945e7b3
|
Update src/database.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-15 17:53:47 +02:00 |
|
Félix MARQUET
|
e4d2bc303f
|
Update src/config.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-15 17:51:39 +02:00 |
|
|
|
34729a7edd
|
fix(api): update default database path to '/github-ntfy'
|
2025-06-15 17:43:36 +02:00 |
|
Félix MARQUET
|
21b51766bb
|
Update src/api.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-15 17:43:00 +02:00 |
|
Félix MARQUET
|
6a0031ac5d
|
Update src/database.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-15 17:42:47 +02:00 |
|
Félix MARQUET
|
79e48391cb
|
refactor(database): add version tracking functions and update notification logic
|
2025-06-14 13:58:36 +02:00 |
|
Félix MARQUET
|
43275d1fd9
|
refactor(github): enhance error handling and add User-Agent header in get_latest_releases function
|
2025-06-14 11:45:13 +02:00 |
|
Félix MARQUET
|
fe33377fa0
|
refactor(ci): simplify CI configuration by consolidating binary build steps and updating Dockerfile
|
2025-06-13 13:55:10 +02:00 |
|
Félix MARQUET
|
60db3550c0
|
refactor(docker): update Dockerfile for architecture-specific binary handling and add OpenSSL dependency
|
2025-06-13 08:50:42 +02:00 |
|
|
|
2b9eb94337
|
refactor(ci): remove dynamic version tag from Docker image in create_dev.yml
|
2025-06-12 21:54:33 +02:00 |
|
|
|
acbd6ccc00
|
refactor(ci): update Docker image tags to use breizhhardware namespace
|
2025-06-12 21:44:39 +02:00 |
|
|
|
8c97043b2f
|
refactor(rust): remove support for armv7 architecture in CI configuration
|
2025-06-12 21:39:19 +02:00 |
|
|
|
38918f0bb8
|
refactor(rust): simplify CI dependencies by removing unnecessary job requirement
|
2025-06-12 21:33:46 +02:00 |
|
|
|
622e3d4334
|
refactor(rust): update CI configuration for multi-architecture Docker builds
|
2025-06-12 21:32:20 +02:00 |
|
Félix MARQUET
|
b28f70b659
|
refactor(rust): add support for vendored OpenSSL in CI configuration
|
2025-06-12 20:23:06 +02:00 |
|
Félix MARQUET
|
5caa2b56ce
|
refactor(rust): update CI configuration to support static OpenSSL with cross
|
2025-06-12 20:18:30 +02:00 |
|
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
|
de60020b01
|
Merge pull request #13 from BreizhHardware/dev
fix(dependabot): ensure updates target the dev branch
|
2025-06-10 11:47:55 +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 |
|