Importing existing repositories into GitLab -- instructions don't match reality

2015-05-05 Thread Aleksey Tsalolikhin
Hello, I'd like to upgrade from git + gitweb to GitLab. I installed gitlab-ce-7.10.1~omnibus.2-1.x86_64 on CentOS 6.6 (latest version per GitLab.com instructions) In the GitLab UI, under New Project, the Import Project From pane does not allow me to put in the git URL (git://) of my repo. I d

Re: Importing existing repositories into GitLab -- instructions don't match reality

2015-05-06 Thread Aleksey Tsalolikhin
I found that if I do not try to import a repo, but choose to create a new repo instead, the very next screen shows instructions for importing a repo via git push. I'm all set. On Tue, May 5, 2015 at 6:04 PM, Aleksey Tsalolikhin wrote: > Hello, > > I'd like to upgrade f

Re: Need a Help on checking if the account is totally gone

2016-08-30 Thread Aleksey Tsalolikhin
Have you tried checking your spam folder? Maybe the email from GitLab got filtered automatically into some other folder? Could it be you didn't wait long enough for the email? On Mon, Aug 29, 2016 at 9:38 AM, 최이삭 wrote: > Hi, > > I have an issue with gitlab. > I have been using gitlab for a cl

Re: Possibility to resume database migration after failed update

2016-09-18 Thread Aleksey Tsalolikhin
Could you edit the update script to comment out the steps that were done during the first attempt? And run that, effectively resuming the update? On Sep 18, 2016 9:35 AM, "Daniel Le Berre" wrote: > Dear all, > > I have been updating manually gitlab from source each month for two years > and half

Re: ldap account going through approval process ?

2016-10-11 Thread Aleksey Tsalolikhin
I was just in my /etc/gitlab/gitlab.rb yesterday and I remember seeing a setting like that... Check block_auto_created_users in your ldap server definition. On Oct 11, 2016 1:36 PM, "T.J. Yang" wrote: > Hi > > I have ldap backend server configured and one can create gitlab account > automatic

Re: how to post image on project front page

2016-10-12 Thread Aleksey Tsalolikhin
Just put that at the top of your README. You could also upload a 200K image as your project avatar (under Edit Project) but I would not recommend it for a project timeline, the graphic would be too small. The README is the way to go. Best, Aleksey Tsalolikhin Vertical Sysadmin, Inc. Authorize

Re: 500 Error after update to 8.12.3 (MissingAttributeError)

2016-10-12 Thread Aleksey Tsalolikhin
Do you have a backup from before the upgrade, by any chance? Are you able to go back to last known working configuration to restore service? On Oct 12, 2016 1:43 AM, "Urs Liska" wrote: > There have been some updates to the gitlab-ce package in the meantime, but > they don't sort out my problem

Re: ldap account going through approval process ?

2016-10-15 Thread Aleksey Tsalolikhin
Perhaps run "sudo gitlab-ctl reconfigure" ? ᐧ -- Need training on CFEngine, Git or Time Management? Email train...@verticalsysadmin.com. On Sat, Oct 15, 2016 at 12:19 AM, T.J. Yang wrote: > Thanks for the pointer to setting of block_auto_created_users. > > 1. set it to true and restart gilab

Re: GitLab SSH k

2016-10-15 Thread Aleksey Tsalolikhin
e | root gitlabhq_production=# So there you go, you've got the key, the key title, and the user it belongs to (root). Hope this helps, Aleksey Tsalolikhin Vertical Sysadmin, Inc. Authorized GitLab Training Partner ᐧ -- Need training on CFEngine, Git or Time Management? Email train...@vertic

Re: Gitlab.com is down

2016-10-18 Thread Aleksey Tsalolikhin
Hi Summer. Gitlab.com comes up fine for me now. Try http://downforeveryoneorjustme.com/gitlab.com -- it checks if the site you specify is down for other people too. Best, Aleksey On Tue, Oct 18, 2016 at 1:51 AM, Summer nguyen wrote: > Dear Gitlab.com administrator, > I see that gitlab.com is

Re: Gitlab.com is down

2016-10-19 Thread Aleksey Tsalolikhin
On Wed, Oct 19, 2016 at 5:48 AM, Achilleas Pipinellis wrote: > > There were some issues with disk latency. You can check the account on > twitter https://twitter.com/gitlabstatus Fair enough. Thanks! ᐧ -- You received this message because you are subscribed to the Google Groups "GitLab" gro

Re: Remote not Found problem

2016-10-20 Thread Aleksey Tsalolikhin
ject repo? I'd love to see you at our free webinar on Git basics, Git Foundations: Basic Concepts and Definitions <https://www.eventbrite.com/e/git-foundations-basic-concepts-and-definitions-tickets-28647467346>, October 26th. Won't you please check it out? Best, Aleksey Tsaloli

