Skip to content

Tags: hudikhq/hoodik

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.8.1 (#144)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
complete Actix 4.11 upgrade, fix clippy warnings, and consolidate dep… (

#142)

* complete Actix 4.11 upgrade, fix clippy warnings, and consolidate dependencies

- Complete Actix Web 4.11 upgrade verification
  - Verify FromRequest implementations are compatible
  - Confirm Sea-ORM runtime-actix-rustls compatibility
  - All actix-web related code compiles successfully

- Fix all clippy warnings (102 → 0)
  - Replace .get(0) with .first() in test files
  - Remove needless lifetimes from function signatures
  - Remove unused mut keywords
  - Add is_none() method to OptionLike trait
  - Fix useless conversions and dereferences

- Add rust-version to all Cargo.toml files
  - Set rust-version = 1.91 for all workspace members
  - Ensures consistent Rust version requirements

- Consolidate duplicate dependencies into workspace
  - Add 50+ common dependencies to [workspace.dependencies]
  - Update all 15 workspace members to use workspace = true
  - Single source of truth for dependency versions
  - Easier maintenance and version consistency

* fix CI issues

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding TLS mode support and updating email config (#138)

* Adding TLS mode support and updating email config
- Added SMTP_TLS_MODE
- Deprecated SMTP_DEFAULT_FROM and split it into two config attributes SMTP_DEFAULT_FROM_NAME and SMTP_DEFAULT_FROM_EMAIL

* up version

* addressing PR issues

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Header authentication (#133)

* Adding ability to have simpler auth through headers for test setup

* Fixing clippy errors

* updating checkout version

* fixing lint errors

* adding printing of the env in tests

* Fixing clippy

* fixing tests

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wrong version is displayed in the logs of the application (#127)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switching to real Docker repository (#126)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removing the version check from publishing job (#114)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removing the version check from publishing job (#114)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.2.1 (#101)

* Release v1.2.1

* removing condition for tests workflow

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.2.0 (#99)