TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Harness launches Gitness, an open-source GitHub competitor

102 点作者 m-watson超过 1 年前

21 条评论

prepend超过 1 年前
&gt; There hasn’t been a new Git repo launch in almost a decade,” Bansal told me. “Now you have GitHub, GitLab, Bitbucket from Atlassian, but that’s really it<p>Seems odd that he wouldn’t know about Sourcehut (2018) and Gitea (2016).
评论 #37608054 未加载
评论 #37607420 未加载
评论 #37624138 未加载
评论 #37626270 未加载
评论 #37621639 未加载
评论 #37625845 未加载
manugarg超过 1 年前
I won&#x27;t trust Harness with anything open source. It&#x27;s the same company that killed the open source Drone CI after acquiring it. They changed the license such that you could contribute to it but could not use it if your revenue was more than 1 million USD. They didn&#x27;t fix bugs that were well known to them because they were working on the enterprise version of it.
评论 #37612507 未加载
评论 #37612479 未加载
评论 #37609509 未加载
koolba超过 1 年前
&gt; That’s changing today with the launch of the Gitness open-source Git repository and the Harness Code Repository, the hosted and managed version of Gitness.<p>Wouldn’t this violate the git trademark policy?<p><a href="https:&#x2F;&#x2F;git-scm.com&#x2F;about&#x2F;trademark" rel="nofollow noreferrer">https:&#x2F;&#x2F;git-scm.com&#x2F;about&#x2F;trademark</a><p>From that link:<p>&gt;&gt; In addition, you may not use any of the Marks as a syllable in a new word or as part of a portmanteau (e.g., &quot;Gitalicious&quot;, &quot;Gitpedia&quot;) used as a mark for a third-party product or service without Conservancy&#x27;s written permission. For the avoidance of doubt, this provision applies even to third-party marks that use the Marks as a syllable or as part of a portmanteau to refer to a product or service&#x27;s use of Git code.
评论 #37607389 未加载
评论 #37609545 未加载
lazypenguin超过 1 年前
Gitness, an open-source GitHub competitor which hosts their open-source code...on GitHub... with a prominent call to arms on their landing page to star their repository...on GitHub...<p>If you don&#x27;t even use your own product why should anyone else use it?
评论 #37607752 未加载
评论 #37607255 未加载
评论 #37608090 未加载
评论 #37624222 未加载
评论 #37607733 未加载
评论 #37607384 未加载
koito17超过 1 年前
How does this compare to e.g. Forgejo, Gitea, Gogs, self-hosted GitLab, or other alternatives?<p>Forgejo in particular has self-hosted actions runners that can be registered offline, and the runners themselves can be given labels and execute most existing GitHub actions (in fact, the yaml format they use is intentionally meant to be compatible with GitHub actions).<p>While the Pipelines UI looks nice, it hides all the very real details of deployment (and configuration) in a variety of environments. This is one thing Forgejo does well compared to e.g. Gitea for CI&#x2F;CD, thanks to being very flexible in configuring runner secrets, registering runners, and so on. The runners themselves are also designed to run with rootless docker-in-docker. There is also the security aspect to consider. e.g. how does Pipelines prevent secrets from spilling in logs or people running bitcoin miners in CI? Does it offer a better level of security than Forgejo&#x2F;Gitea here?<p>The reason I am emphasizing CI&#x2F;CD is because hosting code and a bug tracker is only one small aspect of GitHub IMO. The real big things are its popularity and GitHub Actions. It&#x27;s not enough for many people (and businesses) to simply host code anymore. Many now expect commits pushed to certain branches to execute a variety of workflows -- from unit tests to full-on Kubernetes deployments.
评论 #37608096 未加载
评论 #37607560 未加载
hargup超过 1 年前
Thye aren&#x27;t really competing with GitHub, which is more of consumer tool, but more with the enterprise focused GitLab which bundles CI&#x2F;CD along with code hosting and bunch of other things.<p>Their focus is primarilily on Enterprise developer needs and bundling CI&#x2F;CD, Internal Developer Platforms, Security, Compliance and now code hosting. They want to be the one shop for everything developer experience inside an enterprise.<p>[Source: Not a customer or a user or employee, was at their conference in SF today]
xwowsersx超过 1 年前
I hate to focus on this, but the website, <a href="https:&#x2F;&#x2F;gitness.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitness.com&#x2F;</a>, is absolutely horrible. Especially on mobile. The scrolljacking seems outright hostile and the entire site feels janky and broken. You don&#x27;t need scrolljacking to provide a compelling or visually differentiated design experience.
评论 #37608442 未加载
mdaniel超过 1 年前
please submit original sources &lt;<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a>&gt;<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37597901">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37597901</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37600545">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37600545</a> <i>(I would argue for this one, since it provides the most context)</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37601002">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37601002</a>
maxloh超过 1 年前
They should host a demo instance like Gitea does.
评论 #37608069 未加载
moondev超过 1 年前
Is dark mode available or am I overlooking it?<p>Pretty impressive so far, the pipeline tool is surprisingly robust already.<p>&quot;gist-like&quot; snippet management would be awesome in this.
评论 #37624672 未加载
eka1超过 1 年前
So here&#x27;s the GitHub project: <a href="https:&#x2F;&#x2F;github.com&#x2F;harness&#x2F;gitness">https:&#x2F;&#x2F;github.com&#x2F;harness&#x2F;gitness</a><p>How does the project already have 27k stars? Surely this was not public before?<p>Or do you think drone always had this product?
评论 #37607653 未加载
评论 #37608012 未加载
Roark66超过 1 年前
It is interesting how many teams and even large businesses fall into the github&#x2F;gitlab&#x2F;atlassian trap. I worked for a couple that spend a shit-ton of money to have some measure of &quot;cloud agnostics&quot; while they throw out their Jenkins servers and they migrate all of their cicd to github, gitlab or atlassian. With github it is a SaaS service. With Gitlab, they have an &quot;enterprise&quot; version. In quotes because the &quot;enterprise&quot; version has no scaling support. You can&#x27;t run more than one active node. And if you use their special &quot;geo&quot; feature for read only nodes they can&#x27;t run cicd. It is really ridiculous any large business would migrate from a couple of fleets of Jenkins to this. But hey, gotta do what business decided to do.
评论 #37620527 未加载
nikolay超过 1 年前
Oh, the typical TechCrunch crap again - this is NOT a GitHub competitor!
cmjs超过 1 年前
Interestingly it looks like this is partly a fork of Gitea (or at least, incorporates large amounts of code from Gitea): <a href="https:&#x2F;&#x2F;github.com&#x2F;harness&#x2F;gitness&#x2F;pull&#x2F;3364&#x2F;files#diff-4673a3aba01813b595de187a7a6e9e63a3491d55821606fecd9f13a10c188a1d">https:&#x2F;&#x2F;github.com&#x2F;harness&#x2F;gitness&#x2F;pull&#x2F;3364&#x2F;files#diff-4673...</a>
评论 #37626495 未加载
nik736超过 1 年前
I can’t find any screenshots, am I missing something?
评论 #37607831 未加载
jauntywundrkind超过 1 年前
Gitness is built around Drone CI... Oh reading the comments, it&#x27;s an extension of Drone.<p>How compatible have Drone CI and it&#x27;s open-source fork Woodpecker? I&#x27;m curious whether one might expect any kind of engine swap to work.
dspillett超过 1 年前
I&#x27;m not convinced but it only being gotten on GitHub…<p>I understand it being on GitHub because that might get them more traction, but should the not be hiding primarily on their own text?
petre超过 1 年前
Gitness. Silly name, sounds like and adjective and is only a letter away from <i>gitless</i>.
评论 #37624161 未加载
评论 #37608428 未加载
v3ss0n超过 1 年前
looks more complicated than forgeo&#x2F;gitea . gitea already servers all github needs for us
MassiveBonk51超过 1 年前
What&#x27;s the differentiator for this? Tighter integration into their other offerings?
pabs3超过 1 年前
I can&#x27;t find any git repos on gitness.com, where are they?
评论 #37670798 未加载