Skip to content

Commit

Permalink
Replace Gitter with GitHub Discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 12, 2024
1 parent decd35c commit b09930b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion source/contribute.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ meta_keywords: "GoCD, continuous delivery, continuous delivery software, continu
<h3>How to get help</h3>
<p>
If you need any help getting started or get stuck along the way, you can talk to us on <a
href="https://gitter.im/gocd/gocd">Gitter</a> or on the <a
href="https://github.com/gocd/gocd/discussions">Github</a> or on the main <a
href="https://groups.google.com/g/go-cd">discussion forum</a>. We are happy to help and answer any
questions.
</p>
Expand Down
2 changes: 1 addition & 1 deletion source/partials/_footer.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
</li>
<li>
<a href="https://gitter.im/gocd/gocd" target="_blank" analytics-label="gitter">
<a href="https://github.com/gocd/gocd/discussions" target="_blank" analytics-label="github-discussions">
<i class="icon fa fa-comments fa-4x develop-with-us" aria-hidden="true"></i>
<span>Chat with us</span>
</a>
Expand Down
4 changes: 2 additions & 2 deletions source/posts/2015-12-22-gocd-in-2016.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ In 2016, GoCD and the ecosystem around it should change to make this possible
and though changing everything in the application is probably a multi-year
effort, the already-mentioned changes to the API have been making this easier to
do, since the frontend and the backend are more clearly separated. If you have
good UI/UX skills and are willing to help, just join us on the [developers'
Gitter channel](https://gitter.im/gocd/gocd) and let us know!
good UI/UX skills and are willing to help, just join us on [GitHub
discussions](https://github.com/gocd/gocd/discussions) and let us know!


## Better support for clouds and containers
Expand Down
30 changes: 15 additions & 15 deletions source/posts/2017-02-16-migrating-snapci-to-gocd.html.markdown.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ This post intends to serve as reference for anyone comparing GoCD to Snap CI (or

Here is the obligatory comparison table. Read on ahead for our opinions.

| Features | Snap CI | GoCD |
|-----------------------------------------|-----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <strong>Pricing</strong> | Free for public repositories. Starting at $30 for private repositories | Free, open source for all users |
| <strong>Platform</strong> | Hosted software as a service | Run on your own servers, on-premise or on the cloud |
| <strong>Source Control</strong> | Github integration | GoCD is universal (not platform or tool specific) and extensible through plugins |
| <strong>Pipeline </strong> | Built with pipelines at the core | Built with pipelines at the core |
| <strong>Pipeline Dependencies</strong> | Some support for fan-in and fan-out pipelines capabilities | First class support for fan-in/fan-out (to chain multiple pipelines) and value stream map.<br/><br/>GoCD works great when it comes to modeling and visualizing workflows spanning across multiple repositories and pipelines. |
| <strong>Configuration</strong> | Configuration via UI | Configuration via source code, API and UI |
| <strong>Language Support</strong> | Ruby/JRuby, Python, Node.js/io.js, PHP, Java, Groovy/Gradle, Scala/SBT, Clojure/Leiningen, C/C++, Android | GoCD will execute tests and perform deployments written using any languages or frameworks |
| <strong>Operating System</strong> | CentOS, Ubuntu | Windows, Mac OSX and Linux (Debian/Ubuntu CentOS/RedHat) |
| <strong>Docker Support</strong> | Out of the box support for docker | Users are required to setup and configure docker on GoCD agents |
| <strong>Test Parallelization</strong> | Test parallelization up to 5 workers | Test parallelization and flexibility to scale from one machine to many machines using multiple GoCD agents |
| <strong>Branch Tracking</strong> | Automatic branch tracking and pull request integration | [Plugin](https://gocd.org/plugins) support |
| <strong>Support</strong> | First class professional support for all users | Community based support for all users<br/>1. [Google Group](https://groups.google.com/g/go-cd)<br/>2. [Gitter Chat](https://gitter.im/gocd/gocd) for code contributors<br/><br/>[Professional support](https://www.thoughtworks.com//) for paid GoCD users |
| <strong>API</strong> | APIs to trigger pipelines and get pipeline history | [Rich API](https://api.gocd.org/current) to configure GoCD, trigger pipelines and get read historical data from GoCD |
| Features | Snap CI | GoCD |
|-----------------------------------------|-----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <strong>Pricing</strong> | Free for public repositories. Starting at $30 for private repositories | Free, open source for all users |
| <strong>Platform</strong> | Hosted software as a service | Run on your own servers, on-premise or on the cloud |
| <strong>Source Control</strong> | Github integration | GoCD is universal (not platform or tool specific) and extensible through plugins |
| <strong>Pipeline </strong> | Built with pipelines at the core | Built with pipelines at the core |
| <strong>Pipeline Dependencies</strong> | Some support for fan-in and fan-out pipelines capabilities | First class support for fan-in/fan-out (to chain multiple pipelines) and value stream map.<br/><br/>GoCD works great when it comes to modeling and visualizing workflows spanning across multiple repositories and pipelines. |
| <strong>Configuration</strong> | Configuration via UI | Configuration via source code, API and UI |
| <strong>Language Support</strong> | Ruby/JRuby, Python, Node.js/io.js, PHP, Java, Groovy/Gradle, Scala/SBT, Clojure/Leiningen, C/C++, Android | GoCD will execute tests and perform deployments written using any languages or frameworks |
| <strong>Operating System</strong> | CentOS, Ubuntu | Windows, Mac OSX and Linux (Debian/Ubuntu CentOS/RedHat) |
| <strong>Docker Support</strong> | Out of the box support for docker | Users are required to setup and configure docker on GoCD agents |
| <strong>Test Parallelization</strong> | Test parallelization up to 5 workers | Test parallelization and flexibility to scale from one machine to many machines using multiple GoCD agents |
| <strong>Branch Tracking</strong> | Automatic branch tracking and pull request integration | [Plugin](https://gocd.org/plugins) support |
| <strong>Support</strong> | First class professional support for all users | Community based support for all users<br/>1. [Google Group](https://groups.google.com/g/go-cd)<br/>2. [Github Discussions](https://github.com/gocd/gocd/discussions) for code contributors<br/><br/>[Professional support](https://www.thoughtworks.com//) for paid GoCD users |
| <strong>API</strong> | APIs to trigger pipelines and get pipeline history | [Rich API](https://api.gocd.org/current) to configure GoCD, trigger pipelines and get read historical data from GoCD |

## What does this really mean for me? Is GoCD the tool for me? {#is-gocd-for-me}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can absolutely turn this off, if you’d like. The toggle to turn off the da

<img src="/assets/images/blog/gocd-usage-analytics/gocd-settings-2.png" alt="GoCD usage analytics"/>

If you have any questions or would like more clarity about how and why we collect this information, chat with us on our [gitter channel](https://gitter.im/gocd/gocd) or join our [discussion forum](https://groups.google.com/g/go-cd).
If you have any questions or would like more clarity about how and why we collect this information, chat with us on our [discussion forum](https://groups.google.com/g/go-cd).



0 comments on commit b09930b

Please sign in to comment.