MahmoudEmad
  • Joined on 2023-12-13
MahmoudEmad merged pull request herocode/sal#5 2025-05-09 07:49:48 +00:00
Add Rhai scripting support for SAL
MahmoudEmad commented on issue herocode/sal#3 2025-05-09 07:48:29 +00:00
add postgresl & redis module

PostgreSQL & Redis Module Implementation - Complete

Implemented PostgreSQL & Redis modules with builder patterns for authentication Added parameter support, connection pooling,…

MahmoudEmad pushed to development_tests at herocode/sal 2025-05-09 07:45:59 +00:00
114d63e590 feat: Add PostgreSQL connection pooling support
MahmoudEmad commented on issue herocode/sal#3 2025-05-09 06:57:14 +00:00
add postgresl & redis module

PostgreSQL & Redis Module Implementation - Status Update

I've completed the implementation of the PostgreSQL and Redis modules with builder patterns for authentication as requested. Here's a…

MahmoudEmad pushed to development_tests at herocode/sal 2025-05-09 06:54:43 +00:00
22f87b320e feat: Improve package management and testing
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-09 06:45:58 +00:00
f002445c9e feat: Add PostgreSQL and Redis client support
MahmoudEmad commented on issue herocode/sal#2 2025-05-08 15:02:58 +00:00
finish this module

Update on Test Suite Implementation

I've completed the implementation of a comprehensive test suite for all Rhai modules in the SAL library. The tests are designed to work on Ubuntu and…

MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 14:48:08 +00:00
d3c645e8e6 docs: Add documentation for Nerdctl and RFS module tests
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 14:11:34 +00:00
83662736c0 feat: Add Buildah module tests to Rhai integration tests
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 14:00:34 +00:00
4897eb9133 feat: Add text module tests to SAL
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 13:32:58 +00:00
1286939608 feat: Add Redis client module and tests
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 12:54:46 +00:00
32217b6545 docs: Add documentation for Process module tests
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 12:09:22 +00:00
4578b10acb ci: Add CI workflow for Rhai tests
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 12:06:02 +00:00
4e166f7750 docs: Add documentation for running Rhai tests
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 12:05:32 +00:00
d6905916ee docs: Add documentation for Git module tests
MahmoudEmad created pull request herocode/sal#5 2025-05-08 11:34:02 +00:00
Add Rhai scripting support for SAL
MahmoudEmad pushed to development_tests at herocode/sal 2025-05-08 11:29:53 +00:00
76582706ab feat: Add Rhai scripting support for SAL
MahmoudEmad created branch development_tests in herocode/sal 2025-05-08 11:29:53 +00:00
MahmoudEmad commented on issue herocode/rweb_starterkit#1 2025-05-07 14:45:24 +00:00
make starterkit from hostbasket

Implemented all needed

  • How to run
cargo build && cargo run
  • You use cargo watch to restart the server when changing the code
cargo watch -x run
MahmoudEmad pushed to main at herocode/rweb_starterkit 2025-05-07 14:37:59 +00:00
c25cf96015 refactor: Remove unused JWT validation and extraction functions