SSL certificate problem

2017-07-05 Thread Jainath Gupta
I want to disable "SSL certificate problem: self signed certificate" feature is it possible. -- 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...@goo

GitLab API's for creation Group

2017-07-06 Thread Jainath Gupta
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 gitlab for that client then that client also required same repository structure on gitlab. Thanks -- You received this message

GitLab credential

2017-07-09 Thread Jainath Gupta
Hi, Suppose, I have 100 users for my application access and I want to they can also access GitLab repository with same credential. So how can I use. May be in future another user register with my application then he will automatic access gitLab with same credential. Is it possible ? -- You rece

Re: GitLab credential

2017-07-10 Thread Jainath Gupta
ccess what). > > What is the problem you are trying to solve? > > On Sun, Jul 9, 2017 at 10:39 PM, Jainath Gupta > wrote: > >> Hi, >> Suppose, I have 100 users for my application access and I want to they >> can also access GitLab repository with same crede

clone Repository

2017-07-17 Thread Jainath Gupta
Hi, Can I clone repositories using https://x...@ec2-54-147-89-189.compute-1.amazonaws.com/XponentGroup/ instead of single Repository https://x...@ec2-54-147-89-189.compute-1.amazonaws.com/XponentGroup/RA.git Thanks -- You received this message because you are subscribed to the Google Groups

APIs for find total number of repositories in single group

2017-08-20 Thread Jainath Gupta
Hi, Is there any APIs for find total number of repositories in single group. If I use JGit java API then is it possible ? If,Yes then please share me some sample java code. Thanks -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe f

Subscribe repository

2017-08-21 Thread Jainath Gupta
Hi, I want to subscribe(clone) repository from GitLab to my local workspace, but not all project of respective repository. Example:- InsuraceRepository | -PNC Insurance | --Non-PNC Insurance But I want to clone only PNC insuran

Create repository in GitLab using RestAPI

2017-09-04 Thread Jainath Gupta
Hi, I need to create 1) Groups --> New Group with name of HDFC 2) click on HDFC -->New Project with name of Policy 3) select visibility level as Internal 4)click on Create Project button Final URL:- https://hdfc-u...@ec2-54-147-89-189.compute-1.amazonaws.com/HDFC/Policy.git *But I want to do

Re: Chef cookbook for Gitlab

2017-09-04 Thread Jainath Gupta
Hi, I need to create 1) Groups --> New Group with name of HDFC 2) click on HDFC -->New Project with name of Policy 3) select visibility level as Internal 4)click on Create Project button Final URL:- https://hdfc-u...@ec2-54-147-89-189.compute-1.amazonaws.com/HDFC/Policy.git *But I want to do

Re: Create repository in GitLab using RestAPI

2017-09-05 Thread Jainath Gupta
ves me all the project details of namespace id 10. And it's not create any project. I think *Post *also work like as *Get.* Can devs help me ? On Tuesday, September 5, 2017 at 11:04:19 AM UTC+5:30, Jainath Gupta wrote: > > Hi, >I need to create > 1) Groups --> New Group with

Calling GitLab API using RestAPI

2017-09-07 Thread Jainath Gupta
I got error, when i called my java service class for creation project in gitlab using there service url. It's working fine with postman app. But problem in java. Mycode:- public static void main(String a[]){ GitLabRSClient gitLabRSClient=new GitLabRSClient(); gitLabRSClient.serviceInvo