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(pagination): re-importing from AIP-158 #168

Merged
merged 3 commits into from
May 16, 2024

Conversation

toumorokoshi
Copy link
Member

AEP-158 forked from the general aip.dev, whose guidance diverged a bit from google.aip.dev.

This re-imports those, resulting in the following set of changes:

  • switching typescript examples to proto (with placeholder for openapi).
  • minor wording fixes.

Fixes #12

🍱 Types of changes

What types of changes does your code introduce to AEP? Put an x in the boxes
that apply

  • Enhancement
  • New proposal
  • Migrated from google.aip.dev
  • Chore / Quick Fix

📋 Your checklist for this pull request

Please review the AEP Style and Guidance for
contributing to this repository.

General

AEP-158 forked from the general aip.dev, whose guidance
diverged a bit from gooogle.aip.dev.

This re-imports those, resulting in the following set of changes:

- switching typescript examples to proto (with placeholder for openapi).
- minor wording fixes.
@toumorokoshi toumorokoshi requested a review from a team as a code owner April 15, 2024 06:21
@rofrankel rofrankel self-requested a review April 19, 2024 18:48
Copy link
Collaborator

@rofrankel rofrankel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of the changes in this PR take generic wording and make it proto-specific (outside the protobuf tab). Other changes revert the improvement from page_size to max_page_size.

I commented on the first instance of each that I noticed, but not on all instances.

aep/general/0158/aep.md.j2 Outdated Show resolved Hide resolved
aep/general/0158/aep.md.j2 Outdated Show resolved Hide resolved
aep/general/0158/aep.md.j2 Outdated Show resolved Hide resolved
aep/general/0158/aep.md.j2 Outdated Show resolved Hide resolved
aep/general/0158/aep.md.j2 Outdated Show resolved Hide resolved
aep/general/0158/aep.md.j2 Outdated Show resolved Hide resolved
aep/general/0158/aep.md.j2 Show resolved Hide resolved
toumorokoshi and others added 2 commits April 27, 2024 21:33
Co-authored-by: Richard Frankel <richard@frankel.tv>
- adding definition for schema
- renaming page_size -> max_page_size
- normalize verbase to use method vs operation / rpc
Copy link
Contributor

@mkistler mkistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. 👍

aep/general/0158/aep.md.j2 Show resolved Hide resolved
aep/general/0158/aep.md.j2 Show resolved Hide resolved
@toumorokoshi toumorokoshi merged commit 2e9aa80 into aep-dev:main May 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adopt AIP-0158 Pagination
3 participants