fotingo icon indicating copy to clipboard operation
fotingo copied to clipboard

A CLI to ease the interaction between git, github and jira when working on tasks.

Results 58 fotingo issues
Sort by recently updated
recently updated
newest added

Fixing a few issues that made noise when installing `fotingo`. Still one remains via `tscpaths`'s dependencies.

Wish: Checkout to existing branch instead of throwing "There is already a branch for the issue"

POC of moving from jest to vitest. **Description** Will update this to list everything changed. Summary is all tests pass. Coverage fails on a few tests but same in jest....

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.5.0 to 3.13.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 87b0d75: Increase the level of deprecation notices for use of simple-git/promise, which will be fully...

dependencies

Bumps [@scarf/scarf](https://github.com/scarf-sh/scarf-js) from 1.1.0 to 1.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@scarf/scarf&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 RC For release notes, check out the release announcement. For the complete list of fixed issues,...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19.0.5. Release notes Sourced from semantic-release's releases. v19.0.5 19.0.5 (2022-08-23) Reverts Revert "fix(deps): update dependency yargs to v17" (#2534) (8f07522), closes #2534 #2533 v19.0.4 19.0.4...

dependencies

Bumps [npm](https://github.com/npm/cli) from 8.3.2 to 8.18.0. Changelog Sourced from npm's changelog. v8.18.0 (2022-08-17) Features e6d4304 #5306 feat(arborist): add overridden getter to Node class (@​nlf) d221f72 #5306 feat(arborist): add :overridden pseudo...

dependencies

Sometimes PRs need to run CI and other tests but aren't necessarily ready for review. Draft PRs are great for this use case. Suggested feature: - Add `--draft` or similar...

When creating a pull request from an issue that contains an image attachment (or any other attachment for that matter), it's not copied over. **Steps to reproduce** - Create a...