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

Improve repo tagging #6343

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

Commits on Oct 29, 2024

  1. fix plugin filtering for non-Tagged repos

    it is still possible there are custom Repository plugins which do not implement the Tagged interface yet. those repositories should still be considered for resolving
    
    Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
    chrisrueger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    364c757 View commit details
    Browse the repository at this point in the history
  2. default tags for repo should be empty set

    This does not show 'resolve' on all repos in the Repo Browser anymore
    
    Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
    chrisrueger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b402fd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. improve readability of condition and wording

    Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
    chrisrueger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6467e74 View commit details
    Browse the repository at this point in the history
  2. add Glob support for plugin tag filtering

    Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
    chrisrueger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7e60cf1 View commit details
    Browse the repository at this point in the history
  3. remove accidental file

    Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
    chrisrueger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    13757b5 View commit details
    Browse the repository at this point in the history
  4. Update javadoc

    as suggested
    
    javadoc
    
    Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
    chrisrueger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b0ef3be View commit details
    Browse the repository at this point in the history