Skip to content
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

docs(managers): use table for categories display #23503

Merged
merged 4 commits into from Jul 24, 2023

Conversation

secustor
Copy link
Collaborator

Changes

Uses a table instead of a map to represent categories and relevant managers

Context

Closes #23233

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Supported Managers

Group Category ID Managers
Ansible ansible ansible, ansible-galaxy
Batect batect batect, batect-wrapper
Bazel bazel bazel, bazel-module, bazelisk
C and C++ c conan
Continuous Delivery cd argocd, cdnurl, fleet, flux, helmfile, helmsman, html, tekton
Continuous Integration ci azure-pipelines, bitbucket-pipelines, buildkite, circleci, cloudbuild, droneci, github-actions, gitlabci, gitlabci-include, jenkins, tekton, travis, velaci, woodpecker
Dart dart pub
Docker docker docker-compose, dockerfile
.NET dotnet cake, nuget
Elixir elixir mix
Go golang gomod
Helm helm helm-requirements, helm-values, helmfile, helmsman, helmv3
Infrastructure as Code iac ansible, ansible-galaxy, puppet, terraform, terragrunt
Java java deps-edn, gradle, gradle-wrapper, kotlin-script, leiningen, maven, maven-wrapper, sbt
JavaScript js meteor, nodenv, npm, nvm
Kubernetes kubernetes argocd, fleet, flux, helm-requirements, helm-values, helmfile, helmsman, helmv3, jsonnet-bundler, kubernetes, kustomize
Node.js node nodenv, nvm
PHP php composer
Python python pep621, pip-compile, pip_requirements, pip_setup, pipenv, poetry, pyenv, setup-cfg
Ruby ruby bundler, puppet, ruby-version
Rust rust cargo
Swift swift cocoapods, mint, swift
Terraform terraform terraform, terraform-version, terragrunt, terragrunt-version, tflint-plugin
No Category n/a asdf, bicep, cpanfile, fvm, git-submodules, hermit, homebrew, nix, osgi, pre-commit, regex

Configuring Managers

test/setup.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@HonkingGoose HonkingGoose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the preview in the PR body text is the output of the the code. I'm happy with the preview, so I'll approve the PR.

I'll let the maintainers check the code.

@secustor secustor requested review from viceice and rarkins July 21, 2023 19:09
Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise LGTM

lib/constants/category.ts Outdated Show resolved Hide resolved
@secustor secustor requested a review from viceice July 24, 2023 19:50
@viceice viceice enabled auto-merge July 24, 2023 19:58
@viceice viceice added this pull request to the merge queue Jul 24, 2023
Merged via the queue into renovatebot:main with commit 949681f Jul 24, 2023
34 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 36.23.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@HonkingGoose
Copy link
Collaborator

Thank you @secustor for working on this! ❤️

@secustor secustor deleted the refactor/manager_table branch July 25, 2023 18:06
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace list of Supported Managers with a table
4 participants