Re: Idea for using Git as a legal documentation compiler - need an idiot-proof interface . .

2016-10-22 Thread Aleksey Tsalolikhin
If you and come up with something that works, it could change how lawyers work. I mean, this could be big. On Oct 22, 2016 7:59 AM, "Philip Rhoades P" wrote: > People, > > I am currently helping a friend who is financially stressed with a major > legal drama (child custody) and producing the req

Re: Idea for using Git as a legal documentation compiler - need an idiot-proof interface . .

2016-10-22 Thread Aleksey Tsalolikhin
If you *can* come up with something that works, I meant to say. On Oct 22, 2016 8:53 AM, "Aleksey Tsalolikhin" wrote: > If you and come up with something that works, it could change how lawyers > work. I mean, this could be big. > > On Oct 22, 2016 7:59 AM, &qu

Re: ldap account going through approval process ?

2016-11-15 Thread Aleksey Tsalolikhin
/15/2016. > Now the auto account creation is created locked mode. > Administrator will need to unlock the newly created account. > > On Saturday, October 15, 2016 at 8:40:25 AM UTC-5, Aleksey Tsalolikhin > wrote: >> >> Perhaps run "sudo gitlab-ctl reconfigure" ? >

Re: Is it possible to block one merge request until other merge request is complete?

2016-11-17 Thread Aleksey Tsalolikhin
Hi Diego, There is a request for this feature: https://gitlab.com/gitlab-org/gitlab-ce/issues/14232 You may want to comment on the issue. :) Best, Aleksey On Thu, Nov 17, 2016 at 6:11 AM, Diogo Figueiredo wrote: > 90% of the time there is no need but sometimes we need (we should) block a >

Re: ldap account going through approval process ?

2016-11-20 Thread Aleksey Tsalolikhin
On Tuesday, October 11, 2016 at 3:36:53 PM UTC-5, T.J. Yang wrote: > > Hi > > I have ldap backend server configured and one can create gitlab account > automatically if the ldap account is valid. > Is it possible the auto-create still going through administrator's > approval first then auto-create

Re: Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Aleksey Tsalolikhin
Does this happen every time? What are the URLs of the files you are trying to download? If you included URLs in your original email, they did not come across. Is NPM actually downloading anything or is it ending up with 0 byte files? On Tue, Nov 22, 2016 at 5:37 AM, Pavithra Murari wrote: > N

Re: GIT API Providers?

2016-11-22 Thread Aleksey Tsalolikhin
Hello Vivek, You can find the GitLab API documentation at https://docs.gitlab.com/ee/api/README.html GitHub and Bitbucket have API documentation as well which are in the top search results for "GitHub API" and "Bitbucket API". Hope this helps, Aleksey On Tue, Nov 22, 2016 at 4:36 AM, Vivek Viv

Re: GIT API Providers?

2016-11-22 Thread Aleksey Tsalolikhin
veloper.github.com/libraries/ > > > https://docs.gitlab.com/ee/api/README.html > > > > https://confluence.atlassian.com/bitbucket/use-the- > bitbucket-cloud-rest-apis-222724129.html > > > regards > > vivek > > On Tuesday, November 22, 2016 at 2:56:08 PM UT

Re: Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Aleksey Tsalolikhin
: > It ends up with 0 byte files and suspect connectivity issue. > > > On Tuesday, November 22, 2016 at 7:23:37 PM UTC+5:30, Aleksey Tsalolikhin > wrote: >> >> Does this happen every time? >> >> What are the URLs of the files you are trying to download? If you

Re: GIT API Providers?

2016-11-22 Thread Aleksey Tsalolikhin
BITBUCKET,GITLAB .They provide > API and i would like to use the GIT Provider who offers maximan API.. > > reagrds > vivek. > On Tuesday, November 22, 2016 at 3:47:49 PM UTC+1, Aleksey Tsalolikhin > wrote: >> >> Thank you, Vivek. I'm not sure what you mean by &quo

Re: Browser notification popups

2016-11-23 Thread Aleksey Tsalolikhin
You can integrate GitLab with mattermost chat. The mattermost notifications pop up just fine if you enable them. :) And GitLab gives you a lot of control about what kind of things to send to chat. On Nov 23, 2016 3:45 AM, "Divan Santana" wrote: Cool - thanks. We don't use CI yet. I was hoping

Re: changing hostname for URLs

