Alex Clarke
0167753cfe
Merge pull request #30 from tangowithfoxtrot/var-interpolation
...
feat: environment variable interpolation in the managarr config file
2025-02-19 17:52:23 -07:00
Alex Clarke
73131cc518
Merge branch 'main' into var-interpolation
2025-02-19 17:40:16 -07:00
25576757bb
ci: Updated codecov config to consider patches as well to hopefully fix PR issues [skip ci]
2025-02-19 17:40:03 -07:00
105c8f3a82
test: Hopefully the final environment variable name fix to correct all race conditions with parallel tests
2025-02-19 17:27:56 -07:00
5164d81492
test: Fix a potential race condition happening with parallel tests
2025-02-19 15:59:31 -07:00
319e5f1ac2
test: Added remaining unit tests for the deserialize_optional_env_var deserialization functions
2025-02-19 15:44:55 -07:00
Alex Clarke
b24c2fbeb1
Merge branch 'main' into var-interpolation
2025-02-19 15:14:41 -07:00
bc5053c39c
fix: Updated openssl to 0.10.70 to mitigate CVE-2025-24898
2025-02-03 16:06:47 -07:00
tangowithfoxtrot
f06a031c93
Merge branch 'main' into var-interpolation
2025-01-26 14:40:14 -08:00
tangowithfoxtrot
8d450dea5a
Merge branch 'main' into var-interpolation
2025-01-26 14:36:45 -08:00
c4ace8c53f
feat: Tweaked the implementation for environment variables in the config a bit
2025-01-26 14:59:09 -07:00
78f104f558
refactor: Added a debug line for logging to output the config used when starting Managarr
2025-01-26 14:56:37 -07:00
e8a6f740b9
refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
2025-01-26 14:47:40 -07:00
tangowithfoxtrot
6f3c6ec840
feat: var interpolation
2025-01-26 09:28:47 -08:00
Alex Clarke
47a3ef1d8b
Merge pull request #29 from Dark-Alex-17/license-update
...
Updated license and attribution requirements
2025-01-21 15:47:00 -07:00
Alex Clarke
367e9bf33b
Added attribution guidelines to the CONTRIBUTING
...
Added attribution guidelines to the CONTRIBUTING file so the license is easier to understand
2025-01-21 15:10:01 -07:00
Alex Clarke
f122b02424
Do not require attributions for forks
...
Update the LICENSE to not require an attribution for forks that merge back into the main/aren't distributed as separate projects
2025-01-21 14:58:35 -07:00
Alex Clarke
3a09c17f0a
Update LICENSE
...
Made the attribution wording more flexible and less legal in nature.
2025-01-21 14:53:30 -07:00
Alex Clarke
6773abb04e
Update LICENSE due to scammer abuse
...
Updated the LICENSE to incorporate an attribution clause, and prohibit commercial use.
This was done in response to a recently discovered abuse of some scammers using both my GitHub and this project in job applications to scam other companies and job applicants, offering to "adapt the project to the needs of their internal tools".
Previously, this would have been fine. However, with scams spiking recently and myself struggling to find a job, this kind of abuse is, regrettably, something I must limit.
2025-01-21 13:14:15 -07:00
b757d66d7a
fix: Addressed rustfmt complaints
2025-01-18 15:33:56 -07:00
81cb7a750c
refactor: Removed unnecessary clones in the networking module to speed up network request handling
2025-01-18 15:23:03 -07:00
3be59108a9
refactor: Corrected some clone instead of copy behaviors in the command line handlers
2025-01-18 14:54:25 -07:00
fac9c45aee
refactor: Removed unnecessary clone from stateful table
2025-01-18 14:24:23 -07:00
184bd2b510
refactor: Removed unnecessary clone call from extract_and_add_tag_ids_vec method
2025-01-18 14:15:52 -07:00
fda69178b9
refactor: Reduced the number of clones necessary when building modal structs
2025-01-18 13:56:18 -07:00
652bbcd5d4
refactor: Refactored a handful of Option calls to use take instead
2025-01-18 13:00:21 -07:00
fd35106df8
refactor: Renamed KeyEventHandler::with to KeyEventHandler::new to keep with Rust best practices and conventions
2025-01-18 12:43:25 -07:00
Alex Clarke
5ead5bc3d6
docs: removed the Unraid section of the README now that the issue has been corrected and fixed.
2024-12-31 16:55:39 -06:00
3ce0003315
docs: Added installation instructions for Nix and a note for Unraid users until the template is corrected by the maintainer
2024-12-30 11:25:15 -07:00
Alex Clarke
ee94059a15
fix: Corrected typo in the managarr.nuspec.template
2024-12-21 21:26:38 -07:00
844742053d
ci: Finalized corrected release workflow [skip ci]
2024-12-21 16:52:29 -07:00
github-actions[bot]
7ed9cfa018
chore: Bump the version in Cargo.lock
v0.4.2
2024-12-21 23:48:07 +00:00
github-actions[bot]
71791afca0
bump: version 0.4.1 → 0.4.2 [skip ci]
2024-12-21 23:48:04 +00:00
a52eddfdac
ci: Reverted failed release [skip ci]
2024-12-21 16:47:31 -07:00
0474978ac0
ci: Fixed final typo I hope [skip ci]
2024-12-21 16:46:16 -07:00
4b94a0ce2a
ci: Fixed typo in release flow [skip ci]
2024-12-21 16:44:48 -07:00
0d1eac7610
ci: Final test of corrected release flow for GitHub [skip ci]
2024-12-21 16:43:04 -07:00
b129e5d5a4
Merge branch 'main' of github.com:Dark-Alex-17/managarr
2024-12-21 14:59:58 -07:00
9f5c22890d
ci: Configure release workflow to only release docker now [skip ci]
2024-12-21 14:58:54 -07:00
github-actions[bot]
74f4a19003
chore: Bump the version in Cargo.lock
2024-12-21 21:57:10 +00:00
github-actions[bot]
717d9872dc
bump: version 0.4.1 → 0.4.2 [skip ci]
2024-12-21 21:57:08 +00:00
439270fe2d
ci: Revert failed release and add fix to (hopefully) finally fix the GitHub release [skip ci]
2024-12-21 14:37:18 -07:00
github-actions[bot]
601fd55435
chore: Bump the version in Cargo.lock
2024-12-21 21:34:35 +00:00
github-actions[bot]
341c5254f1
bump: version 0.4.1 → 0.4.2 [skip ci]
2024-12-21 21:34:33 +00:00
cb2701ada4
ci: Fixed a typo in the Managarr docker release. Still in release testing mode [skip ci]
2024-12-21 14:04:54 -07:00
28fcccce98
Reverted failed release once again...
2024-12-21 13:51:01 -07:00
2ba3e56772
docs: Removed unnecessary revert commit mention in the CHANGELOG
2024-12-19 21:51:02 -07:00
github-actions[bot]
f3fa3401f1
chore: Bump the version in Cargo.lock
2024-12-20 04:19:08 +00:00
github-actions[bot]
820f339982
bump: version 0.4.1 → 0.4.2 [skip ci]
2024-12-20 04:19:04 +00:00
afd9dd34a7
fix: Revert failed release [skip ci]
2024-12-19 20:37:32 -07:00