-
Notifications
You must be signed in to change notification settings - Fork 904
feat: add comparison to docs #1315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1315 +/- ##
==========================================
+ Coverage 66.75% 66.85% +0.10%
==========================================
Files 286 282 -4
Lines 18693 18493 -200
Branches 235 235
==========================================
- Hits 12478 12364 -114
+ Misses 4931 4865 -66
+ Partials 1284 1264 -20
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor edits
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh.. I forgot to submit my review @bpmct. No worries, I'll submit commits later.
docs/about.md
Outdated
|
||
|
||
| Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms | | ||
| :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is important enough to be in the README–just the table though–the preceding text is too much for the README.
Anmol did this with nhooyr/websocket and coder/slog, which greatly helped their successes.
docs/about.md
Outdated
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not). | ||
|
||
|
||
| Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think type
can be removed and we remove the Web IDEs
docs/about.md
Outdated
| :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [Coder](https://github.com/coder/coder) | Platform: multiple workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | | ||
| [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | | ||
| [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud | ✅ | Open source/paid | Linux containers | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub Enterprise Cloud is not self-hosted.
GitHub Codespaces is not open source either, we should just label it as "Free/Paid SaaS".
* fix typo * feat: add comparison table * Update docs/about.md Co-authored-by: Katie Horne <katie@23spoons.com> * Update docs/about.md Co-authored-by: Katie Horne <katie@23spoons.com> * Update docs/about.md Co-authored-by: Katie Horne <katie@23spoons.com> * chore: remove gitpod Co-authored-by: Katie Horne <katie@23spoons.com>
This PR adds a comparison for Coder vs similar projects
Fixes #1304