- Updated CI validation to exclude documentation from secret scanning
- Created comprehensive GitLab Environment Toolkit installation guide
- Added implementation summary document
- Updated documentation index with GET guide
- All validation tests passing
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
- Created .gitlab-ci.yml with multi-stage pipeline (validate, build, test, package, deploy)
- Added comprehensive GitLab CI/CD setup guide with GET integration
- Created API environment secrets documentation for all credentials
- Added GitLab secrets management script (set_gitlab_secrets.sh)
- Created GitLab Environment Toolkit configuration (.get-config.yml)
- Added GitLab vault configuration template
- Created GitLab quick reference guide
- Updated documentation index with CI/CD section
- Updated README with GitLab CI/CD information
- Enhanced .gitignore to prevent vault files from being committed
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
- Created `docs/INDEX.md` to categorize and index all repository documentation.
- Created `docs/USER_NOTES.md` as a dedicated place for user notes and external references.
- Updated `README.md` to link to the new documentation index and notes file.
- Preserved existing documentation structure while making it more navigable.