static-cms/cypress/fixtures/BitBucket Backend Editorial Workflow__can change workflow status.json

1420 lines
204 KiB
JSON
Raw Normal View History

Feat: editorial workflow bitbucket gitlab (#3014) * refactor: typescript the backends * feat: support multiple files upload for GitLab and BitBucket * fix: load entry media files from media folder or UI state * chore: cleanup log message * chore: code cleanup * refactor: typescript the test backend * refactor: cleanup getEntry unsued variables * refactor: moved shared backend code to lib util * chore: rename files to preserve history * fix: bind readFile method to API classes * test(e2e): switch to chrome in cypress tests * refactor: extract common api methods * refactor: remove most of immutable js usage from backends * feat(backend-gitlab): initial editorial workflow support * feat(backend-gitlab): implement missing workflow methods * chore: fix lint error * feat(backend-gitlab): support files deletion * test(e2e): add gitlab cypress tests * feat(backend-bitbucket): implement missing editorial workflow methods * test(e2e): add BitBucket backend e2e tests * build: update node version to 12 on netlify builds * fix(backend-bitbucket): extract BitBucket avatar url * test: fix git-gateway AuthenticationPage test * test(e2e): fix some backend tests * test(e2e): fix tests * test(e2e): add git-gateway editorial workflow test * chore: code cleanup * test(e2e): revert back to electron * test(e2e): add non editorial workflow tests * fix(git-gateway-gitlab): don't call unpublishedEntry in simple workflow gitlab git-gateway doesn't support editorial workflow APIs yet. This change makes sure not to call them in simple workflow * refactor(backend-bitbucket): switch to diffstat API instead of raw diff * chore: fix test * test(e2e): add more git-gateway tests * fix: post rebase typescript fixes * test(e2e): fix tests * fix: fix parsing of content key and add tests * refactor: rename test file * test(unit): add getStatues unit tests * chore: update cypress * docs: update beta docs
2020-01-15 00:15:14 +02:00
[
{
"method": "GET",
"url": "/2.0/repositories/owner/repo?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0465171337128",
"Connection": "Keep-Alive",
"X-Request-Count": "2162",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3011"
},
"response": "{\"scm\": \"git\", \"website\": null, \"has_wiki\": false, \"name\": \"repo\", \"links\": {\"watchers\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/watchers\"}, \"branches\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches\"}, \"tags\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/tags\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits\"}, \"clone\": [{\"href\": \"https://owner@bitbucket.org/owner/repo.git\", \"name\": \"https\"}, {\"href\": \"git@bitbucket.org:owner/repo.git\", \"name\": \"ssh\"}], \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"source\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/src\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}, \"hooks\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/hooks\"}, \"forks\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/forks\"}, \"downloads\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/downloads\"}, \"pullrequests\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests\"}}, \"fork_policy\": \"allow_forks\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\", \"language\": \"\", \"created_on\": \"2020-01-09T19:27:16.216473+00:00\", \"mainbranch\": {\"type\": \"branch\", \"name\": \"master\"}, \"full_name\": \"owner/repo\", \"has_issues\": false, \"owner\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:27:52.311857+00:00\", \"size\": 4277310, \"type\": \"repository\", \"slug\": \"repo\", \"is_private\": false, \"description\": \"\"}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/user?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0464458465576",
"X-Accepted-OAuth-Scopes": "account",
"Connection": "Keep-Alive",
"X-Request-Count": "4128",
"X-Version": "39e6dc2e5ab0",
"X-Frame-Options": "SAMEORIGIN",
"content-length": "1041"
},
"response": "{\"name\":\"owner\",\"display_name\":\"owner\",\"links\":{\"avatar\":{\"href\":\"https://avatars1.githubusercontent.com/u/7892489?v=4\"}},\"nickname\":\"owner\"}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1142",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.115066051483",
"Connection": "Keep-Alive",
"X-Request-Count": "1467",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0999100208282",
"Connection": "Keep-Alive",
"X-Request-Count": "2588",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts?sort=-path&max_depth=1&ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1118",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.112458944321",
"Connection": "Keep-Alive",
"X-Request-Count": "182",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "6405"
},
"response": "{\"pagelen\":10,\"values\":[{\"mimetype\":null,\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-19-08---Humane-Typography-in-the-Digital-Age.md\"},\"meta\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-19-08---Humane-Typography-in-the-Digital-Age.md?format=meta\"},\"history\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/filehistory/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-19-08---Humane-Typography-in-the-Digital-Age.md\"}},\"path\":\"content/posts/2017-19-08---Humane-Typography-in-the-Digital-Age.md\",\"commit\":{\"type\":\"commit\",\"hash\":\"536a257d1e997553bb48535542a6a6e98612cd44\",\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"},\"html\":{\"href\":\"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}}},\"attributes\":[],\"type\":\"commit_file\",\"size\":7465},{\"mimetype\":null,\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-18-08---The-Birth-of-Movable-Type.md\"},\"meta\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-18-08---The-Birth-of-Movable-Type.md?format=meta\"},\"history\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/filehistory/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-18-08---The-Birth-of-Movable-Type.md\"}},\"path\":\"content/posts/2017-18-08---The-Birth-of-Movable-Type.md\",\"commit\":{\"type\":\"commit\",\"hash\":\"536a257d1e997553bb48535542a6a6e98612cd44\",\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"},\"html\":{\"href\":\"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}}},\"attributes\":[],\"type\":\"commit_file\",\"size\":16071},{\"mimetype\":null,\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-02-02---A-Brief-History-of-Typography.md\"},\"meta\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-02-02---A-Brief-History-of-Typography.md?format=meta\"},\"history\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/filehistory/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-02-02---A-Brief-History-of-Typography.md\"}},\"path\":\"content/posts/2016-02-02---A-Brief-History-of-Typography.md\",\"commit\":{\"type\":\"commit\",\"hash\":\"536a257d1e997553bb48535542a6a6e98612cd44\",\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"},\"html\":{\"href\":\"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}}},\"attributes\":[],\"type\":\"commit_file\",\"size\":2786},{\"mimetype\":null,\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\"},\"meta\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-01-12---The-Origins-of-Social-Stationery-Lettering.md?format=meta\"},\"history\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/filehistory/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\"}},\"path\":\"content/posts/2016-01-12---The-Origins-of-Social-Stationery-Lettering.md\",\"commit\":{\"type\":\"commit\",\"hash\":\"536a257d1e997553bb48535542a6a6e98612cd44\",\"links\":{\"self\":{\"href\
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/static/media?sort=-path&max_depth=1&ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1142",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0637679100037",
"Connection": "Keep-Alive",
"X-Request-Count": "1196",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "78"
},
"response": "{\"type\":\"error\",\"error\":{\"message\":\"No such file or directory: static/media\"}}",
"status": 404
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1142",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0721461772919",
"Connection": "Keep-Alive",
"X-Request-Count": "2496",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1119",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0867660045624",
"Connection": "Keep-Alive",
"X-Request-Count": "3277",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-19-08---Humane-Typography-in-the-Digital-Age.md?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "text/plain",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1119",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0514919757843",
"Connection": "Keep-Alive",
"X-Request-Count": "1796",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "7465"
},
"response": "---\ntitle: Humane Typography in the Digital Age\ndate: \"2017-08-19T22:40:32.169Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Typography\"\ntags:\n - \"Design\"\n - \"Typography\"\n - \"Web Development\"\ndescription: \"An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.\"\ncanonical: ''\n---\n\n- [The first transition](#the-first-transition)\n- [The digital age](#the-digital-age)\n- [Loss of humanity through transitions](#loss-of-humanity-through-transitions)\n- [Chasing perfection](#chasing-perfection)\n\nAn Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.\n\nThe typography of this industrial age was no longer handcrafted. Mass production and profit became more important. Quantity mattered more than the quality. The books and printed works in general lost a part of its humanity. The typefaces were not produced by craftsmen anymore. It was the machines printing and tying the books together now. The craftsmen had to let go of their craft and became a cog in the process. An extension of the industrial machine.\n\nBut the victory of the industrialism didn’t mean that the craftsmen were completely extinct. The two worlds continued to coexist independently. Each recognising the good in the other — the power of industrialism and the humanity of craftsmanship. This was the second transition that would strip typography of a part of its humanity. We have to go 500 years back in time to meet the first one.\n\n## The first transition\n\nA similar conflict emerged after the invention of the first printing press in Europe. Johannes Gutenberg invented movable type and used it to produce different compositions. His workshop could print up to 240 impressions per hour. Until then, the books were being copied by hand. All the books were handwritten and decorated with hand drawn ornaments and figures. A process of copying a book was long but each book, even a copy, was a work of art.\n\nThe first printed books were, at first, perceived as inferior to the handwritten ones. They were smaller and cheaper to produce. Movable type provided the printers with flexibility that allowed them to print books in languages other than Latin. Gill describes the transition to industrialism as something that people needed and wanted. Something similar happened after the first printed books emerged. People wanted books in a language they understood and they wanted books they could take with them. They were hungry for knowledge and printed books satisfied this hunger.\n\n![42-line-bible.jpg](/media/42-line-bible.jpg)\n\n*The 42–Line Bible, printed by Gutenberg.*\n\nBut, through this transition, the book lost a large part of its humanity. The machine took over most of the process but craftsmanship was still a part of it. The typefaces were cut manually by the first punch cutters. The paper was made by hand. The illustrations and ornaments were still being hand drawn. These were the remains of the craftsmanship that went almost extinct in the times of Eric Gill.\n\n## The digital age\n\nThe first transition took away a large part of humanity from written communication. Industrialisation, the second transition described by Eric Gill, took away most of what was left. But it’s the third transition that stripped it naked. Typefaces are faceless these days. They’re just fonts on our computers. Hardly anyone knows their stories. Hardly anyone cares. Flicking through thousands of typefaces and finding the “right one” is a matter of minutes.\n\n> In the new computer age the proliferation of typefaces and type manipulations represents a new level of visual pollution threatening our culture. Out of thousands of typefaces, all we need are a few basic ones, and trash the rest.\n>\n— Massimo Vigne
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1118",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.077908039093",
"Connection": "Keep-Alive",
"X-Request-Count": "2433",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2017-18-08---The-Birth-of-Movable-Type.md?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "text/plain",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1141",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0603718757629",
"Connection": "Keep-Alive",
"X-Request-Count": "3023",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "16071"
},
"response": "---\ntitle: \"Johannes Gutenberg: The Birth of Movable Type\"\ndate: \"2017-08-18T22:12:03.284Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Typography\"\ntags:\n - \"Open source\"\n - \"Gatsby\"\n - \"Typography\"\ndescription: \"German inventor Johannes Gutenberg developed a method of movable type and used it to create one of the western world’s first major printed books, the “Forty–Two–Line” Bible.\"\ncanonical: ''\n---\n\nGerman inventor Johannes Gutenberg developed a method of movable type and used it to create one of the western world’s first major printed books, the “Forty–Two–Line” Bible.\n\n**Johannes Gensfleisch zur Laden zum Gutenberg** (c. 1398 – 1468) was a German blacksmith, goldsmith, printer, and publisher who introduced printing to Europe. His invention of mechanical movable type printing started the Printing Revolution and is widely regarded as the most important event of the modern period. It played a key role in the development of the Renaissance, Reformation, the Age of Enlightenment, and the Scientific revolution and laid the material basis for the modern knowledge-based economy and the spread of learning to the masses.\n\n<figure class=\"float-right\" style=\"width: 240px\">\n\t<img src=\"/media/gutenberg.jpg\" alt=\"Gutenberg\">\n\t<figcaption>Johannes Gutenberg</figcaption>\n</figure>\n\nWith his invention of the printing press, Gutenberg was the first European to use movable type printing, in around 1439. Among his many contributions to printing are: the invention of a process for mass-producing movable type; the use of oil-based ink; and the use of a wooden printing press similar to the agricultural screw presses of the period. His truly epochal invention was the combination of these elements into a practical system that allowed the mass production of printed books and was economically viable for printers and readers alike. Gutenberg's method for making type is traditionally considered to have included a type metal alloy and a hand mould for casting type. The alloy was a mixture of lead, tin, and antimony that melted at a relatively low temperature for faster and more economical casting, cast well, and created a durable type.\n\nIn Renaissance Europe, the arrival of mechanical movable type printing introduced the era of mass communication which permanently altered the structure of society. The relatively unrestricted circulation of information — including revolutionary ideas — transcended borders, captured the masses in the Reformation and threatened the power of political and religious authorities; the sharp increase in literacy broke the monopoly of the literate elite on education and learning and bolstered the emerging middle class. Across Europe, the increasing cultural self-awareness of its people led to the rise of proto-nationalism, accelerated by the flowering of the European vernacular languages to the detriment of Latin's status as lingua franca. In the 19th century, the replacement of the hand-operated Gutenberg-style press by steam-powered rotary presses allowed printing on an industrial scale, while Western-style printing was adopted all over the world, becoming practically the sole medium for modern bulk printing.\n\nThe use of movable type was a marked improvement on the handwritten manuscript, which was the existing method of book production in Europe, and upon woodblock printing, and revolutionized European book-making. Gutenberg's printing technology spread rapidly throughout Europe and later the world.\n\nHis major work, the Gutenberg Bible (also known as the 42-line Bible), has been acclaimed for its high aesthetic and technical quality.\n\n## Printing Press\n\nAround 1439, Gutenberg was involved in a financial misadventure making polished metal mirrors (which were believed to capture holy light from religious relics) for sale to pilgrims to Aachen: in 1439 the city was planning to exhibit its collection of relics from Emperor Charlemagne but the event was delayed by one year due to a s
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-02-02---A-Brief-History-of-Typography.md?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "text/plain",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0629580020905",
"Connection": "Keep-Alive",
"X-Request-Count": "2148",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "2786"
},
"response": "---\ntitle: \"A Brief History of Typography\"\ndate: \"2016-02-02T22:40:32.169Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Design Inspiration\"\ntags:\n - \"Linotype\"\n - \"Monotype\"\n - \"History of typography\"\n - \"Helvetica\"\ndescription: \"Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.\"\ncanonical: ''\n---\n\n**Pellentesque habitant morbi tristique** senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. *Aenean ultricies mi vitae est.* Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. \n\nVestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. [Donec non enim](#) in turpis pulvinar facilisis.\n\n![Nulla faucibus vestibulum eros in tempus. Vestibulum tempor imperdiet velit nec dapibus](/media/image-0.jpg)\n\n## Header Level 2\n\n+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n+ Aliquam tincidunt mauris eu risus.\n\nDonec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. \n\n<figure>\n\t<blockquote>\n\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>\n\t\t<footer>\n\t\t\t<cite>— Aliquam tincidunt mauris eu risus.</cite>\n\t\t</footer>\n\t</blockquote>\n</figure>\n\n### Header Level 3\n\n+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\n+ Aliquam tincidunt mauris eu risus.\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra.\n\n```css\n#header h1 a {\n display: block;\n width: 300px;\n height: 80px;\n}\n```\n\nVestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=0",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1142",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0623989105225",
"Connection": "Keep-Alive",
"X-Request-Count": "5049",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/2016-01-09---Perfecting-the-Art-of-Perfection.md?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "text/plain",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1117",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0861639976501",
"Connection": "Keep-Alive",
"X-Request-Count": "1623",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1707"
},
"response": "---\ntitle: Perfecting the Art of Perfection\ndate: \"2016-09-01T23:46:37.121Z\"\ntemplate: \"post\"\ndraft: false\ncategory: \"Design Inspiration\"\ntags:\n - \"Handwriting\"\n - \"Learning to write\"\ndescription: \"Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.\"\ncanonical: ''\n---\n\nQuisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor. Sed non quam. In vel mi sit amet augue congue elementum.\n\n![Nulla faucibus vestibulum eros in tempus. Vestibulum tempor imperdiet velit nec dapibus](/media/image-2.jpg)\n\nPellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. \n\nPraesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1119",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0717289447784",
"Connection": "Keep-Alive",
"X-Request-Count": "2093",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "51"
},
"response": "{\"pagelen\": 50, \"values\": [], \"page\": 1, \"size\": 0}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name ~ \"cms/\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1130",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0630099773407",
"Connection": "Keep-Alive",
"X-Request-Count": "4097",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "51"
},
"response": "{\"pagelen\": 50, \"values\": [], \"page\": 1, \"size\": 0}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1142",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0715069770813",
"Connection": "Keep-Alive",
"X-Request-Count": "1471",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/1970-01-01-first-title.md?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1131",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0666480064392",
"Connection": "Keep-Alive",
"X-Request-Count": "486",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "105"
},
"response": "{\"type\":\"error\",\"error\":{\"message\":\"No such file or directory: content/posts/1970-01-01-first-title.md\"}}",
"status": 404
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1117",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0528650283813",
"Connection": "Keep-Alive",
"X-Request-Count": "1019",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"body": "------WebKitFormBoundaryKZDKE2jTuKwhrbqU\r\nContent-Disposition: form-data; name=\"content/posts/1970-01-01-first-title.md\"; filename=\"1970-01-01-first-title.md\"\r\nContent-Type: application/octet-stream\r\n\r\n---\ntemplate: post\ntitle: first title\ndate: 1970-01-01T00:00:00.000Z\ndescription: first description\ncategory: first category\ntags:\n - tag1\n---\nfirst body\n\r\n------WebKitFormBoundaryKZDKE2jTuKwhrbqU\r\nContent-Disposition: form-data; name=\"message\"\r\n\r\nCreate Post “1970-01-01-first-title”\r\n------WebKitFormBoundaryKZDKE2jTuKwhrbqU\r\nContent-Disposition: form-data; name=\"branch\"\r\n\r\ncms/posts/1970-01-01-first-title\r\n------WebKitFormBoundaryKZDKE2jTuKwhrbqU\r\nContent-Disposition: form-data; name=\"parents\"\r\n\r\n536a257d1e997553bb48535542a6a6e98612cd44\r\n------WebKitFormBoundaryKZDKE2jTuKwhrbqU--\r\n",
"method": "POST",
"url": "/2.0/repositories/owner/repo/src?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "text/html; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d99e38020050b8213675d2dcf0587",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository:write",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.726181030273",
"Connection": "Keep-Alive",
"X-Request-Count": "179",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "0"
},
"response": null,
"status": 201
},
{
"body": "{\"title\":\"Create Post “1970-01-01-first-title”\",\"source\":{\"branch\":{\"name\":\"cms/posts/1970-01-01-first-title\"}},\"destination\":{\"branch\":{\"name\":\"master\"}},\"description\":\"Automatically generated by Netlify CMS\",\"close_source_branch\":true}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1",
"X-Served-By": "app-1119",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest:write",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.431128025055",
"Connection": "Keep-Alive",
"X-Request-Count": "4544",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "5261"
},
"response": "{\"rendered\": {\"description\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"title\": {\"raw\": \"Create Post “1970-01-01-first-title”\", \"markup\": \"markdown\", \"html\": \"<p>Create Post “1970-01-01-first-title”</p>\", \"type\": \"rendered\"}}, \"type\": \"pullrequest\", \"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"reviewers\": [], \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 0, \"state\": \"OPEN\", \"task_count\": 0, \"participants\": [], \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:13.170485+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2
"status": 201
},
{
"body": "{\"content\":{\"raw\":\"netlify-cms/draft\"}}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662",
"X-Served-By": "app-1130",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.136155843735",
"Connection": "Keep-Alive",
"X-Request-Count": "333",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1551"
},
"response": "{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}",
"status": 201
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1105",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.203973054886",
"Connection": "Keep-Alive",
"X-Request-Count": "2600",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 1, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.119739055634",
"Connection": "Keep-Alive",
"X-Request-Count": "3318",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1603"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/diffstat/cms/posts/1970-01-01-first-title..master?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Cache-Control": "must-revalidate, max-age=0",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1119",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.125500917435",
"Connection": "Keep-Alive",
"X-Request-Count": "722",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "422"
},
"response": "{\"pagelen\":100,\"values\":[{\"status\":\"added\",\"old\":null,\"lines_removed\":0,\"lines_added\":10,\"new\":{\"path\":\"content/posts/1970-01-01-first-title.md\",\"type\":\"commit_file\",\"links\":{\"self\":{\"href\":\"https://api.bitbucket.org/2.0/repositories/owner/repo/src/177e085b058d99e38020050b8213675d2dcf0587/content/posts/1970-01-01-first-title.md\"}}},\"type\":\"diffstat\"}],\"page\":1,\"size\":1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1130",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0994899272919",
"Connection": "Keep-Alive",
"X-Request-Count": "3853",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1603"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/master?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1106",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0641510486603",
"Connection": "Keep-Alive",
"X-Request-Count": "28",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3151"
},
"response": "{\"name\": \"master\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/master\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/master\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/master\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44/statuses\"}}, \"author\": {\"raw\": \"renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\", \"type\": \"author\"}, \"parents\": [{\"hash\": \"606d697716a4caeb12f185c49eafc1fb7364f7b2\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/606d697716a4caeb12f185c49eafc1fb7364f7b2\"}}}], \"date\": \"2020-01-07T06:36:49+00:00\", \"message\": \"chore(deps): update dependency gh-pages to v2.2.0 (#233)\\n\\nCo-authored-by: Renovate Bot <renovatebot@gmail.com>\\r\\n\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/refs/branches/cms/posts/1970-01-01-first-title?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1119",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0673170089722",
"Connection": "Keep-Alive",
"X-Request-Count": "2160",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3726"
},
"response": "{\"name\": \"cms/posts/1970-01-01-first-title\", \"links\": {\"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commits/cms/posts/1970-01-01-first-title\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/refs/branches/cms/posts/1970-01-01-first-title\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/branch/cms/posts/1970-01-01-first-title\"}}, \"default_merge_strategy\": \"merge_commit\", \"merge_strategies\": [\"merge_commit\", \"squash\", \"fast_forward\"], \"type\": \"branch\", \"target\": {\"hash\": \"177e085b058d99e38020050b8213675d2dcf0587\", \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d99e38020050b8213675d2dcf0587\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d99e38020050b8213675d2dcf0587/comments\"}, \"patch\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/patch/177e085b058d99e38020050b8213675d2dcf0587\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d99e38020050b8213675d2dcf0587\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/177e085b058d99e38020050b8213675d2dcf0587\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d99e38020050b8213675d2dcf0587/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d99e38020050b8213675d2dcf0587/statuses\"}}, \"author\": {\"raw\": \"Erez Rokah <ownerkah@gmail.com>\", \"type\": \"author\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}}, \"parents\": [{\"hash\": \"536a257d1e997553bb48535542a6a6e98612cd44\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e997553bb48535542a6a6e98612cd44\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e997553bb48535542a6a6e98612cd44\"}}}], \"date\": \"2020-01-09T19:28:10+00:00\", \"message\": \"Create Post “1970-01-01-first-title”\", \"type\": \"commit\"}}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/536a257d1e997553bb48535542a6a6e98612cd44/content/posts/1970-01-01-first-title.md?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1106",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0445411205292",
"Connection": "Keep-Alive",
"X-Request-Count": "4425",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "105"
},
"response": "{\"type\":\"error\",\"error\":{\"message\":\"No such file or directory: content/posts/1970-01-01-first-title.md\"}}",
"status": 404
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/src/177e085b058d99e38020050b8213675d2dcf0587/content/posts/1970-01-01-first-title.md?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "text/plain",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1117",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "repository",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0700008869171",
"Connection": "Keep-Alive",
"X-Request-Count": "2341",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "155"
},
"response": "---\ntemplate: post\ntitle: first title\ndate: 1970-01-01T00:00:00.000Z\ndescription: first description\ncategory: first category\ntags:\n - tag1\n---\nfirst body\n",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1106",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.22961807251",
"Connection": "Keep-Alive",
"X-Request-Count": "3171",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 1, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1117",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.132317066193",
"Connection": "Keep-Alive",
"X-Request-Count": "5046",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1603"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.187792062759",
"Connection": "Keep-Alive",
"X-Request-Count": "2972",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 1, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/statuses?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1142",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0405368804932",
"Connection": "Keep-Alive",
"X-Request-Count": "965",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "52"
},
"response": "{\"pagelen\": 100, \"values\": [], \"page\": 1, \"size\": 0}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1131",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.130120038986",
"Connection": "Keep-Alive",
"X-Request-Count": "1480",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1603"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"body": "{\"content\":{\"raw\":\"netlify-cms/pending_review\"}}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673",
"X-Served-By": "app-1141",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.147284030914",
"Connection": "Keep-Alive",
"X-Request-Count": "3820",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1569"
},
"response": "{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}",
"status": 201
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.152021884918",
"Connection": "Keep-Alive",
"X-Request-Count": "1813",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 2, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.112717866898",
"Connection": "Keep-Alive",
"X-Request-Count": "4281",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3174"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}], \"page\": 1, \"size\": 2}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1105",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.170160055161",
"Connection": "Keep-Alive",
"X-Request-Count": "2235",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 2, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/statuses?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1105",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0582821369171",
"Connection": "Keep-Alive",
"X-Request-Count": "3089",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "52"
},
"response": "{\"pagelen\": 100, \"values\": [], \"page\": 1, \"size\": 0}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1105",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.139561891556",
"Connection": "Keep-Alive",
"X-Request-Count": "2560",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "3174"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}], \"page\": 1, \"size\": 2}",
"status": 200
},
{
"body": "{\"content\":{\"raw\":\"netlify-cms/pending_publish\"}}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092687",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.105269193649",
"Connection": "Keep-Alive",
"X-Request-Count": "4390",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1571"
},
"response": "{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092687\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092687\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_publish\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_publish</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:29.888697+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:29.894439+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092687}",
"status": 201
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1117",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.187237024307",
"Connection": "Keep-Alive",
"X-Request-Count": "3293",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 3, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:29.894439+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1141",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.120038032532",
"Connection": "Keep-Alive",
"X-Request-Count": "4304",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4747"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092687\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092687\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_publish\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_publish</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:29.888697+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\":
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.158170938492",
"Connection": "Keep-Alive",
"X-Request-Count": "2805",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 3, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:29.894439+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/statuses?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1129",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.0472087860107",
"Connection": "Keep-Alive",
"X-Request-Count": "1409",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"Content-Length": "52"
},
"response": "{\"pagelen\": 100, \"values\": [], \"page\": 1, \"size\": 0}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1117",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.106683969498",
"Connection": "Keep-Alive",
"X-Request-Count": "3123",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4747"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092687\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092687\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_publish\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_publish</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:29.888697+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\":
"status": 200
},
{
"body": "{\"content\":{\"raw\":\"netlify-cms/pending_review\"}}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092702",
"X-Served-By": "app-1141",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.113234996796",
"Connection": "Keep-Alive",
"X-Request-Count": "1167",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1569"
},
"response": "{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092702\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092702\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:37.225863+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:37.231902+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092702}",
"status": 201
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1141",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.639559984207",
"Connection": "Keep-Alive",
"X-Request-Count": "1725",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 4, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:37.231902+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.127049922943",
"Connection": "Keep-Alive",
"X-Request-Count": "2947",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "6318"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092687\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092687\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_publish\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_publish</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:29.888697+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\":
"status": 200
},
{
"body": "{\"content\":{\"raw\":\"netlify-cms/draft\"}}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092722",
"X-Served-By": "app-1106",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.142408847809",
"Connection": "Keep-Alive",
"X-Request-Count": "3310",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1551"
},
"response": "{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092722\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092722\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:45.148994+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:45.157486+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092722}",
"status": 201
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests?pagelen=50&q=source.repository.full_name = \"owner/repo\" AND state = \"OPEN\" AND destination.branch.name = \"master\" AND comment_count > 0 AND source.branch.name = \"cms/posts/1970-01-01-first-title\"&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1118",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.145411968231",
"Connection": "Keep-Alive",
"X-Request-Count": "208",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "4933"
},
"response": "{\"pagelen\": 50, \"values\": [{\"description\": \"Automatically generated by Netlify CMS\", \"links\": {\"decline\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/decline\"}, \"diffstat\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diffstat/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"commits\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/commits\"}, \"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"comments\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments\"}, \"merge\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/merge\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}, \"activity\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/activity\"}, \"diff\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/diff/owner/repo:177e085b058d%0D536a257d1e99?from_pullrequest_id=1\"}, \"approve\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/approve\"}, \"statuses\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/statuses\"}}, \"title\": \"Create Post “1970-01-01-first-title”\", \"close_source_branch\": true, \"type\": \"pullrequest\", \"id\": 1, \"destination\": {\"commit\": {\"hash\": \"536a257d1e99\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/536a257d1e99\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/536a257d1e99\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"master\"}}, \"created_on\": \"2020-01-09T19:28:13.135007+00:00\", \"summary\": {\"raw\": \"Automatically generated by Netlify CMS\", \"markup\": \"markdown\", \"html\": \"<p>Automatically generated by Netlify CMS</p>\", \"type\": \"rendered\"}, \"source\": {\"commit\": {\"hash\": \"177e085b058d\", \"type\": \"commit\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/commit/177e085b058d\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/commits/177e085b058d\"}}}, \"repository\": {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo\"}, \"avatar\": {\"href\": \"https://bytebucket.org/ravatar/%7B1cc34bbb-4b10-44b9-b0c5-84cd14a357fa%7D?ts=default\"}}, \"type\": \"repository\", \"name\": \"repo\", \"full_name\": \"owner/repo\", \"uuid\": \"{1cc34bbb-4b10-44b9-b0c5-84cd14a357fa}\"}, \"branch\": {\"name\": \"cms/posts/1970-01-01-first-title\"}}, \"comment_count\": 5, \"state\": \"OPEN\", \"task_count\": 0, \"reason\": \"\", \"updated_on\": \"2020-01-09T19:28:45.157486+00:00\", \"author\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"merge_commit\": null, \"closed_by\": null}], \"page\": 1, \"size\": 1}",
"status": 200
},
{
"method": "GET",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?pagelen=100&ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"X-Served-By": "app-1106",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.160604000092",
"Connection": "Keep-Alive",
"X-Request-Count": "1434",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "7871"
},
"response": "{\"pagelen\": 100, \"values\": [{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092662\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092662\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/draft\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/draft</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:14.016197+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:14.021528+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092662}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092673\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092673\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_review\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_review</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:22.557384+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:22.564391+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092673}, {\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092687\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092687\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_publish\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_publish</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:29.888697+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\":
"status": 200
},
{
"body": "{\"content\":{\"raw\":\"netlify-cms/pending_publish\"}}",
"method": "POST",
"url": "/2.0/repositories/owner/repo/pullrequests/1/comments?ts=300",
"headers": {
"Server": "nginx",
"Vary": "Authorization",
"Content-Type": "application/json; charset=utf-8",
"X-OAuth-Scopes": "pullrequest:write, repository:delete, repository:admin, account",
"Access-Control-Expose-Headers": "Accept-Ranges, Content-Encoding, Content-Length, Content-Type, ETag, Last-Modified",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Location": "https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092740",
"X-Served-By": "app-1107",
"Access-Control-Allow-Origin": "*",
"X-Static-Version": "39e6dc2e5ab0",
"X-Content-Type-Options": "nosniff",
"X-Accepted-OAuth-Scopes": "pullrequest",
"X-Credential-Type": "oauth2",
"X-Render-Time": "0.107753992081",
"Connection": "Keep-Alive",
"X-Request-Count": "2614",
"X-Frame-Options": "SAMEORIGIN",
"X-Version": "39e6dc2e5ab0",
"content-length": "1571"
},
"response": "{\"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1/comments/131092740\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1/_/diff#comment-131092740\"}}, \"deleted\": false, \"pullrequest\": {\"type\": \"pullrequest\", \"id\": 1, \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/repositories/owner/repo/pullrequests/1\"}, \"html\": {\"href\": \"https://bitbucket.org/owner/repo/pull-requests/1\"}}, \"title\": \"Create Post “1970-01-01-first-title”\"}, \"content\": {\"raw\": \"netlify-cms/pending_publish\", \"markup\": \"markdown\", \"html\": \"<p>netlify-cms/pending_publish</p>\", \"type\": \"rendered\"}, \"created_on\": \"2020-01-09T19:28:52.477815+00:00\", \"user\": {\"display_name\": \"Erez Rokah\", \"uuid\": \"{0344b5bd-000e-47ad-80d1-b0a91b92bb53}\", \"links\": {\"self\": {\"href\": \"https://api.bitbucket.org/2.0/users/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D\"}, \"html\": {\"href\": \"https://bitbucket.org/%7B0344b5bd-000e-47ad-80d1-b0a91b92bb53%7D/\"}, \"avatar\": {\"href\": \"https://secure.gravatar.com/avatar/2c95a9ee2f890f6c9ccdbf2438c88ca7?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FER-2.png\"}}, \"nickname\": \"owner\", \"type\": \"user\", \"account_id\": \"557058:f3be1617-a338-488e-99a1-4ed46a10755a\"}, \"updated_on\": \"2020-01-09T19:28:52.483347+00:00\", \"type\": \"pullrequest_comment\", \"id\": 131092740}",
"status": 201
}
]