-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: regression with create repository implemenation #80
fix: regression with create repository implemenation #80
Conversation
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
1 similar comment
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
consume GitHub API the recommended way
c28afe7
to
807c60d
Compare
fix: regression with create repository implemenation (madlabsinc#80)
fix: regression with create repository implemenation (madlabsinc#80)
* chore: e2e test case for fetchtask (#64) * test: e2e test for fetchtask (incorrect tests/ code) * refactor: replaced var by let * test: tests giving incorrect snaps, 'incomplete tasks' and 'next task' * refactor: updated code to not reject promises when task is printed * refactor: tasks.js updated * fix: deleted extra files created * refactor: style update * refactor: style changes * refactor: destructuring * chore: audit deps * Simplify PR Template (#75) * docs: improvise PR template * docs: update PR template Co-authored-by: James George <jamesgeorge998001@gmail.com> * chore(deps): [security] bump acorn from 6.1.1 to 6.4.1 (#77) Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. **This update includes a security fix.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.1.1...6.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * chore: audit deps * refactor: use object literal rather than an array * chore: minor tweak * fix: regression with create repository implemenation (#80) * fix: regression consume GitHub API the recommended way * fix: lint Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com> * chore: drop showcommands (#82) * refactor: dropping showcommands as per #72 * chore: drop cli-table * refactor: avoid newline character Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com> * 1.3.0-beta.0 * test: update snapshots * refactor: remove unreachable code * chore: add ora spinner * refactor: format config file * refactor: dead code elimination * refactor: stick to best practices * test: update snapshots * chore: better logs * docs: update info relating to fetchtask command * test: update snapshots * docs: remove information concerning showcommands * docs: update info * 1.3.0 * test: update snapshots Co-authored-by: Rishabh Kalakoti <23037053+rishabhKalakoti@users.noreply.github.com> Co-authored-by: Annu <annujolly17@gmail.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Abhijith Neil Abraham <abhijithneilabrahampk@gmail.com>
Bug fix for #78
Solution for the api authentication through query parameters deprecated warning.
**Motivation behind the fix
The command
teachcode fetchtask <key>
requires personal access token and it could not be accessed and reason is described here. https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/link to issue #78