Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

feat: 98 new operation IDs and respective deprecations #769

Merged
merged 123 commits into from
Jun 7, 2020
Merged

Commits on Jun 5, 2020

  1. build: cache

    Octokit Bot committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fcf685d View commit details
    Browse the repository at this point in the history
  2. WIP: api.github.com routes update

    Octokit Bot authored and gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7c821cc View commit details
    Browse the repository at this point in the history
  3. build: operation ID override for GET /repos/:owner/:repo/comments, …

    …resolves conflict with `GET /repos/:owner/:repo/comments/:commit_sha/comments`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a1dfea0 View commit details
    Browse the repository at this point in the history
  4. fix: operation ID override for GET /repos/:owner/:repo/comments, re…

    …solves conflict with `GET /repos/:owner/:repo/comments/:commit_sha/comments`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    71d9855 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef48726 View commit details
    Browse the repository at this point in the history
  6. fix: deprecation date

    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8686121 View commit details
    Browse the repository at this point in the history
  7. recover orgs/list-blocked-users

    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    60f84d1 View commit details
    Browse the repository at this point in the history
  8. feat: orgs/list-saml-sso-authorizations. Deprecates `orgs/list-cred…

    …ential-authorizations`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    dc8f350 View commit details
    Browse the repository at this point in the history
  9. feat: orgs/remove-credential-authorization. Deprecates `orgs/remove…

    …-saml-sso-authorization`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    76004c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48615ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    019b8cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9093c27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    940e862 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    916c236 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c9bd9a8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    830cd2b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b7a6ab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1c25abd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d3b5bd2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f179137 View commit details
    Browse the repository at this point in the history
  21. feat: orgs/check-public-membership-for-user. Deprecates `orgs/check…

    …-public-membership`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a229cfb View commit details
    Browse the repository at this point in the history
  22. feat: orgs/set-public-membership-for-authenticated-user. Deprecates…

    … `orgs/publicize-membership`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d9d1c6b View commit details
    Browse the repository at this point in the history
  23. feat: orgs/remove-public-membership-for-authenticated-user. Depreca…

    …tes `orgs/conceal-membership`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d4f09ea View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    521325d View commit details
    Browse the repository at this point in the history
  25. feat: repos/get-admin-branch-protection. Deprecates `repos/get-prot…

    …ected-branch-admin-enforcement`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5d18551 View commit details
    Browse the repository at this point in the history
  26. feat: repos/set-admin-branch-protection. Deprecates `repos/add-prot…

    …ected-branch-admin-enforcement`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fafbd79 View commit details
    Browse the repository at this point in the history
  27. feat: repos/delete-admin-branch-protection. Deprecates `repos/remov…

    …e-protected-branch-admin-enforcement`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a8b4fca View commit details
    Browse the repository at this point in the history
  28. feat: repos/get-pull-request-review-protection. Deprecates `repos/g…

    …et-protected-branch-pull-request-review-enforcement`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    69fa3e9 View commit details
    Browse the repository at this point in the history
  29. feat: repos/update-pull-request-review-protection. Deprecates `repo…

    …s/update-protected-branch-pull-request-review-enforcement`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    bc062b5 View commit details
    Browse the repository at this point in the history
  30. feat: repos/delete-pull-request-review-protection. Deprecates `repo…

    …s/remove-protected-branch-pull-request-review-enforcement`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    820cb42 View commit details
    Browse the repository at this point in the history
  31. feat: repos/get-commit-signature-protection. Deprecates `repos/get-…

    …protected-branch-required-signatures`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6b5e387 View commit details
    Browse the repository at this point in the history
  32. feat: repos/create-commit-signature-protection. Deprecates `repos/a…

    …dd-protected-branch-required-signatures`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fae3a74 View commit details
    Browse the repository at this point in the history
  33. feat: repos/delete-commit-signature-protection. Deprecates `repos/r…

    …emove-protected-branch-required-signatures`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3ba5190 View commit details
    Browse the repository at this point in the history
  34. feat: repos/get-status-checks-protection. Deprecates `repos/get-pro…

    …tected-branch-required-status-checks`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    80be33d View commit details
    Browse the repository at this point in the history
  35. feat: repos/update-status-checks-protection. Deprecates `repos/upda…

    …te-protected-branch-required-status-checks`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    32ea391 View commit details
    Browse the repository at this point in the history
  36. feat: repos/remove-status-checks-protection. Deprecates `repos/remo…

    …ve-protected-branch-required-status-checks`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    05bc777 View commit details
    Browse the repository at this point in the history
  37. feat: repos/get-all-status-check-contexts. Deprecates `repos/list-p…

    …rotected-branch-required-status-checks-contexts`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a8e094d View commit details
    Browse the repository at this point in the history
  38. feat: repos/set-status-check-contexts. Deprecates `repos/replace-pr…

    …otected-branch-required-status-checks-contexts`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5e53dd1 View commit details
    Browse the repository at this point in the history
  39. feat: repos/add-status-check-contexts. Deprecates `repos/add-protec…

    …ted-branch-required-status-checks-contexts`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7fe3908 View commit details
    Browse the repository at this point in the history
  40. feat: repos/remove-status-check-contexts. Deprecates `repos/remove-…

    …protected-branch-required-status-checks-contexts`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0cfee33 View commit details
    Browse the repository at this point in the history
  41. feat: repos/remove-protected-branch-restrictions. Deprecates `repos…

    …/delete-access-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    26ccc30 View commit details
    Browse the repository at this point in the history
  42. feat: repos/set-app-access-restrictions. Deprecates `repos/replace-…

    …protected-branch-app-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5e7e368 View commit details
    Browse the repository at this point in the history
  43. feat: repos/add-app-access-restrictions. Deprecates `repos/add-prot…

    …ected-branch-app-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    41f630d View commit details
    Browse the repository at this point in the history
  44. feat: repos/remove-app-access-restrictions. Deprecates `repos/remov…

    …e-protected-branch-app-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a7df6f4 View commit details
    Browse the repository at this point in the history
  45. feat: repos/set-team-access-restrictions. Deprecates `repos/replace…

    …-protected-branch-team-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8b00a27 View commit details
    Browse the repository at this point in the history
  46. feat: repos/add-team-access-restrictions. Deprecates `repos/add-pro…

    …tected-branch-team-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3a14f07 View commit details
    Browse the repository at this point in the history
  47. feat: repos/remove-team-access-restrictions. Deprecates `repos/remo…

    …ve-protected-branch-team-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d331754 View commit details
    Browse the repository at this point in the history
  48. feat: repos/set-user-access-restrictions. Deprecates `repos/replace…

    …-protected-branch-user-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f88c4bb View commit details
    Browse the repository at this point in the history
  49. feat: repos/add-user-access-restrictions. Deprecates `repos/add-pro…

    …tected-branch-user-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5935f88 View commit details
    Browse the repository at this point in the history
  50. feat: repos/remove-user-access-restrictions. Deprecates `repos/remo…

    …ve-protected-branch-user-restrictions`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    dfc7327 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    29c0fd7 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1659f24 View commit details
    Browse the repository at this point in the history
  53. feat: repos/get-community-profile-metrics. Deprecates `repos/retrie…

    …ve-community-profile-metrics`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ce75062 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9cfd44b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    980a154 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    72b062d View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    3106aee View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    de85840 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dc292ad View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    7b9a4f1 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    c95f0e6 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    f332d63 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    7068bc6 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    786bf81 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    cc75304 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b7f3d76 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    15a6cc5 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    61f36a7 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    754da64 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    3b9862c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    488c5ea View commit details
    Browse the repository at this point in the history
  72. feat: scim/get-provisioning-information-for-user. Deprecates `scim/…

    …get-provisioning-details-for-user`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    049d055 View commit details
    Browse the repository at this point in the history
  73. feat: scim/set-information-for-provisioned-user. Deprecates `scim/r…

    …eplace-provisioned-user-information`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    e1fdef8 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    0db9a94 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    d838b0f View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    f4c55a8 View commit details
    Browse the repository at this point in the history
  77. feat: users/set-primary-email-visibility-for-authenticated. Depreca…

    …tes `users/toggle-primary-email-visibility`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    188dea7 View commit details
    Browse the repository at this point in the history
  78. feat: users/list-emails-for-authenticated. Deprecates `users/list-e…

    …mails-for-authenticated`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    b9599cd View commit details
    Browse the repository at this point in the history
  79. feat: users/add-emails-for-authenticated. Deprecates `users/add-ema…

    …ils-for-authenticated`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9fe96c7 View commit details
    Browse the repository at this point in the history
  80. feat: users/delete-emails-for-authenticated. Deprecates `users/dele…

    …te-emails-for-authenticated`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    bb87b16 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    f460c55 View commit details
    Browse the repository at this point in the history
  82. feat: users/check-person-is-followed-by-authenticated. Deprecates `…

    …users/check-following`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    78f08a8 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    c816285 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    9adb7ba View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    22f0129 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    efe407f View commit details
    Browse the repository at this point in the history
  87. feat: users/list-public-ssh-keys-for-authenticated. Deprecates `use…

    …rs/list-public-keys`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    300041a View commit details
    Browse the repository at this point in the history
  88. feat: users/create-public-ssh-key-for-authenticated. Deprecates `us…

    …ers/create-public-key`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    895d57e View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    68d8c33 View commit details
    Browse the repository at this point in the history
  90. feat: users/delete-public-ssh-key-for-authenticated. Deprecates `us…

    …ers/delete-public-key`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9839a78 View commit details
    Browse the repository at this point in the history
  91. feat: orgs/list-memberships-for-authenticated-user. Deprecates `org…

    …s/list-memberships`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a112e88 View commit details
    Browse the repository at this point in the history
  92. feat: orgs/update-membership-for-authenticated-user. Deprecates `or…

    …gs/update-membership`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ef3042d View commit details
    Browse the repository at this point in the history
  93. feat: orgs/list-public-emails-for-authenticated-user. Deprecates `o…

    …rgs/list-public-emails`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    918b2c9 View commit details
    Browse the repository at this point in the history
  94. build: cache update

    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0c441ad View commit details
    Browse the repository at this point in the history
  95. WIP operation updates

    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    140962b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    566f198 View commit details
    Browse the repository at this point in the history
  97. feat: projects/get-permission-for-user. Deprecates `projects/review…

    …-user-permission-level`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c3061d3 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    f566450 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    731f70f View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    2814e2f View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    d2e2677 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    0ee9f1b View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    060a281 View commit details
    Browse the repository at this point in the history
  104. feat: pulls/create-reply-for-review-comment. Deprecates `pulls/crea…

    …te-review-comment-reply`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3df00d8 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    1d582f6 View commit details
    Browse the repository at this point in the history
  106. recover operation for `GET /repos/:owner/:repo/pulls/:pull_number/rev…

    …iews/:review_id/comments`
    gr2m committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    2d2ed66 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    116d1a0 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    dce6768 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    fd1e2d3 View commit details
    Browse the repository at this point in the history
  2. update GHES operations

    gr2m committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    1f1211a View commit details
    Browse the repository at this point in the history
  3. build(GHE): cache update

    gr2m committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    867d996 View commit details
    Browse the repository at this point in the history
  4. WIP GHES operations updates

    gr2m committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ecc0241 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    193d57f View commit details
    Browse the repository at this point in the history
  6. feat: enterpriseAdmin operation ID changes and deprecations of prev…

    …ious operation IDs
    gr2m committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    0383a7d View commit details
    Browse the repository at this point in the history
  7. build: cache

    gr2m committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    745f1d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    209cc62 View commit details
    Browse the repository at this point in the history
  9. build: remove debugger

    gr2m committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    6a71f99 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. build(GHES): cache

    gr2m committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    21060ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e2b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119955d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da20efc View commit details
    Browse the repository at this point in the history
  5. feat: repos/get-access-restrictions. Deprecates `repos/get-protecte…

    …d-branch-restrictions`
    gr2m committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    c7698dd View commit details
    Browse the repository at this point in the history
  6. GHE update

    gr2m committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    60d1698 View commit details
    Browse the repository at this point in the history