You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add --project filter
* WIP support methods for filtering issue list by Project
* Allow projects to be found with ID or URL as well
* move project finder methods to separate module
* Use the new common project finder methods in CLI::Projects
* Appease the cyclic complexity gods
* tests around Project#match_score?
* Need to include CLI::SubCommands here to get #prompt support
* improve comment
* Abstract #project_for so it can be used in both Listing Issues and Creating Issues
* removed by rubocop
* prefer #fetch so we know if we try to query on a nonexistant key
* remove the safe-nav operator that could end up doing the exact opposite of what I want
* chore: Remove Gemfile.lock
* fix(linting): Corrects rubocop offenses
---------
Co-authored-by: Tj (bougyman) Vanderpoel <bougyman@users.noreply.github.com>
0 commit comments