-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat/rel 1275/script create lti platform #386
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Checklist
- New code is covered by tests (if applicable)
- Tests are running successfully (old and new ones) on my local machine (if applicable)
- New code respects code style rules
- New code respects best practices
- Feature is working correctly on my local machine (if applicable)
- Acceptance criteria are respected
- Pull request title and description are meaningful
- Pull request's target is not
master
- Commits are following conventional commits
- Commits messages are meaningful
- Commits are atomic
Co-authored-by: Vlad Byndych <[email protected]> Signed-off-by: Augustas <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #386 +/- ##
==========================================
Coverage 30.59% 30.59%
Complexity 817 817
==========================================
Files 104 104
Lines 2853 2853
==========================================
Hits 873 873
Misses 1980 1980 ☔ View full report in Codecov by Sentry. |
…thub.com/oat-sa/extension-tao-lti into feat/REL-1275/script-create-lti-platform
Version❕ Some commits are not using the conventional commits formats. They will be ignored in version management.
There are 0 BREAKING CHANGE, 1 feature, 4 fixes |
Script to create an Lti Platform, that could be used in the seed as a post install script.
Related to : https://oat-sa.atlassian.net/browse/REL-1275
How to test
php index.php "\oat\taoLti\scripts\tools\SetupLtiPlatform" --label TestPlatform --client_id test-client-id-1 --deployment_id 1 --audience https://foo.bar --token_url http://foo.bar --oidc_url http://foo.bar --jwks_url https://foo.bar