Release 1.15.0: Workflow CLI, functional tests, pytest CVE fix#199
Merged
Conversation
…locks Set up the foundation for testing all 41 GitHub workflow action blocks: - Add tests/functional/ directory with pytest marker - Add Justfile recipes: test-functional, test-functional-import, test-functional-sweep - Update pytest.ini to exclude functional tests from default runs - Add design spec documenting the full test approach Ref: #197 Co-Authored-By: Claude Opus 4.6 <[email protected]>
Adds a new `run` command to the workflows CLI that POSTs to
api/v1/workflows/{tag}/runs. Supports GLOBAL and ENTITY scope,
optional runAs email, initialContext via --context or --context-file,
and an optional --wait flag that polls until the run reaches a terminal
status (COMPLETED, FAILED, or CANCELLED) within a configurable timeout.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Adds a new `get-run` command to the workflows CLI that GETs details for
a specific workflow run via api/v1/workflows/{tag}/runs/{run_id}.
Requires --tag and --run-id flags; API key must have the View workflow
runs permission.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Workflow YAMLs use __GITHUB_INTEGRATION_ALIAS__ placeholder - Import substitutes the placeholder with GITHUB_INTEGRATION_ALIAS env var - Import test now asserts on failures instead of silently passing - Added GITHUB_INTEGRATION_ALIAS to Justfile env checks and README Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Bump pytest from ^8.2.2 to ^9.0.3 (CVE-2025-71176) - Consolidate pytest config into pytest.ini (fixes pytest 9 warning) - Remove (Beta) from entity-relationships (now GA) - Add (Beta) to workflows run and get-run commands - Exclude functional tests from test-all in Justfile - Auto-apply functional marker via conftest.py - Add workflow run/get-run test using JQ data transformation - Make scorecard exemption tests idempotent (clear PENDING + APPROVED) Co-Authored-By: Claude Opus 4.6 <[email protected]>
…ock-tests feat: workflow CLI, functional tests, pytest CVE fix, beta labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The next version will be 1.15.0 because the commits include
feat:prefixes (triggers minor bump).Changes since 1.14.0:
🤖 Generated with Claude Code