MahmoudEmad
  • Joined on 2023-12-13
MahmoudEmad pushed to main at herocode/secureweb 2025-05-11 14:43:22 +00:00
486b5ceb05 chore: Improve website UI and add .vscode to .gitignore
MahmoudEmad pushed to main at herocode/secureweb 2025-05-11 14:17:31 +00:00
e68d0bbe8c feat: Move .gitignore to root directory
MahmoudEmad pushed to main at herocode/secureweb 2025-05-11 13:13:36 +00:00
8727c27146 feat: Add comprehensive README with project details
MahmoudEmad pushed to main at herocode/secureweb 2025-05-11 13:11:01 +00:00
4c6ce31b20 feat: Add Tailwind CSS and UI components
MahmoudEmad pushed to main at herocode/herolib_rust 2025-05-10 05:50:28 +00:00
1ebd591f19 feat: Enhance documentation and add .gitignore entries
Compare 2 commits »
MahmoudEmad deleted branch development_psgl_installer from herocode/herolib_rust 2025-05-09 14:13:04 +00:00
MahmoudEmad pushed to main at herocode/herolib_rust 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 merged pull request herocode/herolib_rust#6 2025-05-09 14:12:57 +00:00
Implement PostgreSQL Installer Module for Rhai
MahmoudEmad opened issue herocode/herolib_rust#7 2025-05-09 13:27:31 +00:00
Move Zinit and Mycelium clients to the SAL module
MahmoudEmad commented on issue herocode/herolib_rust#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/herolib_rust#6 2025-05-09 13:15:33 +00:00
development_psgl_installer
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…