Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlens Remote provider doesn't work properly in "Commit graph" view #2460

Closed
MrLuje opened this issue Jan 20, 2023 · 6 comments
Closed

Gitlens Remote provider doesn't work properly in "Commit graph" view #2460

MrLuje opened this issue Jan 20, 2023 · 6 comments
Assignees
Labels
area-graph Issues or features related to the commit graph bug Something isn't working verified ✔ Verified

Comments

@MrLuje
Copy link

MrLuje commented Jan 20, 2023

Description

  1. We have a self-hosted gitlab instance and use ssh for git connection
  2. I added the following setting
"gitlens.remotes": [
  {
    "type": "GitLab",
    "domain": "git.mycompany.fr",
  },
]
  1. In "Branches" view, I can use "Open branch on remote" fine
  2. In "Commit graph" view, right-click on a branch and select "Open branch on remote"
  3. It doesnt work : "No auto-detected or configured remote providers found..."

GitLens Version

13.2.0

VS Code Version

Version: 1.74.3 (user setup)
Commit: 97dec172d3256f8ca4bfb2143f3f76b503ca0534
Date: 2023-01-09T16:59:02.252Z (1 wk ago)
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No

Git Version

git version 2.34.1

Logs, Screenshots, Screen Captures, etc

This one works fine :
image

This one doesn't
image

image

@MrLuje MrLuje added potential-bug triage Needs to be looked at labels Jan 20, 2023
@d13 d13 added the area-graph Issues or features related to the commit graph label Mar 16, 2023
@eamodio eamodio added bug Something isn't working and removed potential-bug labels Apr 11, 2023
@Igorgro
Copy link

Igorgro commented Apr 11, 2023

Having same issue. Moreover, when I click "Create Pull request" it doesn't open interface for creating merge request on GitLab

@vindby23
Copy link

May be your type should be github
it worked for me
type": "GitHub",

@axosoft-ramint axosoft-ramint self-assigned this Oct 10, 2023
@axosoft-ramint axosoft-ramint removed the triage Needs to be looked at label Oct 10, 2023
@axosoft-ramint
Copy link
Contributor

Fixed in commit: fe6b269

@axosoft-ramint axosoft-ramint added the needs-verification Request for community verification label Oct 11, 2023
@axosoft-ramint
Copy link
Contributor

Can you please verify this fix in the pre-release edition of GitLens? Thank you so much!

You can switch to the pre-release edition of GitLens, by clicking on the "Switch to Pre-Release version of this extension" from the Extensions view.

image

@eamodio eamodio added the pending-release Resolved but not yet released to the stable edition label Oct 11, 2023
@axosoft-ramint axosoft-ramint added verified ✔ Verified and removed needs-verification Request for community verification pending-release Resolved but not yet released to the stable edition labels Oct 13, 2023
@MrLuje
Copy link
Author

MrLuje commented Oct 17, 2023

Sorry @axosoft-ramint, I missed the notification
I tested with last week's release and it's now working fine, thanks :)

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-graph Issues or features related to the commit graph bug Something isn't working verified ✔ Verified
Projects
None yet
Development

No branches or pull requests

6 participants