-
Notifications
You must be signed in to change notification settings - Fork 162
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
chore: update respect command handler #1920
Conversation
|
|
Coverage report
Test suite run success1325 tests passing in 190 suites. Report generated by 🧪jest coverage report action from cff50ef |
1d1d5a6
to
cff50ef
Compare
* feat: add respect to cli * chore: prettier * chore: changes to e2e and rename to respect-core * feat: remove respect auth * fix: add ignored module * chore: add files * fix: type issue in utils * fix: update all e2e tests * chore: renaming * chore: fix and simplify go-to logic * chore: fix lint and unit tests * chore: fix e2e for new goto * chore: fix scripts to support respect-core * fix parser:generate * chore: rename ResultObject type * chore: remove todos * chore: sync package-lock * chore: fix some lint errors * chore: add secret * chore: prettier fix * chore: add abnf-parser to prettierignore * chore: publish respect-core snaphot to npm * chore: comment ignored e2e snapshot and update regexp * fix: update cert regexp * chore: try fixing publish and yarn smokes * chore: try fixing publish * chore: try fixing publish and remove smokes for node 14 and 16 * chore: fix docker smoke test * chore: improve README and CONTRIBUTING files * fix: cookies from workflows and step are not set to the request (#1918) * chore: update respect command handler (#1920) * fix: the $file decorator resolves wrong path to the file (#1921) --------- Co-authored-by: DmitryAnansky <[email protected]> Co-authored-by: Roman Hotsiy <[email protected]> Co-authored-by: Andrew Tatomyr <[email protected]>
* feat: add respect to cli * chore: prettier * chore: changes to e2e and rename to respect-core * feat: remove respect auth * fix: add ignored module * chore: add files * fix: type issue in utils * fix: update all e2e tests * chore: renaming * chore: fix and simplify go-to logic * chore: fix lint and unit tests * chore: fix e2e for new goto * chore: fix scripts to support respect-core * fix parser:generate * chore: rename ResultObject type * chore: remove todos * chore: sync package-lock * chore: fix some lint errors * chore: add secret * chore: prettier fix * chore: add abnf-parser to prettierignore * chore: publish respect-core snaphot to npm * chore: comment ignored e2e snapshot and update regexp * fix: update cert regexp * chore: try fixing publish and yarn smokes * chore: try fixing publish * chore: try fixing publish and remove smokes for node 14 and 16 * chore: fix docker smoke test * chore: improve README and CONTRIBUTING files * fix: cookies from workflows and step are not set to the request (#1918) * chore: update respect command handler (#1920) * fix: the $file decorator resolves wrong path to the file (#1921) * chore: improve performance (#1924) * fix: kebab case command options & mtls path & remove residensy (#1925) * chore: cleanup resources folder (#1926) * fix: revert dynamic imports * chore: add dynamic import back --------- Co-authored-by: DmitryAnansky <[email protected]> Co-authored-by: Roman Hotsiy <[email protected]> Co-authored-by: Andrew Tatomyr <[email protected]>
What/Why/How?
Improve the respect command integration into CLI.
Reference
Testing
Screenshots (optional)
Check yourself
Security