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

feat: verify whether the reported repository can be linked back to the artifact #873

Merged

Commits on Oct 24, 2024

  1. feat: Verify whether the claimed repository can be linked back to the…

    … artifact
    
    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    43dd59e View commit details
    Browse the repository at this point in the history
  2. chore: fix module doc in maven_repo_verification_check.py

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f7d3e24 View commit details
    Browse the repository at this point in the history
  3. chore: address PR comments

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4c72e4d View commit details
    Browse the repository at this point in the history
  4. chore: use all() instead of for loop to make pylint happy

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3ae9c46 View commit details
    Browse the repository at this point in the history
  5. chore: add parameters and returns to docstrings

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a360a17 View commit details
    Browse the repository at this point in the history
  6. chore: add parameters and returns to docstrings

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0ec89ef View commit details
    Browse the repository at this point in the history
  7. chore: use #: for class property docs

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b47fdf6 View commit details
    Browse the repository at this point in the history
  8. chore: add todo for find_file_in_repo to potentially use existing fun…

    …ctions
    
    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    08147c0 View commit details
    Browse the repository at this point in the history
  9. test: add basic unit tests for maven_repo_verification_check

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    054fd5b View commit details
    Browse the repository at this point in the history
  10. test: add integration tests for maven repo verification check

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5249a20 View commit details
    Browse the repository at this point in the history
  11. fix: take quote characters into account while parsing build files

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3044d69 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore: address PR comments

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    35b5a9e View commit details
    Browse the repository at this point in the history
  2. chore: address PR comments

    Signed-off-by: Mohammad Abdollahpour <[email protected]>
    mabdollahpour-ol committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a3f3e15 View commit details
    Browse the repository at this point in the history