MahmoudEmad
  • Joined on 2023-12-13
MahmoudEmad pushed to main at herocode/sal 2025-05-09 14:12:57 +00:00
7828f82f58 Merge pull request 'Implement PostgreSQL Installer Module for Rhai' (#6) from development_psgl_installer into main
138dce66fa feat: Enhance PostgreSQL installation with image pulling
49e85ff8e6 docs: Enhance PostgreSQL client module documentation
Compare 3 commits »
MahmoudEmad opened issue herocode/sal#7 2025-05-09 13:27:31 +00:00
Move Zinit and Mycelium clients to the SAL module
MahmoudEmad commented on issue herocode/sal#4 2025-05-09 13:22:57 +00:00
in postgresql rhai module do installer

herocode/sal#6

The PostgreSQL installer module for Rhai has been successfully implemented. This module provides functionality to:

  • Install PostgreSQL using…
MahmoudEmad created pull request herocode/sal#6 2025-05-09 13:15:33 +00:00
development_psgl_installer
MahmoudEmad pushed to development_psgl_installer at herocode/sal 2025-05-09 13:13:49 +00:00
138dce66fa feat: Enhance PostgreSQL installation with image pulling
MahmoudEmad pushed to development_psgl_installer at herocode/sal 2025-05-09 12:47:39 +00:00
49e85ff8e6 docs: Enhance PostgreSQL client module documentation
MahmoudEmad created branch development_psgl_installer in herocode/sal 2025-05-09 12:47:39 +00:00
MahmoudEmad deleted branch development_tests from herocode/sal 2025-05-09 07:50:02 +00:00
MahmoudEmad pushed to main at herocode/sal 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/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