Commit Graph

14 Commits

Author SHA1 Message Date
43ffedfad8 ... 2025-08-15 08:52:46 +02:00
e77f923cd2 ... 2025-08-15 06:30:12 +02:00
1501a09e62 ... 2025-08-13 12:09:11 +02:00
Mahmoud-Emad
5cee9a4d5a refactor: Extract git repository management into a dedicated module
- Moved git repository handling logic from `gittools` to a new
  `gitresolver` module for better code organization and reusability.
- Created a `GitUrlResolver` interface to abstract git URL resolution.
- Implemented a `GitToolsResolver` struct to adapt the existing
  `gittools` functionality to the new interface.  This allows for
  future extensibility with different git repository management
  strategies.
- Improved error handling and added more informative error messages.
- Improved the structure of the `heroscript` by breaking down the
  actions into smaller, more manageable units.
2025-07-23 19:00:43 +03:00
2a23458b57 ... 2025-07-23 11:58:17 +02:00
740b243356 .. 2025-07-21 13:40:04 +02:00
02ffc71aea ... 2025-07-19 15:54:23 +02:00
f092095e7b ... 2025-07-19 13:49:10 +02:00
60d6474a42 ... 2025-02-17 08:29:57 +03:00
timurgordon
34dea39c52 ... 2025-02-09 20:13:18 +00:00
74ab68d05f ... 2025-01-31 15:39:44 +03:00
6637756088 gittools 2025-01-23 14:09:20 +01:00
Mahmoud Emad
2e14b7b7af fix: improve git url parsing and deployment
- Improve the parsing of Git URLs to correctly handle paths and branches.
- Fix an issue where the `griddriver` installer was not correctly
- installed.
- Fix a bug in the `IPAddress` `ping` function.
- Update the `GitLocation` struct to correctly handle branches and
- tags.
- Fix a bug in the `GitRepo` `checkout` function.
- Improve the `gitlocation_from_url` function to handle various Git
- URL formats.
- Update the `livekit` installer to use the correct source command.
- Update the `golang` installer to use the correct `go version`
- command.
- Update the `griddriver` installer to use the correct version
- command.

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-02 13:35:36 +02:00
098fe97d73 the base 2024-12-25 12:23:15 +01:00