-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support for Custom Prompts (#930)
* Add Support for Custom Prompts * Fixed Linting * Fixed context.test.js * Add E2e Test * Fix E2e Test * Fix E2e Test * Fix E2E Tests * Update structure * Updated Testcase for checking the file. * Update - Used _getRestClient for making requests. * Added _getRestClient Mock * Fixed Put Request. * Bump chai from 4.4.1 to 4.5.0 (#932) Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * FIx Formatting * reverted prompt types * Fixed Linting and schema * Make changes in Schema for partial prompts * Update codeowner file with new GitHub team name (#931) Co-authored-by: KunalOfficial <[email protected]> * Removed consolelogs * Fix back codeowners --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: stevenwong-okta <[email protected]>
- Loading branch information
1 parent
9ab33c3
commit 73e8f26
Showing
18 changed files
with
1,297 additions
and
97 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.