dneves / gitlab-integration-plugin

Intellij Plugin for GitLab Integration
MIT License
37 stars 14 forks source link

Fetching remote users #12

Open ghost opened 9 years ago

ghost commented 9 years ago

Fetching remote users will not finish in PHPStorm 8.0.3

Silentscripter commented 8 years ago

Confirmed also in PHPStorm 9.0

mschultheiss83 commented 8 years ago

Confirmed also in PHPStorm 9.0.2

ag-websolutions commented 8 years ago

Confirmed also in PHPStorm 2016.1

bidek commented 7 years ago

Problem lies in GitLab-Java-Api wrapper. I think, it was designed to use in own Gitlab installation. GetUsers tries to fetch all users from gitlab, and gitlab.com has many users ;)

thomas-jeepe commented 6 years ago

Also in intellij latest version at the current time

dneves commented 5 years ago

could someone please verify this with the latest plugin version (1.1.0) ? thank you.