Skip to content

Wrong get request URL #412

@OscarCreator

Description

@OscarCreator

Prerequsities

  • I'm on the latest version of the plugin
  • I've installed the required dependencies
  • I've run :h gitlab.nvim.troubleshooting and followed the steps there

Setup Configuration and Environment

Default options with the debug options set to true

Bug Description

I have a gitlab URL like https://a.b.com/git which seems to be wrongly used in get requests. The GET path becomes

/git/api/v4/projects/git%2Fproject-name

But it should be

/git/api/v4/projects/project-name

Reproduction Steps

  1. Check out the feature branch
  2. Open Neovim
  3. Run `:lua require("gitlab").review()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions