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(gazelle): Add "python_test_file_pattern" directive #1819

Merged
merged 26 commits into from
Apr 5, 2024

Commits on Mar 21, 2024

  1. Update CHANGELOG

    dougthor42 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    056c4e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix README

    dougthor42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ac364d2 View commit details
    Browse the repository at this point in the history
  2. Add glob to go.mod and go.sum

    Add glob to generate.go
    
    Add glob dep
    dougthor42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a852679 View commit details
    Browse the repository at this point in the history
  3. add test cases

    dougthor42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d4b456b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cbcd67 View commit details
    Browse the repository at this point in the history
  5. Add docs

    dougthor42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    abe667c View commit details
    Browse the repository at this point in the history
  6. Forgot a docstring :-P

    dougthor42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    98922c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9897b0 View commit details
    Browse the repository at this point in the history
  8. :set spell

    dougthor42 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a3cc524 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Add test for bad globs

    dougthor42 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    cf274c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a156e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b66a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fail for no value

    dougthor42 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9eb66f4 View commit details
    Browse the repository at this point in the history
  2. Update docs

    dougthor42 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0f2b9aa View commit details
    Browse the repository at this point in the history
  3. sync default in docs

    dougthor42 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7b7648b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd21bc9 View commit details
    Browse the repository at this point in the history
  5. Update testdata README

    dougthor42 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ca79dfa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Remove 'glob' dependency

    dougthor42 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    17e14d7 View commit details
    Browse the repository at this point in the history
  2. Update to doublestar v4

    dougthor42 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    19b9a49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5875c2f View commit details
    Browse the repository at this point in the history
  4. Validate patterns during pythonconfig.SetTestFilePattern instead of (…

    …well, in addition to) during generate.GenerateRules
    dougthor42 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    df8f967 View commit details
    Browse the repository at this point in the history
  5. clarify comment

    dougthor42 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b14b0dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3a5364 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Error message sytle fixes

    dougthor42 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    988ae8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d41e94 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    58d5571 View commit details
    Browse the repository at this point in the history