2016-11-23 Thread Aleksey Tsalolikhin
Did you reconfigure GitLab after updating gitlab.rb? On Nov 23, 2016 3:44 AM, "Kristian Rink" wrote: > Folks; > > we used to set up our gitlab instance internally on a machine that, > initially, was just exposed as > "git" so all the repositories, the links in activation mails, ... point to > "h

Re: Support for private container registries in GitLab CI builds

2016-11-24 Thread Aleksey Tsalolikhin
Dear Jeff, I assume you are referring to the below in the release notes. It certainly reads like you should be able to use any container registry. What happens when you try? What have you tried to troubleshoot it? Best, Aleksey Support for private container registries in GitLab CI builds In Gi

Re: Can GitLab work with distributed file systems?

2016-11-27 Thread Aleksey Tsalolikhin
What is the problem you are trying to solve by putting your repositories on GlusterFS, Alexandr? On Nov 27, 2016 11:37 AM, "Alexandr Porunov" wrote: > Hello, > > I wonder to know if GitLab can normally works with distributed file > systems. I want to use GitLab with GlusterFS for repositories' d

Re: Can GitLab work with distributed file systems?

2016-11-28 Thread Aleksey Tsalolikhin
Understood, thank you, Alexandr. We'd love to hear how it goes. On Nov 28, 2016 2:03 AM, "Alexandr Porunov" wrote: > Aleksey, there are two purposes for it: > 1) Scalability. To easily grow capacity horizontally. > 2) High availability. To have hot replicas of repositories. > > Magnus, thanks f

Re: external access HTTPS vs. SSH, "git" user?

2016-12-05 Thread Aleksey Tsalolikhin
Is it a public project that your user checked out? Gitlab is a wrapper around git (in rough times). You don't see a git user in GitLab UI because it's at the Git level underneath GitLab. Use tcpdump (on the user's machine or on your GitLab instance) to understand how your user is accessing the r

Re: changing hostname for URLs

2016-12-20 Thread Aleksey Tsalolikhin
Yay! You are welcome! :) On Dec 20, 2016 5:18 AM, "Kristian Rink" wrote: > Am Mittwoch, den 23.11.2016, 09:21 -0800 schrieb Aleksey Tsalolikhin: > > Did you reconfigure GitLab after updating gitlab.rb? > > > > Nope. :| That obviously did it - thanks a b

Re: external access HTTPS vs. SSH, "git" user?

2016-12-20 Thread Aleksey Tsalolikhin
It happens. :) You are welcome! On Dec 20, 2016 5:24 AM, "Kristian Rink" wrote: > Am Montag, den 05.12.2016, 07:28 -0800 schrieb Aleksey Tsalolikhin: > > Is it a public project that your user checked out? > > Gitlab is a wrapper around git (in rough times). You

Re: Sidekiq process error

2016-12-20 Thread Aleksey Tsalolikhin
Does the merge ever finish? What version of GitLab are you running? Have you tried checking the GitLab logs? On Dec 20, 2016 12:49 AM, "Ashwini" wrote: > Hi Team, > > > > We are heavily facing the issues while Merging the MR’s in Gitlab. The > Status of “Merge in Progress” remains unchanged for

Re: Gitlab Internals

2017-02-06 Thread Aleksey Tsalolikhin
How's https://github.com/gitlabhq/gitlabhq/blob/master/doc/development/architecture.md ? On Feb 6, 2017 9:13 PM, "Mike" wrote: > > Can somebody please point me to some talk or presentation on Gitlab > architecture and internals? > > Thanks > > -- > You received this message because you are subsc

Re: Gitlab Internals

2017-02-07 Thread Aleksey Tsalolikhin
You're welcome, Mike. I haven't seen a GitLab video presentation on architecture. On Feb 6, 2017 11:43 PM, "Mike" wrote: > Sorry, I meant to ask for a video presentation. Thanks for sharing that > anyway. > > On Monday, February 6, 2017 at 9:22:54 PM

Re: How to write a file to my repo using python requests?

2017-02-10 Thread Aleksey Tsalolikhin
Hi, Joseph. Yes, you can write files to the repo using the API, as shown at https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions The command to write a file to a repo would be: curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" --header "Con

Re: Troubleshooting password recovery emails when using the Docker container

2017-02-13 Thread Aleksey Tsalolikhin
I would start by looking at MTA mail log on the GitLab instance. Should be in /var/log somewhere. On Feb 13, 2017 11:47 AM, "Nathan Valentine" wrote: Hey, everyone. I'm working on a Kubernetes Helm Chart for Gitlab CE/EE and one of the last issues I need to iron out is that I'm not getting pa

Re: Does GitLab support git archive command with SHA id

