Upgrade to 8.0.3 lead to OpenSSL::Cipher::CipherError (bad decrypt)

2015-10-06 Thread Andreas Hutstein
We upgrade our gitlab server to 8.0.3 and followed the migration guide: http://doc.gitlab.com/ce/migrate_ci_to_ce/README.html Since the upgrade our workers are no longer able to start their jobs. DEBU[0723] 0 Checking runner laptop url=http://gitlab.yyy.com/ci token=ea5afd53c930d6dd734

how to rename sign in tab label name from "Standard" to other name?

2015-10-06 Thread Chandra Sekaran
Hi, how to rename sign in tab label name from "Standard" to other name? FYI: I am suing gitlab CE. -- You received this message because you are subscribed to the Google Groups "GitLab" grou

Re: how to rename sign in tab label name from "Standard" to other name?

2015-10-06 Thread Kelvin Mutuma
Hey, Just go to gitlab/app/views/devise/shared/_signin_box.html.haml. On line 19 you will see *= link_to 'Standard', '#tab-signin', 'data-toggle' => 'tab'* Change the Standard to whatever name you want. -- You received this message because you are subscribed to the Google Groups "GitLab" gro

Re: Upgrade to 8.0.3 lead to OpenSSL::Cipher::CipherError (bad decrypt)

2015-10-06 Thread Kelvin Mutuma
Wrong/missing entry in .secret file. -- 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 visit

Re: how to rename sign in tab label name from "Standard" to other name?

2015-10-06 Thread Chandra Sekaran
Hi Kelvin Mutuma, thanks for your reply. as you said, i ahve changed "*Standard*" to "local" but still its hows standard on login window. is it the right path to the file : */opt/gitlab/embedded/service/gitlab-rails/app/views/devise/shared* .login-box - if signup_enabled? .login-heading

Re: how to rename sign in tab label name from "Standard" to other name?

2015-10-06 Thread Kelvin Mutuma
Do sudo gitlab-ctl reconfigure assuming you used the omnibus installation. -- 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 vi

How can I configure gitlab service to run at startup on linux/centos

2015-10-06 Thread Chandra Sekaran
Hi , How can I configure gitlab service to run at startup on linux/centos? Thanks in advance. -Chandru -- 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+u

Re: how to rename sign in tab label name from "Standard" to other name?

2015-10-06 Thread Kelvin Mutuma
Great :) -- 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 visit https://groups.google.com/d/m

Re: how to rename sign in tab label name from "Standard" to other name?

2015-10-06 Thread Chandra Sekaran
Hi Kelvin Mutuma, thank you , its working fine after restart the service "gitlab-ctl restart" -chandru On Tuesday, October 6, 2015 at 7:17:01 PM UTC+5:30, Kelvin Mutuma wrote: > > Do sudo gitlab-ctl reconfigure assuming you used the omnibus installation. > -- You received this message becaus