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

Stop filtering projects by ci.yml files #1564

Merged
1 commit merged into from
Apr 20, 2021

Commits on Apr 20, 2021

  1. Stop filtering projects by ci.yml files

    - This removes the ci.yml filtering which means all projects can be discovered
    - This eliminates the need for the yml parsing module for most common scenarios
    - This does introduce some potential issues with duplicate package names for
      languages like java. The only known case currently is azure-storage-blobs and
      if there is ever a need to explicitly pick the correct one someone can pass
      in the ServiceDirectory filter similar to "storage/azure*" for new and "storage/microsoft*"
      for the older sdk. By default azure usually comes first so the new one gets discovered
      which is likely all we need for now. If this turns out not to be true we might
      need another way to disambiguate.
    weshaggard committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    bf41f0d View commit details
    Browse the repository at this point in the history