2017-02-21 Thread Aleksey Tsalolikhin
What is the command that you are running? I don't have any trouble with "git archive" but it doesn't try to upload anything: $ git archive -o latest.zip ae6c3bc47 $ ls -lh latest.zip -rw-rw-r-- 1 atsaloli atsaloli 1.1K Feb 21 07:23 latest.zip $ Best, Aleksey -- Need training on Git or GitLab

Re: Does GitLab support git archive command with SHA id

2017-02-22 Thread Aleksey Tsalolikhin
thanks > Ashwini > > On Tuesday, February 21, 2017 at 8:57:08 PM UTC+5:30, Aleksey Tsalolikhin > wrote: >> >> What is the command that you are running? >> >> I don't have any trouble with "git archive" but it doesn't try to upload >> a

Re: Does GitLab support git archive command with SHA id

2017-02-22 Thread Aleksey Tsalolikhin
17 at 5:16 AM, Aleksey Tsalolikhin < alek...@verticalsysadmin.com> wrote: > Got it. Git does this by design -- see the excellent answer at > https://bitbucket.org/site/master/issues/9243/git- > acrhive-remote-does-not-work which links to the Git source code showing > that Git onl

Re: toggle builds / pipelines only manually

2017-02-22 Thread Aleksey Tsalolikhin
Hi Kristian, Look at only, except and when in https://docs.gitlab.com/ce/ci/yaml/#jobs Best, Aleksey Tsalolikhin GitLab CI trainer On Feb 21, 2017 11:12 PM, "Kristian Rink" wrote: Folks; we're using gitlab all along with maven and some heavier Java/Vaadin projects which even

Re: using shell session syntax highlighting

2017-02-24 Thread Aleksey Tsalolikhin
Try ShellSession. See https://help.github.com/articles/creating-and-highlighting-code-blocks/ (I haven't tried it, I'm on the go now. Let us know how it goes?) On Feb 24, 2017 10:40 AM, "acodispo" wrote: > Rouge has a syntax called "Shell Session", but I can't seem to make it > work on Gitlab.

Re: using shell session syntax highlighting

2017-02-25 Thread Aleksey Tsalolikhin
According to https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#code-and-syntax-highlighting : GitLab uses the Rouge Ruby library for syntax highlighting. For a list of supported languages visit the Rouge website. Rouge's lexer tag for shell session is "shell_session". (Se

Re: Prevent online editing

2017-02-28 Thread Aleksey Tsalolikhin
Yeah, that's not going to happen. See https://gitlab.com/gitlab-org/gitlab-ce/issues/17458 Best, Aleksey On Feb 28, 2017 1:06 PM, "bic" wrote: > We are just getting started with gitlab and noticed the feature that > allows us to edit files directly within a branch on the gitlab web site. > > I

Re: LDAP: 500 Internal Server Error (NoMethodError) with working gitlab-rake gitlab:ldap:check

2017-03-07 Thread Aleksey Tsalolikhin
On Tue, Mar 7, 2017 at 12:09 PM, Bob Jones wrote: > Is there a way I can turn up the gitlab logging verbosity to show me more > details about why the ldap call is failing? > Did you try How change gitlab log level? #9491 ? It's a year and a hal

Re: Cannot push code without creating branch on local

2017-03-07 Thread Aleksey Tsalolikhin
On Mar 7, 2017 4:11 PM, "Sanjeev Sariya" wrote: Hello There, I'm new to git and trying to get learn basic features. Hi Sanjeev. You might find useful our presentation on Git Basic Concepts and Definitions: https://youtu.be/j6Se3jH60dA Best, Aleksey I've server on remote local which has cod

Re: LDAP: 500 Internal Server Error (NoMethodError) with working gitlab-rake gitlab:ldap:check

2017-03-07 Thread Aleksey Tsalolikhin
On Tuesday, March 7, 2017 at 8:14:39 PM UTC-5, Aleksey Tsalolikhin wrote: >> >> >> On Tue, Mar 7, 2017 at 12:09 PM, Bob Jones wrote: >> >>> Is there a way I can turn up the gitlab logging verbosity to show me >>> more details about why the ldap call is faili

Re: Gitlab CI builds/register Highest throughput call on Gitlab?

2017-03-08 Thread Aleksey Tsalolikhin
I've never seen the runner IP addresses in the interface... but if you run "sudo gitlab-runner list" on your runner hosts, you will get the link of the runners on each host along with the token of each runner. Hope this helps. ᐧ -- Need training on CFEngine, Git or Time Management? Email trai

Re: Gitlab CI builds/register Highest throughput call on Gitlab?

