Skip to content

Releases: octokit/fixtures

v16.1.0

20 Sep 17:58
Compare
Choose a tag to compare

16.1.0 (2019-09-20)

Features

  • get-organization: members_allowed_repository_creation_type key added to response (#254) (1e1f2ca)

v16.0.0

14 Sep 18:01
Compare
Choose a tag to compare

16.0.0 (2019-09-14)

Bug Fixes

  • fixture: updated api.github.com/add-and-remove-repository-collaborator (d66a7c7)
  • fixture: updated api.github.com/branch-protection (419a674)
  • fixture: updated api.github.com/git-refs (bfcdedb)
  • fixture: updated api.github.com/labels (51ff1f4)
  • fixture: updated api.github.com/lock-issue (436cb9e)
  • fixture: updated api.github.com/project-cards (c2d26b1)
  • fixture: updated api.github.com/release-assets (3519572)
  • fixture: updated api.github.com/release-assets-conflict (6fe14a8)

BREAKING CHANGES

  • fixture: api.github.com/release-assets has changed
[
   ...
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/release-assets-conflict has changed
[
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   ...
 ]
  • fixture: api.github.com/project-cards has changed
[
   ...
   ...
   ...
   ...
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/lock-issue has changed
[
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/labels has changed
[
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/git-refs has changed
[
   ...
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/branch-protection has changed
[
   ...
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
 ]
  • fixture: api.github.com/add-and-remove-repository-collaborator has changed
[
   ...
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   ...
   {
     headers: {
-      content-type: "application/octet-stream"
     }
   }
   ...
 ]

v15.0.2

12 Sep 19:10
Compare
Choose a tag to compare

15.0.2 (2019-09-12)

Bug Fixes

  • normalize branch protection response (restrictions.apps_url) (26f1b83)
  • update fixture for branch protection (1bd6d78)

v15.0.1

04 Sep 21:28
Compare
Choose a tag to compare

15.0.1 (2019-09-04)

Bug Fixes

  • package: update nock to version 11.1.0 (710ab60)

v15.0.0

02 Jun 16:18
Compare
Choose a tag to compare

15.0.0 (2019-06-02)

Bug Fixes

  • fixture: updated api.github.com/labels (2e68368)

BREAKING CHANGES

  • fixture: api.github.com/labels has changed
[
   {
     response: [
       ...
       {
-        url: "https://api.github.com/repos/octokit-fixture-org/labels/labels/duplicate"
+        url: "https://api.github.com/repos/octokit-fixture-org/labels/labels/documentation"
-        name: "duplicate"
+        name: "documentation"
-        color: "cfd3d7"
+        color: "0075ca"
       }
+      {
+        id: 1002
+        node_id: "MDA6RW50aXR5MQ=="
+        url: "https://api.github.com/repos/octokit-fixture-org/labels/labels/duplicate"
+        name: "duplicate"
+        color: "cfd3d7"
+        default: true
+      }
       {
-        id: 1002
+        id: 1003
       }
       {
-        id: 1003
+        id: 1004
       }
       {
-        id: 1004
+        id: 1005
       }
       {
-        id: 1005
+        id: 1006
       }
       {
-        id: 1006
+        id: 1007
       }
       {
-        id: 1007
+        id: 1008
       }
     ]
     headers: {
-      content-length: "1391"
+      content-length: "1572"
     }
   }
   {
     response: {
-      id: 1008
+      id: 1009
     }
   }
   {
     response: {
-      id: 1008
+      id: 1009
     }
   }
   {
     response: {
-      id: 1008
+      id: 1009
     }
   }
   ...
 ]

v14.0.5

10 Apr 15:38
Compare
Choose a tag to compare

14.0.5 (2019-04-10)

Bug Fixes

v14.0.4

04 Apr 18:27
Compare
Choose a tag to compare

14.0.4 (2019-04-04)

Bug Fixes

  • "disabled" property in repository responses (#206) (af91214)

v14.0.3

18 Mar 18:59
Compare
Choose a tag to compare

14.0.3 (2019-03-18)

Bug Fixes

  • get-org: update private repositories included in plan (7286da2)

v14.0.2

10 Feb 20:23
Compare
Choose a tag to compare

14.0.2 (2019-02-10)

Bug Fixes

  • teams summary responses now include "html_url" (#197) (60cc3d4)

v14.0.1

10 Jan 16:57
Compare
Choose a tag to compare

14.0.1 (2019-01-10)

Bug Fixes

  • replace repo:task oauth scope with write:repo_hook (#194) (b589b6a)