Skip to content
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

Merged

Conversation

abhijithneilabraham
Copy link
Contributor

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

@ghost
Copy link

ghost commented Apr 11, 2020

There were the following issues with this Pull Request

  • Commit: adef62e
    • ✖ message may not be empty
    • ✖ type may not be empty

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
@ghost
Copy link

ghost commented Apr 11, 2020

There were the following issues with this Pull Request

  • Commit: adef62e
    • ✖ message may not be empty
    • ✖ type may not be empty

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!

abhijithneilabraham and others added 2 commits April 11, 2020 23:20
consume GitHub API the recommended way
@jamesgeorge007 jamesgeorge007 force-pushed the hotfix/abhijithneilabraham branch from c28afe7 to 807c60d Compare April 11, 2020 17:52
@abhijithneilabraham abhijithneilabraham changed the title fix for #78 fixing issue #78 for deprecated personal access token warning Apr 11, 2020
@jamesgeorge007 jamesgeorge007 changed the title fixing issue #78 for deprecated personal access token warning fix: regression with create repository implemenation Apr 13, 2020
@jamesgeorge007 jamesgeorge007 self-requested a review April 13, 2020 11:21
@jamesgeorge007 jamesgeorge007 added this to the v1.3.0 milestone Apr 13, 2020
@jamesgeorge007 jamesgeorge007 added the patch PR that fixes a bug label Apr 13, 2020
@jamesgeorge007 jamesgeorge007 linked an issue Apr 13, 2020 that may be closed by this pull request
@jamesgeorge007 jamesgeorge007 merged commit 49680d6 into madlabsinc:next Apr 13, 2020
@welcome
Copy link

welcome bot commented Apr 13, 2020

congrats
Congrats on your very first contribution 👏 Looking forward to having more from your side

abhijithneilabraham added a commit to abhijithneilabraham/teachcode that referenced this pull request Apr 13, 2020
fix: regression with create repository implemenation (madlabsinc#80)
abhijithneilabraham added a commit to abhijithneilabraham/teachcode that referenced this pull request Apr 14, 2020
fix: regression with create repository implemenation (madlabsinc#80)
jamesgeorge007 added a commit that referenced this pull request Apr 16, 2020
* 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>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
patch PR that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

teachcode fetchtask <key> doesn't create a new task
2 participants