2017-03-08 Thread Aleksey Tsalolikhin
u Keszeg" wrote: I ended up grepping the logs for builds/register to get the IP's. What do you think about my other question, is it normal to have 100 000 requests over a few days from gitlab ci runners? On Wednesday, March 8, 2017 at 3:40:43 PM UTC+2, Aleksey Tsalolikhin wrote: &

Re: Triggering the same build from multiple projects with no cleanups.

2017-03-24 Thread Aleksey Tsalolikhin
Are all the git repositories on GitLab? If so, you can setup a CI config file on each repo that is not the builder to trigger a build on the builder (over GitLab API). I'm sure you could do something similar with other Git repos, just hit the GitLab API to trigger the build. See https://docs.git

Re: Does GitLab support git archive command with SHA id

2017-04-10 Thread Aleksey Tsalolikhin
You are very welcome, Ashwini! :-) I'm so glad to hear it was useful! Aleksey Tsalolikhin Git/GitLab training provider On Apr 10, 2017 3:38 AM, "Ashwini" wrote: Hi Aleksey, Thanks for providing the detailed information along with documents:):) It was really helpful. Rega

Re: To Get list of GitLab instance Project admins list

2017-04-10 Thread Aleksey Tsalolikhin
Hi Ashwini! GitLab doesn't have an idea of "admin" for a Project. See https://docs.gitlab.com/ce/api/members.html#group-and-project-members documents the list of valid access levels: 10 => Guest access 20 => Reporter access 30 => Developer access 40 => Master access 50 => Owner access # Only vali

Re: Creating my own Omniauth Provider, I'm not understanding some things correctly, I'm confused

2017-04-10 Thread Aleksey Tsalolikhin
Hello Luis, Good luck! The GitLab documentation on OmniAuth examples at https://docs.gitlab.com/ce/integration/omniauth.html#examples states: If you have successfully set up a provider that is not shipped with GitLab itself, please let us know. You can help others by reporting successful confi

Re: Query on branches

2017-04-11 Thread Aleksey Tsalolikhin
On Tue, Apr 11, 2017 at 12:48 AM, Ashwini wrote: > Hi, > > could you please suggest any way to achieve the below requirements in > gerrit through any hooks ? > > 1) we have a file a.c in branch A, when every it gets changed it should > be updated in branch B as well. ... > Hi, Ashwini. I see

Re: Gitlab SMTP shows "Net::SMTPAuthenticationError: 503 5.5.1 Error: authentication not enabled"

2017-04-24 Thread Aleksey Tsalolikhin
What does the mail server log say? On Apr 24, 2017 8:03 AM, "Marslo Jiao" wrote: > After the gitlab_rails['smtp_tls'] = false set to gitlab_rails['smtp_tls'] > = true > > The error shows to OPENSSL error, but still haven't any clue about it. > > *irb(main):001:0> Notify.test_email('marslo.j...@m

Re: When trying to take a pull or clone the project it is showing 301 moved permanently

2017-04-28 Thread Aleksey Tsalolikhin
Did the project move? What is the URL you are using? How do you know that is the right URL? On Apr 28, 2017 9:15 AM, "reddypramodh adalam" wrote: > When trying to take a pull or clone the project it is showing 301 moved > permanently > > -- > You received this message because you are subscribe

Re: Bitnami Gitlab 8.4.2 download repository as zipfile not working

2017-05-03 Thread Aleksey Tsalolikhin
Hi Alex. Have you started using gitlab in production yet? If not, I would recommend you install gitlab from gitlab.com, new versions come out monthly with bug fixes and new features. You can also update your bitnami gitlab, see https://community.bitnami.com/t/upgrade-bitnami-gitlab-ce-version/486

Re: Bitnami Gitlab 8.4.2 download repository as zipfile not working

2017-05-03 Thread Aleksey Tsalolikhin
Oops, I just saw your screenshot. What is dzcx, is that the name of your project? On May 3, 2017 4:55 AM, "Aleksey Tsalolikhin" wrote: > Hi Alex. Have you started using gitlab in production yet? > > If not, I would recommend you install gitlab from gitlab.com, new > ver

Re: Bitnami Gitlab 8.4.2 download repository as zipfile not working

2017-05-03 Thread Aleksey Tsalolikhin
nk isn't problem with apache2 configuration file. so i > upload my bitnami.conf, can you help me have a look ? thanks very much. > > https://gitlab.com/gitlab-org/gitlab-git-http-server/issues/15 > https://gitlab.com/gitlab-org/gitlab-ce/issues/14153 > > [image] > > > &

Re: Bitnami Gitlab 8.4.2 download repository as zipfile not working

2017-05-03 Thread Aleksey Tsalolikhin
Also, has this ever worked? On May 3, 2017 8:23 AM, "Aleksey Tsalolikhin" wrote: > I completely understand why you would not want to upgrade your > production instance now. Do be aware there are security fixes in > GitLab updates as well regular bugfixes and new features.

