Skip to content

WIP: Add GitLab.com plans as products to the comparisons.yml file.

username-removed-386624 requested to merge cs-gitlab-com-products into master

Starting #1446 (closed).

This MR adds the GitLab.com plans to the comparisons.yml file so it can be used to generate the gitlab.com plans page automatically.

You can mark features as supporting specific GitLab.com plans as follows (don't include the comments):

- title: "Time tracking"
  description: "Time Tracking in GitLab lets your team add estimates and record time spent on issues and merge requests."
  link_description: "Learn more about Time Tracking"
  link: https://about.gitlab.com/features/time-tracking/
  # Free plan
  gitlab_com_free: false
  # Bronze plan
  gitlab_com_bronze: true
  # Silver plan
  gitlab_com_silver: true
  # Gold plan
  gitlab_com_gold: true

Once we have the GitLab.com plans fleshed out in the YML file I can put together an automatically-updated page like the Products page.

One sidenote: There's already a gitlab_com product which is used to compare GitLab.com to GitHub.com and BitBucket.org. Don't confuse that for the plan products. I'm not sure how we should handle the separation of those.

cc: @mydigitalself

Edited by username-removed-386624

Merge request reports