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

✨ Increase PyPI parsing flexibility #3423

Merged
merged 12 commits into from
Aug 26, 2023
Merged

✨ Increase PyPI parsing flexibility #3423

merged 12 commits into from
Aug 26, 2023

Commits on Aug 24, 2023

  1. Make PyPI parsing more flexible to find any github or gitlab url, and…

    … hope its unique
    
    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    584933b View commit details
    Browse the repository at this point in the history
  2. Refactor the addRepo to not pass around a mutable object. Tweak a tes…

    …t to support gitlab better
    
    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2dba072 View commit details
    Browse the repository at this point in the history
  3. Ignore users called sponsors for github repos. Remove the set and jus…

    …t check there is a single valid url
    
    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    17857e0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into main

    joshgc authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    865e299 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded variables and code

    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    91eeb2f View commit details
    Browse the repository at this point in the history
  6. Reducing indentation

    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bec414c View commit details
    Browse the repository at this point in the history
  7. Make github url path parts case insensitive and use more explicit suf…

    …fix filter to remove .git
    
    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3998fbd View commit details
    Browse the repository at this point in the history
  8. Appease the linter--may its wisdown never wane.

    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7369008 View commit details
    Browse the repository at this point in the history
  9. CamelCase -> camelCase to prevent export

    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7bf7205 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge branch 'main' into main

    joshgc authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    68a9dfb View commit details
    Browse the repository at this point in the history
  2. Add test and allowance for gitlab to also be case insensitive

    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    934911b View commit details
    Browse the repository at this point in the history
  3. hub vs lab typo

    Signed-off-by: Josh Cogan <joshgc@google.com>
    joshgc committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fdba658 View commit details
    Browse the repository at this point in the history