Skip to content

Conversation

@AlexSkrypnyk
Copy link
Member

@AlexSkrypnyk AlexSkrypnyk commented Oct 16, 2024

closes #1421

@github-actions github-actions bot temporarily deployed to commit October 16, 2024 21:35 Inactive
@codecov
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.05%. Comparing base (67931e2) to head (6f063ab).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1428   +/-   ##
========================================
  Coverage    68.05%   68.05%           
========================================
  Files           41       41           
  Lines         3127     3127           
========================================
  Hits          2128     2128           
  Misses         999      999           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlexSkrypnyk AlexSkrypnyk merged commit 26f5bb3 into develop Oct 16, 2024
@AlexSkrypnyk AlexSkrypnyk deleted the feature/1421-add-seckit branch October 16, 2024 21:58
AlexSkrypnyk added a commit that referenced this pull request Nov 11, 2025
- Replaced individual `VORTEX_DEPLOY_SKIP_PR_<NUMBER>` and `VORTEX_DEPLOY_SKIP_BRANCH_<SAFE_BRANCH>` variables with comma-separated list variables
- Added `VORTEX_DEPLOY_SKIP_PRS` for PR numbers (single or comma-separated)
- Added `VORTEX_DEPLOY_SKIP_BRANCHES` for branch names (single or comma-separated)
- Updated `scripts/vortex/deploy.sh` with new list-based skip logic
- Updated PHPUnit tests to cover new skip scenarios
- Updated documentation for deployment workflows and variables
- Updated GitHub Actions workflow to include new environment variables
- Updated CI variables configuration
- Updated installer baseline fixtures

  This is a breaking change. Projects using the old mechanism will need to migrate from:
  VORTEX_DEPLOY_SKIP_PR_123: "1"
  VORTEX_DEPLOY_SKIP_BRANCH_FEATURE_TEST: "1"

  To:
  VORTEX_DEPLOY_ALLOW_SKIP: "1"
  VORTEX_DEPLOY_SKIP_PRS: "123"
  VORTEX_DEPLOY_SKIP_BRANCHES: "feature/test"
AlexSkrypnyk added a commit that referenced this pull request Nov 11, 2025
- Replaced individual `VORTEX_DEPLOY_SKIP_PR_<NUMBER>` and `VORTEX_DEPLOY_SKIP_BRANCH_<SAFE_BRANCH>` variables with comma-separated list variables
- Added `VORTEX_DEPLOY_SKIP_PRS` for PR numbers (single or comma-separated)
- Added `VORTEX_DEPLOY_SKIP_BRANCHES` for branch names (single or comma-separated)
- Updated `scripts/vortex/deploy.sh` with new list-based skip logic
- Updated PHPUnit tests to cover new skip scenarios
- Updated documentation for deployment workflows and variables
- Updated GitHub Actions workflow to include new environment variables
- Updated CI variables configuration
- Updated installer baseline fixtures

  This is a breaking change. Projects using the old mechanism will need to migrate from:
  VORTEX_DEPLOY_SKIP_PR_123: "1"
  VORTEX_DEPLOY_SKIP_BRANCH_FEATURE_TEST: "1"

  To:
  VORTEX_DEPLOY_ALLOW_SKIP: "1"
  VORTEX_DEPLOY_SKIP_PRS: "123"
  VORTEX_DEPLOY_SKIP_BRANCHES: "feature/test"
AlexSkrypnyk added a commit that referenced this pull request Nov 11, 2025
- Replaced individual `VORTEX_DEPLOY_SKIP_PR_<NUMBER>` and `VORTEX_DEPLOY_SKIP_BRANCH_<SAFE_BRANCH>` variables with comma-separated list variables
- Added `VORTEX_DEPLOY_SKIP_PRS` for PR numbers (single or comma-separated)
- Added `VORTEX_DEPLOY_SKIP_BRANCHES` for branch names (single or comma-separated)
- Updated `scripts/vortex/deploy.sh` with new list-based skip logic
- Updated PHPUnit tests to cover new skip scenarios
- Updated documentation for deployment workflows and variables
- Updated GitHub Actions workflow to include new environment variables
- Updated CI variables configuration
- Updated installer baseline fixtures

  This is a breaking change. Projects using the old mechanism will need to migrate from:
  VORTEX_DEPLOY_SKIP_PR_123: "1"
  VORTEX_DEPLOY_SKIP_BRANCH_FEATURE_TEST: "1"

  To:
  VORTEX_DEPLOY_ALLOW_SKIP: "1"
  VORTEX_DEPLOY_SKIP_PRS: "123"
  VORTEX_DEPLOY_SKIP_BRANCHES: "feature/test"