Re: Bitnami Gitlab 8.4.2 download repository as zipfile not working

2017-05-03 Thread Aleksey Tsalolikhin
version to the latest, and check all of gitlab configure, this is best way to fix it. now i will make a upgrade plan, thank you very much , i have no question. thanks again. On Wednesday, May 3, 2017 at 8:39:45 PM UTC+8, Aleksey Tsalolikhin wrote: > Also, has this ever worked? > > On

Re: Gitlab CE behind https terminator (apache2)?

2017-05-04 Thread Aleksey Tsalolikhin
Not that I've seen. Why not just turn on HTTPS in GitLab? On May 4, 2017 4:26 AM, "Kristian Rink" wrote: > Folks; > > we're using gitlab CE set to be accessed through an apache2 reverse > proxy that does HTTPS and has a valid certificate. Is there some way to > set up gitlab so that any links (r

Re: Repository deletion when you block/delete a user

2017-05-11 Thread Aleksey Tsalolikhin
Do you have backups of your filesystem? Or can you find anybody at your office that has a git clone of the project? On May 11, 2017 8:43 AM, "Ashvin" wrote: Hello everyone, We are using GitLab at our office since a year. I just came across a case like following: - There was a developer accoun

Re: Repository deletion when you block/delete a user

2017-05-11 Thread Aleksey Tsalolikhin
o other namespace etc? Thanks! On Thursday, May 11, 2017 at 7:03:57 PM UTC+5:30, Aleksey Tsalolikhin wrote: > Do you have backups of your filesystem? > > Or can you find anybody at your office that has a git clone of the project? > > On May 11, 2017 8:43 AM, "Ashvin" wr

Re: GitLab Downgrade

2017-05-25 Thread Aleksey Tsalolikhin
Take a VM snapshot before upgrade attempt. Or shut down GitLab and make a cold backup of it. Then you can revert to your snapshot or backup. Are you just performing due diligence in planning an upgrade or do you actually have trouble? On May 25, 2017 10:46 AM, "Ashwini" wrote: > Hi Team, > > C

Re: settings to cleanup artifacts when using omnibus distribution

2017-06-02 Thread Aleksey Tsalolikhin
See https://docs.gitlab.com/ee/ci/yaml/#artifacts-expire_in "By default, artifacts are stored on GitLab forever." So if you want to expire your artifacts, you have to set this value. On Jun 2, 2017 7:27 AM, "Gary Burchett" wrote: > Is there an gitlab.rb configuration option to set the default

Re: Keeping files between stages

2017-06-02 Thread Aleksey Tsalolikhin
Please see https://docs.gitlab.com/ee/ci/yaml/#dependencies On Jun 1, 2017 11:22 PM, "Simon M" wrote: > I want to run the following stages: > build > test > deploy (optional) > > However, the files I need are deleted when starting the test stage. These > are the same files that are kept as "arti

Re: settings to cleanup artifacts when using omnibus distribution

2017-06-02 Thread Aleksey Tsalolikhin
s, thank you for the reference. On Friday, June 2, 2017 at 1:11:15 PM UTC-4, Aleksey Tsalolikhin wrote: > > See https://docs.gitlab.com/ee/ci/yaml/#artifacts-expire_in > ... > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsu

Re: settings to cleanup artifacts when using omnibus distribution

2017-06-05 Thread Aleksey Tsalolikhin
e able to set a maximum expires > values regardless what expires_in value a user sets in their project. > Artifacts can grow substantially in a short amount of time. > > Thank you for your help. > > On Friday, June 2, 2017 at 6:48:00 PM UTC-4, Aleksey Tsalolikhin wrote: > >> I un

Re: Rename directory on cloning or fetching repository in gitlab-ci-multirunner CI

2017-06-12 Thread Aleksey Tsalolikhin
Hi Johannes. Why do you want to clone the repo to a different directory name? ᐧ -- Need training on CFEngine, Git or Time Management? Email train...@verticalsysadmin.com. On Fri, Jun 9, 2017 at 2:02 AM, johannes amorosa wrote: > Is there a way to control how gitlab-ci-mutlirunner is cloning/

Re: Rename directory on cloning or fetching repository in gitlab-ci-multirunner CI

2017-06-13 Thread Aleksey Tsalolikhin
using subgroups. This is much cleaner, > anyway! > Thanks for your time > Johannes > > On Monday, 12 June 2017 16:45:55 UTC+2, Aleksey Tsalolikhin wrote: >> >> Hi Johannes. Why do you want to clone the repo to a different directory >> name? >> ᐧ >> >

Re: SSL certificate problem

2017-07-06 Thread Aleksey Tsalolikhin
What feature is this? How do you run into it and how does it affect your work? On Jul 5, 2017 10:49 PM, "Jainath Gupta" wrote: > I want to disable "SSL certificate problem: self signed certificate" > feature is it possible. > > -- > You received this message because you are subscribed to the Goo

Re: GitLab API's for creation Group

2017-07-07 Thread Aleksey Tsalolikhin
GitLab API is documented at https://docs.gitlab.com/ee/api/README.html On Jul 6, 2017 10:13 PM, "Jainath Gupta" wrote: > Hi, > Is there any API's to control over GitLab like creation of Group, > Repository,Visibility etc. > Because when client will be on boarding and we clone repository from > g

Re: GitLab credential

2017-07-10 Thread Aleksey Tsalolikhin
Sharing credentials violates security best practices as you'll lose accountability (you won't know who accessed the system when, and who made what change when) and you won't have the ability to authorize individual users (make decisions about who is allowed to access what). What is the problem you

