MahmoudEmad
  • Joined on 2023-12-13
MahmoudEmad pushed to development_psgl_installer at herocode/herolib_rust 2025-05-09 13:13:49 +00:00
138dce66fa feat: Enhance PostgreSQL installation with image pulling
MahmoudEmad created branch development_psgl_installer in herocode/herolib_rust 2025-05-09 12:47:39 +00:00
MahmoudEmad pushed to development_psgl_installer at herocode/herolib_rust 2025-05-09 12:47:39 +00:00
49e85ff8e6 docs: Enhance PostgreSQL client module documentation
MahmoudEmad deleted branch development_tests from herocode/herolib_rust 2025-05-09 07:50:02 +00:00
MahmoudEmad pushed to main at herocode/herolib_rust 2025-05-09 07:49:49 +00:00
663367ea57 Merge pull request 'Add Rhai scripting support for SAL' (#5) from development_tests into main
114d63e590 feat: Add PostgreSQL connection pooling support
22f87b320e feat: Improve package management and testing
f002445c9e feat: Add PostgreSQL and Redis client support
d3c645e8e6 docs: Add documentation for Nerdctl and RFS module tests
Compare 13 commits »
MahmoudEmad merged pull request herocode/herolib_rust#5 2025-05-09 07:49:48 +00:00
Add Rhai scripting support for SAL
MahmoudEmad commented on issue herocode/herolib_rust#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/herolib_rust 2025-05-09 07:45:59 +00:00
114d63e590 feat: Add PostgreSQL connection pooling support
MahmoudEmad commented on issue herocode/herolib_rust#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/herolib_rust 2025-05-09 06:54:43 +00:00
22f87b320e feat: Improve package management and testing
MahmoudEmad pushed to development_tests at herocode/herolib_rust 2025-05-09 06:45:58 +00:00
f002445c9e feat: Add PostgreSQL and Redis client support
MahmoudEmad commented on issue herocode/herolib_rust#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/herolib_rust 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/herolib_rust 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/herolib_rust 2025-05-08 14:00:34 +00:00
4897eb9133 feat: Add text module tests to SAL
MahmoudEmad pushed to development_tests at herocode/herolib_rust 2025-05-08 13:32:58 +00:00
1286939608 feat: Add Redis client module and tests
MahmoudEmad pushed to development_tests at herocode/herolib_rust 2025-05-08 12:54:46 +00:00
32217b6545 docs: Add documentation for Process module tests
MahmoudEmad pushed to development_tests at herocode/herolib_rust 2025-05-08 12:09:22 +00:00
4578b10acb ci: Add CI workflow for Rhai tests
MahmoudEmad pushed to development_tests at herocode/herolib_rust 2025-05-08 12:06:02 +00:00
4e166f7750 docs: Add documentation for running Rhai tests
MahmoudEmad pushed to development_tests at herocode/herolib_rust 2025-05-08 12:05:32 +00:00
d6905916ee docs: Add documentation for Git module tests