Since its launch in 2017, Harness, the software delivery platform founded by AppDynamics founder and CEO Jyoti Bansal, expanded from being continuous code
So, a web front end to git ?
Why do you say SourceForge is dead, there are many open source projects on SourceForge, are they at risk of disappearing ?
It’s not just a web front end. I would call it a software development lifecycle service. On top of repos for source code management there could be a bunch of services: Issue tracker, CI/CD automation, static pages hosting, flexible permissions system, even pull requests - all this is not Git.
Forge is a nice and easy name, but not sure if many people realize what it means or recognize that meaning.
Its not a fronted, you don’t purely commit and manage code from github. It’s a platform for hosting git repositories that supports integration with CI/CD tools. At its heart git is simple (enough), it’s a version control software. Github is a Web platform that hosts projects version controlled with git and adds in features like pull requests and reviews or github actions for building/linting your project.
So, a web front end to git ? Why do you say SourceForge is dead, there are many open source projects on SourceForge, are they at risk of disappearing ?
It’s not just a web front end. I would call it a software development lifecycle service. On top of repos for source code management there could be a bunch of services: Issue tracker, CI/CD automation, static pages hosting, flexible permissions system, even pull requests - all this is not Git.
Forge is a nice and easy name, but not sure if many people realize what it means or recognize that meaning.
Its not a fronted, you don’t purely commit and manage code from github. It’s a platform for hosting git repositories that supports integration with CI/CD tools. At its heart git is simple (enough), it’s a version control software. Github is a Web platform that hosts projects version controlled with git and adds in features like pull requests and reviews or github actions for building/linting your project.