Re: GitLab credential

2017-07-12 Thread Aleksey Tsalolikhin
kie-workbench and I saved my all rules on GitLab Groups repository. > So I want to give privilege to access kie-workbench and GitLab repository > with same credential. > So, Is it possible using LDAP for both ?? > > On Monday, July 10, 2017 at 1:48:16 PM UTC+5:30, Aleksey Tsalolikhin wr

Re: clone Repository

2017-07-17 Thread Aleksey Tsalolikhin
No. git clone requires repository as argument. You have to specify a repository. See https://git-scm.com/docs/git-clone On Jul 17, 2017 3:06 AM, "Jainath Gupta" wrote: > Hi, > Can I clone repositories using > https://x...@ec2-54-147-89-189.compute-1.amazonaws.com/XponentGroup/ instead > of sin

Re: How Can I reset a (password / Locked) - Gitlab Administrator Account

2017-08-02 Thread Aleksey Tsalolikhin
Are you quite sure you're on the right server? Do you see any gitlab processes? Best, Aleksey On Wed, Aug 2, 2017 at 10:38 AM, G. Young wrote: > I'm having the same problem and the posted solution isn't working... > > $ sudo -u git -H bundle exec rails console production > > sudo: unknown user

Re: Permission level for business users

2017-08-03 Thread Aleksey Tsalolikhin
What do you want the "business" users to be able to do? On Aug 3, 2017 3:20 PM, "Iv4n" wrote: > The levels of [1] permission in gitlab are not enough for my project. > > For example, I do not want the reporter profile to have access to the > repository source file browser. > > If it were possibl

Re: Permission level for business users

2017-08-03 Thread Aleksey Tsalolikhin
uot; level to prevent access to the repository's file browser. Even if it was a temporary solution :( Em quinta-feira, 3 de agosto de 2017 19:45:27 UTC-3, Aleksey Tsalolikhin escreveu: > What do you want the "business" users to be able to do? > > On Aug 3, 2017 3:20 PM, &qu

Re: Permission level for business users

2017-08-04 Thread Aleksey Tsalolikhin
If you export the week, you could share it without sharing your source code. On Aug 4, 2017 6:14 AM, "Iv4n" wrote: Em quinta-feira, 3 de agosto de 2017 21:36:27 UTC-3, Aleksey Tsalolikhin escreveu: > > I understand and thanks for the added detail. > > I suggest you op

Re: How to get the content of a file by using Gitlab API

2017-08-18 Thread Aleksey Tsalolikhin
https://docs.gitlab.com/ee/api/repository_files.html#get-file-from-repository On Aug 18, 2017 7:04 AM, "Zeynep Uyanık" wrote: > http://git.example/api/v4/projects/:id/repository/tree? > PRIVATE-TOKEN=:private-token > > returns as; > > [{"id":id,"name":"test.js","type":"blob","path":"test.js","mo

Re: pipeline not finishing/starting

2017-09-25 Thread Aleksey Tsalolikhin
First of all, I have to say I love Graphviz! :) GitLab is having issues... See https://twitter.com/gitlabstatus I just tried to kick off a pipeline and it's not starting either. (It's not even showing up in the list of pipelines even though I did kick it off by clicking "Retry".) This happens

Re: Initial gitlab setup freezes without any warning

2017-10-25 Thread Aleksey Tsalolikhin
GitLab recommends Ubuntu 16 LTS Could you bring up a fresh 16 instance? On Oct 25, 2017 5:45 AM, "Cameron Reuschel" wrote: > Hello guys, > I am trying to get gitlab running on an internal company test server. > Problem: nobody knows where it is located or anything, so I have to work > with what

