Skip to content

Releases: octokit/fixtures

v20.0.0

31 Jan 22:30
Compare
Choose a tag to compare

20.0.0 (2020-01-31)

Features

  • name parameter is now new_name for update label request (fa317d2)

BREAKING CHANGES

  • name parameter is now new_name for update label request

v19.0.2

31 Jan 15:36
67220d0
Compare
Choose a tag to compare

19.0.2 (2020-01-31)

Bug Fixes

  • version version update in via header (#285) (67220d0)

v19.0.1

23 Jan 05:16
Compare
Choose a tag to compare

19.0.1 (2020-01-23)

Bug Fixes

v19.0.0

10 Jan 17:53
Compare
Choose a tag to compare

19.0.0 (2020-01-10)

Bug Fixes

  • normalize Varnish headers (252b767)
  • fixture: updated api.github.com/get-archive (51d7fe5)

BREAKING CHANGES

  • fixture: api.github.com/get-archive has changed
[
   ...
   {
     headers: {
+      age: "0"
+      via: "1.1 varnish-v4"
+      x-varnish: "74624297"
     }
   }
 ]

v18.1.0

09 Jan 17:23
Compare
Choose a tag to compare

18.1.0 (2020-01-09)

Features

v18.0.0

24 Dec 11:02
Compare
Choose a tag to compare

18.0.0 (2019-12-24)

Bug Fixes

  • fixture: updated api.github.com/branch-protection (f7ec52c)

BREAKING CHANGES

  • fixture: api.github.com/branch-protection has changed
[
   ...
   ...
   {
     response: {
       restrictions: {
         teams: [
           {
           }
         ]
       }
     }
     headers: {
-      content-length: "4531"
+      content-length: "4545"
     }
   }
   ...
 ]

v17.1.0

06 Dec 18:22
Compare
Choose a tag to compare

17.1.0 (2019-12-06)

Features

  • "temp_clone_token" in repository response (#267) (f457c59)

v17.0.0

21 Nov 02:56
Compare
Choose a tag to compare

17.0.0 (2019-11-21)

Bug Fixes

  • fixture: updated api.github.com/add-labels-to-issue (f8123e9)
  • fixture: updated api.github.com/get-root (1fac543)
  • fixture: updated api.github.com/labels (8164efd)

BREAKING CHANGES

  • fixture: api.github.com/labels has changed
[
   {
     response: [
       {
+        description: "Something isn't working"
       }
       {
+        description: "Improvements or additions to documentation"
       }
       {
+        description: "This issue or pull request already exists"
       }
       {
+        description: "New feature or request"
       }
       {
+        description: "Good for newcomers"
       }
       {
+        description: "Extra attention is needed"
       }
       {
+        description: "This doesn't seem right"
       }
       {
+        description: "Further information is requested"
       }
       {
+        description: "This will not be worked on"
       }
     ]
     headers: {
-      content-length: "1572"
+      content-length: "1977"
     }
   }
   {
     response: {
     }
     headers: {
-      content-length: "175"
+      content-length: "194"
     }
   }
   {
     response: {
     }
     headers: {
-      content-length: "175"
+      content-length: "194"
     }
   }
   {
     response: {
     }
     headers: {
-      content-length: "191"
+      content-length: "210"
     }
   }
   ...
 ]
  • fixture: api.github.com/get-root has changed
[
   {
     response: {
+      label_search_url: "https://api.github.com/search/labels?q={query}&repository_id={repository_id}{&page,per_page}"
     }
     headers: {
-      content-length: "2039"
+      content-length: "2153"
     }
   }
 ]
  • fixture: api.github.com/add-labels-to-issue has changed
[
   ...
   {
     response: [
       {
       }
       {
       }
       {
       }
     ]
     headers: {
-      content-length: "526"
+      content-length: "583"
     }
   }
 ]

v16.1.2

05 Oct 17:10
Compare
Choose a tag to compare

16.1.2 (2019-10-05)

Bug Fixes

v16.1.1

28 Sep 20:13
Compare
Choose a tag to compare

16.1.1 (2019-09-28)

Bug Fixes

  • remove members_allowed_repository_creation_type from response as it requires the members_allowed_repository_creation_type preview header (#257) (eeccf1b)