Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / VirtusLab/git-machete issues and pull requests

#919 - Use entry_points.txt to declare bin entrypoint, to avoid breaking in venvs

Issue - State: closed - Opened by cspotcode almost 2 years ago - 1 comment
Labels: bug, distribute, windows

#918 - Bump sphinx from 6.2.1 to 7.0.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 2 comments
Labels: dependencies

#917 - Bump coverage from 7.2.3 to 7.2.5

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#916 - Add missing tests for yellow-edge cases, among others

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: code quality, testing

#915 - `TestGitHub.test_github_api_pagination` mocks test code

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: code quality, testing

#914 - Add tests for various uncovered commands & cases

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: testing

#913 - Mock `ask_if` in a few tests instead of passing `-y` flag to improve coverage

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 2 comments
Labels: testing

#912 - Migrate from `setup.py` to `pyproject.toml` and `poetry`

Issue - State: open - Opened by PawelLipski almost 2 years ago
Labels: code quality, build

#911 - Use `vulture` to detect unused code

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: code quality, build

#910 - Add tox env for PEP8 autoformatting

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: build

#908 - Extract the common `setup_method` to `BaseTest`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: code quality, testing

#907 - Remove superfluous params from `tests.mockers.assert_command`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: code quality, testing

#906 - Bump sphinx from 6.2.0 to 6.2.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#904 - Take remote names into account when detecting remote branches in `git machete add`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: bug, underlying git

#903 - Extract the common test `setup_method` to a shared place (base class?)

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: good first issue, code quality, testing

#901 - Release v3.17.1

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: release

#900 - Pass `--force-if-includes` to `git push` alongside `--force-with-lease` if git >= 2.30.0

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: underlying git

#899 - Bump sphinx from 6.1.3 to 6.2.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#898 - Bump pygments from 2.15.0 to 2.15.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#897 - Remove `usedevelop` from all tox envs

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: testing

#896 - Fix fork point resolution when overridden fork point for branch X is an ancestor of X's parent

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: bug, fork point

#895 - Install man page with packages other than Homebrew to prevent a crash at `git machete --help`

Issue - State: open - Opened by PawelLipski almost 2 years ago
Labels: bug, distribute, cli

#894 - Pin Homebrew version for `ci/homebrew/ci-deploy.sh`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: bug, distribute

#893 - Release v3.17.0

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: release

#892 - Bump pytest from 7.3.0 to 7.3.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#891 - Generate man page via Sphinx

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: bug, docs

#890 - Remove `mogrify -loop 0` from `generate-asciinema-gif`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: docs

#889 - Do not checkout branches that are `untracked/ahead of remote/diverged from remote` in `traverse --no-push` mode

Pull Request - State: closed - Opened by amalota almost 2 years ago - 2 comments
Labels: bug, traverse

#888 - Bump pygments from 2.14.0 to 2.15.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#887 - Bump beautifulsoup4 from 4.12.1 to 4.12.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#886 - Bump pytest from 7.2.2 to 7.3.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#885 - Test against Python 3.12 once released (Oct 2023)

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: distribute, ci

#884 - Add `--ignore-if-missing` flag to `github retarget-pr` command

Pull Request - State: closed - Opened by amalota almost 2 years ago - 1 comment
Labels: feature, github

#883 - Replace usage of `git machete discover` in tests with explicit machete file definition

Pull Request - State: closed - Opened by amalota almost 2 years ago - 3 comments
Labels: code quality

#882 - Bump coverage from 7.2.2 to 7.2.3

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#881 - Bump mypy from 1.1.1 to 1.2.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#880 - Bump beautifulsoup4 from 4.12.0 to 4.12.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#879 - Resolve the failure in `test_github_checkout_prs`, reported for AUR package

Issue - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: bug, distribute, testing

#878 - Add `<branch>` parameter to `github retarget-pr` command

Pull Request - State: closed - Opened by amalota almost 2 years ago - 1 comment
Labels: feature, github

#877 - Make `github retarget-pr` accept `--ignore-if-missing` flag

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: feature, github

