Git Product home page Git Product logo

Comments (4)

avanmathur1 avatar avanmathur1 commented on June 9, 2024

Hi @wmvm0 . thank you for your feedback, we are working on adding support for all git providers, we will keep you updated on this.

from gitness.

wmvm0 avatar wmvm0 commented on June 9, 2024

Hi @wmvm0 . thank you for your feedback, we are working on adding support for all git providers, we will keep you updated on this.

What I mean is that while the service is running, multiple code hosting platforms are supported simultaneously.

The current code is like this

func provideClient(config config.Config) *scm.Client {
	switch {
	case config.Bitbucket.ClientID != "":
		return provideBitbucketClient(config)
	case config.Github.ClientID != "":
		return provideGithubClient(config)
	case config.Gitee.ClientID != "":
		return provideGiteeClient(config)
	case config.Gitea.Server != "":
		return provideGiteaClient(config)
	case config.GitLab.ClientID != "":
		return provideGitlabClient(config)
	case config.Gogs.Server != "":
		return provideGogsClient(config)
	case config.Stash.ConsumerKey != "":
		return provideStashClient(config)
	}
	logrus.Fatalln("main: source code management system not configured")
	return nil
}

Only one code hosting platform can exist at a time,I want to be able to use github and bitbucket at the same time, my code is in multiple places

from gitness.

bradrydzewski avatar bradrydzewski commented on June 9, 2024

yes, unlike Drone 1.x and Drone 2.x, Gitness (aka Drone 3.x) was re-architected to support multiple providers per installation. The implementation, however, is still a work in progress.

from gitness.

wmvm0 avatar wmvm0 commented on June 9, 2024

yes, unlike Drone 1.x and Drone 2.x, Gitness (aka Drone 3.x) was re-architected to support multiple providers per installation. The implementation, however, is still a work in progress.

OK, I understand, thank you very much

from gitness.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.