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

Introduce group and project search strategies #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2024

  1. feat(gitlab): introduce group and project search strategies

    - Added the ability to configure search strategies for GitLab groups and projects
    - Two strategies available: 'default' (follows the previous search method) and 'nameMapping' (allows mapping between package names and GitLab group/project names)
    - Introduced case-insensitive search option for nameMapping strategy
    Josué Freitas committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3f423ea View commit details
    Browse the repository at this point in the history
  2. docs: update README with new features and configuration options

    - Added details about the two matching strategies for GitLab groups and projects.
    - Introduced the 'nameMapping' strategy with the ability to define mappings between package names and GitLab group/project names.
    - Included information about case-insensitive matching and the use of search paths for group and project names.
    Josué Freitas committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a028476 View commit details
    Browse the repository at this point in the history