| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-07-23 | build: Remove broken submodule configuration | 3 | -1/+0 | ||
| 2025-07-23 | Remove CI/CD pipeline files - moving to separate PR | 4 | -185/+0 | ||
| 2025-07-23 | make was improperly being called inside the container on a project that is ↵ | 2 | -5/+9 | ||
| missing its dependencies in the lib/ directory, leading to a 'No rule to make target' error: updated Dockerfile to remove the submodule command at: ln:29: and: Jenkinsfile will use the git submodule sync command. This will ensure the agent's repository is correctly configured before fetching the submodule code: at: ln:9-17 | |||||
| 2025-07-23 | Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and ↵ | 2 | -32/+43 | ||
| thus, will init .gitmodules: ln:10 removed from original Jenkinsfile | |||||
| 2025-07-23 | CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually ↵ | 1 | -38/+25 | ||
| automating the module initialization via jenkins: DEBUG VERSION: Jenkinsfile | |||||
| 2025-07-23 | CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including ↵ | 2 | -9/+7 | ||
| the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process. | implemented background process operator | 6 | -154/+238 | ||
| 2024-09-23 | implemented piping into new chaining method | 1 | -10/+30 | ||
| 2024-09-18 | fixed && chaining for builtins | 2 | -23/+31 | ||
| 2024-09-18 | added basic && chaining | 2 | -8/+73 | ||
| 2024-09-17 | changed tokenizer to handle all the chaining operators | 3 | -20/+78 | ||
| 2024-09-17 | Update README.md | 1 | -0/+1 | ||
| 2024-09-13 | added better clarification to help menu | 1 | -1/+2 | ||
| 2024-09-13 | improved installation instructions | 1 | -3/+3 | ||
| 2024-09-12 | v0.1.1 | 1 | -1/+1 | ||
| 2024-09-12 | fixed bug in input buffer handling due to misplaced print | 2 | -5/+8 | ||
| 2024-09-12 | Update build.yml checkout v4 | 1 | -1/+1 | ||
| 2024-09-12 | Update build.yml to artifact v4 | 1 | -1/+1 | ||
| 2024-09-12 | fixed exit status issue with non interative mode | 1 | -1/+1 | ||
| 2024-09-12 | added non interative mode for running lua scripts | 2 | -4/+28 | ||
| 2024-09-12 | temporary github action fix until non-interactive mode is implemented | 1 | -2/+2 | ||
| 2024-09-12 | attempt to update build script to accept input into lush shell | 2 | -4/+6 | ||
| 2024-09-12 | prevent lush workflow from getting stuck in tests | 1 | -1/+4 | ||
| 2024-09-12 | removed chsh in workflow | 1 | -4/+1 | ||
