Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.1.1 #14

Merged
merged 1 commit into from
Jun 3, 2024
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

### [0.1.1](https://github.com/openfga/action-openfga-test/compare/v0.1.0...v0.1.1) (2024-06-03)

Added:
- Support running tests against a configurable external fga server (#11) - thanks @le-yams
Note that when running against an external server, the model defined in the file is ignored, and the tuples are limited to 20
- Support multiple test files (#8) - thanks @le-yams
This adds support for 2 optional parameters that specify what tests the action will run:
* `test_path` to specify a test file or folder (default value `.`)
* `test_files_pattern` to specify the pattern used to match test files (default value `*.fga.yaml`)

### [0.1.0](https://github.com/openfga/action-openfga-test/tree/v0.1.0) (2024-01-09)

Initial OpenFGA Test Action release.

This action can be used to run tests against an OpenFGA store file with a model.
Loading