Rodrigo Mageste

Results 4 comments of Rodrigo Mageste

I add an file named `gvm.fish` in `~/.config/fish/functions/` folder with: ``` function gvm set after_env (mktemp -t env) set path_env (mktemp -t env) bash -c "source ~/.gvm/scripts/gvm && gvm $argv...

Any updates? I did the same test as @Mnjaro and it didn't work either. I'm using **SonarQube 7.9.1** and **sonar-auth-gitlab-plugin 1.3.2**.

After log in with GitLab, the callback method (GitLabIdentityProvider#callback) of plugin is executed and users groups syncronized. To sync groups, the plugin use this hash: ``` { Link: ; rel="next",...

My Gemfile.lock: ``` simple_xlsx_reader (5.0.0) nokogiri rubyzip rubyzip (1.0.0) nokogiri (1.13.9) ```