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: generate snippet metadata #1129

Merged
merged 24 commits into from
Jan 18, 2022
Merged

feat: generate snippet metadata #1129

merged 24 commits into from
Jan 18, 2022

Commits on Jan 4, 2022

  1. feat: add generated snippets to docstrings

    Use snippet metadata proto to add generated snippets into method
    docstrings. Metadata generation is intentionally incomplete, the
    fields that are filled out are a minimal set to enable snippets in
    docstrings.
    
    The proto itself will move elsewhere, but it does not yet have a
    permanent home.
    busunkim96 committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    a623d6e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    d356b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89df318 View commit details
    Browse the repository at this point in the history
  3. chore: fix generator.py

    busunkim96 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b50dd72 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    7465546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    237f076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e07b88 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'snippets-in-docstrings' of github.com:googleapis/gapic-…

    …generator-python into snippets-in-docstrings
    
    t push
    busunkim96 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    872c156 View commit details
    Browse the repository at this point in the history
  5. chore: update goldens

    busunkim96 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e176b02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8315803 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    c58c5ae View commit details
    Browse the repository at this point in the history
  2. fix: use OrderedDict

    busunkim96 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    906be9c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    767a0ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1e738 View commit details
    Browse the repository at this point in the history
  3. chore: format

    busunkim96 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    823ad2f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'snippets-in-docstrings' of github.com:googleapis/gapic-…

    …generator-python into snippets-in-docstrings
    busunkim96 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    0ada00e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e3defc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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

Commits on Jan 15, 2022

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

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    f710bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f2490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e358e25 View commit details
    Browse the repository at this point in the history
  4. chore: update goldens

    busunkim96 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    02f1258 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7a41c5 View commit details
    Browse the repository at this point in the history