Add environment variables for GitHub and Registry tokens, and Notifications WebHook URL.
Add setup steps for environment and fetch latest changelog.
Add latest changelog retrieval step in documentation workflow
Update workflow name to "Release" for clarity and consistency.
Update workflow job names and step descriptions
The Final Countdown
Update gitignore to include new directories and remove navbarLinks.ts. Refactor documentation links for consistency and fix typos in fast-track.md and parameters.md.
Fixing Docs Build Workflow
Fixing Markdown
Feature/wip (#10)
Add changelog generation and build orchestration options for Forge. Update examples in documentation to reflect new features and capabilities.
Fixes for the change log generator
Update build script to include 'forge' as a build type option. Refactor NodeService to handle different shell commands for package managers and shells.
Update NodeService to include a force flag in package manager install, improve logging for warnings and errors. Update Docker, Node, and NodeInDocker classes to use 'Ok' log level for build completion message.
Update documentation directory path and Docker build configuration for template build phase. Standardize parameter names in the script for consistency.
Refactor build classes to use shared components for deduplication.
Cleanup, Updated Docs Template
Merge branch 'main' into feature/wip
Refactor git clone to support branch specification (#9)
Update branch handling in node template build script
Addressed PR issues
Refactor git clone to support branch specification
Merge pull request #7 from The-Running-Dev/feature/code_coverage_in_ci
Update CI and release workflows with enhanced testing, coverage reporting, and documentation integration.
Delete unnecessary build log file and update logger warning message in NodeServiceTests.
Update CI and release workflows to execute test steps. Refactor logger extensions for error and warning messages. Update GitService, NodeService, Docker, and NodeInDocker classes to log errors with exceptions.
Add CI workflow for running tests with coverage and reporting
Add write permissions for checks and pull requests, update job names. Improve readability by removing emojis from job names.
Update test results directory and add actions for publishing test results, generating coverage report, adding coverage summary to PR, and uploading detailed coverage report as artifact.
Add test coverage collection and report upload, validate build process.
Merge pull request #6 from The-Running-Dev/hotfix/fixing_build_warnings
Refactor Docker and NodeInDocker classes for GitHub release and Git tag creation
Fixing Build Warnings
Merge pull request #5 from The-Running-Dev/hotfix/tags_and_releases
Add workflow action to skip duplicate runs
Cleanup to Address PR Review
Update CI, Docs, and Release workflows
Update build script to handle dotnet installation and execution
Refactor build scripts, remove redundant shell settings and emojis.
Update workflows to set working directory for build and release jobs.
Update CI and release workflows to use 'nuke' commands for Docker operations.
Automated testing for Docker Build Agent project, PRs & branches. - Optimized CI resource usage - Added duplicate action prevention - Enhanced build process validation - Implemented new services and DI usages - Added new NodeInDocker build type - Added more tests - Updated documentation - Cleanup