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

Gitlab CI has problems with downloading packages from the internet.

2016-11-22 Thread Pavithra Murari
Npm, our package manager, tries to download the dependencies. These files that I linked are downloaded corrupted as their checksum differs from the expected checksum. I downloaded the packages manually to an instance in Cloud and they were downloaded successfully with the expected checksum.

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

GIT API Providers?

2016-11-22 Thread Vivek Vivek
Hello GIT experts, I am new to GIT world.I would like to know which third party provider (e.g Bitbucket,Gitlab,Github) provides more API resources? thank you in advance. regards vivk -- You received this message because you are subscribed to the Google Groups "GitLab" group. To

Re: GIT API Providers?

2016-11-22 Thread Vivek Vivek
thank you very much. I already went to these documentation.But i don't know which provider ( (e.g Bitbucket,Gitlab,Github) has more API resources ,so that i can program in JAVA(prefer) or else using this provider https://developer.github.com/libraries/

Re: GIT API Providers?

2016-11-22 Thread Aleksey Tsalolikhin
Thank you, Vivek. I'm not sure what you mean by "API resources", or the provider you mean (did you mean to include a link?). Could you perhaps explain that? ᐧ -- Need training on CFEngine, Git or Time Management? Email train...@verticalsysadmin.com. On Tue, Nov 22, 2016 at 6:22 AM, Vivek

Re: GIT API Providers?

2016-11-22 Thread Vivek Vivek
Hello ALL, Thank you for reply and for you time . I would like to create users automatically directly to git without creating manually.When a developer has given task(e.g bugfix) ,the user must be created automatically and can access repository.So i am trying to find out the tools which

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

2016-11-22 Thread Pavithra Murari
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 included > URLs in your original email, they

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

2016-11-22 Thread Aleksey Tsalolikhin
Exactly. You can start a container in interactive mode to troubleshoot: docker run -ti See also: https://norasky.wordpress.com/2015/06/09/docker-tips/ Best, Aleksey -- Need training on GitLab? Email train...@verticalsysadmin.com. On Tue, Nov 22, 2016 at 7:17 AM, Pavithra Murari

Re: GIT API Providers?

2016-11-22 Thread Aleksey Tsalolikhin
Check out https://docs.gitlab.com/ee/api/users.html#user-creation then. Best, Aleksey On Tue, Nov 22, 2016 at 7:02 AM, Vivek Vivek wrote: > Hello ALL, > > Thank you for reply and for you time . > I would like to create users automatically directly to git without >