Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .changeset/smooth-cows-doubt.md

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @noxify/gitlab-ci-builder

## 1.6.0

### Minor Changes

- e53a7c1: Added pipeline simulation feature and improved remote extends handling

**Simulation Features:**
- Added `simulate` CLI command to simulate GitLab CI pipeline execution
- Added `PipelineSimulator` class for rule evaluation and job filtering
- Support for branch, tag, and merge request pipeline simulation
- Multiple output formats: summary, table, JSON, YAML, and text
- Predefined CI variables automatically set based on context
- Comprehensive integration and E2E test coverage

**Remote Extends Improvements:**
- Added `mergeRemoteExtends` global option to control remote extends resolution
- Fixed remote extends resolution for accurate pipeline simulation
- Better handling of remote includes and templates

**Documentation & Testing:**
- Enhanced CLI documentation with predefined variables table
- Added error handling documentation for remote includes
- Added "Common Pitfalls & Best Practices" section
- Improved JSDoc coverage for all public APIs

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noxify/gitlab-ci-builder",
"version": "1.5.0",
"version": "1.6.0",
"description": "Build GitLab CI/CD pipelines programmatically with TypeScript. Fluent API for creating jobs, templates, and workflows. Import/export YAML, visualize with Mermaid diagrams, and resolve extends chains automatically.",
"keywords": [
"gitlab",
Expand Down
Loading