#876 - Make `github retarget-pr` accept branch name as a param

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: feature, github

#875 - Revamp `hook_samples/machete-post-slide-out` to take advantage of `git machete github retarget-pr`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: code quality, github

#874 - Run shellcheck based on shebang, not only .sh extension

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: code quality

#873 - Replace executions of `git machete discover -y` in tests with saving the branch layout directly

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: code quality, testing

#872 - Unify and fix usage of strict/inferred remote

Pull Request - State: closed - Opened by amalota almost 2 years ago
Labels: bug, traverse

#871 - Release v3.16.3

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago
Labels: release

#869 - Rerender gif from README, remove gaps between bars and junctions

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: docs

#868 - Release v3.16.2

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: release

#867 - Replace `asciicast2gif` with `agg` in `graphics/generate-asciinema-gif`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: docs

#864 - Do not assume that local branch and its remote counterpart has the same name when using `anno-prs`

Pull Request - State: closed - Opened by amalota almost 2 years ago - 1 comment
Labels: bug, github

#863 - Collect all relevant shields.io badges in a single file

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: docs

#862 - shields.io badge shows 0 Homebrew downloads in the latest month

Issue - State: closed - Opened by PawelLipski almost 2 years ago - 3 comments
Labels: bug

#860 - Pass `--empty=drop` to the underlying `git rebase`

Pull Request - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: bug, underlying git

#855 - `traverse`: even in `--no-push` mode, branches that are ahead of/diverged from remote are checked out

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: bug, minor, traverse

#854 - Bash completion doesn't work for `git machete t`

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: bug, cli

#853 - Underlying `git rebase` fails on effectively-empty commits

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: bug, underlying git, usability

#852 - `github anno-prs`: remote tracking branch might have a different name than the local branch

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: bug, github

#851 - What combinations of `machete.github.*` config keys make sense?

Issue - State: closed - Opened by PawelLipski almost 2 years ago
Labels: docs, github, usability

#850 - Strict (rather than combined) remote is probably used in too many places

Issue - State: closed - Opened by PawelLipski almost 2 years ago - 1 comment
Labels: bug, traverse, research needed

#820 - `git machete add` could just add *current* branch as root if it's unmanaged

Issue - State: closed - Opened by PawelLipski about 2 years ago
Labels: usability

#769 - Should qualifiers like `push=no`, `rebase=no`, `slide-out=no` apply beyond `traverse`?

Issue - State: closed - Opened by PawelLipski about 2 years ago - 1 comment
Labels: usability

#697 - `fish` completion suggests files/directories alongside commands

Issue - State: closed - Opened by PawelLipski over 2 years ago - 9 comments
Labels: bug, cli

#684 - Gitlab Integration

Issue - State: closed - Opened by mikeynap over 2 years ago - 12 comments
Labels: feature, externally requested, gitlab

#664 - `git machete rename <new-name>`

Issue - State: open - Opened by PawelLipski over 2 years ago - 2 comments
Labels: feature, externally requested

#627 - Use a single version of pytest-mock for Python 3.6 and 3.7+

Pull Request - State: closed - Opened by PawelLipski over 2 years ago

#608 - After opening a Release on GitHub, close the corresponding milestone

Issue - State: open - Opened by PawelLipski over 2 years ago - 1 comment
Labels: good first issue, ci

#596 - Revisit `hook_samples/machete-post-slide-out`

Issue - State: closed - Opened by PawelLipski over 2 years ago
Labels: docs, code quality

#593 - Make sections for subcommands of `github` linkable in readthedocs

Issue - State: open - Opened by PawelLipski over 2 years ago - 1 comment
Labels: docs, usability

#555 - Are the releases idempotent?

Issue - State: closed - Opened by PawelLipski over 2 years ago - 1 comment
Labels: build

#543 - Add tests for CLI completions

Issue - State: closed - Opened by PawelLipski over 2 years ago
Labels: testing, cli

#542 - `git machete` bash completions does not work for many commands and subcommands

