Re: GitLab.com Issues Listing Throws 500 Error

2016-04-21 Thread Steve Palacios
Interesting development, it appears that this is caused by a caching issue with Chrome (latest). switching to a different computer or profile resolves this issue. Suggesting it might be a token issue? odd. So, nevermind my blabbering. On Thursday, April 21, 2016 at 2:07:21 PM UTC-7, Steve Pala

GitLab.com Issues Listing Throws 500 Error

2016-04-21 Thread Steve Palacios
When using GitLab.com, attempting to visit https://gitlab.com/gitlab-org/gitlab-ce/issues gives a 500 error. This seems to be limited to this area only as other links appear to be working properly. For obvious reasons, a ticket was not created for this. This issue popped up immediately after th

Git Auto Merge occurs in wrong way without showing conflict

2016-04-21 Thread Himanshu Gamit
When i merge two branches seeding from master. It auto merges file and creates duplicate code because of newline in second branch with same code without showing conflict. Scenario: 1. add new source code file into master branch text.cs and add sample C# code up to 1000 lines . 2. See

how do I use my github account?

2016-04-21 Thread THUFIR HAWAT
I tried to login with github; since that wasn't working, I logged in with google. Now my account is "thufir.hawat" instead of just "thufir" as on github. How can I change it to "thufir"? thanks, Thufir -- You received this message because you are subscribed to the Google Groups "GitLab"

Re: gitlab-ci - branch name

2016-04-21 Thread Marat Kalibekov
Thank you very much! very useful! -- Kalibekov Marat 8 777 4826322 On Thu, Apr 21, 2016 at 1:37 PM, Magnus Therning wrote: > > Marat Kalibekov writes: > > > Hi all! > > Is it possible to get branch name in build via some variable? > > Yupp. I have the following to print some information on ea

Re: gitlab-ci - branch name

2016-04-21 Thread Magnus Therning
Marat Kalibekov writes: > Hi all! > Is it possible to get branch name in build via some variable? Yupp. I have the following to print some information on each CI build: REPO=${CI_BUILD_REPO:-NoRepo} BRANCH=${CI_BUILD_REF:-NoBranch} BUILD_NUM=${CI_BUILD_ID:-NoNum} REPONAME=$(bas