AlexSkrypnyk added a commit that referenced this pull request Nov 11, 2025
- Replaced individual `VORTEX_DEPLOY_SKIP_PR_<NUMBER>` and `VORTEX_DEPLOY_SKIP_BRANCH_<SAFE_BRANCH>` variables with comma-separated list variables
- Added `VORTEX_DEPLOY_SKIP_PRS` for PR numbers (single or comma-separated)
- Added `VORTEX_DEPLOY_SKIP_BRANCHES` for branch names (single or comma-separated)
- Updated `scripts/vortex/deploy.sh` with new list-based skip logic
- Updated PHPUnit tests to cover new skip scenarios
- Updated documentation for deployment workflows and variables
- Updated GitHub Actions workflow to include new environment variables
- Updated CI variables configuration
- Updated installer baseline fixtures

  This is a breaking change. Projects using the old mechanism will need to migrate from:
  VORTEX_DEPLOY_SKIP_PR_123: "1"
  VORTEX_DEPLOY_SKIP_BRANCH_FEATURE_TEST: "1"

  To:
  VORTEX_DEPLOY_ALLOW_SKIP: "1"
  VORTEX_DEPLOY_SKIP_PRS: "123"
  VORTEX_DEPLOY_SKIP_BRANCHES: "feature/test"
AlexSkrypnyk added a commit that referenced this pull request Nov 11, 2025
- Replaced individual `VORTEX_DEPLOY_SKIP_PR_<NUMBER>` and `VORTEX_DEPLOY_SKIP_BRANCH_<SAFE_BRANCH>` variables with comma-separated list variables
- Added `VORTEX_DEPLOY_SKIP_PRS` for PR numbers (single or comma-separated)
- Added `VORTEX_DEPLOY_SKIP_BRANCHES` for branch names (single or comma-separated)
- Updated `scripts/vortex/deploy.sh` with new list-based skip logic
- Updated PHPUnit tests to cover new skip scenarios
- Updated documentation for deployment workflows and variables
- Updated GitHub Actions workflow to include new environment variables
- Updated CI variables configuration
- Updated installer baseline fixtures

  This is a breaking change. Projects using the old mechanism will need to migrate from:
  VORTEX_DEPLOY_SKIP_PR_123: "1"
  VORTEX_DEPLOY_SKIP_BRANCH_FEATURE_TEST: "1"

  To:
  VORTEX_DEPLOY_ALLOW_SKIP: "1"
  VORTEX_DEPLOY_SKIP_PRS: "123"
  VORTEX_DEPLOY_SKIP_BRANCHES: "feature/test"
AlexSkrypnyk added a commit that referenced this pull request Nov 12, 2025
- Replaced individual `VORTEX_DEPLOY_SKIP_PR_<NUMBER>` and `VORTEX_DEPLOY_SKIP_BRANCH_<SAFE_BRANCH>` variables with comma-separated list variables
- Added `VORTEX_DEPLOY_SKIP_PRS` for PR numbers (single or comma-separated)
- Added `VORTEX_DEPLOY_SKIP_BRANCHES` for branch names (single or comma-separated)
- Updated `scripts/vortex/deploy.sh` with new list-based skip logic
- Updated PHPUnit tests to cover new skip scenarios
- Updated documentation for deployment workflows and variables
- Updated GitHub Actions workflow to include new environment variables
- Updated CI variables configuration
- Updated installer baseline fixtures

  This is a breaking change. Projects using the old mechanism will need to migrate from:
  VORTEX_DEPLOY_SKIP_PR_123: "1"
  VORTEX_DEPLOY_SKIP_BRANCH_FEATURE_TEST: "1"

  To:
  VORTEX_DEPLOY_ALLOW_SKIP: "1"
  VORTEX_DEPLOY_SKIP_PRS: "123"
  VORTEX_DEPLOY_SKIP_BRANCHES: "feature/test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Add SecKit module

2 participants