Skip to content

Commit

Permalink
Merge pull request #14 from openfga/release/v0.1.1
Browse files Browse the repository at this point in the history
release: v0.1.1
  • Loading branch information
rhamzeh authored Jun 3, 2024
2 parents 21b4215 + 68f370e commit d0befaa
Showing 1 changed file with 17 additions and 0 deletions.
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.

0 comments on commit d0befaa

Please sign in to comment.