Re: Support for encrypted LDAP password

2016-09-20 Thread Anselmo Abadía
Any solution? On Wednesday, June 11, 2014 at 11:11:02 PM UTC-3, kevin chaves wrote: > > My company just started messing around with gitlab and we like it alot. > But one problem I ran into was setting up LDAP with an encrypted password. > My IT manager doesn't want to add the clear text password

Re: Support for encrypted LDAP password

2016-09-20 Thread Anselmo Abadía
Any solution? On Thursday, June 19, 2014 at 4:43:14 PM UTC-3, kevin chaves wrote: > > Also, would it be easy to obfuscate the password? I could make an attempt > at making the change. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe

problems with merging requests and editing files after upgrading to 8.12

2016-09-20 Thread Володя Ковтун
Hi I've upgraded gitlab (installed from source) from 7.8 to 8.12. Everything is working except two things: 1) can't accept Merge Requests via web interface. It shows me "Something went wrong during merge" message on the merge request's page. But I can merge branches manually . 2) can't edit f

Re: GitLab Remote Mirrors Gitolite

2016-09-20 Thread Drew Blessing
Thanks for explaining your requirements, Sverre. Some of these GitLab now has support for, but some are not yet there. Are some of these issues that you can compromise on, in order to gain the many advantages of having Git repositories available in a Web UI, with merge requests and enhanced col

Re: Assigning Certain Issues Fail

2016-09-20 Thread Drew Blessing
This appears to be an error that occurs when a current/previous assignee no longer exists. There must have been a specific set of circumstances when the user with ID 0 was deleted that did not destroy these type of relationships. Now you see strange issues like this. You may have to change the

Re: Gitlab CI shell on Windows only runs before_script

2016-09-20 Thread Drew Blessing
I'm glad to hear this has been resolved. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visi

Re: problems with merging requests and editing files after upgrading to 8.12

2016-09-20 Thread Drew Blessing
Since there was a 500 shown in the UI, there should be a stack trace in production.log. This will give more information about where the error occurred. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receivin

Re: Puppet module to monitor Gitlab Server?

2016-09-20 Thread Drew Blessing
Hi Stacey, I'm glad you found that health check page. We specifically created the endpoint described there to be consumed by a monitoring system that can parse JSON. Instead of cron, I suggest you explore any of the many monitoring systems available like Sensu, Nagios, Prometheus, and the list

Re: Gitlab Can't add ssh_key to authorized_keys file via GUI on web browse

2016-09-20 Thread Drew Blessing
Can you please share the output of `sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production`? Also, check the Sidekiq logs. When a key is added, it should spawn an async Sidekiq job to actually update the `authorized_keys` file. -- You received this message because you are subscribe

Re: CI/CD pulling registry images from multiple non-public projects

2016-09-20 Thread Drew Blessing
Hi Randall, This problem is being discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/18994. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubs

Re: [Gitlab CI]

2016-09-20 Thread Drew Blessing
Hi Reinout, The CI artifacts are mostly meant to hold binary artifacts, and files to share between CI stages. It's not meant to be a place to view rendered docs from a build. You may be able to upload some of these documents to the `public/` directory and publish it using GitLab Pages (requires

Re: make privacy settings law-compatible: how to show activity stream only in projects with membership

2016-09-20 Thread Drew Blessing
Hi Karma, If you set a project to 'private', the activity from that project will never be public. Only actual project members will be able to see the activity, project data, or even that the project exists in the first place. -- You received this message because you are subscribed to the Goog

Re: Installing gitlab on CentOS 6

2016-09-20 Thread Drew Blessing
Hi Tobias, What output do you get in your console when you run `gitlab-ctl reconfigure`? Output should also appear here, in addition to the log files. Also, what specific log file do you see this error in? There are many in `/var/log/gitlab`. -- You received this message because you are subs

Re: Issues installing gitlab-ce on Ubuntu 16.04 (xenial)

2016-09-20 Thread Drew Blessing
Hi Mark, Check out our install instructions at https://about.gitlab.com/downloads. Before running `apt-get install gitlab-ce` you will need to add our package repository to your server. This is the recommended way to install GitLab. What you're seeing for `apt-get install gitlab` is a community