Issue - State: closed - Opened by amalota over 2 years ago - 2 comments
Labels: bug, cli

#536 - Issue #535: Update completion's README.md for bash shell for macos

Pull Request - State: closed - Opened by amalota over 2 years ago - 5 comments
Labels: bug, docs, macos

#523 - Ban all `e.g.`s and `i.e.`s in docs and messages

Issue - State: closed - Opened by PawelLipski almost 3 years ago
Labels: good first issue, docs, ci

#499 - Describe hooks usage in README.md

Issue - State: closed - Opened by mkondratek almost 3 years ago - 4 comments
Labels: docs

#491 - Fix color scheme on Windows

Pull Request - State: closed - Opened by PawelLipski almost 3 years ago - 1 comment
Labels: windows

#484 - Unify names & usage of utils.sh/`die` in ci/checks/

Issue - State: closed - Opened by PawelLipski almost 3 years ago - 1 comment
Labels: good first issue, code quality, minor, ci

#475 - git_operations.py should be as machete-agnostic as possible

Issue - State: closed - Opened by PawelLipski almost 3 years ago - 2 comments
Labels: good first issue, code quality, underlying git

#402 - Prevent `github retarget-pr` against accidentally creating a cycle in Github PRs

Issue - State: open - Opened by PawelLipski about 3 years ago - 1 comment
Labels: feature, github

#329 - Consider adding `--force-if-includes` to all `git push` invocations if git version >= 2.30

Issue - State: closed - Opened by PawelLipski over 3 years ago
Labels: underlying git, research needed

#323 - Decide explicitly on `usedevelop = true/false` in each `tox` env

Issue - State: closed - Opened by PawelLipski over 3 years ago
Labels: testing, build

#308 - Refactor existing tests that are catching `SystemExit`

Issue - State: open - Opened by BartoszSiwinski over 3 years ago
Labels: code quality, testing

#286 - Consider splitting `MacheteClient` class into multiple files

Issue - State: open - Opened by PawelLipski over 3 years ago
Labels: good first issue, code quality, research needed

#259 - Utilize python `property` functionality

Issue - State: open - Opened by BartoszSiwinski over 3 years ago
Labels: good first issue, code quality, minor

#199 - Use sphinx to generate unix man page

Issue - State: closed - Opened by BartoszSiwinski over 3 years ago - 1 comment
Labels: docs

#170 - Test remaining commands and options

Issue - State: closed - Opened by BartoszSiwinski over 3 years ago - 2 comments
Labels: testing

#164 - Expand exception pool so that the error itself is more descriptive

Issue - State: open - Opened by BartoszSiwinski over 3 years ago - 1 comment
Labels: good first issue, code quality, python api

#119 - Provide `git machete completion bash|zsh|fish`

Issue - State: closed - Opened by PawelLipski about 4 years ago - 6 comments
Labels: feature, cli

#118 - Turn on strict optional (mypy)

Issue - State: closed - Opened by mkondratek about 4 years ago - 2 comments
Labels: code quality

#116 - `get_sole_remote_branch` is likely to deliver incorrect results in rare corner cases with compound remote names

Issue - State: closed - Opened by mkondratek about 4 years ago - 2 comments
Labels: bug, minor, research needed

#114 - Extract the part shared with `__git_machete_go_directions` in zsh completion script

Issue - State: closed - Opened by mkondratek about 4 years ago
Labels: code quality, minor, cli

#112 - Correctly suggest branches for `fork-point --unset-override` in zsh completion

Issue - State: closed - Opened by mkondratek about 4 years ago
Labels: minor, cli

#98 - Add support for automatic branch deletion on slide-out

Issue - State: open - Opened by PawelLipski over 4 years ago
Labels: feature

#97 - Include bash/fish/zsh completion scripts in deb/rpm packages

Issue - State: open - Opened by PawelLipski over 4 years ago
Labels: distribute, build

#53 - Make the ZSH completion file autoloadable

Pull Request - State: closed - Opened by ilai-deutel almost 6 years ago - 4 comments