Re: Initial gitlab setup freezes without any warning

2017-10-25 Thread Aleksey Tsalolikhin
g to update but have encountered difficulties. I will keep trying. But for now, 14 has to do On Wednesday, October 25, 2017 at 3:04:41 PM UTC+2, Aleksey Tsalolikhin wrote: > GitLab recommends Ubuntu 16 LTS > > Could you bring up a fresh 16 instance? > > On Oct 25, 2017 5:45 AM, &q

Re: Initial gitlab setup freezes without any warning

2017-10-26 Thread Aleksey Tsalolikhin
installing on a clean VM or something? On Oct 26, 2017 12:05 AM, "Cameron Reuschel" wrote: A fresh install that never really finishes. No gitlab was ever present before. And I would use it for evaluation of technologies before launching a major software project. On Oct 25, 2017 17:51,

Re: Initial gitlab setup freezes without any warning

2017-10-26 Thread Aleksey Tsalolikhin
he RAM problem. > > On Oct 26, 2017 15:04, "Aleksey Tsalolikhin" > wrote: > >> Got it. >> >> Do you have at least 4 GB of free RAM? >> >> You could try removing the package and then try installing it again. >> >> If it still hangs, you c

Re: I have a self-hosted gitlab in local network `A`. How can I make it accessible in local network `B`?

2017-11-28 Thread Aleksey Tsalolikhin
Can hosts in local network B get to hosts in local network A? What do you mean by local network? LAN? On Nov 28, 2017 7:04 PM, "Michael Donux" wrote: Without using a server with public IP. I'd like to use it in B by simply opening the browser and typing URL. Can anyone help me with this? --

Re: I have a self-hosted gitlab in local network `A`. How can I make it accessible in local network `B`?

2017-11-28 Thread Aleksey Tsalolikhin
On Wednesday, November 29, 2017 at 12:43:06 PM UTC+8, Aleksey Tsalolikhin wrote: > Can hosts in local network B get to hosts in local network A? > > What do you mean by local network? LAN? > > On Nov 28, 2017 7:04 PM, "Michael Donux" wrote: > > Without using a ser

Re: I have a self-hosted gitlab in local network `A`. How can I make it accessible in local network `B`?

2017-11-28 Thread Aleksey Tsalolikhin
LAN B that I can connect from LAN A. Is this the 'connected' you mean? On Wednesday, November 29, 2017 at 2:42:09 PM UTC+8, Aleksey Tsalolikhin wrote: > Sounds like a networking question rather than a GitLab question. Are the > two LANs connected? > > On Nov 28, 2017

General Troubleshooting does not work: bundle: command not found

2018-02-25 Thread Aleksey Tsalolikhin
Hello, I'm following the Troubleshooting Guide Wiki (https://forum.gitlab.com/t/troubleshooting-guide-wiki/31) which says: # for GitLab 5.0 and later (uses git user) sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production If you are *all green* you should have eliminated most of the

Re: eclipse (photon) transport error on Team->Remote->Push cannot get remote repository refs invalid PK

2018-12-27 Thread Aleksey Tsalolikhin
> test it with ssh -T - as described in the docs URL, please? I'd like to see that section in the docs. Can you git clone on the command line using the keypair you generated? > I have used the project url from the web-browser, but changed the protocol to ssh, and added the git user id, as descr

Re: eclipse (photon) transport error on Team->Remote->Push cannot get remote repository refs invalid PK

2018-12-28 Thread Aleksey Tsalolikhin
the reply. > > On Friday, 28 December 2018 01:04:19 UTC, Aleksey Tsalolikhin wrote: >> >> > test it with ssh -T - as described in the docs >> >> URL, please? I'd like to see that section in the docs. >> > > The URL for the GitLab docs on SSH that I&#

Re: eclipse (photon) transport error on Team->Remote->Push cannot get remote repository refs invalid PK

2019-01-06 Thread Aleksey Tsalolikhin
On Sat, Dec 29, 2018 at 11:25 AM wrote: > >I started again from scratch, deleted the project on GitLab, generated > new RSA keys with: > > ssh-keygen -t rsa -b 4096 -f gitlab_rsa -C "my_gitlab...@gitlab.com" > >Then I uploaded the new public key. > >I tested it with: > > ssh -T git@gi

Re: loss of changes made

2020-04-22 Thread Aleksey Tsalolikhin
Hi Evliya, Git doesn't lose data -- so if your teammate committed their work to Git, it isn't lost. https://git-scm.com/doc has free resources for learning Git, including a book (in English and with translations to other languages; translation to Turkish has started) and videos. Hope this helps