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

Core Data: TypeScript definitions for entity records. #38666

Merged
merged 74 commits into from
Feb 22, 2022

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    8d9ab6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190ccdf View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    6d9687b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de331e0 View commit details
    Browse the repository at this point in the history
  3. Extract enum types

    adamziel committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1300f77 View commit details
    Browse the repository at this point in the history
  4. Extract common interfaces

    adamziel committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    60d1c91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cb67ca View commit details
    Browse the repository at this point in the history
  6. Add Raw Data typings

    adamziel committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    08081f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd9b910 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2449089 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    5f35431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566c954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5969c12 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    4ff84bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73646b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    a20c2a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539f7c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c420c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    942f152 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f13eda1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    433be4f View commit details
    Browse the repository at this point in the history
  7. Export UpdatableRecord type

    adamziel committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    62963d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6554342 View commit details
    Browse the repository at this point in the history
  9. Export updatable types

    adamziel committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ec99125 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4292622 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    dde6773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ee4d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcdabe5 View commit details
    Browse the repository at this point in the history
  4. Make User.password optional

    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    31e1ea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d81c259 View commit details
    Browse the repository at this point in the history
  6. Document the Updatable type

    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e6193b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a95ba80 View commit details
    Browse the repository at this point in the history
  8. Document types in common.ts

    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0e4c63e View commit details
    Browse the repository at this point in the history
  9. Flatten the content prop of WpTemplate and WpTemplatePart into a stri…

    …ng through a condition inside the Updatable type wrapper
    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    09fe23a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4974607 View commit details
    Browse the repository at this point in the history
  11. Wrap Type with OmitNevers

    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    c086bab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4b0dd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f153a3a View commit details
    Browse the repository at this point in the history
  14. Wrap comment with OmitNevers

    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ee55c45 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ba701f View commit details
    Browse the repository at this point in the history
  16. Add README.md

    adamziel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b5560c1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8bd4641 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    184bbe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185ecfd View commit details
    Browse the repository at this point in the history
  3. Explain the ContextualFields without meandering on the implementation…

    … details of `never` fields
    adamziel committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    0486076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    493050e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    222e2fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fccae67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8522e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fe2297 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c544fef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b7963e View commit details
    Browse the repository at this point in the history
  11. Add extensible type prefix

    adamziel committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    b855db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. a -> an

    adamziel committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5b2145d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b23a08a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c98911e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02ddb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0650ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fec0432 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df1080c View commit details
    Browse the repository at this point in the history
  8. Lint

    adamziel committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d1c4dfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97bc553 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80b7610 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db67911 View commit details
    Browse the repository at this point in the history
  12. Add a comma

    adamziel committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4509bd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    466dd5f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a84b420 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ab8ed7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ce3ce0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dde0888 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    669f289 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    adfd612 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0fbd96f View commit details
    Browse the repository at this point in the history