type
stringclasses 14
values | public
bool 1
class | payload
stringlengths 2
334k
| repo
dict | actor
dict | org
dict | created_at
timestamp[us] | id
stringlengths 10
10
| other
stringlengths 31
69
|
---|---|---|---|---|---|---|---|---|
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/3078","repository_url":"https://api.github.com/repos/jupyterlab/jupyterlab","labels_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/3078/labels{/name}","comments_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/3078/comments","events_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/3078/events","html_url":"https://github.com/jupyterlab/jupyterlab/pull/3078","id":264045198,"number":3078,"title":"Allow disabling of extensions","user":{"login":"afshin","id":159529,"avatar_url":"https://avatars0.githubusercontent.com/u/159529?v=4","gravatar_id":"","url":"https://api.github.com/users/afshin","html_url":"https://github.com/afshin","followers_url":"https://api.github.com/users/afshin/followers","following_url":"https://api.github.com/users/afshin/following{/other_user}","gists_url":"https://api.github.com/users/afshin/gists{/gist_id}","starred_url":"https://api.github.com/users/afshin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/afshin/subscriptions","organizations_url":"https://api.github.com/users/afshin/orgs","repos_url":"https://api.github.com/users/afshin/repos","events_url":"https://api.github.com/users/afshin/events{/privacy}","received_events_url":"https://api.github.com/users/afshin/received_events","type":"User","site_admin":false},"labels":[{"id":392845633,"url":"https://api.github.com/repos/jupyterlab/jupyterlab/labels/tag:Build%20System","name":"tag:Build System","color":"5319e7","default":false}],"state":"open","locked":false,"assignee":{"login":"afshin","id":159529,"avatar_url":"https://avatars0.githubusercontent.com/u/159529?v=4","gravatar_id":"","url":"https://api.github.com/users/afshin","html_url":"https://github.com/afshin","followers_url":"https://api.github.com/users/afshin/followers","following_url":"https://api.github.com/users/afshin/following{/other_user}","gists_url":"https://api.github.com/users/afshin/gists{/gist_id}","starred_url":"https://api.github.com/users/afshin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/afshin/subscriptions","organizations_url":"https://api.github.com/users/afshin/orgs","repos_url":"https://api.github.com/users/afshin/repos","events_url":"https://api.github.com/users/afshin/events{/privacy}","received_events_url":"https://api.github.com/users/afshin/received_events","type":"User","site_admin":false},"assignees":[{"login":"afshin","id":159529,"avatar_url":"https://avatars0.githubusercontent.com/u/159529?v=4","gravatar_id":"","url":"https://api.github.com/users/afshin","html_url":"https://github.com/afshin","followers_url":"https://api.github.com/users/afshin/followers","following_url":"https://api.github.com/users/afshin/following{/other_user}","gists_url":"https://api.github.com/users/afshin/gists{/gist_id}","starred_url":"https://api.github.com/users/afshin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/afshin/subscriptions","organizations_url":"https://api.github.com/users/afshin/orgs","repos_url":"https://api.github.com/users/afshin/repos","events_url":"https://api.github.com/users/afshin/events{/privacy}","received_events_url":"https://api.github.com/users/afshin/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/jupyterlab/jupyterlab/milestones/9","html_url":"https://github.com/jupyterlab/jupyterlab/milestone/9","labels_url":"https://api.github.com/repos/jupyterlab/jupyterlab/milestones/9/labels","id":2820980,"number":9,"title":"0.28","description":"","creator":{"login":"blink1073","id":2096628,"avatar_url":"https://avatars2.githubusercontent.com/u/2096628?v=4","gravatar_id":"","url":"https://api.github.com/users/blink1073","html_url":"https://github.com/blink1073","followers_url":"https://api.github.com/users/blink1073/followers","following_url":"https://api.github.com/users/blink1073/following{/other_user}","gists_url":"https://api.github.com/users/blink1073/gists{/gist_id}","starred_url":"https://api.github.com/users/blink1073/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/blink1073/subscriptions","organizations_url":"https://api.github.com/users/blink1073/orgs","repos_url":"https://api.github.com/users/blink1073/repos","events_url":"https://api.github.com/users/blink1073/events{/privacy}","received_events_url":"https://api.github.com/users/blink1073/received_events","type":"User","site_admin":false},"open_issues":8,"closed_issues":7,"state":"open","created_at":"2017-10-06T21:25:16Z","updated_at":"2017-10-11T20:30:19Z","due_on":"2017-10-12T07:00:00Z","closed_at":null},"comments":2,"created_at":"2017-10-09T22:31:12Z","updated_at":"2017-10-12T12:25:22Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/jupyterlab/jupyterlab/pulls/3078","html_url":"https://github.com/jupyterlab/jupyterlab/pull/3078","diff_url":"https://github.com/jupyterlab/jupyterlab/pull/3078.diff","patch_url":"https://github.com/jupyterlab/jupyterlab/pull/3078.patch"},"body":"There are two fields in the `page_config.json` file that can allow control of which plugins load:\r\n\r\n1. `disabledExtensions` for extensions that should not load at all.\r\n2. `deferredExtensions` for extensions that do not load until they are required by something, irrespective of whether they set `autostart` to `true`.\r\n\r\nThe values for each are an array of strings.\r\n\r\n* If an identical string match occurs between a config value and a package name (*e.g.*, `\"@jupyterlab/apputils-extension\"`), then the entire package is disabled (or deferred).\r\n* If the string value is compiled as a regular expression and tests positive against a package name (*e.g.*, `\"disabledExtensions\": [\"@jupyterlab/apputils*$\"]`), then the entire package is disabled (or deferred).\r\n* If an identical string match occurs between a config value and an individual plugin ID within a larger package (*e.g.*, `\"disabledExtensions\": [\"@jupyterlab/apputils-extension:settings\"]`), then that specific plugin is disabled (or deferred). CC: @ivanov @ellisonbg \r\n* If the string value is compiled as a regular expression and tests positive against an individual plugin ID within a larger package (*e.g.*, `\"disabledExtensions\": [\"^@jupyterlab/apputils-extension:set.*$\"]`), then that specific plugin is disabled (or deferred).\r\n\r\n## Backward-incompatible API change\r\n\r\nThe MIME renderer extension interface no longer has a `name` field. Instead, it has an `id` field that follows the same semantic conventions as our other plugins. So for example, the `name` field of the Vega renderer has changed from `name: 'vega'` to `id: '@jupyterlab/vega2-extension:factory'`"},"comment":{"url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments/336115759","html_url":"https://github.com/jupyterlab/jupyterlab/pull/3078#issuecomment-336115759","issue_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/3078","id":336115759,"user":{"login":"blink1073","id":2096628,"avatar_url":"https://avatars2.githubusercontent.com/u/2096628?v=4","gravatar_id":"","url":"https://api.github.com/users/blink1073","html_url":"https://github.com/blink1073","followers_url":"https://api.github.com/users/blink1073/followers","following_url":"https://api.github.com/users/blink1073/following{/other_user}","gists_url":"https://api.github.com/users/blink1073/gists{/gist_id}","starred_url":"https://api.github.com/users/blink1073/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/blink1073/subscriptions","organizations_url":"https://api.github.com/users/blink1073/orgs","repos_url":"https://api.github.com/users/blink1073/repos","events_url":"https://api.github.com/users/blink1073/events{/privacy}","received_events_url":"https://api.github.com/users/blink1073/received_events","type":"User","site_admin":false},"created_at":"2017-10-12T12:25:22Z","updated_at":"2017-10-12T12:25:22Z","author_association":"OWNER","body":"cc @ivanov ^^"}} | {
"id": 60374819,
"name": "jupyterlab/jupyterlab",
"url": "https://api.github.com/repos/jupyterlab/jupyterlab"
} | {
"id": 2096628,
"login": "blink1073",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2096628?",
"url": "https://api.github.com/users/blink1073"
} | {
"id": 22800682,
"login": "jupyterlab",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/22800682?",
"url": "https://api.github.com/orgs/jupyterlab"
} | 2017-10-12T12:25:22 | 6707779027 | {"actor":{"display_login":"blink1073"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/1557","repository_url":"https://api.github.com/repos/jupyterlab/jupyterlab","labels_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/1557/labels{/name}","comments_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/1557/comments","events_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/1557/events","html_url":"https://github.com/jupyterlab/jupyterlab/issues/1557","id":203377398,"number":1557,"title":"Kernels from conda envs does not show","user":{"login":"hadim","id":528003,"avatar_url":"https://avatars.githubusercontent.com/u/528003?v=3","gravatar_id":"","url":"https://api.github.com/users/hadim","html_url":"https://github.com/hadim","followers_url":"https://api.github.com/users/hadim/followers","following_url":"https://api.github.com/users/hadim/following{/other_user}","gists_url":"https://api.github.com/users/hadim/gists{/gist_id}","starred_url":"https://api.github.com/users/hadim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hadim/subscriptions","organizations_url":"https://api.github.com/users/hadim/orgs","repos_url":"https://api.github.com/users/hadim/repos","events_url":"https://api.github.com/users/hadim/events{/privacy}","received_events_url":"https://api.github.com/users/hadim/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":5,"created_at":"2017-01-26T13:58:01Z","updated_at":"2017-01-26T14:03:39Z","closed_at":null,"body":"With `nb_conda_kernels` installed, kernels from other conda envs should be available but it's not the case.\r\n\r\nHere is my conda root : \r\n\r\n```\r\n$ conda info\r\nCurrent conda install:\r\n\r\n platform : linux-64\r\n conda version : 4.2.13\r\n conda is private : False\r\n conda-env version : 4.2.13\r\n conda-build version : 2.1.2\r\n python version : 3.5.3.final.0\r\n requests version : 2.12.5\r\n root environment : /home/hadim/local/conda (writable)\r\n default environment : /home/hadim/local/conda\r\n envs directories : /home/hadim/local/conda/envs\r\n package cache : /home/hadim/local/conda/pkgs\r\n channel URLs : https://conda.anaconda.org/conda-forge/linux-64\r\n https://conda.anaconda.org/conda-forge/noarch\r\n https://repo.continuum.io/pkgs/free/linux-64\r\n https://repo.continuum.io/pkgs/free/noarch\r\n https://repo.continuum.io/pkgs/pro/linux-64\r\n https://repo.continuum.io/pkgs/pro/noarch\r\n config file : /home/hadim/.condarc\r\n offline mode : False\r\n```\r\n\r\nI have two envs `test` (with python 3.5) and `ws` (with python 3.6). Both have `ipykernel` installed.\r\n\r\nWhen I launch `jupyter notebook` from the root env I can select the other kernels.\r\n\r\n\r\n\r\nBut when I launch `jupyter lab`, first the `Console > Switch Kernel` does nothing and I can't see other kernels when I create a new notebook.\r\n\r\n\r\n\r\n```\r\n$ conda list | grep jupyterlab\r\njupyterlab 0.14.0 py35_0 conda-forge\r\n```\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/comments/275395104","html_url":"https://github.com/jupyterlab/jupyterlab/issues/1557#issuecomment-275395104","issue_url":"https://api.github.com/repos/jupyterlab/jupyterlab/issues/1557","id":275395104,"user":{"login":"blink1073","id":2096628,"avatar_url":"https://avatars.githubusercontent.com/u/2096628?v=3","gravatar_id":"","url":"https://api.github.com/users/blink1073","html_url":"https://github.com/blink1073","followers_url":"https://api.github.com/users/blink1073/followers","following_url":"https://api.github.com/users/blink1073/following{/other_user}","gists_url":"https://api.github.com/users/blink1073/gists{/gist_id}","starred_url":"https://api.github.com/users/blink1073/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/blink1073/subscriptions","organizations_url":"https://api.github.com/users/blink1073/orgs","repos_url":"https://api.github.com/users/blink1073/repos","events_url":"https://api.github.com/users/blink1073/events{/privacy}","received_events_url":"https://api.github.com/users/blink1073/received_events","type":"User","site_admin":false},"created_at":"2017-01-26T14:03:39Z","updated_at":"2017-01-26T14:03:39Z","body":"Ah, so `nb_conda` is not there for some reason. Can you please try `conda install -c conda-forge nb_conda_kernels` again?"}} | {
"id": 60374819,
"name": "jupyterlab/jupyterlab",
"url": "https://api.github.com/repos/jupyterlab/jupyterlab"
} | {
"id": 2096628,
"login": "blink1073",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2096628?",
"url": "https://api.github.com/users/blink1073"
} | {
"id": 22800682,
"login": "jupyterlab",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/22800682?",
"url": "https://api.github.com/orgs/jupyterlab"
} | 2017-01-26T14:03:39 | 5217481920 | {"actor":{"display_login":"blink1073"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/keystonejs/generator-keystone/issues/227","repository_url":"https://api.github.com/repos/keystonejs/generator-keystone","labels_url":"https://api.github.com/repos/keystonejs/generator-keystone/issues/227/labels{/name}","comments_url":"https://api.github.com/repos/keystonejs/generator-keystone/issues/227/comments","events_url":"https://api.github.com/repos/keystonejs/generator-keystone/issues/227/events","html_url":"https://github.com/keystonejs/generator-keystone/issues/227","id":199693460,"number":227,"title":"node-sass not found","user":{"login":"trentontri","id":4063510,"avatar_url":"https://avatars.githubusercontent.com/u/4063510?v=3","gravatar_id":"","url":"https://api.github.com/users/trentontri","html_url":"https://github.com/trentontri","followers_url":"https://api.github.com/users/trentontri/followers","following_url":"https://api.github.com/users/trentontri/following{/other_user}","gists_url":"https://api.github.com/users/trentontri/gists{/gist_id}","starred_url":"https://api.github.com/users/trentontri/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/trentontri/subscriptions","organizations_url":"https://api.github.com/users/trentontri/orgs","repos_url":"https://api.github.com/users/trentontri/repos","events_url":"https://api.github.com/users/trentontri/events{/privacy}","received_events_url":"https://api.github.com/users/trentontri/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-01-09T23:36:49Z","updated_at":"2017-02-01T00:57:04Z","closed_at":null,"body":"### Steps to reproduce the behavior\r\nwhen I first run `yo keystone` followed by `node keystone` this is what I see:\r\nPlease install the node-sass-middleware from npm to use the `sass` option.\r\nYou can do this by running \"npm install node-sass-middleware --save\"."},"comment":{"url":"https://api.github.com/repos/keystonejs/generator-keystone/issues/comments/276542601","html_url":"https://github.com/keystonejs/generator-keystone/issues/227#issuecomment-276542601","issue_url":"https://api.github.com/repos/keystonejs/generator-keystone/issues/227","id":276542601,"user":{"login":"TaylorAckley","id":10385095,"avatar_url":"https://avatars.githubusercontent.com/u/10385095?v=3","gravatar_id":"","url":"https://api.github.com/users/TaylorAckley","html_url":"https://github.com/TaylorAckley","followers_url":"https://api.github.com/users/TaylorAckley/followers","following_url":"https://api.github.com/users/TaylorAckley/following{/other_user}","gists_url":"https://api.github.com/users/TaylorAckley/gists{/gist_id}","starred_url":"https://api.github.com/users/TaylorAckley/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/TaylorAckley/subscriptions","organizations_url":"https://api.github.com/users/TaylorAckley/orgs","repos_url":"https://api.github.com/users/TaylorAckley/repos","events_url":"https://api.github.com/users/TaylorAckley/events{/privacy}","received_events_url":"https://api.github.com/users/TaylorAckley/received_events","type":"User","site_admin":false},"created_at":"2017-02-01T00:57:04Z","updated_at":"2017-02-01T00:57:04Z","body":"I believe this issue can be closed. From latest, `node-sass-middleware` is in the `package.json` file and gets installed with `npm install`"}} | {
"id": 16520788,
"name": "keystonejs/generator-keystone",
"url": "https://api.github.com/repos/keystonejs/generator-keystone"
} | {
"id": 10385095,
"login": "TaylorAckley",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10385095?",
"url": "https://api.github.com/users/TaylorAckley"
} | {
"id": 6118534,
"login": "keystonejs",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/6118534?",
"url": "https://api.github.com/orgs/keystonejs"
} | 2017-02-01T00:57:04 | 5244800338 | {"actor":{"display_login":"TaylorAckley"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kt3kstudio/pairs/issues/71","repository_url":"https://api.github.com/repos/kt3kstudio/pairs","labels_url":"https://api.github.com/repos/kt3kstudio/pairs/issues/71/labels{/name}","comments_url":"https://api.github.com/repos/kt3kstudio/pairs/issues/71/comments","events_url":"https://api.github.com/repos/kt3kstudio/pairs/issues/71/events","html_url":"https://github.com/kt3kstudio/pairs/issues/71","id":201413122,"number":71,"title":"An in-range update of testdouble is breaking the build 🚨","user":{"login":"greenkeeper[bot]","id":23040076,"avatar_url":"https://avatars.githubusercontent.com/u/13812225?v=3","gravatar_id":"","url":"https://api.github.com/users/greenkeeper%5Bbot%5D","html_url":"https://github.com/integration/greenkeeper","followers_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/followers","following_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/repos","events_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/received_events","type":"Bot","site_admin":false},"labels":[{"id":357554415,"url":"https://api.github.com/repos/kt3kstudio/pairs/labels/greenkeeper","name":"greenkeeper","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2017-01-17T21:40:20Z","updated_at":"2017-01-27T22:31:54Z","closed_at":null,"body":"## Version **1.11.0** of [testdouble](https://github.com/testdouble/testdouble.js) just got published.\n\n<table>\n <tr>\n <th align=left>\n Branch\n </th>\n <td>\n <a href=\"/kt3kstudio/pairs/compare/greenkeeper%2Ftestdouble-1.11.0\">Build failing 🚨</a>\n </td>\n </tr>\n <tr>\n <th align=left>\n Dependency\n </td>\n <td>\n testdouble\n </td>\n </tr>\n <tr>\n <th align=left>\n Current Version\n </td>\n <td>\n 1.10.2\n </td>\n </tr>\n <tr>\n <th align=left>\n Type\n </td>\n <td>\n devDependency\n </td>\n </tr>\n</table>\n\nThis version is **covered** by your **current version range** and after updating it in your project **the build failed**.\n\nAs testdouble is “only” a devDependency of this project it **might not break production or downstream projects**, but “only” your build or test tools – **preventing new deploys or publishes**.\n\nI recommend you give this issue a high priority. I’m sure you can resolve this :muscle:\n\n\n\n---\n\n\n\n<details>\n<summary>Status Details</summary>\n\n- ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/kt3kstudio/pairs/360?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)\n\n</details>\n\n\n<details>\n<summary>Commits</summary>\n<p>The new version differs by 6 commits .</p>\n<ul>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/fa319b37e2b43d3652cd781c08e6df0b175f9b72\"><code>fa319b3</code></a> <code>Changelog for 1.11.0</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/8ddd9970dc752879a95066297c58f407903a4938\"><code>8ddd997</code></a> <code>1.11.0</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/68d1d6e1b262dac50711ac3734467cf379435eeb\"><code>68d1d6e</code></a> <code>adjust language</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/6420509a9cd9a2ac72f3098cf1fd719c2f1212a2\"><code>6420509</code></a> <code>Merge pull request #178 from JaKXz/feat/contains-using-regexp</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/1bfe1120ff3215b47b531cfd97e4a1ed43e4a98c\"><code>1bfe112</code></a> <code>docs: add regular expressions to Strings section</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/f00a8d1b98fa8879276e049c614593c695c5f7c9\"><code>f00a8d1</code></a> <code>feat: contains allows for regexps against strings</code></li>\n</ul>\n<p>See the <a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/compare/f2c609183950f0d34239933afdf6a555caca46d2...fa319b37e2b43d3652cd781c08e6df0b175f9b72\">full diff</a>.</p>\n</details>\n\n<details>\n<summary>Not sure how things should work exactly?</summary>\n\nThere is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).\n</details>\n\n\n---\n\n\nYour [Greenkeeper](https://greenkeeper.io) Bot :palm_tree:\n"},"comment":{"url":"https://api.github.com/repos/kt3kstudio/pairs/issues/comments/275792962","html_url":"https://github.com/kt3kstudio/pairs/issues/71#issuecomment-275792962","issue_url":"https://api.github.com/repos/kt3kstudio/pairs/issues/71","id":275792962,"user":{"login":"greenkeeper[bot]","id":23040076,"avatar_url":"https://avatars.githubusercontent.com/u/13812225?v=3","gravatar_id":"","url":"https://api.github.com/users/greenkeeper%5Bbot%5D","html_url":"https://github.com/integration/greenkeeper","followers_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/followers","following_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/repos","events_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/received_events","type":"Bot","site_admin":false},"created_at":"2017-01-27T22:31:54Z","updated_at":"2017-01-27T22:31:54Z","body":"## Version **1.11.1** just got published. \nYour tests are passing again with this version. [Explicitly upgrade to this version 🚀](/kt3kstudio/pairs/compare/greenkeeper%2Ftestdouble-1.11.1?expand=1) \n\n<details>\n<summary>Commits</summary>\n<p>The new version differs by 6 commits .</p>\n<ul>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/51660c51fb9d99ec9c8a110028bb0f5512e1821b\"><code>51660c5</code></a> <code>Changelog for 1.11.1</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/4925e4a25b625b8c1c6ca783536fd8c11a8904a2\"><code>4925e4a</code></a> <code>1.11.1</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/cdcc10a18ecbfa923d68b24ef592f1dbb66f6316\"><code>cdcc10a</code></a> <code>Merge pull request #185 from caseyhoward/patch-1</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/ac24cd427b2e834b802a0049ac01a9217a58c1e2\"><code>ac24cd4</code></a> <code>Update type definition</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/d41d5a13a4eb85a75bd2e24e2eb70be0c8b77a37\"><code>d41d5a1</code></a> <code>Fixes #180</code></li>\n<li><a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/commit/1f333ffe7842c4fe1f6c6abd93b27c11bf654ad5\"><code>1f333ff</code></a> <code>Set theme jekyll-theme-slate</code></li>\n</ul>\n<p>See the <a href=\"https://urls.greenkeeper.io/testdouble/testdouble.js/compare/fa319b37e2b43d3652cd781c08e6df0b175f9b72...51660c51fb9d99ec9c8a110028bb0f5512e1821b\">full diff</a>.</p>\n</details>"}} | {
"id": 25605929,
"name": "kt3kstudio/pairs",
"url": "https://api.github.com/repos/kt3kstudio/pairs"
} | {
"id": 23040076,
"login": "greenkeeper[bot]",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/23040076?",
"url": "https://api.github.com/users/greenkeeper[bot]"
} | {
"id": 5697033,
"login": "kt3kstudio",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5697033?",
"url": "https://api.github.com/orgs/kt3kstudio"
} | 2017-01-27T22:31:54 | 5226782027 | {"actor":{"display_login":"greenkeeper"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56948","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56948/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56948/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56948/events","html_url":"https://github.com/kubernetes/kubernetes/pull/56948","id":280376896,"number":56948,"title":"Remove ExternalTrafficLocalOnly from kube_feature gate","user":{"login":"MrHohn","id":8681801,"avatar_url":"https://avatars0.githubusercontent.com/u/8681801?v=4","gravatar_id":"","url":"https://api.github.com/users/MrHohn","html_url":"https://github.com/MrHohn","followers_url":"https://api.github.com/users/MrHohn/followers","following_url":"https://api.github.com/users/MrHohn/following{/other_user}","gists_url":"https://api.github.com/users/MrHohn/gists{/gist_id}","starred_url":"https://api.github.com/users/MrHohn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MrHohn/subscriptions","organizations_url":"https://api.github.com/users/MrHohn/orgs","repos_url":"https://api.github.com/users/MrHohn/repos","events_url":"https://api.github.com/users/MrHohn/events{/privacy}","received_events_url":"https://api.github.com/users/MrHohn/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":253450934,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/M","name":"size/M","color":"eebb00","default":false}],"state":"open","locked":false,"assignee":{"login":"juanvallejo","id":3902875,"avatar_url":"https://avatars2.githubusercontent.com/u/3902875?v=4","gravatar_id":"","url":"https://api.github.com/users/juanvallejo","html_url":"https://github.com/juanvallejo","followers_url":"https://api.github.com/users/juanvallejo/followers","following_url":"https://api.github.com/users/juanvallejo/following{/other_user}","gists_url":"https://api.github.com/users/juanvallejo/gists{/gist_id}","starred_url":"https://api.github.com/users/juanvallejo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/juanvallejo/subscriptions","organizations_url":"https://api.github.com/users/juanvallejo/orgs","repos_url":"https://api.github.com/users/juanvallejo/repos","events_url":"https://api.github.com/users/juanvallejo/events{/privacy}","received_events_url":"https://api.github.com/users/juanvallejo/received_events","type":"User","site_admin":false},"assignees":[{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},{"login":"juanvallejo","id":3902875,"avatar_url":"https://avatars2.githubusercontent.com/u/3902875?v=4","gravatar_id":"","url":"https://api.github.com/users/juanvallejo","html_url":"https://github.com/juanvallejo","followers_url":"https://api.github.com/users/juanvallejo/followers","following_url":"https://api.github.com/users/juanvallejo/following{/other_user}","gists_url":"https://api.github.com/users/juanvallejo/gists{/gist_id}","starred_url":"https://api.github.com/users/juanvallejo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/juanvallejo/subscriptions","organizations_url":"https://api.github.com/users/juanvallejo/orgs","repos_url":"https://api.github.com/users/juanvallejo/repos","events_url":"https://api.github.com/users/juanvallejo/events{/privacy}","received_events_url":"https://api.github.com/users/juanvallejo/received_events","type":"User","site_admin":false},{"login":"m1093782566","id":4953962,"avatar_url":"https://avatars1.githubusercontent.com/u/4953962?v=4","gravatar_id":"","url":"https://api.github.com/users/m1093782566","html_url":"https://github.com/m1093782566","followers_url":"https://api.github.com/users/m1093782566/followers","following_url":"https://api.github.com/users/m1093782566/following{/other_user}","gists_url":"https://api.github.com/users/m1093782566/gists{/gist_id}","starred_url":"https://api.github.com/users/m1093782566/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/m1093782566/subscriptions","organizations_url":"https://api.github.com/users/m1093782566/orgs","repos_url":"https://api.github.com/users/m1093782566/repos","events_url":"https://api.github.com/users/m1093782566/events{/privacy}","received_events_url":"https://api.github.com/users/m1093782566/received_events","type":"User","site_admin":false}],"milestone":null,"comments":5,"created_at":"2017-12-08T05:33:33Z","updated_at":"2017-12-29T04:16:05Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/56948","html_url":"https://github.com/kubernetes/kubernetes/pull/56948","diff_url":"https://github.com/kubernetes/kubernetes/pull/56948.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/56948.patch"},"body":"*What this PR does / why we need it**:\r\nThis PR is for v1.10.\r\n\r\nExternal Source IP Preservation (ESIPP) had been promoted to GA since 1.7. Following the proposal on https://github.com/kubernetes/kubernetes/issues/46404#issuecomment-303939180, we should be able to remove it from feature gate now.\r\n\r\nAdded release note to announce this.\r\n\r\nAlso ref the previous attempt: https://github.com/kubernetes/kubernetes/pull/45857.\r\n\r\n**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:\r\nFixes #56645\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Write your release note:\r\n1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string \"action required\".\r\n2. If no release note is required, just write \"NONE\".\r\n-->\r\n```release-note\r\n\"ExternalTrafficLocalOnly\" has been removed from feature gate. It has been a GA feature since v1.7.\r\n```"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/354395707","html_url":"https://github.com/kubernetes/kubernetes/pull/56948#issuecomment-354395707","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56948","id":354395707,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-12-29T04:16:04Z","updated_at":"2017-12-29T04:16:04Z","author_association":"COLLABORATOR","body":"@MrHohn: The following test **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-unit | 9ab98d9f69a9bc8c0c31bd69d5932e8e61df3126 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56948/pull-kubernetes-unit/72726/) | `/test pull-kubernetes-unit`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/56948). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/MrHohn). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-29T04:16:05 | 7039231272 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kops/issues/2188","repository_url":"https://api.github.com/repos/kubernetes/kops","labels_url":"https://api.github.com/repos/kubernetes/kops/issues/2188/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kops/issues/2188/comments","events_url":"https://api.github.com/repos/kubernetes/kops/issues/2188/events","html_url":"https://github.com/kubernetes/kops/pull/2188","id":217119844,"number":2188,"title":"Bump version and point users to official README","user":{"login":"leandrocr","id":932624,"avatar_url":"https://avatars3.githubusercontent.com/u/932624?v=3","gravatar_id":"","url":"https://api.github.com/users/leandrocr","html_url":"https://github.com/leandrocr","followers_url":"https://api.github.com/users/leandrocr/followers","following_url":"https://api.github.com/users/leandrocr/following{/other_user}","gists_url":"https://api.github.com/users/leandrocr/gists{/gist_id}","starred_url":"https://api.github.com/users/leandrocr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/leandrocr/subscriptions","organizations_url":"https://api.github.com/users/leandrocr/orgs","repos_url":"https://api.github.com/users/leandrocr/repos","events_url":"https://api.github.com/users/leandrocr/events{/privacy}","received_events_url":"https://api.github.com/users/leandrocr/received_events","type":"User","site_admin":false},"labels":[{"id":485059331,"url":"https://api.github.com/repos/kubernetes/kops/labels/cncf-cla:%20no","name":"cncf-cla: no","color":"b60205","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2017-03-27T02:21:19Z","updated_at":"2017-04-03T07:19:22Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kops/pulls/2188","html_url":"https://github.com/kubernetes/kops/pull/2188","diff_url":"https://github.com/kubernetes/kops/pull/2188.diff","patch_url":"https://github.com/kubernetes/kops/pull/2188.patch"},"body":"\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.kubernetes.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kops/2188)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kops/issues/comments/291066396","html_url":"https://github.com/kubernetes/kops/pull/2188#issuecomment-291066396","issue_url":"https://api.github.com/repos/kubernetes/kops/issues/2188","id":291066396,"user":{"login":"leandrocr","id":932624,"avatar_url":"https://avatars3.githubusercontent.com/u/932624?v=3","gravatar_id":"","url":"https://api.github.com/users/leandrocr","html_url":"https://github.com/leandrocr","followers_url":"https://api.github.com/users/leandrocr/followers","following_url":"https://api.github.com/users/leandrocr/following{/other_user}","gists_url":"https://api.github.com/users/leandrocr/gists{/gist_id}","starred_url":"https://api.github.com/users/leandrocr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/leandrocr/subscriptions","organizations_url":"https://api.github.com/users/leandrocr/orgs","repos_url":"https://api.github.com/users/leandrocr/repos","events_url":"https://api.github.com/users/leandrocr/events{/privacy}","received_events_url":"https://api.github.com/users/leandrocr/received_events","type":"User","site_admin":false},"created_at":"2017-04-03T07:19:22Z","updated_at":"2017-04-03T07:19:22Z","body":"@k8s-ci-robot I signed it!"}} | {
"id": 62091339,
"name": "kubernetes/kops",
"url": "https://api.github.com/repos/kubernetes/kops"
} | {
"id": 932624,
"login": "leandrocr",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/932624?",
"url": "https://api.github.com/users/leandrocr"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-04-03T07:19:22 | 5612849021 | {"actor":{"display_login":"leandrocr"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/community/issues/896","repository_url":"https://api.github.com/repos/kubernetes/community","labels_url":"https://api.github.com/repos/kubernetes/community/issues/896/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/community/issues/896/comments","events_url":"https://api.github.com/repos/kubernetes/community/issues/896/events","html_url":"https://github.com/kubernetes/community/pull/896","id":249517929,"number":896,"title":"Design for consistent API paging in Kubernetes","user":{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},"labels":[{"id":486032367,"url":"https://api.github.com/repos/kubernetes/community/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":653942861,"url":"https://api.github.com/repos/kubernetes/community/labels/sig/api-machinery","name":"sig/api-machinery","color":"d2b48c","default":false},{"id":653942903,"url":"https://api.github.com/repos/kubernetes/community/labels/sig/scalability","name":"sig/scalability","color":"d2b48c","default":false},{"id":653942910,"url":"https://api.github.com/repos/kubernetes/community/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"liggitt","id":980082,"avatar_url":"https://avatars0.githubusercontent.com/u/980082?v=4","gravatar_id":"","url":"https://api.github.com/users/liggitt","html_url":"https://github.com/liggitt","followers_url":"https://api.github.com/users/liggitt/followers","following_url":"https://api.github.com/users/liggitt/following{/other_user}","gists_url":"https://api.github.com/users/liggitt/gists{/gist_id}","starred_url":"https://api.github.com/users/liggitt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/liggitt/subscriptions","organizations_url":"https://api.github.com/users/liggitt/orgs","repos_url":"https://api.github.com/users/liggitt/repos","events_url":"https://api.github.com/users/liggitt/events{/privacy}","received_events_url":"https://api.github.com/users/liggitt/received_events","type":"User","site_admin":false},"assignees":[{"login":"liggitt","id":980082,"avatar_url":"https://avatars0.githubusercontent.com/u/980082?v=4","gravatar_id":"","url":"https://api.github.com/users/liggitt","html_url":"https://github.com/liggitt","followers_url":"https://api.github.com/users/liggitt/followers","following_url":"https://api.github.com/users/liggitt/following{/other_user}","gists_url":"https://api.github.com/users/liggitt/gists{/gist_id}","starred_url":"https://api.github.com/users/liggitt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/liggitt/subscriptions","organizations_url":"https://api.github.com/users/liggitt/orgs","repos_url":"https://api.github.com/users/liggitt/repos","events_url":"https://api.github.com/users/liggitt/events{/privacy}","received_events_url":"https://api.github.com/users/liggitt/received_events","type":"User","site_admin":false}],"milestone":null,"comments":8,"created_at":"2017-08-11T01:19:47Z","updated_at":"2017-08-29T17:09:42Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/community/pulls/896","html_url":"https://github.com/kubernetes/community/pull/896","diff_url":"https://github.com/kubernetes/community/pull/896.diff","patch_url":"https://github.com/kubernetes/community/pull/896.patch"},"body":"In order to reduce the memory allocation impact of very large LIST operations against the Kubernetes apiserver, it should be possible to receive a single large resource list as many individual page requests to the server.\r\n\r\nPart of kubernetes/features#365. Taken from kubernetes/kubernetes#49338. Original discussion in kubernetes/kubernetes#2349"},"comment":{"url":"https://api.github.com/repos/kubernetes/community/issues/comments/325730997","html_url":"https://github.com/kubernetes/community/pull/896#issuecomment-325730997","issue_url":"https://api.github.com/repos/kubernetes/community/issues/896","id":325730997,"user":{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},"created_at":"2017-08-29T17:09:41Z","updated_at":"2017-08-29T17:09:41Z","body":"@liggitt addressed your final comments. Any other comments from anyone?"}} | {
"id": 57939112,
"name": "kubernetes/community",
"url": "https://api.github.com/repos/kubernetes/community"
} | {
"id": 1163175,
"login": "smarterclayton",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1163175?",
"url": "https://api.github.com/users/smarterclayton"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-08-29T17:09:42 | 6525791169 | {"actor":{"display_login":"smarterclayton"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55457","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55457/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55457/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55457/events","html_url":"https://github.com/kubernetes/kubernetes/pull/55457","id":272831282,"number":55457,"title":"Automated cherry pick of eac2049","user":{"login":"dixudx","id":5449021,"avatar_url":"https://avatars3.githubusercontent.com/u/5449021?v=4","gravatar_id":"","url":"https://api.github.com/users/dixudx","html_url":"https://github.com/dixudx","followers_url":"https://api.github.com/users/dixudx/followers","following_url":"https://api.github.com/users/dixudx/following{/other_user}","gists_url":"https://api.github.com/users/dixudx/gists{/gist_id}","starred_url":"https://api.github.com/users/dixudx/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dixudx/subscriptions","organizations_url":"https://api.github.com/users/dixudx/orgs","repos_url":"https://api.github.com/users/dixudx/repos","events_url":"https://api.github.com/users/dixudx/events{/privacy}","received_events_url":"https://api.github.com/users/dixudx/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":339502903,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cherrypick-approved","name":"cherrypick-approved","color":"fef2c0","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars3.githubusercontent.com/u/10743879?v=4","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false},"assignees":[{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars3.githubusercontent.com/u/10743879?v=4","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false}],"milestone":null,"comments":19,"created_at":"2017-11-10T06:23:49Z","updated_at":"2017-11-13T18:09:43Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/55457","html_url":"https://github.com/kubernetes/kubernetes/pull/55457","diff_url":"https://github.com/kubernetes/kubernetes/pull/55457.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/55457.patch"},"body":"Cherry pick of eac2049 on release-1.8.\r\n\r\neac2049: avoid Registry in fake REST client"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/344006772","html_url":"https://github.com/kubernetes/kubernetes/pull/55457#issuecomment-344006772","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55457","id":344006772,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-11-13T18:09:43Z","updated_at":"2017-11-13T18:09:43Z","author_association":"COLLABORATOR","body":"Automatic merge from submit-queue."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-13T18:09:45 | 6848337268 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55307","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55307/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55307/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55307/events","html_url":"https://github.com/kubernetes/kubernetes/pull/55307","id":272124883,"number":55307,"title":"Check if request is nil before sign or after retry for aws","user":{"login":"xiangpengzhao","id":15881573,"avatar_url":"https://avatars0.githubusercontent.com/u/15881573?v=4","gravatar_id":"","url":"https://api.github.com/users/xiangpengzhao","html_url":"https://github.com/xiangpengzhao","followers_url":"https://api.github.com/users/xiangpengzhao/followers","following_url":"https://api.github.com/users/xiangpengzhao/following{/other_user}","gists_url":"https://api.github.com/users/xiangpengzhao/gists{/gist_id}","starred_url":"https://api.github.com/users/xiangpengzhao/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/xiangpengzhao/subscriptions","organizations_url":"https://api.github.com/users/xiangpengzhao/orgs","repos_url":"https://api.github.com/users/xiangpengzhao/repos","events_url":"https://api.github.com/users/xiangpengzhao/events{/privacy}","received_events_url":"https://api.github.com/users/xiangpengzhao/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"zmerlynn","id":4942464,"avatar_url":"https://avatars0.githubusercontent.com/u/4942464?v=4","gravatar_id":"","url":"https://api.github.com/users/zmerlynn","html_url":"https://github.com/zmerlynn","followers_url":"https://api.github.com/users/zmerlynn/followers","following_url":"https://api.github.com/users/zmerlynn/following{/other_user}","gists_url":"https://api.github.com/users/zmerlynn/gists{/gist_id}","starred_url":"https://api.github.com/users/zmerlynn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zmerlynn/subscriptions","organizations_url":"https://api.github.com/users/zmerlynn/orgs","repos_url":"https://api.github.com/users/zmerlynn/repos","events_url":"https://api.github.com/users/zmerlynn/events{/privacy}","received_events_url":"https://api.github.com/users/zmerlynn/received_events","type":"User","site_admin":false},"assignees":[{"login":"gnufied","id":278,"avatar_url":"https://avatars0.githubusercontent.com/u/278?v=4","gravatar_id":"","url":"https://api.github.com/users/gnufied","html_url":"https://github.com/gnufied","followers_url":"https://api.github.com/users/gnufied/followers","following_url":"https://api.github.com/users/gnufied/following{/other_user}","gists_url":"https://api.github.com/users/gnufied/gists{/gist_id}","starred_url":"https://api.github.com/users/gnufied/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gnufied/subscriptions","organizations_url":"https://api.github.com/users/gnufied/orgs","repos_url":"https://api.github.com/users/gnufied/repos","events_url":"https://api.github.com/users/gnufied/events{/privacy}","received_events_url":"https://api.github.com/users/gnufied/received_events","type":"User","site_admin":false},{"login":"zmerlynn","id":4942464,"avatar_url":"https://avatars0.githubusercontent.com/u/4942464?v=4","gravatar_id":"","url":"https://api.github.com/users/zmerlynn","html_url":"https://github.com/zmerlynn","followers_url":"https://api.github.com/users/zmerlynn/followers","following_url":"https://api.github.com/users/zmerlynn/following{/other_user}","gists_url":"https://api.github.com/users/zmerlynn/gists{/gist_id}","starred_url":"https://api.github.com/users/zmerlynn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zmerlynn/subscriptions","organizations_url":"https://api.github.com/users/zmerlynn/orgs","repos_url":"https://api.github.com/users/zmerlynn/repos","events_url":"https://api.github.com/users/zmerlynn/events{/privacy}","received_events_url":"https://api.github.com/users/zmerlynn/received_events","type":"User","site_admin":false}],"milestone":null,"comments":3,"created_at":"2017-11-08T09:11:53Z","updated_at":"2017-11-08T20:49:59Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/55307","html_url":"https://github.com/kubernetes/kubernetes/pull/55307","diff_url":"https://github.com/kubernetes/kubernetes/pull/55307.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/55307.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n4. If the PR is unfinished, see how to mark it: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#marking-unfinished-pull-requests\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\n\r\n**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:\r\nFixes #55309\r\n\r\n**Special notes for your reviewer**:\r\n/cc @justinsb \r\n\r\n**Release note**:\r\n<!-- Write your release note:\r\n1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string \"action required\".\r\n2. If no release note is required, just write \"NONE\".\r\n-->\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/342954897","html_url":"https://github.com/kubernetes/kubernetes/pull/55307#issuecomment-342954897","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55307","id":342954897,"user":{"login":"cblecker","id":1431969,"avatar_url":"https://avatars1.githubusercontent.com/u/1431969?v=4","gravatar_id":"","url":"https://api.github.com/users/cblecker","html_url":"https://github.com/cblecker","followers_url":"https://api.github.com/users/cblecker/followers","following_url":"https://api.github.com/users/cblecker/following{/other_user}","gists_url":"https://api.github.com/users/cblecker/gists{/gist_id}","starred_url":"https://api.github.com/users/cblecker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cblecker/subscriptions","organizations_url":"https://api.github.com/users/cblecker/orgs","repos_url":"https://api.github.com/users/cblecker/repos","events_url":"https://api.github.com/users/cblecker/events{/privacy}","received_events_url":"https://api.github.com/users/cblecker/received_events","type":"User","site_admin":false},"created_at":"2017-11-08T20:49:59Z","updated_at":"2017-11-08T20:49:59Z","author_association":"MEMBER","body":"Is this the right approach, or is https://github.com/kubernetes/kubernetes/pull/55187 better? (they both modify the same logic)"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 1431969,
"login": "cblecker",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1431969?",
"url": "https://api.github.com/users/cblecker"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-08T20:50:01 | 6828553234 | {"actor":{"display_login":"cblecker"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40838","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40838/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40838/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40838/events","html_url":"https://github.com/kubernetes/kubernetes/pull/40838","id":204762595,"number":40838,"title":"StatefulSet hardening","user":{"login":"kow3ns","id":11380896,"avatar_url":"https://avatars.githubusercontent.com/u/11380896?v=3","gravatar_id":"","url":"https://api.github.com/users/kow3ns","html_url":"https://github.com/kow3ns","followers_url":"https://api.github.com/users/kow3ns/followers","following_url":"https://api.github.com/users/kow3ns/following{/other_user}","gists_url":"https://api.github.com/users/kow3ns/gists{/gist_id}","starred_url":"https://api.github.com/users/kow3ns/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kow3ns/subscriptions","organizations_url":"https://api.github.com/users/kow3ns/orgs","repos_url":"https://api.github.com/users/kow3ns/repos","events_url":"https://api.github.com/users/kow3ns/events{/privacy}","received_events_url":"https://api.github.com/users/kow3ns/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars.githubusercontent.com/u/1163175?v=3","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},"assignees":[{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars.githubusercontent.com/u/1163175?v=3","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false}],"milestone":null,"comments":49,"created_at":"2017-02-02T02:03:14Z","updated_at":"2017-02-08T19:46:02Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/40838","html_url":"https://github.com/kubernetes/kubernetes/pull/40838","diff_url":"https://github.com/kubernetes/kubernetes/pull/40838.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/40838.patch"},"body":"**What this PR does / why we need it**:\r\n\r\nThis PR contains the following changes to StatefulSet. Only one change effects the semantics of how the controller operates (This is described in #38418), and this change only brings the controller into conformance with its documented behavior.\r\n\r\n1. pcb and pcb controller are removed and their functionality is encapsulated in StatefulPodControlInterface. This class modules the design contoller.PodControlInterface and provides an abstraction to clientset.Interface which is useful for testing purposes.\r\n2. IdentityMappers has been removed to clarify what properties of a Pod are mutated by the controller. All mutations are performed in the UpdateStatefulPod method of the StatefulPodControlInterface.\r\n3. The statefulSetIterator and petQueue classes are removed. These classes sorted Pods by CreationTimestamp. This is brittle and not resilient to clock skew. The current control loop, which implements the same logic, is in stateful_set_control.go. The Pods are now sorted and considered by their ordinal indices, as is outlined in the documentation.\r\n4. StatefulSetController now checks to see if the Pods matching a StatefulSet's Selector also match the Name of the StatefulSet. This will make the controller resilient to overlapping, and will be enhanced by the addition of ControllerRefs.\r\n5. The total lines of production code have been reduced, and the total number of unit tests has been increased. All new code has 100% unit coverage giving the module 83% coverage. Tests for StatefulSetController have been added, but it is not practical to achieve greater coverage in unit testing for this code (the e2e tests for StatefulSet cover these areas).\r\n6. Issue #38418 is fixed in that StaefulSet will ensure that all Pods that are predecessors of another Pod are Running and Ready prior to launching a new Pod. This removes the potential for deadlock when a Pod needs to be rescheduled while its predecessor is hung in Pending or Initializing.\r\n7. All reference to pet have been removed from the code and comments.\r\n\r\n**Which issue this PR fixes**\r\n fixes #38418,#36859\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access) \r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. \r\n-->\r\n```release-note\r\nFixes issue #38418 which, under circumstance, could cause StatefulSet to deadlock. \r\nMediates issue #36859. StatefulSet only acts on Pods whose identity matches the StatefulSet, providing a partial mediation for overlapping controllers.\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/278440118","html_url":"https://github.com/kubernetes/kubernetes/pull/40838#issuecomment-278440118","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40838","id":278440118,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-02-08T19:46:02Z","updated_at":"2017-02-08T19:46:02Z","body":"@kow3ns: The following test(s) **failed**:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\nJenkins Cross Build | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-cross/1280/) | `@k8s-bot cross build this`\nJenkins unit/integration | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-unit/17005/) | `@k8s-bot unit test this`\nJenkins GCI GKE smoke e2e | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-e2e-gke-gci/16548/) | `@k8s-bot gci gke e2e test this`\nJenkins GKE smoke e2e | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-e2e-gke/16751/) | `@k8s-bot cvm gke e2e test this`\nJenkins CRI GCE Node e2e | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-node-e2e-cri/11614/) | `@k8s-bot cri node e2e test this`\nJenkins GCI GCE e2e | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-e2e-gce-gci/16453/) | `@k8s-bot gci gce e2e test this`\nJenkins GCE Node e2e | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-node-e2e/16732/) | `@k8s-bot node e2e test this`\nJenkins verification | f0191ea912d7f0c0dc24467e93e235dc855fc9ab | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-verify/16428/) | `@k8s-bot verify test this`\nJenkins Kubemark GCE e2e | 8da018f515c7c8f60cd0e644caf4c24dcac64212 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-kubemark-e2e-gce/16590/) | `@k8s-bot kubemark e2e test this`\nJenkins GCE etcd3 e2e | 8da018f515c7c8f60cd0e644caf4c24dcac64212 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40838/pull-kubernetes-e2e-gce-etcd3/16509/) | `@k8s-bot gce etcd3 e2e test this`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/40838). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/kow3ns). Please help us cut down on flakes by linking to an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-02-08T19:46:04 | 5290387592 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48625","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48625/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48625/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48625/events","html_url":"https://github.com/kubernetes/kubernetes/pull/48625","id":241342930,"number":48625,"title":"Make kube-proxy's MetricsBindAddress configurable via flag","user":{"login":"MrHohn","id":8681801,"avatar_url":"https://avatars3.githubusercontent.com/u/8681801?v=3","gravatar_id":"","url":"https://api.github.com/users/MrHohn","html_url":"https://github.com/MrHohn","followers_url":"https://api.github.com/users/MrHohn/followers","following_url":"https://api.github.com/users/MrHohn/following{/other_user}","gists_url":"https://api.github.com/users/MrHohn/gists{/gist_id}","starred_url":"https://api.github.com/users/MrHohn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MrHohn/subscriptions","organizations_url":"https://api.github.com/users/MrHohn/orgs","repos_url":"https://api.github.com/users/MrHohn/repos","events_url":"https://api.github.com/users/MrHohn/events{/privacy}","received_events_url":"https://api.github.com/users/MrHohn/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"ncdc","id":354,"avatar_url":"https://avatars1.githubusercontent.com/u/354?v=3","gravatar_id":"","url":"https://api.github.com/users/ncdc","html_url":"https://github.com/ncdc","followers_url":"https://api.github.com/users/ncdc/followers","following_url":"https://api.github.com/users/ncdc/following{/other_user}","gists_url":"https://api.github.com/users/ncdc/gists{/gist_id}","starred_url":"https://api.github.com/users/ncdc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ncdc/subscriptions","organizations_url":"https://api.github.com/users/ncdc/orgs","repos_url":"https://api.github.com/users/ncdc/repos","events_url":"https://api.github.com/users/ncdc/events{/privacy}","received_events_url":"https://api.github.com/users/ncdc/received_events","type":"User","site_admin":false},"assignees":[{"login":"ncdc","id":354,"avatar_url":"https://avatars1.githubusercontent.com/u/354?v=3","gravatar_id":"","url":"https://api.github.com/users/ncdc","html_url":"https://github.com/ncdc","followers_url":"https://api.github.com/users/ncdc/followers","following_url":"https://api.github.com/users/ncdc/following{/other_user}","gists_url":"https://api.github.com/users/ncdc/gists{/gist_id}","starred_url":"https://api.github.com/users/ncdc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ncdc/subscriptions","organizations_url":"https://api.github.com/users/ncdc/orgs","repos_url":"https://api.github.com/users/ncdc/repos","events_url":"https://api.github.com/users/ncdc/events{/privacy}","received_events_url":"https://api.github.com/users/ncdc/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-07-07T18:24:40Z","updated_at":"2017-07-07T18:42:42Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/48625","html_url":"https://github.com/kubernetes/kubernetes/pull/48625","diff_url":"https://github.com/kubernetes/kubernetes/pull/48625.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/48625.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**: From #48600, `MetricsBindAddress` used to be configurable through flag (coupled with `HealthzBindAddress`). But this functionality went away after #44968 separated healthz server from metrics server. This PR adds that functionality back.\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: \r\n\r\n**Special notes for your reviewer**:\r\n/assign @ncdc \r\ncc @bowei @r0bj\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nnone\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/313761945","html_url":"https://github.com/kubernetes/kubernetes/pull/48625#issuecomment-313761945","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48625","id":313761945,"user":{"login":"ncdc","id":354,"avatar_url":"https://avatars1.githubusercontent.com/u/354?v=3","gravatar_id":"","url":"https://api.github.com/users/ncdc","html_url":"https://github.com/ncdc","followers_url":"https://api.github.com/users/ncdc/followers","following_url":"https://api.github.com/users/ncdc/following{/other_user}","gists_url":"https://api.github.com/users/ncdc/gists{/gist_id}","starred_url":"https://api.github.com/users/ncdc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ncdc/subscriptions","organizations_url":"https://api.github.com/users/ncdc/orgs","repos_url":"https://api.github.com/users/ncdc/repos","events_url":"https://api.github.com/users/ncdc/events{/privacy}","received_events_url":"https://api.github.com/users/ncdc/received_events","type":"User","site_admin":false},"created_at":"2017-07-07T18:42:42Z","updated_at":"2017-07-07T18:42:42Z","body":"/lgtm"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 354,
"login": "ncdc",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/354?",
"url": "https://api.github.com/users/ncdc"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-07T18:42:43 | 6214340693 | {"actor":{"display_login":"ncdc"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48810","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48810/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48810/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48810/events","html_url":"https://github.com/kubernetes/kubernetes/pull/48810","id":242394275,"number":48810,"title":"WIP: Unify fuzzers and roundtrip tests","user":{"login":"sttts","id":730123,"avatar_url":"https://avatars3.githubusercontent.com/u/730123?v=3","gravatar_id":"","url":"https://api.github.com/users/sttts","html_url":"https://github.com/sttts","followers_url":"https://api.github.com/users/sttts/followers","following_url":"https://api.github.com/users/sttts/following{/other_user}","gists_url":"https://api.github.com/users/sttts/gists{/gist_id}","starred_url":"https://api.github.com/users/sttts/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sttts/subscriptions","organizations_url":"https://api.github.com/users/sttts/orgs","repos_url":"https://api.github.com/users/sttts/repos","events_url":"https://api.github.com/users/sttts/events{/privacy}","received_events_url":"https://api.github.com/users/sttts/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"thockin","id":5595220,"avatar_url":"https://avatars3.githubusercontent.com/u/5595220?v=3","gravatar_id":"","url":"https://api.github.com/users/thockin","html_url":"https://github.com/thockin","followers_url":"https://api.github.com/users/thockin/followers","following_url":"https://api.github.com/users/thockin/following{/other_user}","gists_url":"https://api.github.com/users/thockin/gists{/gist_id}","starred_url":"https://api.github.com/users/thockin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thockin/subscriptions","organizations_url":"https://api.github.com/users/thockin/orgs","repos_url":"https://api.github.com/users/thockin/repos","events_url":"https://api.github.com/users/thockin/events{/privacy}","received_events_url":"https://api.github.com/users/thockin/received_events","type":"User","site_admin":false},"assignees":[{"login":"lavalamp","id":647318,"avatar_url":"https://avatars3.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},{"login":"thockin","id":5595220,"avatar_url":"https://avatars3.githubusercontent.com/u/5595220?v=3","gravatar_id":"","url":"https://api.github.com/users/thockin","html_url":"https://github.com/thockin","followers_url":"https://api.github.com/users/thockin/followers","following_url":"https://api.github.com/users/thockin/following{/other_user}","gists_url":"https://api.github.com/users/thockin/gists{/gist_id}","starred_url":"https://api.github.com/users/thockin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thockin/subscriptions","organizations_url":"https://api.github.com/users/thockin/orgs","repos_url":"https://api.github.com/users/thockin/repos","events_url":"https://api.github.com/users/thockin/events{/privacy}","received_events_url":"https://api.github.com/users/thockin/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-07-12T14:11:32Z","updated_at":"2017-07-12T14:11:40Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/48810","html_url":"https://github.com/kubernetes/kubernetes/pull/48810","diff_url":"https://github.com/kubernetes/kubernetes/pull/48810.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/48810.patch"},"body":null},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/314781448","html_url":"https://github.com/kubernetes/kubernetes/pull/48810#issuecomment-314781448","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48810","id":314781448,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars3.githubusercontent.com/u/13653959?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-07-12T14:11:40Z","updated_at":"2017-07-12T14:11:40Z","body":"[APPROVALNOTIFIER] This PR is **NOT APPROVED**\n\nThis pull-request has been approved by: *<a href=\"https://github.com/kubernetes/kubernetes/pull/48810#\" title=\"Author self-approved\">sttts</a>*\nWe suggest the following additional approver: **lavalamp**\n\nAssign the PR to them by writing `/assign @lavalamp` in a comment when ready.\n\n*No associated issue*. Update pull-request body to add a reference to an issue, or get approval with `/approve no-issue`\n\nThe full list of commands accepted by this bot can be found [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details open>\nNeeds approval from an approver in each of these OWNERS Files:\n\n- **[OWNERS](https://github.com/kubernetes/kubernetes/blob/master/OWNERS)**\n\nYou can indicate your approval by writing `/approve` in a comment\nYou can cancel your approval by writing `/approve cancel` in a comment\n</details>\n<!-- META={\"approvers\":[\"lavalamp\"]} -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-12T14:11:42 | 6241370249 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/42424","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/42424/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/42424/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/42424/events","html_url":"https://github.com/kubernetes/kubernetes/pull/42424","id":211454819,"number":42424,"title":"Automated cherry pick of #42422","user":{"login":"kerneltime","id":774455,"avatar_url":"https://avatars2.githubusercontent.com/u/774455?v=3","gravatar_id":"","url":"https://api.github.com/users/kerneltime","html_url":"https://github.com/kerneltime","followers_url":"https://api.github.com/users/kerneltime/followers","following_url":"https://api.github.com/users/kerneltime/following{/other_user}","gists_url":"https://api.github.com/users/kerneltime/gists{/gist_id}","starred_url":"https://api.github.com/users/kerneltime/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kerneltime/subscriptions","organizations_url":"https://api.github.com/users/kerneltime/orgs","repos_url":"https://api.github.com/users/kerneltime/repos","events_url":"https://api.github.com/users/kerneltime/events{/privacy}","received_events_url":"https://api.github.com/users/kerneltime/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":335674843,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge","name":"do-not-merge","color":"e11d21","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"freehan","id":1332699,"avatar_url":"https://avatars0.githubusercontent.com/u/1332699?v=3","gravatar_id":"","url":"https://api.github.com/users/freehan","html_url":"https://github.com/freehan","followers_url":"https://api.github.com/users/freehan/followers","following_url":"https://api.github.com/users/freehan/following{/other_user}","gists_url":"https://api.github.com/users/freehan/gists{/gist_id}","starred_url":"https://api.github.com/users/freehan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/freehan/subscriptions","organizations_url":"https://api.github.com/users/freehan/orgs","repos_url":"https://api.github.com/users/freehan/repos","events_url":"https://api.github.com/users/freehan/events{/privacy}","received_events_url":"https://api.github.com/users/freehan/received_events","type":"User","site_admin":false},"assignees":[{"login":"freehan","id":1332699,"avatar_url":"https://avatars0.githubusercontent.com/u/1332699?v=3","gravatar_id":"","url":"https://api.github.com/users/freehan","html_url":"https://github.com/freehan","followers_url":"https://api.github.com/users/freehan/followers","following_url":"https://api.github.com/users/freehan/following{/other_user}","gists_url":"https://api.github.com/users/freehan/gists{/gist_id}","starred_url":"https://api.github.com/users/freehan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/freehan/subscriptions","organizations_url":"https://api.github.com/users/freehan/orgs","repos_url":"https://api.github.com/users/freehan/repos","events_url":"https://api.github.com/users/freehan/events{/privacy}","received_events_url":"https://api.github.com/users/freehan/received_events","type":"User","site_admin":false}],"milestone":null,"comments":5,"created_at":"2017-03-02T17:04:19Z","updated_at":"2017-03-02T22:59:13Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/42424","html_url":"https://github.com/kubernetes/kubernetes/pull/42424","diff_url":"https://github.com/kubernetes/kubernetes/pull/42424.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/42424.patch"},"body":"Cherry pick of #42422 on release-1.6.\n\n#42422: Support adding disks to more than one scsi adapter Fixes"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/283810462","html_url":"https://github.com/kubernetes/kubernetes/pull/42424#issuecomment-283810462","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/42424","id":283810462,"user":{"login":"enisoc","id":6733629,"avatar_url":"https://avatars0.githubusercontent.com/u/6733629?v=3","gravatar_id":"","url":"https://api.github.com/users/enisoc","html_url":"https://github.com/enisoc","followers_url":"https://api.github.com/users/enisoc/followers","following_url":"https://api.github.com/users/enisoc/following{/other_user}","gists_url":"https://api.github.com/users/enisoc/gists{/gist_id}","starred_url":"https://api.github.com/users/enisoc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/enisoc/subscriptions","organizations_url":"https://api.github.com/users/enisoc/orgs","repos_url":"https://api.github.com/users/enisoc/repos","events_url":"https://api.github.com/users/enisoc/events{/privacy}","received_events_url":"https://api.github.com/users/enisoc/received_events","type":"User","site_admin":false},"created_at":"2017-03-02T22:59:13Z","updated_at":"2017-03-02T22:59:13Z","body":"We are still in 1.6 code freeze, so you don't need to create a cherrypick against `release-1.6`. Everything that gets into `master` before code freeze is lifted will make it into `release-1.6` automatically."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 6733629,
"login": "enisoc",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/6733629?",
"url": "https://api.github.com/users/enisoc"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-03-02T22:59:14 | 5423814983 | {"actor":{"display_login":"enisoc"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50820","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50820/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50820/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50820/events","html_url":"https://github.com/kubernetes/kubernetes/issues/50820","id":250818051,"number":50820,"title":"The rescheduler can not be started up due to the stdout point to a directory","user":{"login":"hchenxa","id":10266685,"avatar_url":"https://avatars0.githubusercontent.com/u/10266685?v=4","gravatar_id":"","url":"https://api.github.com/users/hchenxa","html_url":"https://github.com/hchenxa","followers_url":"https://api.github.com/users/hchenxa/followers","following_url":"https://api.github.com/users/hchenxa/following{/other_user}","gists_url":"https://api.github.com/users/hchenxa/gists{/gist_id}","starred_url":"https://api.github.com/users/hchenxa/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/hchenxa/subscriptions","organizations_url":"https://api.github.com/users/hchenxa/orgs","repos_url":"https://api.github.com/users/hchenxa/repos","events_url":"https://api.github.com/users/hchenxa/events{/privacy}","received_events_url":"https://api.github.com/users/hchenxa/received_events","type":"User","site_admin":false},"labels":[{"id":105146071,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/bug","name":"kind/bug","color":"e11d21","default":false},{"id":173494222,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/cluster-lifecycle","name":"sig/cluster-lifecycle","color":"d2b48c","default":false},{"id":169428334,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/storage","name":"sig/storage","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2017-08-17T03:13:27Z","updated_at":"2017-08-18T14:48:47Z","closed_at":null,"body":"<!-- This form is for bug reports and feature requests ONLY! \r\n\r\nIf you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).\r\n-->\r\n\r\n**Is this a BUG REPORT or FEATURE REQUEST?**:\r\n\r\n> Uncomment only one, leave it on its own line: \r\n>\r\n\r\n/kind bug\r\n\r\n> /kind feature\r\n\r\n\r\n**What happened**:\r\nwhen create rescheduler resources with https://github.com/kubernetes/kubernetes/blob/master/cluster/saltbase/salt/rescheduler/rescheduler.manifest, find the pod started failed due to the rescheduler.log was a directory.\r\n\r\n**What you expected to happen**:\r\nThe pod should be started and should use -logtostderr to output the log to a file.\r\n\r\n**How to reproduce it (as minimally and precisely as possible)**:\r\nkubectl create -f https://github.com/kubernetes/kubernetes/blob/master/cluster/saltbase/salt/rescheduler/rescheduler.manifest\r\n\r\n**Anything else we need to know?**:\r\n\r\n**Environment**:\r\n- Kubernetes version (use `kubectl version`):\r\n- Cloud provider or hardware configuration**:\r\n- OS (e.g. from /etc/os-release):\r\n- Kernel (e.g. `uname -a`):\r\n- Install tools:\r\n- Others:\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/323374256","html_url":"https://github.com/kubernetes/kubernetes/issues/50820#issuecomment-323374256","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50820","id":323374256,"user":{"login":"wongma7","id":13111288,"avatar_url":"https://avatars0.githubusercontent.com/u/13111288?v=4","gravatar_id":"","url":"https://api.github.com/users/wongma7","html_url":"https://github.com/wongma7","followers_url":"https://api.github.com/users/wongma7/followers","following_url":"https://api.github.com/users/wongma7/following{/other_user}","gists_url":"https://api.github.com/users/wongma7/gists{/gist_id}","starred_url":"https://api.github.com/users/wongma7/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wongma7/subscriptions","organizations_url":"https://api.github.com/users/wongma7/orgs","repos_url":"https://api.github.com/users/wongma7/repos","events_url":"https://api.github.com/users/wongma7/events{/privacy}","received_events_url":"https://api.github.com/users/wongma7/received_events","type":"User","site_admin":false},"created_at":"2017-08-18T14:48:47Z","updated_at":"2017-08-18T14:48:47Z","body":"Unless rescheduler.log is a file and already exists, docker will always create a directory at the path rescheduler.log. It can't know/infer whether you intend to mount a given path as a file or directory so defaults to directory. kube-apiserver.log and such are created beforehand to avoid this issue https://github.com/kubernetes/kubernetes/blob/eab039d7462cd87f395e628ee7cc852e011f153a/cluster/saltbase/salt/kube-apiserver/init.sls#L28"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13111288,
"login": "wongma7",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13111288?",
"url": "https://api.github.com/users/wongma7"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-08-18T14:48:49 | 6481071427 | {"actor":{"display_login":"wongma7"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/community/issues/483","repository_url":"https://api.github.com/repos/kubernetes/community","labels_url":"https://api.github.com/repos/kubernetes/community/issues/483/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/community/issues/483/comments","events_url":"https://api.github.com/repos/kubernetes/community/issues/483/events","html_url":"https://github.com/kubernetes/community/pull/483","id":217005583,"number":483,"title":"[Proposal] deferContainers","user":{"login":"dhilipkumars","id":10920260,"avatar_url":"https://avatars0.githubusercontent.com/u/10920260?v=3","gravatar_id":"","url":"https://api.github.com/users/dhilipkumars","html_url":"https://github.com/dhilipkumars","followers_url":"https://api.github.com/users/dhilipkumars/followers","following_url":"https://api.github.com/users/dhilipkumars/following{/other_user}","gists_url":"https://api.github.com/users/dhilipkumars/gists{/gist_id}","starred_url":"https://api.github.com/users/dhilipkumars/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dhilipkumars/subscriptions","organizations_url":"https://api.github.com/users/dhilipkumars/orgs","repos_url":"https://api.github.com/users/dhilipkumars/repos","events_url":"https://api.github.com/users/dhilipkumars/events{/privacy}","received_events_url":"https://api.github.com/users/dhilipkumars/received_events","type":"User","site_admin":false},"labels":[{"id":486032367,"url":"https://api.github.com/repos/kubernetes/community/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"c2e0c6","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-03-25T21:21:51Z","updated_at":"2017-03-27T16:34:16Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/community/pulls/483","html_url":"https://github.com/kubernetes/community/pull/483","diff_url":"https://github.com/kubernetes/community/pull/483.diff","patch_url":"https://github.com/kubernetes/community/pull/483.patch"},"body":"Proposal for deferContainers a complimenting feature to init-containers that enable graceful pod termination. \r\n\r\n@quinton-hoole @deepak-vij @shashidharatd @irfanurrehman @kevin-wangzefeng\r\n\r\n@smarterclayton @kargakis @erictune @kow3ns @hectorj2f @davidopp \r\n\r\nIt wold be great to get your feedback on this, also could someone tag sig-apps please."},"comment":{"url":"https://api.github.com/repos/kubernetes/community/issues/comments/289509152","html_url":"https://github.com/kubernetes/community/pull/483#issuecomment-289509152","issue_url":"https://api.github.com/repos/kubernetes/community/issues/483","id":289509152,"user":{"login":"kargakis","id":3900799,"avatar_url":"https://avatars0.githubusercontent.com/u/3900799?v=3","gravatar_id":"","url":"https://api.github.com/users/kargakis","html_url":"https://github.com/kargakis","followers_url":"https://api.github.com/users/kargakis/followers","following_url":"https://api.github.com/users/kargakis/following{/other_user}","gists_url":"https://api.github.com/users/kargakis/gists{/gist_id}","starred_url":"https://api.github.com/users/kargakis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kargakis/subscriptions","organizations_url":"https://api.github.com/users/kargakis/orgs","repos_url":"https://api.github.com/users/kargakis/repos","events_url":"https://api.github.com/users/kargakis/events{/privacy}","received_events_url":"https://api.github.com/users/kargakis/received_events","type":"User","site_admin":false},"created_at":"2017-03-27T16:34:16Z","updated_at":"2017-03-27T16:34:16Z","body":"@kubernetes/sig-apps-feature-requests @kubernetes/sig-node-feature-requests "}} | {
"id": 57939112,
"name": "kubernetes/community",
"url": "https://api.github.com/repos/kubernetes/community"
} | {
"id": 3900799,
"login": "kargakis",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3900799?",
"url": "https://api.github.com/users/kargakis"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-03-27T16:34:16 | 5572069209 | {"actor":{"display_login":"kargakis"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/contrib/issues/2325","repository_url":"https://api.github.com/repos/kubernetes/contrib","labels_url":"https://api.github.com/repos/kubernetes/contrib/issues/2325/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/contrib/issues/2325/comments","events_url":"https://api.github.com/repos/kubernetes/contrib/issues/2325/events","html_url":"https://github.com/kubernetes/contrib/pull/2325","id":201926453,"number":2325,"title":"Cluster-autoscaler: godeps update","user":{"login":"mwielgus","id":11994812,"avatar_url":"https://avatars.githubusercontent.com/u/11994812?v=3","gravatar_id":"","url":"https://api.github.com/users/mwielgus","html_url":"https://github.com/mwielgus","followers_url":"https://api.github.com/users/mwielgus/followers","following_url":"https://api.github.com/users/mwielgus/following{/other_user}","gists_url":"https://api.github.com/users/mwielgus/gists{/gist_id}","starred_url":"https://api.github.com/users/mwielgus/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mwielgus/subscriptions","organizations_url":"https://api.github.com/users/mwielgus/orgs","repos_url":"https://api.github.com/users/mwielgus/repos","events_url":"https://api.github.com/users/mwielgus/events{/privacy}","received_events_url":"https://api.github.com/users/mwielgus/received_events","type":"User","site_admin":false},"labels":[{"id":383019762,"url":"https://api.github.com/repos/kubernetes/contrib/labels/area/autoscaler","name":"area/autoscaler","color":"c2e0c6","default":false},{"id":422805758,"url":"https://api.github.com/repos/kubernetes/contrib/labels/area/autoscaling","name":"area/autoscaling","color":"5319e7","default":false},{"id":447087456,"url":"https://api.github.com/repos/kubernetes/contrib/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false}],"state":"open","locked":false,"assignee":{"login":"jszczepkowski","id":10820769,"avatar_url":"https://avatars.githubusercontent.com/u/10820769?v=3","gravatar_id":"","url":"https://api.github.com/users/jszczepkowski","html_url":"https://github.com/jszczepkowski","followers_url":"https://api.github.com/users/jszczepkowski/followers","following_url":"https://api.github.com/users/jszczepkowski/following{/other_user}","gists_url":"https://api.github.com/users/jszczepkowski/gists{/gist_id}","starred_url":"https://api.github.com/users/jszczepkowski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jszczepkowski/subscriptions","organizations_url":"https://api.github.com/users/jszczepkowski/orgs","repos_url":"https://api.github.com/users/jszczepkowski/repos","events_url":"https://api.github.com/users/jszczepkowski/events{/privacy}","received_events_url":"https://api.github.com/users/jszczepkowski/received_events","type":"User","site_admin":false},"assignees":[{"login":"jszczepkowski","id":10820769,"avatar_url":"https://avatars.githubusercontent.com/u/10820769?v=3","gravatar_id":"","url":"https://api.github.com/users/jszczepkowski","html_url":"https://github.com/jszczepkowski","followers_url":"https://api.github.com/users/jszczepkowski/followers","following_url":"https://api.github.com/users/jszczepkowski/following{/other_user}","gists_url":"https://api.github.com/users/jszczepkowski/gists{/gist_id}","starred_url":"https://api.github.com/users/jszczepkowski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jszczepkowski/subscriptions","organizations_url":"https://api.github.com/users/jszczepkowski/orgs","repos_url":"https://api.github.com/users/jszczepkowski/repos","events_url":"https://api.github.com/users/jszczepkowski/events{/privacy}","received_events_url":"https://api.github.com/users/jszczepkowski/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2017-01-19T17:36:02Z","updated_at":"2017-01-20T11:16:23Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/contrib/pulls/2325","html_url":"https://github.com/kubernetes/contrib/pull/2325","diff_url":"https://github.com/kubernetes/contrib/pull/2325.diff","patch_url":"https://github.com/kubernetes/contrib/pull/2325.patch"},"body":"cc: @jszczepkowski @fgrzadkowski \r\n\r\nref: https://github.com/kubernetes/contrib/pull/2146"},"comment":{"url":"https://api.github.com/repos/kubernetes/contrib/issues/comments/274048791","html_url":"https://github.com/kubernetes/contrib/pull/2325#issuecomment-274048791","issue_url":"https://api.github.com/repos/kubernetes/contrib/issues/2325","id":274048791,"user":{"login":"jszczepkowski","id":10820769,"avatar_url":"https://avatars.githubusercontent.com/u/10820769?v=3","gravatar_id":"","url":"https://api.github.com/users/jszczepkowski","html_url":"https://github.com/jszczepkowski","followers_url":"https://api.github.com/users/jszczepkowski/followers","following_url":"https://api.github.com/users/jszczepkowski/following{/other_user}","gists_url":"https://api.github.com/users/jszczepkowski/gists{/gist_id}","starred_url":"https://api.github.com/users/jszczepkowski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jszczepkowski/subscriptions","organizations_url":"https://api.github.com/users/jszczepkowski/orgs","repos_url":"https://api.github.com/users/jszczepkowski/repos","events_url":"https://api.github.com/users/jszczepkowski/events{/privacy}","received_events_url":"https://api.github.com/users/jszczepkowski/received_events","type":"User","site_admin":false},"created_at":"2017-01-20T11:16:23Z","updated_at":"2017-01-20T11:16:23Z","body":"LGTM"}} | {
"id": 40686014,
"name": "kubernetes/contrib",
"url": "https://api.github.com/repos/kubernetes/contrib"
} | {
"id": 10820769,
"login": "jszczepkowski",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10820769?",
"url": "https://api.github.com/users/jszczepkowski"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-20T11:16:23 | 5185682219 | {"actor":{"display_login":"jszczepkowski"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46384","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46384/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46384/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46384/events","html_url":"https://github.com/kubernetes/kubernetes/pull/46384","id":231181675,"number":46384,"title":"ConfigMap of cluster info for identifying clusters","user":{"login":"simonleung8","id":5448247,"avatar_url":"https://avatars2.githubusercontent.com/u/5448247?v=3","gravatar_id":"","url":"https://api.github.com/users/simonleung8","html_url":"https://github.com/simonleung8","followers_url":"https://api.github.com/users/simonleung8/followers","following_url":"https://api.github.com/users/simonleung8/following{/other_user}","gists_url":"https://api.github.com/users/simonleung8/gists{/gist_id}","starred_url":"https://api.github.com/users/simonleung8/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/simonleung8/subscriptions","organizations_url":"https://api.github.com/users/simonleung8/orgs","repos_url":"https://api.github.com/users/simonleung8/repos","events_url":"https://api.github.com/users/simonleung8/events{/privacy}","received_events_url":"https://api.github.com/users/simonleung8/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":573014062,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-ok-to-test","name":"needs-ok-to-test","color":"b60205","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"madhusudancs","id":10183,"avatar_url":"https://avatars3.githubusercontent.com/u/10183?v=3","gravatar_id":"","url":"https://api.github.com/users/madhusudancs","html_url":"https://github.com/madhusudancs","followers_url":"https://api.github.com/users/madhusudancs/followers","following_url":"https://api.github.com/users/madhusudancs/following{/other_user}","gists_url":"https://api.github.com/users/madhusudancs/gists{/gist_id}","starred_url":"https://api.github.com/users/madhusudancs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/madhusudancs/subscriptions","organizations_url":"https://api.github.com/users/madhusudancs/orgs","repos_url":"https://api.github.com/users/madhusudancs/repos","events_url":"https://api.github.com/users/madhusudancs/events{/privacy}","received_events_url":"https://api.github.com/users/madhusudancs/received_events","type":"User","site_admin":false},"assignees":[{"login":"madhusudancs","id":10183,"avatar_url":"https://avatars3.githubusercontent.com/u/10183?v=3","gravatar_id":"","url":"https://api.github.com/users/madhusudancs","html_url":"https://github.com/madhusudancs","followers_url":"https://api.github.com/users/madhusudancs/followers","following_url":"https://api.github.com/users/madhusudancs/following{/other_user}","gists_url":"https://api.github.com/users/madhusudancs/gists{/gist_id}","starred_url":"https://api.github.com/users/madhusudancs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/madhusudancs/subscriptions","organizations_url":"https://api.github.com/users/madhusudancs/orgs","repos_url":"https://api.github.com/users/madhusudancs/repos","events_url":"https://api.github.com/users/madhusudancs/events{/privacy}","received_events_url":"https://api.github.com/users/madhusudancs/received_events","type":"User","site_admin":false},{"login":"liggitt","id":980082,"avatar_url":"https://avatars3.githubusercontent.com/u/980082?v=3","gravatar_id":"","url":"https://api.github.com/users/liggitt","html_url":"https://github.com/liggitt","followers_url":"https://api.github.com/users/liggitt/followers","following_url":"https://api.github.com/users/liggitt/following{/other_user}","gists_url":"https://api.github.com/users/liggitt/gists{/gist_id}","starred_url":"https://api.github.com/users/liggitt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/liggitt/subscriptions","organizations_url":"https://api.github.com/users/liggitt/orgs","repos_url":"https://api.github.com/users/liggitt/repos","events_url":"https://api.github.com/users/liggitt/events{/privacy}","received_events_url":"https://api.github.com/users/liggitt/received_events","type":"User","site_admin":false}],"milestone":null,"comments":5,"created_at":"2017-05-24T21:50:09Z","updated_at":"2017-05-25T12:58:02Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/46384","html_url":"https://github.com/kubernetes/kubernetes/pull/46384","diff_url":"https://github.com/kubernetes/kubernetes/pull/46384.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/46384.patch"},"body":"\r\n\r\n<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\nThis PR creates a configmap of cluster info, the map contains a \"cluster-id\" for identification purpose.\r\n\r\nThird party api server such as service catalog has a specific need for this feature. Different clusters access our service brokers but currently we have no way to identify clusters. \r\n\r\n**Which issue this PR fixes**\r\nThis PR addresses at least part of #19831, and we can revisit the rest of it at another time if the need is still there.\r\n\r\n**Special notes for your reviewer**:\r\nWe are keeping the changes to minimum for service catalog's need, and we purposely did not expose this change in the kubectl UX for the same reason. However, we can consider exposing this map through UX later if there is a need.\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/304003884","html_url":"https://github.com/kubernetes/kubernetes/pull/46384#issuecomment-304003884","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46384","id":304003884,"user":{"login":"mtaufen","id":903617,"avatar_url":"https://avatars2.githubusercontent.com/u/903617?v=3","gravatar_id":"","url":"https://api.github.com/users/mtaufen","html_url":"https://github.com/mtaufen","followers_url":"https://api.github.com/users/mtaufen/followers","following_url":"https://api.github.com/users/mtaufen/following{/other_user}","gists_url":"https://api.github.com/users/mtaufen/gists{/gist_id}","starred_url":"https://api.github.com/users/mtaufen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mtaufen/subscriptions","organizations_url":"https://api.github.com/users/mtaufen/orgs","repos_url":"https://api.github.com/users/mtaufen/repos","events_url":"https://api.github.com/users/mtaufen/events{/privacy}","received_events_url":"https://api.github.com/users/mtaufen/received_events","type":"User","site_admin":false},"created_at":"2017-05-25T12:58:02Z","updated_at":"2017-05-25T12:58:02Z","body":"I think what @liggitt is saying is that if we were to do this, we would be making an extremely long-term commitment to this model, because if it's in core it effectively becomes a core API that any user of Kubernetes will expect to be there. \r\n\r\nTo me, this suggests a versioned API object might be a better choice than a `ConfigMap`. Any API extension needs careful planning :)"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 903617,
"login": "mtaufen",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/903617?",
"url": "https://api.github.com/users/mtaufen"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-05-25T12:58:04 | 5941573135 | {"actor":{"display_login":"mtaufen"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45958","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45958/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45958/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45958/events","html_url":"https://github.com/kubernetes/kubernetes/pull/45958","id":229339221,"number":45958,"title":"Ignored mirror pods in PodPreset admission plugin","user":{"login":"k82cn","id":18107181,"avatar_url":"https://avatars3.githubusercontent.com/u/18107181?v=3","gravatar_id":"","url":"https://api.github.com/users/k82cn","html_url":"https://github.com/k82cn","followers_url":"https://api.github.com/users/k82cn/followers","following_url":"https://api.github.com/users/k82cn/following{/other_user}","gists_url":"https://api.github.com/users/k82cn/gists{/gist_id}","starred_url":"https://api.github.com/users/k82cn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k82cn/subscriptions","organizations_url":"https://api.github.com/users/k82cn/orgs","repos_url":"https://api.github.com/users/k82cn/repos","events_url":"https://api.github.com/users/k82cn/events{/privacy}","received_events_url":"https://api.github.com/users/k82cn/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":253450934,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/M","name":"size/M","color":"eebb00","default":false}],"state":"open","locked":false,"assignee":{"login":"pwittrock","id":7882754,"avatar_url":"https://avatars3.githubusercontent.com/u/7882754?v=3","gravatar_id":"","url":"https://api.github.com/users/pwittrock","html_url":"https://github.com/pwittrock","followers_url":"https://api.github.com/users/pwittrock/followers","following_url":"https://api.github.com/users/pwittrock/following{/other_user}","gists_url":"https://api.github.com/users/pwittrock/gists{/gist_id}","starred_url":"https://api.github.com/users/pwittrock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pwittrock/subscriptions","organizations_url":"https://api.github.com/users/pwittrock/orgs","repos_url":"https://api.github.com/users/pwittrock/repos","events_url":"https://api.github.com/users/pwittrock/events{/privacy}","received_events_url":"https://api.github.com/users/pwittrock/received_events","type":"User","site_admin":false},"assignees":[{"login":"derekwaynecarr","id":6233452,"avatar_url":"https://avatars0.githubusercontent.com/u/6233452?v=3","gravatar_id":"","url":"https://api.github.com/users/derekwaynecarr","html_url":"https://github.com/derekwaynecarr","followers_url":"https://api.github.com/users/derekwaynecarr/followers","following_url":"https://api.github.com/users/derekwaynecarr/following{/other_user}","gists_url":"https://api.github.com/users/derekwaynecarr/gists{/gist_id}","starred_url":"https://api.github.com/users/derekwaynecarr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/derekwaynecarr/subscriptions","organizations_url":"https://api.github.com/users/derekwaynecarr/orgs","repos_url":"https://api.github.com/users/derekwaynecarr/repos","events_url":"https://api.github.com/users/derekwaynecarr/events{/privacy}","received_events_url":"https://api.github.com/users/derekwaynecarr/received_events","type":"User","site_admin":false},{"login":"pwittrock","id":7882754,"avatar_url":"https://avatars3.githubusercontent.com/u/7882754?v=3","gravatar_id":"","url":"https://api.github.com/users/pwittrock","html_url":"https://github.com/pwittrock","followers_url":"https://api.github.com/users/pwittrock/followers","following_url":"https://api.github.com/users/pwittrock/following{/other_user}","gists_url":"https://api.github.com/users/pwittrock/gists{/gist_id}","starred_url":"https://api.github.com/users/pwittrock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pwittrock/subscriptions","organizations_url":"https://api.github.com/users/pwittrock/orgs","repos_url":"https://api.github.com/users/pwittrock/repos","events_url":"https://api.github.com/users/pwittrock/events{/privacy}","received_events_url":"https://api.github.com/users/pwittrock/received_events","type":"User","site_admin":false},{"login":"eparis","id":8093535,"avatar_url":"https://avatars0.githubusercontent.com/u/8093535?v=3","gravatar_id":"","url":"https://api.github.com/users/eparis","html_url":"https://github.com/eparis","followers_url":"https://api.github.com/users/eparis/followers","following_url":"https://api.github.com/users/eparis/following{/other_user}","gists_url":"https://api.github.com/users/eparis/gists{/gist_id}","starred_url":"https://api.github.com/users/eparis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eparis/subscriptions","organizations_url":"https://api.github.com/users/eparis/orgs","repos_url":"https://api.github.com/users/eparis/repos","events_url":"https://api.github.com/users/eparis/events{/privacy}","received_events_url":"https://api.github.com/users/eparis/received_events","type":"User","site_admin":false}],"milestone":null,"comments":11,"created_at":"2017-05-17T12:43:45Z","updated_at":"2017-05-20T03:45:20Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/45958","html_url":"https://github.com/kubernetes/kubernetes/pull/45958","diff_url":"https://github.com/kubernetes/kubernetes/pull/45958.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/45958.patch"},"body":"**What this PR does / why we need it**:\r\nIgnored mirror pods in PodPreset admission plugin.\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #45925 \r\n\r\n**Release note**:\r\n\r\n```release-note\r\nIgnored mirror pods in PodPreset admission plugin.\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/302848296","html_url":"https://github.com/kubernetes/kubernetes/pull/45958#issuecomment-302848296","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45958","id":302848296,"user":{"login":"k82cn","id":18107181,"avatar_url":"https://avatars3.githubusercontent.com/u/18107181?v=3","gravatar_id":"","url":"https://api.github.com/users/k82cn","html_url":"https://github.com/k82cn","followers_url":"https://api.github.com/users/k82cn/followers","following_url":"https://api.github.com/users/k82cn/following{/other_user}","gists_url":"https://api.github.com/users/k82cn/gists{/gist_id}","starred_url":"https://api.github.com/users/k82cn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k82cn/subscriptions","organizations_url":"https://api.github.com/users/k82cn/orgs","repos_url":"https://api.github.com/users/k82cn/repos","events_url":"https://api.github.com/users/k82cn/events{/privacy}","received_events_url":"https://api.github.com/users/k82cn/received_events","type":"User","site_admin":false},"created_at":"2017-05-20T03:45:20Z","updated_at":"2017-05-20T03:45:20Z","body":"@k8s-bot pull-kubernetes-federation-e2e-gce test this"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 18107181,
"login": "k82cn",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/18107181?",
"url": "https://api.github.com/users/k82cn"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-05-20T03:45:22 | 5909819009 | {"actor":{"display_login":"k82cn"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51945","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51945/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51945/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51945/events","html_url":"https://github.com/kubernetes/kubernetes/pull/51945","id":255218073,"number":51945,"title":"fix ingress fields representation","user":{"login":"Mashimiao","id":4852224,"avatar_url":"https://avatars1.githubusercontent.com/u/4852224?v=4","gravatar_id":"","url":"https://api.github.com/users/Mashimiao","html_url":"https://github.com/Mashimiao","followers_url":"https://api.github.com/users/Mashimiao/followers","following_url":"https://api.github.com/users/Mashimiao/following{/other_user}","gists_url":"https://api.github.com/users/Mashimiao/gists{/gist_id}","starred_url":"https://api.github.com/users/Mashimiao/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Mashimiao/subscriptions","organizations_url":"https://api.github.com/users/Mashimiao/orgs","repos_url":"https://api.github.com/users/Mashimiao/repos","events_url":"https://api.github.com/users/Mashimiao/events{/privacy}","received_events_url":"https://api.github.com/users/Mashimiao/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"saad-ali","id":10052848,"avatar_url":"https://avatars1.githubusercontent.com/u/10052848?v=4","gravatar_id":"","url":"https://api.github.com/users/saad-ali","html_url":"https://github.com/saad-ali","followers_url":"https://api.github.com/users/saad-ali/followers","following_url":"https://api.github.com/users/saad-ali/following{/other_user}","gists_url":"https://api.github.com/users/saad-ali/gists{/gist_id}","starred_url":"https://api.github.com/users/saad-ali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/saad-ali/subscriptions","organizations_url":"https://api.github.com/users/saad-ali/orgs","repos_url":"https://api.github.com/users/saad-ali/repos","events_url":"https://api.github.com/users/saad-ali/events{/privacy}","received_events_url":"https://api.github.com/users/saad-ali/received_events","type":"User","site_admin":false},"assignees":[{"login":"deads2k","id":8225098,"avatar_url":"https://avatars0.githubusercontent.com/u/8225098?v=4","gravatar_id":"","url":"https://api.github.com/users/deads2k","html_url":"https://github.com/deads2k","followers_url":"https://api.github.com/users/deads2k/followers","following_url":"https://api.github.com/users/deads2k/following{/other_user}","gists_url":"https://api.github.com/users/deads2k/gists{/gist_id}","starred_url":"https://api.github.com/users/deads2k/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deads2k/subscriptions","organizations_url":"https://api.github.com/users/deads2k/orgs","repos_url":"https://api.github.com/users/deads2k/repos","events_url":"https://api.github.com/users/deads2k/events{/privacy}","received_events_url":"https://api.github.com/users/deads2k/received_events","type":"User","site_admin":false},{"login":"saad-ali","id":10052848,"avatar_url":"https://avatars1.githubusercontent.com/u/10052848?v=4","gravatar_id":"","url":"https://api.github.com/users/saad-ali","html_url":"https://github.com/saad-ali","followers_url":"https://api.github.com/users/saad-ali/followers","following_url":"https://api.github.com/users/saad-ali/following{/other_user}","gists_url":"https://api.github.com/users/saad-ali/gists{/gist_id}","starred_url":"https://api.github.com/users/saad-ali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/saad-ali/subscriptions","organizations_url":"https://api.github.com/users/saad-ali/orgs","repos_url":"https://api.github.com/users/saad-ali/repos","events_url":"https://api.github.com/users/saad-ali/events{/privacy}","received_events_url":"https://api.github.com/users/saad-ali/received_events","type":"User","site_admin":false}],"milestone":null,"comments":9,"created_at":"2017-09-05T09:41:00Z","updated_at":"2017-09-25T08:17:33Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/51945","html_url":"https://github.com/kubernetes/kubernetes/pull/51945","diff_url":"https://github.com/kubernetes/kubernetes/pull/51945.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/51945.patch"},"body":"Signed-off-by: Ma Shimiao <[email protected]>\r\n\r\n**What this PR does / why we need it**:\r\n\r\nThe string representation for ingress fields are not correct, try to fix them.\r\n\r\n**Release note**:\r\n```\r\nNone\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/331809454","html_url":"https://github.com/kubernetes/kubernetes/pull/51945#issuecomment-331809454","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51945","id":331809454,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-09-25T08:17:33Z","updated_at":"2017-09-25T08:17:33Z","author_association":"COLLABORATOR","body":"/test all\n\nTests are more than 96 hours old. Re-running tests."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-09-25T08:17:36 | 6631633172 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kops/issues/2748","repository_url":"https://api.github.com/repos/kubernetes/kops","labels_url":"https://api.github.com/repos/kubernetes/kops/issues/2748/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kops/issues/2748/comments","events_url":"https://api.github.com/repos/kubernetes/kops/issues/2748/events","html_url":"https://github.com/kubernetes/kops/issues/2748","id":235950171,"number":2748,"title":"Improve methods that creates user-data and meta-data by using go template instead of string replace","user":{"login":"fabulous-gopher","id":27860156,"avatar_url":"https://avatars1.githubusercontent.com/u/27860156?v=4","gravatar_id":"","url":"https://api.github.com/users/fabulous-gopher","html_url":"https://github.com/fabulous-gopher","followers_url":"https://api.github.com/users/fabulous-gopher/followers","following_url":"https://api.github.com/users/fabulous-gopher/following{/other_user}","gists_url":"https://api.github.com/users/fabulous-gopher/gists{/gist_id}","starred_url":"https://api.github.com/users/fabulous-gopher/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fabulous-gopher/subscriptions","organizations_url":"https://api.github.com/users/fabulous-gopher/orgs","repos_url":"https://api.github.com/users/fabulous-gopher/repos","events_url":"https://api.github.com/users/fabulous-gopher/events{/privacy}","received_events_url":"https://api.github.com/users/fabulous-gopher/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2017-06-14T17:15:32Z","updated_at":"2017-10-14T04:55:58Z","closed_at":null,"author_association":"NONE","body":"_From @SandeepPissay on March 22, 2017 21:33_\n\nSee comment https://github.com/vmware/kops/pull/4/files/e91b80849c048af0e2ba32c289712fd8b8d09c02#diff-debc963c3e706d2e00f5524af9b78675\n\n_Copied from original issue: vmware/kops#5_"},"comment":{"url":"https://api.github.com/repos/kubernetes/kops/issues/comments/336610160","html_url":"https://github.com/kubernetes/kops/issues/2748#issuecomment-336610160","issue_url":"https://api.github.com/repos/kubernetes/kops/issues/2748","id":336610160,"user":{"login":"chrislovecnm","id":335402,"avatar_url":"https://avatars2.githubusercontent.com/u/335402?v=4","gravatar_id":"","url":"https://api.github.com/users/chrislovecnm","html_url":"https://github.com/chrislovecnm","followers_url":"https://api.github.com/users/chrislovecnm/followers","following_url":"https://api.github.com/users/chrislovecnm/following{/other_user}","gists_url":"https://api.github.com/users/chrislovecnm/gists{/gist_id}","starred_url":"https://api.github.com/users/chrislovecnm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/chrislovecnm/subscriptions","organizations_url":"https://api.github.com/users/chrislovecnm/orgs","repos_url":"https://api.github.com/users/chrislovecnm/repos","events_url":"https://api.github.com/users/chrislovecnm/events{/privacy}","received_events_url":"https://api.github.com/users/chrislovecnm/received_events","type":"User","site_admin":false},"created_at":"2017-10-14T04:55:58Z","updated_at":"2017-10-14T04:55:58Z","author_association":"MEMBER","body":"/area vsphere "}} | {
"id": 62091339,
"name": "kubernetes/kops",
"url": "https://api.github.com/repos/kubernetes/kops"
} | {
"id": 335402,
"login": "chrislovecnm",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/335402?",
"url": "https://api.github.com/users/chrislovecnm"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-10-14T04:55:59 | 6716241764 | {"actor":{"display_login":"chrislovecnm"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41080","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41080/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41080/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41080/events","html_url":"https://github.com/kubernetes/kubernetes/pull/41080","id":205938994,"number":41080,"title":"Added a basic monitor for providing etcd version related info","user":{"login":"shyamjvs","id":4333971,"avatar_url":"https://avatars.githubusercontent.com/u/4333971?v=3","gravatar_id":"","url":"https://api.github.com/users/shyamjvs","html_url":"https://github.com/shyamjvs","followers_url":"https://api.github.com/users/shyamjvs/followers","following_url":"https://api.github.com/users/shyamjvs/following{/other_user}","gists_url":"https://api.github.com/users/shyamjvs/gists{/gist_id}","starred_url":"https://api.github.com/users/shyamjvs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/shyamjvs/subscriptions","organizations_url":"https://api.github.com/users/shyamjvs/orgs","repos_url":"https://api.github.com/users/shyamjvs/repos","events_url":"https://api.github.com/users/shyamjvs/events{/privacy}","received_events_url":"https://api.github.com/users/shyamjvs/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars.githubusercontent.com/u/10743879?v=3","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false},"assignees":[{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars.githubusercontent.com/u/10743879?v=3","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false}],"milestone":null,"comments":4,"created_at":"2017-02-07T16:19:09Z","updated_at":"2017-02-07T16:33:07Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/41080","html_url":"https://github.com/kubernetes/kubernetes/pull/41080","diff_url":"https://github.com/kubernetes/kubernetes/pull/41080.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/41080.patch"},"body":"Fixes #41071 \r\n\r\nThis tool scrapes metrics partly from etcd's /version endpoint and partly using etcdctl and exposes them as prometheus metrics at `http://localhost:9101/metrics` endpoint on the master. Here is a summary of the metrics it exposes (self-explanatory from the code):\r\n- etcdVersionFetchCount = prometheus.NewCounterVec(\r\n prometheus.CounterOpts{\r\n Namespace: \"etcd\",\r\n Name: \"version_info_fetch_count\",\r\n Help: \"Number of times etcd's version info was fetched, labeled by etcd's server binary and cluster version\",\r\n },\r\n []string{\"serverversion\", \"clusterversion\"})\r\n- etcdV3DataSize = prometheus.NewGaugeVec(\r\n prometheus.GaugeOpts{\r\n Namespace: \"etcd\",\r\n Name: \"v3_version_data_size\",\r\n Help: \"Size of etcd data in backend v3, the labels being the unit for size and etcdctl version used\",\r\n },\r\n []string{\"unit\", \"etcdctlversion\"})\r\n\r\nFor further info on how to run this as a binary/docker-container/kubernetes-pod and checking the metrics, have a look at the README.md file.\r\n\r\ncc @fgrzadkowski @wojtek-t @piosz "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/278055186","html_url":"https://github.com/kubernetes/kubernetes/pull/41080#issuecomment-278055186","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41080","id":278055186,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-02-07T16:33:07Z","updated_at":"2017-02-07T16:33:07Z","body":"@shyamjvs: The following test(s) **failed**:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\nJenkins unit/integration | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-unit/16763/) | `@k8s-bot unit test this`\nJenkins GCE e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-e2e-gce/16718/) | `@k8s-bot cvm gce e2e test this`\nJenkins GCI GCE e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-e2e-gce-gci/16201/) | `@k8s-bot gci gce e2e test this`\nJenkins kops AWS e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-e2e-kops-aws/11146/) | `@k8s-bot kops aws e2e test this`\nJenkins GCE Node e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-node-e2e/16490/) | `@k8s-bot node e2e test this`\nJenkins CRI GCE Node e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-node-e2e-cri/11377/) | `@k8s-bot cri node e2e test this`\nJenkins GKE smoke e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-e2e-gke/16509/) | `@k8s-bot cvm gke e2e test this`\nJenkins GCE etcd3 e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-e2e-gce-etcd3/16258/) | `@k8s-bot gce etcd3 e2e test this`\nJenkins Kubemark GCE e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-kubemark-e2e-gce/16347/) | `@k8s-bot kubemark e2e test this`\nJenkins GCI GKE smoke e2e | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-e2e-gke-gci/16304/) | `@k8s-bot gci gke e2e test this`\nJenkins verification | a6c87b0afafed1abb8aa9f3a348310889c0062e5 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-verify/16185/) | `@k8s-bot verify test this`\nJenkins Cross Build | 7461d37538fa20d553f85e1965f6f5f5da913cc1 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/41080/pull-kubernetes-cross/1216/) | `@k8s-bot cross build this`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/41080). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/shyamjvs). Please help us cut down on flakes by linking to an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-02-07T16:33:10 | 5281469756 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/features/issues/285","repository_url":"https://api.github.com/repos/kubernetes/features","labels_url":"https://api.github.com/repos/kubernetes/features/issues/285/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/features/issues/285/comments","events_url":"https://api.github.com/repos/kubernetes/features/issues/285/events","html_url":"https://github.com/kubernetes/features/issues/285","id":225208938,"number":285,"title":"Add MaxUnavialable to PodDistruptionBudget","user":{"login":"kow3ns","id":11380896,"avatar_url":"https://avatars0.githubusercontent.com/u/11380896?v=3","gravatar_id":"","url":"https://api.github.com/users/kow3ns","html_url":"https://github.com/kow3ns","followers_url":"https://api.github.com/users/kow3ns/followers","following_url":"https://api.github.com/users/kow3ns/following{/other_user}","gists_url":"https://api.github.com/users/kow3ns/gists{/gist_id}","starred_url":"https://api.github.com/users/kow3ns/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kow3ns/subscriptions","organizations_url":"https://api.github.com/users/kow3ns/orgs","repos_url":"https://api.github.com/users/kow3ns/repos","events_url":"https://api.github.com/users/kow3ns/events{/privacy}","received_events_url":"https://api.github.com/users/kow3ns/received_events","type":"User","site_admin":false},"labels":[{"id":413888017,"url":"https://api.github.com/repos/kubernetes/features/labels/sig/apps","name":"sig/apps","color":"0e8a16","default":false},{"id":500133859,"url":"https://api.github.com/repos/kubernetes/features/labels/stage/beta","name":"stage/beta","color":"fbca04","default":false}],"state":"open","locked":false,"assignee":{"login":"kow3ns","id":11380896,"avatar_url":"https://avatars0.githubusercontent.com/u/11380896?v=3","gravatar_id":"","url":"https://api.github.com/users/kow3ns","html_url":"https://github.com/kow3ns","followers_url":"https://api.github.com/users/kow3ns/followers","following_url":"https://api.github.com/users/kow3ns/following{/other_user}","gists_url":"https://api.github.com/users/kow3ns/gists{/gist_id}","starred_url":"https://api.github.com/users/kow3ns/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kow3ns/subscriptions","organizations_url":"https://api.github.com/users/kow3ns/orgs","repos_url":"https://api.github.com/users/kow3ns/repos","events_url":"https://api.github.com/users/kow3ns/events{/privacy}","received_events_url":"https://api.github.com/users/kow3ns/received_events","type":"User","site_admin":false},"assignees":[{"login":"kow3ns","id":11380896,"avatar_url":"https://avatars0.githubusercontent.com/u/11380896?v=3","gravatar_id":"","url":"https://api.github.com/users/kow3ns","html_url":"https://github.com/kow3ns","followers_url":"https://api.github.com/users/kow3ns/followers","following_url":"https://api.github.com/users/kow3ns/following{/other_user}","gists_url":"https://api.github.com/users/kow3ns/gists{/gist_id}","starred_url":"https://api.github.com/users/kow3ns/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kow3ns/subscriptions","organizations_url":"https://api.github.com/users/kow3ns/orgs","repos_url":"https://api.github.com/users/kow3ns/repos","events_url":"https://api.github.com/users/kow3ns/events{/privacy}","received_events_url":"https://api.github.com/users/kow3ns/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/features/milestones/6","html_url":"https://github.com/kubernetes/features/milestone/6","labels_url":"https://api.github.com/repos/kubernetes/features/milestones/6/labels","id":2434917,"number":6,"title":"v1.7","description":"","creator":{"login":"saad-ali","id":10052848,"avatar_url":"https://avatars2.githubusercontent.com/u/10052848?v=3","gravatar_id":"","url":"https://api.github.com/users/saad-ali","html_url":"https://github.com/saad-ali","followers_url":"https://api.github.com/users/saad-ali/followers","following_url":"https://api.github.com/users/saad-ali/following{/other_user}","gists_url":"https://api.github.com/users/saad-ali/gists{/gist_id}","starred_url":"https://api.github.com/users/saad-ali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/saad-ali/subscriptions","organizations_url":"https://api.github.com/users/saad-ali/orgs","repos_url":"https://api.github.com/users/saad-ali/repos","events_url":"https://api.github.com/users/saad-ali/events{/privacy}","received_events_url":"https://api.github.com/users/saad-ali/received_events","type":"User","site_admin":false},"open_issues":28,"closed_issues":8,"state":"open","created_at":"2017-04-04T22:25:51Z","updated_at":"2017-06-15T18:11:15Z","due_on":"2017-06-28T07:00:00Z","closed_at":null},"comments":13,"created_at":"2017-04-28T22:36:45Z","updated_at":"2017-06-16T11:04:17Z","closed_at":null,"body":"# Feature Description\r\n- Add MaxUnavialable field to PodDistruptionBudgetSpec\r\n- Primary contact: @kow3ns (for now)\r\n- Responsible SIGs: @kubernetes/sig-apps-feature-requests \r\n- Reviewer(s) - one reviewer from each of the above sigs\r\n- Approver (likely from SIG/area to which feature belongs): @erictune \r\n- Feature target: 1.7\r\n - Beta release target 1.7\r\n - Stable release target 1.7\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/features/issues/comments/308997585","html_url":"https://github.com/kubernetes/features/issues/285#issuecomment-308997585","issue_url":"https://api.github.com/repos/kubernetes/features/issues/285","id":308997585,"user":{"login":"idvoretskyi","id":118459,"avatar_url":"https://avatars1.githubusercontent.com/u/118459?v=3","gravatar_id":"","url":"https://api.github.com/users/idvoretskyi","html_url":"https://github.com/idvoretskyi","followers_url":"https://api.github.com/users/idvoretskyi/followers","following_url":"https://api.github.com/users/idvoretskyi/following{/other_user}","gists_url":"https://api.github.com/users/idvoretskyi/gists{/gist_id}","starred_url":"https://api.github.com/users/idvoretskyi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/idvoretskyi/subscriptions","organizations_url":"https://api.github.com/users/idvoretskyi/orgs","repos_url":"https://api.github.com/users/idvoretskyi/repos","events_url":"https://api.github.com/users/idvoretskyi/events{/privacy}","received_events_url":"https://api.github.com/users/idvoretskyi/received_events","type":"User","site_admin":false},"created_at":"2017-06-16T11:04:17Z","updated_at":"2017-06-16T11:04:17Z","body":"@kow3ns please, provide us with the design proposal link and docs PR link (and update the features tracking [spreadsheet](https://docs.google.com/spreadsheets/d/1IJSTd3MHorwUt8i492GQaKKuAFsZppauT4v1LJ91WHY/edit#gid=0) with it).\r\ncc @kubernetes/sig-apps-feature-requests "}} | {
"id": 57912964,
"name": "kubernetes/features",
"url": "https://api.github.com/repos/kubernetes/features"
} | {
"id": 118459,
"login": "idvoretskyi",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/118459?",
"url": "https://api.github.com/users/idvoretskyi"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-06-16T11:04:18 | 6079414897 | {"actor":{"display_login":"idvoretskyi"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43171","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43171/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43171/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43171/events","html_url":"https://github.com/kubernetes/kubernetes/pull/43171","id":214539736,"number":43171,"title":"Refactoring reorganize taints function in kubectl to expose operations","user":{"login":"ravisantoshgudimetla","id":11657829,"avatar_url":"https://avatars0.githubusercontent.com/u/11657829?v=3","gravatar_id":"","url":"https://api.github.com/users/ravisantoshgudimetla","html_url":"https://github.com/ravisantoshgudimetla","followers_url":"https://api.github.com/users/ravisantoshgudimetla/followers","following_url":"https://api.github.com/users/ravisantoshgudimetla/following{/other_user}","gists_url":"https://api.github.com/users/ravisantoshgudimetla/gists{/gist_id}","starred_url":"https://api.github.com/users/ravisantoshgudimetla/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ravisantoshgudimetla/subscriptions","organizations_url":"https://api.github.com/users/ravisantoshgudimetla/orgs","repos_url":"https://api.github.com/users/ravisantoshgudimetla/repos","events_url":"https://api.github.com/users/ravisantoshgudimetla/events{/privacy}","received_events_url":"https://api.github.com/users/ravisantoshgudimetla/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":240247879,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-rebase","name":"needs-rebase","color":"BDBDBD","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":125550211,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/scheduling","name":"sig/scheduling","color":"d2b48c","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"fabianofranz","id":158611,"avatar_url":"https://avatars3.githubusercontent.com/u/158611?v=3","gravatar_id":"","url":"https://api.github.com/users/fabianofranz","html_url":"https://github.com/fabianofranz","followers_url":"https://api.github.com/users/fabianofranz/followers","following_url":"https://api.github.com/users/fabianofranz/following{/other_user}","gists_url":"https://api.github.com/users/fabianofranz/gists{/gist_id}","starred_url":"https://api.github.com/users/fabianofranz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fabianofranz/subscriptions","organizations_url":"https://api.github.com/users/fabianofranz/orgs","repos_url":"https://api.github.com/users/fabianofranz/repos","events_url":"https://api.github.com/users/fabianofranz/events{/privacy}","received_events_url":"https://api.github.com/users/fabianofranz/received_events","type":"User","site_admin":false},"assignees":[{"login":"fabianofranz","id":158611,"avatar_url":"https://avatars3.githubusercontent.com/u/158611?v=3","gravatar_id":"","url":"https://api.github.com/users/fabianofranz","html_url":"https://github.com/fabianofranz","followers_url":"https://api.github.com/users/fabianofranz/followers","following_url":"https://api.github.com/users/fabianofranz/following{/other_user}","gists_url":"https://api.github.com/users/fabianofranz/gists{/gist_id}","starred_url":"https://api.github.com/users/fabianofranz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fabianofranz/subscriptions","organizations_url":"https://api.github.com/users/fabianofranz/orgs","repos_url":"https://api.github.com/users/fabianofranz/repos","events_url":"https://api.github.com/users/fabianofranz/events{/privacy}","received_events_url":"https://api.github.com/users/fabianofranz/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/32","html_url":"https://github.com/kubernetes/kubernetes/milestone/32","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/32/labels","id":2264750,"number":32,"title":"v1.7","description":"","creator":{"login":"pwittrock","id":7882754,"avatar_url":"https://avatars3.githubusercontent.com/u/7882754?v=3","gravatar_id":"","url":"https://api.github.com/users/pwittrock","html_url":"https://github.com/pwittrock","followers_url":"https://api.github.com/users/pwittrock/followers","following_url":"https://api.github.com/users/pwittrock/following{/other_user}","gists_url":"https://api.github.com/users/pwittrock/gists{/gist_id}","starred_url":"https://api.github.com/users/pwittrock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pwittrock/subscriptions","organizations_url":"https://api.github.com/users/pwittrock/orgs","repos_url":"https://api.github.com/users/pwittrock/repos","events_url":"https://api.github.com/users/pwittrock/events{/privacy}","received_events_url":"https://api.github.com/users/pwittrock/received_events","type":"User","site_admin":false},"open_issues":324,"closed_issues":134,"state":"open","created_at":"2017-01-19T17:41:27Z","updated_at":"2017-04-16T20:05:06Z","due_on":null,"closed_at":null},"comments":34,"created_at":"2017-03-15T22:01:59Z","updated_at":"2017-04-17T02:33:42Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/43171","html_url":"https://github.com/kubernetes/kubernetes/pull/43171","diff_url":"https://github.com/kubernetes/kubernetes/pull/43171.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/43171.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md\r\n2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md\r\n3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\nThis adds some UX functionality when specifying taints using kubectl.\r\nFor example:\r\n```\r\n./kubectl.sh taint nodes XYZ dedicated1=abca2:NoSchedule \r\nnode \"XYZ\" tainted\r\n ./kubectl.sh taint nodes XYZ dedicated1=abca1:NoSchedule --overwrite=True\r\nnode \"XYZ overwritten\r\n./kubectl.sh taint nodes XYZ dedicated1-\r\nnode \"XYZ\" untainted\r\n./kubectl.sh taint nodes XYZ dedicated=abca1:NoSchedule dedicated1-\r\nnode \"XYZ\" modified\r\n```\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #43167 \r\n\r\n**Release note**:\r\n```\r\nFixed the output of kubectl taint node command with minor improvements.\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/294392776","html_url":"https://github.com/kubernetes/kubernetes/pull/43171#issuecomment-294392776","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43171","id":294392776,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars3.githubusercontent.com/u/13653959?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-04-17T02:33:42Z","updated_at":"2017-04-17T02:33:42Z","body":"Labelling this PR as size/XXL"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-04-17T02:33:44 | 5697971574 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39620","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39620/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39620/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39620/events","html_url":"https://github.com/kubernetes/kubernetes/pull/39620","id":199594714,"number":39620,"title":"Implement the `cloudprovider.Instances` interface for CloudStack","user":{"login":"svanharmelen","id":4171547,"avatar_url":"https://avatars.githubusercontent.com/u/4171547?v=3","gravatar_id":"","url":"https://api.github.com/users/svanharmelen","html_url":"https://github.com/svanharmelen","followers_url":"https://api.github.com/users/svanharmelen/followers","following_url":"https://api.github.com/users/svanharmelen/following{/other_user}","gists_url":"https://api.github.com/users/svanharmelen/gists{/gist_id}","starred_url":"https://api.github.com/users/svanharmelen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/svanharmelen/subscriptions","organizations_url":"https://api.github.com/users/svanharmelen/orgs","repos_url":"https://api.github.com/users/svanharmelen/repos","events_url":"https://api.github.com/users/svanharmelen/events{/privacy}","received_events_url":"https://api.github.com/users/svanharmelen/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"lavalamp","id":647318,"avatar_url":"https://avatars.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},"assignees":[{"login":"lavalamp","id":647318,"avatar_url":"https://avatars.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false}],"milestone":null,"comments":12,"created_at":"2017-01-09T16:19:42Z","updated_at":"2017-01-18T22:09:43Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/39620","html_url":"https://github.com/kubernetes/kubernetes/pull/39620","diff_url":"https://github.com/kubernetes/kubernetes/pull/39620.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/39620.patch"},"body":"This PR adds code to support the `cloudprovider.Instances` interface, for the CloudStack provider"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/273617696","html_url":"https://github.com/kubernetes/kubernetes/pull/39620#issuecomment-273617696","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39620","id":273617696,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-18T22:09:43Z","updated_at":"2017-01-18T22:09:43Z","body":"Jenkins kops AWS e2e [**failed**](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39620/pull-kubernetes-e2e-kops-aws/8193/) for commit 00aa7131d109743853bf428c267dcfe28750a1b6. [Full PR test history](http://pr-test.k8s.io/39620). cc @svanharmelen\n\nThe magic incantation to run this job again is `@k8s-bot kops aws e2e test this`. Please help us cut down flakes by linking to an [open flake issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+label:kind/flake+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-18T22:09:45 | 5175717821 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50008","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50008/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50008/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50008/events","html_url":"https://github.com/kubernetes/kubernetes/pull/50008","id":247345967,"number":50008,"title":"Migrate to controller references helpers in meta/v1","user":{"login":"ash2k","id":126021,"avatar_url":"https://avatars3.githubusercontent.com/u/126021?v=4","gravatar_id":"","url":"https://api.github.com/users/ash2k","html_url":"https://github.com/ash2k","followers_url":"https://api.github.com/users/ash2k/followers","following_url":"https://api.github.com/users/ash2k/following{/other_user}","gists_url":"https://api.github.com/users/ash2k/gists{/gist_id}","starred_url":"https://api.github.com/users/ash2k/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ash2k/subscriptions","organizations_url":"https://api.github.com/users/ash2k/orgs","repos_url":"https://api.github.com/users/ash2k/repos","events_url":"https://api.github.com/users/ash2k/events{/privacy}","received_events_url":"https://api.github.com/users/ash2k/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":122775691,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/cleanup","name":"kind/cleanup","color":"c7def8","default":false},{"id":240247879,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-rebase","name":"needs-rebase","color":"BDBDBD","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":173493835,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/api-machinery","name":"sig/api-machinery","color":"d2b48c","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"sttts","id":730123,"avatar_url":"https://avatars0.githubusercontent.com/u/730123?v=4","gravatar_id":"","url":"https://api.github.com/users/sttts","html_url":"https://github.com/sttts","followers_url":"https://api.github.com/users/sttts/followers","following_url":"https://api.github.com/users/sttts/following{/other_user}","gists_url":"https://api.github.com/users/sttts/gists{/gist_id}","starred_url":"https://api.github.com/users/sttts/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sttts/subscriptions","organizations_url":"https://api.github.com/users/sttts/orgs","repos_url":"https://api.github.com/users/sttts/repos","events_url":"https://api.github.com/users/sttts/events{/privacy}","received_events_url":"https://api.github.com/users/sttts/received_events","type":"User","site_admin":false},"assignees":[{"login":"sttts","id":730123,"avatar_url":"https://avatars0.githubusercontent.com/u/730123?v=4","gravatar_id":"","url":"https://api.github.com/users/sttts","html_url":"https://github.com/sttts","followers_url":"https://api.github.com/users/sttts/followers","following_url":"https://api.github.com/users/sttts/following{/other_user}","gists_url":"https://api.github.com/users/sttts/gists{/gist_id}","starred_url":"https://api.github.com/users/sttts/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sttts/subscriptions","organizations_url":"https://api.github.com/users/sttts/orgs","repos_url":"https://api.github.com/users/sttts/repos","events_url":"https://api.github.com/users/sttts/events{/privacy}","received_events_url":"https://api.github.com/users/sttts/received_events","type":"User","site_admin":false},{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false}],"milestone":null,"comments":9,"created_at":"2017-08-02T10:41:02Z","updated_at":"2017-08-04T05:52:28Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/50008","html_url":"https://github.com/kubernetes/kubernetes/pull/50008","diff_url":"https://github.com/kubernetes/kubernetes/pull/50008.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/50008.patch"},"body":"**What this PR does / why we need it**:\r\nThis is a follow up for #48319 that migrates all method usages to new methods in meta/v1.\r\n\r\n**Special notes for your reviewer**:\r\nLooking at each commit individually might be easier.\r\n\r\n**Release note**:\r\n```release-note\r\nNONE\r\n```\r\n/sig api-machinery\r\n/kind cleanup\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/320162727","html_url":"https://github.com/kubernetes/kubernetes/pull/50008#issuecomment-320162727","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50008","id":320162727,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-08-04T05:52:28Z","updated_at":"2017-08-04T05:52:28Z","body":"/lgtm cancel //PR changed after LGTM, removing LGTM. @ash2k @smarterclayton @sttts"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-08-04T05:52:29 | 6393044846 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/ingress/issues/1003","repository_url":"https://api.github.com/repos/kubernetes/ingress","labels_url":"https://api.github.com/repos/kubernetes/ingress/issues/1003/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/ingress/issues/1003/comments","events_url":"https://api.github.com/repos/kubernetes/ingress/issues/1003/events","html_url":"https://github.com/kubernetes/ingress/issues/1003","id":244957753,"number":1003,"title":"Error: wait: no child processes","user":{"login":"fanhaozzu","id":5517088,"avatar_url":"https://avatars3.githubusercontent.com/u/5517088?v=4","gravatar_id":"","url":"https://api.github.com/users/fanhaozzu","html_url":"https://github.com/fanhaozzu","followers_url":"https://api.github.com/users/fanhaozzu/followers","following_url":"https://api.github.com/users/fanhaozzu/following{/other_user}","gists_url":"https://api.github.com/users/fanhaozzu/gists{/gist_id}","starred_url":"https://api.github.com/users/fanhaozzu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fanhaozzu/subscriptions","organizations_url":"https://api.github.com/users/fanhaozzu/orgs","repos_url":"https://api.github.com/users/fanhaozzu/repos","events_url":"https://api.github.com/users/fanhaozzu/events{/privacy}","received_events_url":"https://api.github.com/users/fanhaozzu/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2017-07-24T02:34:43Z","updated_at":"2017-07-24T03:41:53Z","closed_at":"2017-07-24T03:35:24Z","body":"\r\nW0721 20:34:55.327226 1 queue.go:94] requeuing testns/testds, err \r\n\r\nError: wait: no child processes\r\nnginx: the configuration file /tmp/nginx-cfg945853426 syntax is ok\r\nnginx: configuration file /tmp/nginx-cfg945853426 test is successful\r\n\r\n-------------------------------------------------------------------------------\r\n\r\nnginx-0.9.0-beta.4\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/ingress/issues/comments/317312067","html_url":"https://github.com/kubernetes/ingress/issues/1003#issuecomment-317312067","issue_url":"https://api.github.com/repos/kubernetes/ingress/issues/1003","id":317312067,"user":{"login":"fanhaozzu","id":5517088,"avatar_url":"https://avatars3.githubusercontent.com/u/5517088?v=4","gravatar_id":"","url":"https://api.github.com/users/fanhaozzu","html_url":"https://github.com/fanhaozzu","followers_url":"https://api.github.com/users/fanhaozzu/followers","following_url":"https://api.github.com/users/fanhaozzu/following{/other_user}","gists_url":"https://api.github.com/users/fanhaozzu/gists{/gist_id}","starred_url":"https://api.github.com/users/fanhaozzu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fanhaozzu/subscriptions","organizations_url":"https://api.github.com/users/fanhaozzu/orgs","repos_url":"https://api.github.com/users/fanhaozzu/repos","events_url":"https://api.github.com/users/fanhaozzu/events{/privacy}","received_events_url":"https://api.github.com/users/fanhaozzu/received_events","type":"User","site_admin":false},"created_at":"2017-07-24T03:41:53Z","updated_at":"2017-07-24T03:41:53Z","body":"go_reap.ReapChildren(nil, nil, nil, nil) can't resolve zombie ? must use dumb-init?"}} | {
"id": 72891330,
"name": "kubernetes/ingress",
"url": "https://api.github.com/repos/kubernetes/ingress"
} | {
"id": 5517088,
"login": "fanhaozzu",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5517088?",
"url": "https://api.github.com/users/fanhaozzu"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-24T03:41:53 | 6312474736 | {"actor":{"display_login":"fanhaozzu"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52612","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52612/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52612/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52612/events","html_url":"https://github.com/kubernetes/kubernetes/pull/52612","id":258319509,"number":52612,"title":"Stub Device Plugin refactor","user":{"login":"RenaudWasTaken","id":2519571,"avatar_url":"https://avatars1.githubusercontent.com/u/2519571?v=4","gravatar_id":"","url":"https://api.github.com/users/RenaudWasTaken","html_url":"https://github.com/RenaudWasTaken","followers_url":"https://api.github.com/users/RenaudWasTaken/followers","following_url":"https://api.github.com/users/RenaudWasTaken/following{/other_user}","gists_url":"https://api.github.com/users/RenaudWasTaken/gists{/gist_id}","starred_url":"https://api.github.com/users/RenaudWasTaken/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/RenaudWasTaken/subscriptions","organizations_url":"https://api.github.com/users/RenaudWasTaken/orgs","repos_url":"https://api.github.com/users/RenaudWasTaken/repos","events_url":"https://api.github.com/users/RenaudWasTaken/events{/privacy}","received_events_url":"https://api.github.com/users/RenaudWasTaken/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":240247879,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-rebase","name":"needs-rebase","color":"BDBDBD","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"pmorie","id":366488,"avatar_url":"https://avatars2.githubusercontent.com/u/366488?v=4","gravatar_id":"","url":"https://api.github.com/users/pmorie","html_url":"https://github.com/pmorie","followers_url":"https://api.github.com/users/pmorie/followers","following_url":"https://api.github.com/users/pmorie/following{/other_user}","gists_url":"https://api.github.com/users/pmorie/gists{/gist_id}","starred_url":"https://api.github.com/users/pmorie/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmorie/subscriptions","organizations_url":"https://api.github.com/users/pmorie/orgs","repos_url":"https://api.github.com/users/pmorie/repos","events_url":"https://api.github.com/users/pmorie/events{/privacy}","received_events_url":"https://api.github.com/users/pmorie/received_events","type":"User","site_admin":false},"assignees":[{"login":"pmorie","id":366488,"avatar_url":"https://avatars2.githubusercontent.com/u/366488?v=4","gravatar_id":"","url":"https://api.github.com/users/pmorie","html_url":"https://github.com/pmorie","followers_url":"https://api.github.com/users/pmorie/followers","following_url":"https://api.github.com/users/pmorie/following{/other_user}","gists_url":"https://api.github.com/users/pmorie/gists{/gist_id}","starred_url":"https://api.github.com/users/pmorie/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmorie/subscriptions","organizations_url":"https://api.github.com/users/pmorie/orgs","repos_url":"https://api.github.com/users/pmorie/repos","events_url":"https://api.github.com/users/pmorie/events{/privacy}","received_events_url":"https://api.github.com/users/pmorie/received_events","type":"User","site_admin":false},{"login":"feiskyer","id":676637,"avatar_url":"https://avatars2.githubusercontent.com/u/676637?v=4","gravatar_id":"","url":"https://api.github.com/users/feiskyer","html_url":"https://github.com/feiskyer","followers_url":"https://api.github.com/users/feiskyer/followers","following_url":"https://api.github.com/users/feiskyer/following{/other_user}","gists_url":"https://api.github.com/users/feiskyer/gists{/gist_id}","starred_url":"https://api.github.com/users/feiskyer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/feiskyer/subscriptions","organizations_url":"https://api.github.com/users/feiskyer/orgs","repos_url":"https://api.github.com/users/feiskyer/repos","events_url":"https://api.github.com/users/feiskyer/events{/privacy}","received_events_url":"https://api.github.com/users/feiskyer/received_events","type":"User","site_admin":false},{"login":"vikaschoudhary16","id":11936386,"avatar_url":"https://avatars3.githubusercontent.com/u/11936386?v=4","gravatar_id":"","url":"https://api.github.com/users/vikaschoudhary16","html_url":"https://github.com/vikaschoudhary16","followers_url":"https://api.github.com/users/vikaschoudhary16/followers","following_url":"https://api.github.com/users/vikaschoudhary16/following{/other_user}","gists_url":"https://api.github.com/users/vikaschoudhary16/gists{/gist_id}","starred_url":"https://api.github.com/users/vikaschoudhary16/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vikaschoudhary16/subscriptions","organizations_url":"https://api.github.com/users/vikaschoudhary16/orgs","repos_url":"https://api.github.com/users/vikaschoudhary16/repos","events_url":"https://api.github.com/users/vikaschoudhary16/events{/privacy}","received_events_url":"https://api.github.com/users/vikaschoudhary16/received_events","type":"User","site_admin":false}],"milestone":null,"comments":11,"created_at":"2017-09-17T17:39:28Z","updated_at":"2017-12-17T08:16:43Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/52612","html_url":"https://github.com/kubernetes/kubernetes/pull/52612","diff_url":"https://github.com/kubernetes/kubernetes/pull/52612.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/52612.patch"},"body":"**What this PR does / why we need it**:\r\n\r\nReal size of PR is +65 −40\r\n\r\nFound a few more things which were not closed correctly:\r\n- Depends on #52616 for re-registration test\r\n- panics if the gRPC server in stub returns with an error before the end of the test\r\n- Closes the stream in ListAndWatch\r\n- Stub Device Plugin now uses glog\r\n\r\n**Which issue this PR fixes**: fixes #52561\r\n\r\n**Special notes for your reviewer**:\r\n- I tried to keep changes to a minimum.\r\n- Please only check the last commit, comments on the first commits should be directed to #52616 \r\n- @vishh @jiayingz @mindprince \r\n\r\n**Release note**:\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/352239516","html_url":"https://github.com/kubernetes/kubernetes/pull/52612#issuecomment-352239516","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52612","id":352239516,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-12-17T08:16:43Z","updated_at":"2017-12-17T08:16:43Z","author_association":"COLLABORATOR","body":"@RenaudWasTaken PR needs rebase"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-17T08:16:43 | 6998617414 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kube-state-metrics/issues/146","repository_url":"https://api.github.com/repos/kubernetes/kube-state-metrics","labels_url":"https://api.github.com/repos/kubernetes/kube-state-metrics/issues/146/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kube-state-metrics/issues/146/comments","events_url":"https://api.github.com/repos/kubernetes/kube-state-metrics/issues/146/events","html_url":"https://github.com/kubernetes/kube-state-metrics/pull/146","id":229056864,"number":146,"title":"add node summary grafana","user":{"login":"andyxning","id":2404712,"avatar_url":"https://avatars2.githubusercontent.com/u/2404712?v=3","gravatar_id":"","url":"https://api.github.com/users/andyxning","html_url":"https://github.com/andyxning","followers_url":"https://api.github.com/users/andyxning/followers","following_url":"https://api.github.com/users/andyxning/following{/other_user}","gists_url":"https://api.github.com/users/andyxning/gists{/gist_id}","starred_url":"https://api.github.com/users/andyxning/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andyxning/subscriptions","organizations_url":"https://api.github.com/users/andyxning/orgs","repos_url":"https://api.github.com/users/andyxning/repos","events_url":"https://api.github.com/users/andyxning/events{/privacy}","received_events_url":"https://api.github.com/users/andyxning/received_events","type":"User","site_admin":false},"labels":[{"id":485759093,"url":"https://api.github.com/repos/kubernetes/kube-state-metrics/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2017-05-16T14:37:22Z","updated_at":"2017-05-17T08:15:22Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kube-state-metrics/pulls/146","html_url":"https://github.com/kubernetes/kube-state-metrics/pull/146","diff_url":"https://github.com/kubernetes/kube-state-metrics/pull/146.diff","patch_url":"https://github.com/kubernetes/kube-state-metrics/pull/146.patch"},"body":"This PR fix #123 .\r\n\r\nCurrently, i suggest we contains summary and single dashboards. \r\n* summary: Aggregated dashboards for a cluster.\r\n* single: single dashboards for a single resource(e.g. `node` or `pod`).\r\n\r\n@brancz @andrewhowdencom @cemo\n\n<!-- Reviewable:start -->\n---\nThis change is [<img src=\"https://reviewable.kubernetes.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kube-state-metrics/146)\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kube-state-metrics/issues/comments/302019177","html_url":"https://github.com/kubernetes/kube-state-metrics/pull/146#issuecomment-302019177","issue_url":"https://api.github.com/repos/kubernetes/kube-state-metrics/issues/146","id":302019177,"user":{"login":"brancz","id":4546722,"avatar_url":"https://avatars0.githubusercontent.com/u/4546722?v=3","gravatar_id":"","url":"https://api.github.com/users/brancz","html_url":"https://github.com/brancz","followers_url":"https://api.github.com/users/brancz/followers","following_url":"https://api.github.com/users/brancz/following{/other_user}","gists_url":"https://api.github.com/users/brancz/gists{/gist_id}","starred_url":"https://api.github.com/users/brancz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brancz/subscriptions","organizations_url":"https://api.github.com/users/brancz/orgs","repos_url":"https://api.github.com/users/brancz/repos","events_url":"https://api.github.com/users/brancz/events{/privacy}","received_events_url":"https://api.github.com/users/brancz/received_events","type":"User","site_admin":false},"created_at":"2017-05-17T08:15:22Z","updated_at":"2017-05-17T08:15:22Z","body":"I agree with everything that you're saying, I'm just questioning how useful the dashboards can be that are built solely from kube-state-metrics metrics."}} | {
"id": 58184885,
"name": "kubernetes/kube-state-metrics",
"url": "https://api.github.com/repos/kubernetes/kube-state-metrics"
} | {
"id": 4546722,
"login": "brancz",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4546722?",
"url": "https://api.github.com/users/brancz"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-05-17T08:15:22 | 5887704940 | {"actor":{"display_login":"brancz"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55489","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55489/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55489/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55489/events","html_url":"https://github.com/kubernetes/kubernetes/issues/55489","id":272989011,"number":55489,"title":"kubectl top needs to use the actual metrics client","user":{"login":"DirectXMan12","id":119737,"avatar_url":"https://avatars1.githubusercontent.com/u/119737?v=4","gravatar_id":"","url":"https://api.github.com/users/DirectXMan12","html_url":"https://github.com/DirectXMan12","followers_url":"https://api.github.com/users/DirectXMan12/followers","following_url":"https://api.github.com/users/DirectXMan12/following{/other_user}","gists_url":"https://api.github.com/users/DirectXMan12/gists{/gist_id}","starred_url":"https://api.github.com/users/DirectXMan12/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/DirectXMan12/subscriptions","organizations_url":"https://api.github.com/users/DirectXMan12/orgs","repos_url":"https://api.github.com/users/DirectXMan12/repos","events_url":"https://api.github.com/users/DirectXMan12/events{/privacy}","received_events_url":"https://api.github.com/users/DirectXMan12/received_events","type":"User","site_admin":false},"labels":[{"id":267761362,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/feature","name":"kind/feature","color":"c7def8","default":false},{"id":450823910,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/cli","name":"sig/cli","color":"d2b48c","default":false},{"id":482207917,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/instrumentation","name":"sig/instrumentation","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":6,"created_at":"2017-11-10T16:32:26Z","updated_at":"2017-11-15T10:42:27Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"/kind feature\r\n\r\n`kubectl top` is currently using a bespoke client which talks directly to Heapster.\r\nConsidering that Heapster will soon no longer be required, `kubectl top` should\r\nuse the actual metrics client instead (from `k8s.io/metrics`), which will also make\r\nuse of the resource metrics API (`metrics.k8s.io`) as an aggregated API.\r\n\r\ncc @kubernetes/sig-cli-feature-requests \r\ncc @kubernetes/sig-instrumentation-feature-requests "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/344554375","html_url":"https://github.com/kubernetes/kubernetes/issues/55489#issuecomment-344554375","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/55489","id":344554375,"user":{"login":"brancz","id":4546722,"avatar_url":"https://avatars3.githubusercontent.com/u/4546722?v=4","gravatar_id":"","url":"https://api.github.com/users/brancz","html_url":"https://github.com/brancz","followers_url":"https://api.github.com/users/brancz/followers","following_url":"https://api.github.com/users/brancz/following{/other_user}","gists_url":"https://api.github.com/users/brancz/gists{/gist_id}","starred_url":"https://api.github.com/users/brancz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brancz/subscriptions","organizations_url":"https://api.github.com/users/brancz/orgs","repos_url":"https://api.github.com/users/brancz/repos","events_url":"https://api.github.com/users/brancz/events{/privacy}","received_events_url":"https://api.github.com/users/brancz/received_events","type":"User","site_admin":false},"created_at":"2017-11-15T10:42:27Z","updated_at":"2017-11-15T10:42:27Z","author_association":"MEMBER","body":"```\r\n$ kubectl top pod --help\r\nDisplay Resource (CPU/Memory/Storage) usage of pods. \r\n\r\nThe 'top pod' command allows you to see the resource consumption of pods. \r\n\r\nDue to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation.\r\n\r\nAliases:\r\npod, pods, po\r\n\r\nExamples:\r\n # Show metrics for all pods in the default namespace\r\n kubectl top pod\r\n \r\n # Show metrics for all pods in the given namespace\r\n kubectl top pod --namespace=NAMESPACE\r\n \r\n # Show metrics for a given pod and its containers\r\n kubectl top pod POD_NAME --containers\r\n \r\n # Show metrics for the pods defined by label name=myLabel\r\n kubectl top pod -l name=myLabel\r\n\r\nOptions:\r\n --all-namespaces=false: If present, list the requested object(s) across all namespaces. Namespace in current\r\ncontext is ignored even if specified with --namespace.\r\n --containers=false: If present, print usage of containers within a pod.\r\n --heapster-namespace='kube-system': Namespace Heapster service is located in\r\n --heapster-port='': Port name in service to use\r\n --heapster-scheme='http': Scheme (http or https) to connect to Heapster as\r\n --heapster-service='heapster': Name of Heapster service\r\n -l, --selector='': Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)\r\n\r\nUsage:\r\n kubectl top pod [NAME | -l label] [options]\r\n\r\nUse \"kubectl options\" for a list of global command-line options (applies to all commands).\r\n```\r\n\r\nThere are the `--heapster-namespace`, `--heapster-port`, `--heapster-scheme`, `--heapster-service` flags."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 4546722,
"login": "brancz",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4546722?",
"url": "https://api.github.com/users/brancz"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-15T10:42:29 | 6857813579 | {"actor":{"display_login":"brancz"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52085","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52085/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52085/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52085/events","html_url":"https://github.com/kubernetes/kubernetes/pull/52085","id":255916661,"number":52085,"title":"kubeadm: Use the release-1.8 branch by default","user":{"login":"luxas","id":5442475,"avatar_url":"https://avatars1.githubusercontent.com/u/5442475?v=4","gravatar_id":"","url":"https://api.github.com/users/luxas","html_url":"https://github.com/luxas","followers_url":"https://api.github.com/users/luxas/followers","following_url":"https://api.github.com/users/luxas/following{/other_user}","gists_url":"https://api.github.com/users/luxas/gists{/gist_id}","starred_url":"https://api.github.com/users/luxas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/luxas/subscriptions","organizations_url":"https://api.github.com/users/luxas/orgs","repos_url":"https://api.github.com/users/luxas/repos","events_url":"https://api.github.com/users/luxas/events{/privacy}","received_events_url":"https://api.github.com/users/luxas/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":335674843,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge","name":"do-not-merge","color":"e11d21","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":173494222,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/cluster-lifecycle","name":"sig/cluster-lifecycle","color":"d2b48c","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"timothysc","id":169553,"avatar_url":"https://avatars0.githubusercontent.com/u/169553?v=4","gravatar_id":"","url":"https://api.github.com/users/timothysc","html_url":"https://github.com/timothysc","followers_url":"https://api.github.com/users/timothysc/followers","following_url":"https://api.github.com/users/timothysc/following{/other_user}","gists_url":"https://api.github.com/users/timothysc/gists{/gist_id}","starred_url":"https://api.github.com/users/timothysc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/timothysc/subscriptions","organizations_url":"https://api.github.com/users/timothysc/orgs","repos_url":"https://api.github.com/users/timothysc/repos","events_url":"https://api.github.com/users/timothysc/events{/privacy}","received_events_url":"https://api.github.com/users/timothysc/received_events","type":"User","site_admin":false},"assignees":[{"login":"timothysc","id":169553,"avatar_url":"https://avatars0.githubusercontent.com/u/169553?v=4","gravatar_id":"","url":"https://api.github.com/users/timothysc","html_url":"https://github.com/timothysc","followers_url":"https://api.github.com/users/timothysc/followers","following_url":"https://api.github.com/users/timothysc/following{/other_user}","gists_url":"https://api.github.com/users/timothysc/gists{/gist_id}","starred_url":"https://api.github.com/users/timothysc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/timothysc/subscriptions","organizations_url":"https://api.github.com/users/timothysc/orgs","repos_url":"https://api.github.com/users/timothysc/repos","events_url":"https://api.github.com/users/timothysc/events{/privacy}","received_events_url":"https://api.github.com/users/timothysc/received_events","type":"User","site_admin":false},{"login":"jdumars","id":1085157,"avatar_url":"https://avatars0.githubusercontent.com/u/1085157?v=4","gravatar_id":"","url":"https://api.github.com/users/jdumars","html_url":"https://github.com/jdumars","followers_url":"https://api.github.com/users/jdumars/followers","following_url":"https://api.github.com/users/jdumars/following{/other_user}","gists_url":"https://api.github.com/users/jdumars/gists{/gist_id}","starred_url":"https://api.github.com/users/jdumars/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jdumars/subscriptions","organizations_url":"https://api.github.com/users/jdumars/orgs","repos_url":"https://api.github.com/users/jdumars/repos","events_url":"https://api.github.com/users/jdumars/events{/privacy}","received_events_url":"https://api.github.com/users/jdumars/received_events","type":"User","site_admin":false},{"login":"dmmcquay","id":1700422,"avatar_url":"https://avatars2.githubusercontent.com/u/1700422?v=4","gravatar_id":"","url":"https://api.github.com/users/dmmcquay","html_url":"https://github.com/dmmcquay","followers_url":"https://api.github.com/users/dmmcquay/followers","following_url":"https://api.github.com/users/dmmcquay/following{/other_user}","gists_url":"https://api.github.com/users/dmmcquay/gists{/gist_id}","starred_url":"https://api.github.com/users/dmmcquay/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dmmcquay/subscriptions","organizations_url":"https://api.github.com/users/dmmcquay/orgs","repos_url":"https://api.github.com/users/dmmcquay/repos","events_url":"https://api.github.com/users/dmmcquay/events{/privacy}","received_events_url":"https://api.github.com/users/dmmcquay/received_events","type":"User","site_admin":false},{"login":"roberthbailey","id":7751204,"avatar_url":"https://avatars1.githubusercontent.com/u/7751204?v=4","gravatar_id":"","url":"https://api.github.com/users/roberthbailey","html_url":"https://github.com/roberthbailey","followers_url":"https://api.github.com/users/roberthbailey/followers","following_url":"https://api.github.com/users/roberthbailey/following{/other_user}","gists_url":"https://api.github.com/users/roberthbailey/gists{/gist_id}","starred_url":"https://api.github.com/users/roberthbailey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/roberthbailey/subscriptions","organizations_url":"https://api.github.com/users/roberthbailey/orgs","repos_url":"https://api.github.com/users/roberthbailey/repos","events_url":"https://api.github.com/users/roberthbailey/events{/privacy}","received_events_url":"https://api.github.com/users/roberthbailey/received_events","type":"User","site_admin":false},{"login":"abgworrall","id":10442436,"avatar_url":"https://avatars1.githubusercontent.com/u/10442436?v=4","gravatar_id":"","url":"https://api.github.com/users/abgworrall","html_url":"https://github.com/abgworrall","followers_url":"https://api.github.com/users/abgworrall/followers","following_url":"https://api.github.com/users/abgworrall/following{/other_user}","gists_url":"https://api.github.com/users/abgworrall/gists{/gist_id}","starred_url":"https://api.github.com/users/abgworrall/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/abgworrall/subscriptions","organizations_url":"https://api.github.com/users/abgworrall/orgs","repos_url":"https://api.github.com/users/abgworrall/repos","events_url":"https://api.github.com/users/abgworrall/events{/privacy}","received_events_url":"https://api.github.com/users/abgworrall/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/36","html_url":"https://github.com/kubernetes/kubernetes/milestone/36","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/36/labels","id":2545392,"number":36,"title":"v1.8","description":"Kubernetes 1.8 release milestone, date is TBD.","creator":{"login":"timothysc","id":169553,"avatar_url":"https://avatars0.githubusercontent.com/u/169553?v=4","gravatar_id":"","url":"https://api.github.com/users/timothysc","html_url":"https://github.com/timothysc","followers_url":"https://api.github.com/users/timothysc/followers","following_url":"https://api.github.com/users/timothysc/following{/other_user}","gists_url":"https://api.github.com/users/timothysc/gists{/gist_id}","starred_url":"https://api.github.com/users/timothysc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/timothysc/subscriptions","organizations_url":"https://api.github.com/users/timothysc/orgs","repos_url":"https://api.github.com/users/timothysc/repos","events_url":"https://api.github.com/users/timothysc/events{/privacy}","received_events_url":"https://api.github.com/users/timothysc/received_events","type":"User","site_admin":false},"open_issues":55,"closed_issues":666,"state":"open","created_at":"2017-05-26T17:18:43Z","updated_at":"2017-09-19T20:35:53Z","due_on":null,"closed_at":null},"comments":11,"created_at":"2017-09-07T12:15:51Z","updated_at":"2017-09-19T21:31:10Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/52085","html_url":"https://github.com/kubernetes/kubernetes/pull/52085","diff_url":"https://github.com/kubernetes/kubernetes/pull/52085.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/52085.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\n\r\nIn line with https://github.com/kubernetes/kubeadm/blob/master/docs/release-cycle.md, the default branch for kubeadm to deploy should be bumped right before the `rc.1`.\r\nThis can even be manually merged by the someone from the release team.\r\n\r\nAdding do-not-merge until we're ready for the release candidate.\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #\r\nfixes: https://github.com/kubernetes/kubeadm/issues/427\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nkubeadm: Use the release-1.8 branch by default\r\n```\r\n@kubernetes/sig-cluster-lifecycle-pr-reviews @kubernetes/kubernetes-release-managers "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/330679600","html_url":"https://github.com/kubernetes/kubernetes/pull/52085#issuecomment-330679600","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/52085","id":330679600,"user":{"login":"spiffxp","id":49258,"avatar_url":"https://avatars2.githubusercontent.com/u/49258?v=4","gravatar_id":"","url":"https://api.github.com/users/spiffxp","html_url":"https://github.com/spiffxp","followers_url":"https://api.github.com/users/spiffxp/followers","following_url":"https://api.github.com/users/spiffxp/following{/other_user}","gists_url":"https://api.github.com/users/spiffxp/gists{/gist_id}","starred_url":"https://api.github.com/users/spiffxp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/spiffxp/subscriptions","organizations_url":"https://api.github.com/users/spiffxp/orgs","repos_url":"https://api.github.com/users/spiffxp/repos","events_url":"https://api.github.com/users/spiffxp/events{/privacy}","received_events_url":"https://api.github.com/users/spiffxp/received_events","type":"User","site_admin":false},"created_at":"2017-09-19T21:31:10Z","updated_at":"2017-09-19T21:31:10Z","author_association":"CONTRIBUTOR","body":"This is going to fail until we actually cut a 1.8 release?\r\n```\r\n=== RUN TestSubCmdCertsCreateFilesWithFlags\r\nunable to fetch file. URL: \"https://dl.k8s.io/release/stable-1.8.txt\" Status: 404 Not Found\r\nFAIL\tk8s.io/kubernetes/cmd/kubeadm/app/cmd/phases\t1.510s\r\n```"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 49258,
"login": "spiffxp",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/49258?",
"url": "https://api.github.com/users/spiffxp"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-09-19T21:31:12 | 6611425357 | {"actor":{"display_login":"spiffxp"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48051","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48051/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48051/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48051/events","html_url":"https://github.com/kubernetes/kubernetes/pull/48051","id":238495134,"number":48051,"title":"Add selfsubjectrulesreview in authorization","user":{"login":"xilabao","id":22786043,"avatar_url":"https://avatars2.githubusercontent.com/u/22786043?v=4","gravatar_id":"","url":"https://api.github.com/users/xilabao","html_url":"https://github.com/xilabao","followers_url":"https://api.github.com/users/xilabao/followers","following_url":"https://api.github.com/users/xilabao/following{/other_user}","gists_url":"https://api.github.com/users/xilabao/gists{/gist_id}","starred_url":"https://api.github.com/users/xilabao/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/xilabao/subscriptions","organizations_url":"https://api.github.com/users/xilabao/orgs","repos_url":"https://api.github.com/users/xilabao/repos","events_url":"https://api.github.com/users/xilabao/events{/privacy}","received_events_url":"https://api.github.com/users/xilabao/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":261005424,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/new-api","name":"kind/new-api","color":"c7def8","default":false},{"id":240247879,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-rebase","name":"needs-rebase","color":"BDBDBD","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":357119284,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/auth","name":"sig/auth","color":"d2b48c","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"mikedanese","id":1787169,"avatar_url":"https://avatars3.githubusercontent.com/u/1787169?v=4","gravatar_id":"","url":"https://api.github.com/users/mikedanese","html_url":"https://github.com/mikedanese","followers_url":"https://api.github.com/users/mikedanese/followers","following_url":"https://api.github.com/users/mikedanese/following{/other_user}","gists_url":"https://api.github.com/users/mikedanese/gists{/gist_id}","starred_url":"https://api.github.com/users/mikedanese/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mikedanese/subscriptions","organizations_url":"https://api.github.com/users/mikedanese/orgs","repos_url":"https://api.github.com/users/mikedanese/repos","events_url":"https://api.github.com/users/mikedanese/events{/privacy}","received_events_url":"https://api.github.com/users/mikedanese/received_events","type":"User","site_admin":false},"assignees":[{"login":"mikedanese","id":1787169,"avatar_url":"https://avatars3.githubusercontent.com/u/1787169?v=4","gravatar_id":"","url":"https://api.github.com/users/mikedanese","html_url":"https://github.com/mikedanese","followers_url":"https://api.github.com/users/mikedanese/followers","following_url":"https://api.github.com/users/mikedanese/following{/other_user}","gists_url":"https://api.github.com/users/mikedanese/gists{/gist_id}","starred_url":"https://api.github.com/users/mikedanese/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mikedanese/subscriptions","organizations_url":"https://api.github.com/users/mikedanese/orgs","repos_url":"https://api.github.com/users/mikedanese/repos","events_url":"https://api.github.com/users/mikedanese/events{/privacy}","received_events_url":"https://api.github.com/users/mikedanese/received_events","type":"User","site_admin":false},{"login":"ericchiang","id":2342749,"avatar_url":"https://avatars1.githubusercontent.com/u/2342749?v=4","gravatar_id":"","url":"https://api.github.com/users/ericchiang","html_url":"https://github.com/ericchiang","followers_url":"https://api.github.com/users/ericchiang/followers","following_url":"https://api.github.com/users/ericchiang/following{/other_user}","gists_url":"https://api.github.com/users/ericchiang/gists{/gist_id}","starred_url":"https://api.github.com/users/ericchiang/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ericchiang/subscriptions","organizations_url":"https://api.github.com/users/ericchiang/orgs","repos_url":"https://api.github.com/users/ericchiang/repos","events_url":"https://api.github.com/users/ericchiang/events{/privacy}","received_events_url":"https://api.github.com/users/ericchiang/received_events","type":"User","site_admin":false},{"login":"erictune","id":8105590,"avatar_url":"https://avatars3.githubusercontent.com/u/8105590?v=4","gravatar_id":"","url":"https://api.github.com/users/erictune","html_url":"https://github.com/erictune","followers_url":"https://api.github.com/users/erictune/followers","following_url":"https://api.github.com/users/erictune/following{/other_user}","gists_url":"https://api.github.com/users/erictune/gists{/gist_id}","starred_url":"https://api.github.com/users/erictune/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/erictune/subscriptions","organizations_url":"https://api.github.com/users/erictune/orgs","repos_url":"https://api.github.com/users/erictune/repos","events_url":"https://api.github.com/users/erictune/events{/privacy}","received_events_url":"https://api.github.com/users/erictune/received_events","type":"User","site_admin":false}],"milestone":null,"comments":17,"created_at":"2017-06-26T09:59:52Z","updated_at":"2017-07-24T10:31:39Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/48051","html_url":"https://github.com/kubernetes/kubernetes/pull/48051","diff_url":"https://github.com/kubernetes/kubernetes/pull/48051.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/48051.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\n\r\n**Which issue this PR fixes**: fixes #47834\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nadd selfsubjectrulesreview api in authorization\r\n```\r\n/cc @deads2k @liggitt \r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/317383083","html_url":"https://github.com/kubernetes/kubernetes/pull/48051#issuecomment-317383083","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48051","id":317383083,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-07-24T10:31:39Z","updated_at":"2017-07-24T10:31:39Z","body":"@xilabao: The following tests **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-verify | 43b50d003dfa3b6ff037408e4a64a67e474fc4e2 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/48051/pull-kubernetes-verify/41128/) | `/test pull-kubernetes-verify`\npull-kubernetes-bazel | 43b50d003dfa3b6ff037408e4a64a67e474fc4e2 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/48051/pull-kubernetes-bazel/31784/) | `/test pull-kubernetes-bazel`\npull-kubernetes-e2e-gce-etcd3 | 43b50d003dfa3b6ff037408e4a64a67e474fc4e2 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/48051/pull-kubernetes-e2e-gce-etcd3/42396/) | `/test pull-kubernetes-e2e-gce-etcd3`\npull-kubernetes-node-e2e | 43b50d003dfa3b6ff037408e4a64a67e474fc4e2 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/48051/pull-kubernetes-node-e2e/41200/) | `/test pull-kubernetes-node-e2e`\npull-kubernetes-e2e-kops-aws | 43b50d003dfa3b6ff037408e4a64a67e474fc4e2 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/48051/pull-kubernetes-e2e-kops-aws/36795/) | `/test pull-kubernetes-e2e-kops-aws`\npull-kubernetes-kubemark-e2e-gce | 43b50d003dfa3b6ff037408e4a64a67e474fc4e2 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/48051/pull-kubernetes-kubemark-e2e-gce/41373/) | `/test pull-kubernetes-kubemark-e2e-gce`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/48051). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/xilabao). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-24T10:31:41 | 6314326623 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56292","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56292/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56292/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56292/events","html_url":"https://github.com/kubernetes/kubernetes/pull/56292","id":276352920,"number":56292,"title":"[WIP] add operation message to cordon/uncordon/drain","user":{"login":"andyxning","id":2404712,"avatar_url":"https://avatars1.githubusercontent.com/u/2404712?v=4","gravatar_id":"","url":"https://api.github.com/users/andyxning","html_url":"https://github.com/andyxning","followers_url":"https://api.github.com/users/andyxning/followers","following_url":"https://api.github.com/users/andyxning/following{/other_user}","gists_url":"https://api.github.com/users/andyxning/gists{/gist_id}","starred_url":"https://api.github.com/users/andyxning/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andyxning/subscriptions","organizations_url":"https://api.github.com/users/andyxning/orgs","repos_url":"https://api.github.com/users/andyxning/repos","events_url":"https://api.github.com/users/andyxning/events{/privacy}","received_events_url":"https://api.github.com/users/andyxning/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":687500047,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge/work-in-progress","name":"do-not-merge/work-in-progress","color":"e11d21","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"gmarek","id":1703842,"avatar_url":"https://avatars0.githubusercontent.com/u/1703842?v=4","gravatar_id":"","url":"https://api.github.com/users/gmarek","html_url":"https://github.com/gmarek","followers_url":"https://api.github.com/users/gmarek/followers","following_url":"https://api.github.com/users/gmarek/following{/other_user}","gists_url":"https://api.github.com/users/gmarek/gists{/gist_id}","starred_url":"https://api.github.com/users/gmarek/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gmarek/subscriptions","organizations_url":"https://api.github.com/users/gmarek/orgs","repos_url":"https://api.github.com/users/gmarek/repos","events_url":"https://api.github.com/users/gmarek/events{/privacy}","received_events_url":"https://api.github.com/users/gmarek/received_events","type":"User","site_admin":false},"assignees":[{"login":"gmarek","id":1703842,"avatar_url":"https://avatars0.githubusercontent.com/u/1703842?v=4","gravatar_id":"","url":"https://api.github.com/users/gmarek","html_url":"https://github.com/gmarek","followers_url":"https://api.github.com/users/gmarek/followers","following_url":"https://api.github.com/users/gmarek/following{/other_user}","gists_url":"https://api.github.com/users/gmarek/gists{/gist_id}","starred_url":"https://api.github.com/users/gmarek/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gmarek/subscriptions","organizations_url":"https://api.github.com/users/gmarek/orgs","repos_url":"https://api.github.com/users/gmarek/repos","events_url":"https://api.github.com/users/gmarek/events{/privacy}","received_events_url":"https://api.github.com/users/gmarek/received_events","type":"User","site_admin":false},{"login":"thockin","id":5595220,"avatar_url":"https://avatars0.githubusercontent.com/u/5595220?v=4","gravatar_id":"","url":"https://api.github.com/users/thockin","html_url":"https://github.com/thockin","followers_url":"https://api.github.com/users/thockin/followers","following_url":"https://api.github.com/users/thockin/following{/other_user}","gists_url":"https://api.github.com/users/thockin/gists{/gist_id}","starred_url":"https://api.github.com/users/thockin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thockin/subscriptions","organizations_url":"https://api.github.com/users/thockin/orgs","repos_url":"https://api.github.com/users/thockin/repos","events_url":"https://api.github.com/users/thockin/events{/privacy}","received_events_url":"https://api.github.com/users/thockin/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-11-23T12:10:06Z","updated_at":"2017-11-23T12:19:16Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/56292","html_url":"https://github.com/kubernetes/kubernetes/pull/56292","diff_url":"https://github.com/kubernetes/kubernetes/pull/56292.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/56292.patch"},"body":"Fix #55527 \r\n\r\nThis PR will add a `--message` command line argument to kubectl `cordon/uncordon/drain` to add a simple description message about the `cordon/uncordon/drain` operation.\r\n\r\nAnd, this will add a `MESSAGE` column to `kubectl get nodes` ouput.\r\n\r\n**Release note**:\r\n```release-note\r\nAdd description message to corond/uncordon/drain\r\n```"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/346603939","html_url":"https://github.com/kubernetes/kubernetes/pull/56292#issuecomment-346603939","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56292","id":346603939,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-11-23T12:19:16Z","updated_at":"2017-11-23T12:19:16Z","author_association":"COLLABORATOR","body":"@andyxning: The following tests **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-node-e2e | d1ee29665ca6a53faee41a90ef80f103d9a9b420 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56292/pull-kubernetes-node-e2e/64568/) | `/test pull-kubernetes-node-e2e`\npull-kubernetes-kubemark-e2e-gce | d1ee29665ca6a53faee41a90ef80f103d9a9b420 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56292/pull-kubernetes-kubemark-e2e-gce/65118/) | `/test pull-kubernetes-kubemark-e2e-gce`\npull-kubernetes-bazel-test | d53e470cefde5649c80a6aa99e1db6b0b643d93b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56292/pull-kubernetes-bazel-test/19353/) | `/test pull-kubernetes-bazel-test`\npull-kubernetes-e2e-gce-device-plugin-gpu | d53e470cefde5649c80a6aa99e1db6b0b643d93b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56292/pull-kubernetes-e2e-gce-device-plugin-gpu/7051/) | `/test pull-kubernetes-e2e-gce-device-plugin-gpu`\npull-kubernetes-e2e-gce | d53e470cefde5649c80a6aa99e1db6b0b643d93b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56292/pull-kubernetes-e2e-gce/8743/) | `/test pull-kubernetes-e2e-gce`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/56292). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/andyxning). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-23T12:19:18 | 6895033524 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/minikube/issues/1658","repository_url":"https://api.github.com/repos/kubernetes/minikube","labels_url":"https://api.github.com/repos/kubernetes/minikube/issues/1658/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/minikube/issues/1658/comments","events_url":"https://api.github.com/repos/kubernetes/minikube/issues/1658/events","html_url":"https://github.com/kubernetes/minikube/pull/1658","id":239151095,"number":1658,"title":"Upgrade Docker to 1.12.6.","user":{"login":"jgoclawski","id":1043875,"avatar_url":"https://avatars0.githubusercontent.com/u/1043875?v=3","gravatar_id":"","url":"https://api.github.com/users/jgoclawski","html_url":"https://github.com/jgoclawski","followers_url":"https://api.github.com/users/jgoclawski/followers","following_url":"https://api.github.com/users/jgoclawski/following{/other_user}","gists_url":"https://api.github.com/users/jgoclawski/gists{/gist_id}","starred_url":"https://api.github.com/users/jgoclawski/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jgoclawski/subscriptions","organizations_url":"https://api.github.com/users/jgoclawski/orgs","repos_url":"https://api.github.com/users/jgoclawski/repos","events_url":"https://api.github.com/users/jgoclawski/events{/privacy}","received_events_url":"https://api.github.com/users/jgoclawski/received_events","type":"User","site_admin":false},"labels":[{"id":484585353,"url":"https://api.github.com/repos/kubernetes/minikube/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2017-06-28T12:41:19Z","updated_at":"2017-06-29T18:57:37Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/minikube/pulls/1658","html_url":"https://github.com/kubernetes/minikube/pull/1658","diff_url":"https://github.com/kubernetes/minikube/pull/1658.diff","patch_url":"https://github.com/kubernetes/minikube/pull/1658.patch"},"body":"Fixes #1439 and #1518.\r\n\r\nBased on #1542, but without forwarding issues, as those changes are introduced in Docker 1.13+.\r\nWe've tested #1542 to use overlay2 instead of overlay (#1380) and we're seeing great performance and stability improvements.\r\n\r\nCan one of the admins trigger the ISO build, please? We'd love to test it internally, play around and give feedback."},"comment":{"url":"https://api.github.com/repos/kubernetes/minikube/issues/comments/312067418","html_url":"https://github.com/kubernetes/minikube/pull/1658#issuecomment-312067418","issue_url":"https://api.github.com/repos/kubernetes/minikube/issues/1658","id":312067418,"user":{"login":"dlorenc","id":1714486,"avatar_url":"https://avatars2.githubusercontent.com/u/1714486?v=3","gravatar_id":"","url":"https://api.github.com/users/dlorenc","html_url":"https://github.com/dlorenc","followers_url":"https://api.github.com/users/dlorenc/followers","following_url":"https://api.github.com/users/dlorenc/following{/other_user}","gists_url":"https://api.github.com/users/dlorenc/gists{/gist_id}","starred_url":"https://api.github.com/users/dlorenc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dlorenc/subscriptions","organizations_url":"https://api.github.com/users/dlorenc/orgs","repos_url":"https://api.github.com/users/dlorenc/repos","events_url":"https://api.github.com/users/dlorenc/events{/privacy}","received_events_url":"https://api.github.com/users/dlorenc/received_events","type":"User","site_admin":false},"created_at":"2017-06-29T18:57:37Z","updated_at":"2017-06-29T18:57:37Z","body":"I think we should go ahead and take this. Thanks @jgoclawski!"}} | {
"id": 56353740,
"name": "kubernetes/minikube",
"url": "https://api.github.com/repos/kubernetes/minikube"
} | {
"id": 1714486,
"login": "dlorenc",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1714486?",
"url": "https://api.github.com/users/dlorenc"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-06-29T18:57:37 | 6165912386 | {"actor":{"display_login":"dlorenc"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39928","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39928/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39928/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39928/events","html_url":"https://github.com/kubernetes/kubernetes/pull/39928","id":200890098,"number":39928,"title":"Add mulitpath support to iscsi plugin","user":{"login":"humblec","id":5001742,"avatar_url":"https://avatars.githubusercontent.com/u/5001742?v=3","gravatar_id":"","url":"https://api.github.com/users/humblec","html_url":"https://github.com/humblec","followers_url":"https://api.github.com/users/humblec/followers","following_url":"https://api.github.com/users/humblec/following{/other_user}","gists_url":"https://api.github.com/users/humblec/gists{/gist_id}","starred_url":"https://api.github.com/users/humblec/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/humblec/subscriptions","organizations_url":"https://api.github.com/users/humblec/orgs","repos_url":"https://api.github.com/users/humblec/repos","events_url":"https://api.github.com/users/humblec/events{/privacy}","received_events_url":"https://api.github.com/users/humblec/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":335674843,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge","name":"do-not-merge","color":"e11d21","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"rootfs","id":7062400,"avatar_url":"https://avatars.githubusercontent.com/u/7062400?v=3","gravatar_id":"","url":"https://api.github.com/users/rootfs","html_url":"https://github.com/rootfs","followers_url":"https://api.github.com/users/rootfs/followers","following_url":"https://api.github.com/users/rootfs/following{/other_user}","gists_url":"https://api.github.com/users/rootfs/gists{/gist_id}","starred_url":"https://api.github.com/users/rootfs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rootfs/subscriptions","organizations_url":"https://api.github.com/users/rootfs/orgs","repos_url":"https://api.github.com/users/rootfs/repos","events_url":"https://api.github.com/users/rootfs/events{/privacy}","received_events_url":"https://api.github.com/users/rootfs/received_events","type":"User","site_admin":false},"assignees":[{"login":"rootfs","id":7062400,"avatar_url":"https://avatars.githubusercontent.com/u/7062400?v=3","gravatar_id":"","url":"https://api.github.com/users/rootfs","html_url":"https://github.com/rootfs","followers_url":"https://api.github.com/users/rootfs/followers","following_url":"https://api.github.com/users/rootfs/following{/other_user}","gists_url":"https://api.github.com/users/rootfs/gists{/gist_id}","starred_url":"https://api.github.com/users/rootfs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rootfs/subscriptions","organizations_url":"https://api.github.com/users/rootfs/orgs","repos_url":"https://api.github.com/users/rootfs/repos","events_url":"https://api.github.com/users/rootfs/events{/privacy}","received_events_url":"https://api.github.com/users/rootfs/received_events","type":"User","site_admin":false}],"milestone":null,"comments":26,"created_at":"2017-01-15T19:53:15Z","updated_at":"2017-01-30T20:35:28Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/39928","html_url":"https://github.com/kubernetes/kubernetes/pull/39928","diff_url":"https://github.com/kubernetes/kubernetes/pull/39928.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/39928.patch"},"body":"#issue https://github.com/kubernetes/kubernetes/issues/39345\r\nSigned-off-by: Humble Chirammal <[email protected]>\r\n\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/276182420","html_url":"https://github.com/kubernetes/kubernetes/pull/39928#issuecomment-276182420","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39928","id":276182420,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-30T20:35:27Z","updated_at":"2017-01-30T20:35:27Z","body":"@humblec: The following test(s) **failed**:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\nJenkins GCE etcd3 e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-e2e-gce-etcd3/14987/) | `@k8s-bot gce etcd3 e2e test this`\nJenkins Kubemark GCE e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-kubemark-e2e-gce/15114/) | `@k8s-bot kubemark e2e test this`\nJenkins GCI GCE e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-e2e-gce-gci/14960/) | `@k8s-bot gci gce e2e test this`\nJenkins kops AWS e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-e2e-kops-aws/9884/) | `@k8s-bot kops aws e2e test this`\nJenkins unit/integration | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-unit/15484/) | `@k8s-bot unit test this`\nJenkins GKE smoke e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-e2e-gke/15275/) | `@k8s-bot cvm gke e2e test this`\nJenkins verification | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-verify/14938/) | `@k8s-bot verify test this`\nJenkins GCE e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-e2e-gce/15472/) | `@k8s-bot cvm gce e2e test this`\nJenkins GCI GKE smoke e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-e2e-gke-gci/15074/) | `@k8s-bot gci gke e2e test this`\nJenkins GCE Node e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-node-e2e/15260/) | `@k8s-bot node e2e test this`\nJenkins CRI GCE Node e2e | 512a3810fb8aeca1563b06119f4df2181f728780 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39928/pull-kubernetes-node-e2e-cri/10151/) | `@k8s-bot cri node e2e test this`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/39928). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/humblec). Please help us cut down on flakes by linking to an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-30T20:35:29 | 5236369984 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50298","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50298/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50298/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50298/events","html_url":"https://github.com/kubernetes/kubernetes/pull/50298","id":248626605,"number":50298,"title":"ensure rest client can be built and verify client cert expiration","user":{"login":"zouyee","id":5785605,"avatar_url":"https://avatars2.githubusercontent.com/u/5785605?v=4","gravatar_id":"","url":"https://api.github.com/users/zouyee","html_url":"https://github.com/zouyee","followers_url":"https://api.github.com/users/zouyee/followers","following_url":"https://api.github.com/users/zouyee/following{/other_user}","gists_url":"https://api.github.com/users/zouyee/gists{/gist_id}","starred_url":"https://api.github.com/users/zouyee/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zouyee/subscriptions","organizations_url":"https://api.github.com/users/zouyee/orgs","repos_url":"https://api.github.com/users/zouyee/repos","events_url":"https://api.github.com/users/zouyee/events{/privacy}","received_events_url":"https://api.github.com/users/zouyee/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":573014062,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-ok-to-test","name":"needs-ok-to-test","color":"b60205","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-08-08T07:38:42Z","updated_at":"2017-08-08T07:38:49Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/50298","html_url":"https://github.com/kubernetes/kubernetes/pull/50298","diff_url":"https://github.com/kubernetes/kubernetes/pull/50298.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/50298.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\n\r\ninspect the kubeconfig, ensure a rest client can be built from it, verify client cert expiration.\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/320876687","html_url":"https://github.com/kubernetes/kubernetes/pull/50298#issuecomment-320876687","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50298","id":320876687,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-08-08T07:38:49Z","updated_at":"2017-08-08T07:38:49Z","body":"Hi @zouyee. Thanks for your PR.\n\nI'm waiting for a [kubernetes](https://github.com/orgs/kubernetes/people) member to verify that this patch is reasonable to test. If it is, they should reply with `/ok-to-test` on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.\n\nI understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-08-08T07:38:51 | 6413452173 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/test-infra/issues/5224","repository_url":"https://api.github.com/repos/kubernetes/test-infra","labels_url":"https://api.github.com/repos/kubernetes/test-infra/issues/5224/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/test-infra/issues/5224/comments","events_url":"https://api.github.com/repos/kubernetes/test-infra/issues/5224/events","html_url":"https://github.com/kubernetes/test-infra/pull/5224","id":269212963,"number":5224,"title":"Add 'IsNoParentOwners' func to Prow's repoowners package.","user":{"login":"cjwagner","id":5334145,"avatar_url":"https://avatars3.githubusercontent.com/u/5334145?v=4","gravatar_id":"","url":"https://api.github.com/users/cjwagner","html_url":"https://github.com/cjwagner","followers_url":"https://api.github.com/users/cjwagner/followers","following_url":"https://api.github.com/users/cjwagner/following{/other_user}","gists_url":"https://api.github.com/users/cjwagner/gists{/gist_id}","starred_url":"https://api.github.com/users/cjwagner/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cjwagner/subscriptions","organizations_url":"https://api.github.com/users/cjwagner/orgs","repos_url":"https://api.github.com/users/cjwagner/repos","events_url":"https://api.github.com/users/cjwagner/events{/privacy}","received_events_url":"https://api.github.com/users/cjwagner/received_events","type":"User","site_admin":false},"labels":[{"id":705940018,"url":"https://api.github.com/repos/kubernetes/test-infra/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":484580953,"url":"https://api.github.com/repos/kubernetes/test-infra/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":366393439,"url":"https://api.github.com/repos/kubernetes/test-infra/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":671133328,"url":"https://api.github.com/repos/kubernetes/test-infra/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"BenTheElder","id":917931,"avatar_url":"https://avatars2.githubusercontent.com/u/917931?v=4","gravatar_id":"","url":"https://api.github.com/users/BenTheElder","html_url":"https://github.com/BenTheElder","followers_url":"https://api.github.com/users/BenTheElder/followers","following_url":"https://api.github.com/users/BenTheElder/following{/other_user}","gists_url":"https://api.github.com/users/BenTheElder/gists{/gist_id}","starred_url":"https://api.github.com/users/BenTheElder/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/BenTheElder/subscriptions","organizations_url":"https://api.github.com/users/BenTheElder/orgs","repos_url":"https://api.github.com/users/BenTheElder/repos","events_url":"https://api.github.com/users/BenTheElder/events{/privacy}","received_events_url":"https://api.github.com/users/BenTheElder/received_events","type":"User","site_admin":false},"assignees":[{"login":"BenTheElder","id":917931,"avatar_url":"https://avatars2.githubusercontent.com/u/917931?v=4","gravatar_id":"","url":"https://api.github.com/users/BenTheElder","html_url":"https://github.com/BenTheElder","followers_url":"https://api.github.com/users/BenTheElder/followers","following_url":"https://api.github.com/users/BenTheElder/following{/other_user}","gists_url":"https://api.github.com/users/BenTheElder/gists{/gist_id}","starred_url":"https://api.github.com/users/BenTheElder/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/BenTheElder/subscriptions","organizations_url":"https://api.github.com/users/BenTheElder/orgs","repos_url":"https://api.github.com/users/BenTheElder/repos","events_url":"https://api.github.com/users/BenTheElder/events{/privacy}","received_events_url":"https://api.github.com/users/BenTheElder/received_events","type":"User","site_admin":false}],"milestone":null,"comments":0,"created_at":"2017-10-27T19:35:56Z","updated_at":"2017-10-27T20:56:12Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/test-infra/pulls/5224","html_url":"https://github.com/kubernetes/test-infra/pull/5224","diff_url":"https://github.com/kubernetes/test-infra/pull/5224.diff","patch_url":"https://github.com/kubernetes/test-infra/pull/5224.patch"},"body":"/cc @BenTheElder "},"comment":{"url":"https://api.github.com/repos/kubernetes/test-infra/issues/comments/340083158","html_url":"https://github.com/kubernetes/test-infra/pull/5224#issuecomment-340083158","issue_url":"https://api.github.com/repos/kubernetes/test-infra/issues/5224","id":340083158,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-10-27T20:56:12Z","updated_at":"2017-10-27T20:56:12Z","author_association":"CONTRIBUTOR","body":"[APPROVALNOTIFIER] This PR is **APPROVED**\n\nThis pull-request has been approved by: *<a href=\"https://github.com/kubernetes/test-infra/pull/5224#pullrequestreview-72628065\" title=\"LGTM\">BenTheElder</a>*, *<a href=\"https://github.com/kubernetes/test-infra/pull/5224#\" title=\"Author self-approved\">cjwagner</a>*\n\n\n\nThe full list of commands accepted by this bot can be found [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details >\nNeeds approval from an approver in each of these OWNERS Files:\n\n- ~~[prow/OWNERS](https://github.com/kubernetes/test-infra/blob/master/prow/OWNERS)~~ [BenTheElder,cjwagner]\n\nYou can indicate your approval by writing `/approve` in a comment\nYou can cancel your approval by writing `/approve cancel` in a comment\n</details>\n<!-- META={\"approvers\":[]} -->"}} | {
"id": 57333709,
"name": "kubernetes/test-infra",
"url": "https://api.github.com/repos/kubernetes/test-infra"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-10-27T20:56:12 | 6777175465 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39457","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39457/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39457/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39457/events","html_url":"https://github.com/kubernetes/kubernetes/pull/39457","id":198865334,"number":39457,"title":"WIP - ignore tpr resources in garbage collector controller","user":{"login":"zhouhaibing089","id":4516999,"avatar_url":"https://avatars.githubusercontent.com/u/4516999?v=3","gravatar_id":"","url":"https://api.github.com/users/zhouhaibing089","html_url":"https://github.com/zhouhaibing089","followers_url":"https://api.github.com/users/zhouhaibing089/followers","following_url":"https://api.github.com/users/zhouhaibing089/following{/other_user}","gists_url":"https://api.github.com/users/zhouhaibing089/gists{/gist_id}","starred_url":"https://api.github.com/users/zhouhaibing089/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zhouhaibing089/subscriptions","organizations_url":"https://api.github.com/users/zhouhaibing089/orgs","repos_url":"https://api.github.com/users/zhouhaibing089/repos","events_url":"https://api.github.com/users/zhouhaibing089/events{/privacy}","received_events_url":"https://api.github.com/users/zhouhaibing089/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-01-05T02:58:56Z","updated_at":"2017-01-05T02:58:57Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/39457","html_url":"https://github.com/kubernetes/kubernetes/pull/39457","diff_url":"https://github.com/kubernetes/kubernetes/pull/39457.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/39457.patch"},"body":"at this time, I do not think thirdparty api group version resources should be taken care by garbage collector controllers, and this line of call will fail actually: https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector.go#L565, and as a result, the garbagecollector controller failed to start."},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/270551518","html_url":"https://github.com/kubernetes/kubernetes/pull/39457#issuecomment-270551518","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39457","id":270551518,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-05T02:58:57Z","updated_at":"2017-01-05T02:58:57Z","body":"Hi @zhouhaibing089. Thanks for your PR.\n\nI'm waiting for a [kubernetes](https://github.com/orgs/kubernetes/people) member to verify that this patch is reasonable to test. If it is, they should reply with `@k8s-bot ok to test` on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.\n\n<details>\n\nIf you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-05T02:58:59 | 5104755525 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54653","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54653/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54653/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54653/events","html_url":"https://github.com/kubernetes/kubernetes/pull/54653","id":268908748,"number":54653,"title":"Add prometheus-to-sd-exporter to metadata-proxy addon; bump to v0.1.4","user":{"login":"ihmccreery","id":368416,"avatar_url":"https://avatars1.githubusercontent.com/u/368416?v=4","gravatar_id":"","url":"https://api.github.com/users/ihmccreery","html_url":"https://github.com/ihmccreery","followers_url":"https://api.github.com/users/ihmccreery/followers","following_url":"https://api.github.com/users/ihmccreery/following{/other_user}","gists_url":"https://api.github.com/users/ihmccreery/gists{/gist_id}","starred_url":"https://api.github.com/users/ihmccreery/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ihmccreery/subscriptions","organizations_url":"https://api.github.com/users/ihmccreery/orgs","repos_url":"https://api.github.com/users/ihmccreery/repos","events_url":"https://api.github.com/users/ihmccreery/events{/privacy}","received_events_url":"https://api.github.com/users/ihmccreery/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"crassirostris","id":1756505,"avatar_url":"https://avatars1.githubusercontent.com/u/1756505?v=4","gravatar_id":"","url":"https://api.github.com/users/crassirostris","html_url":"https://github.com/crassirostris","followers_url":"https://api.github.com/users/crassirostris/followers","following_url":"https://api.github.com/users/crassirostris/following{/other_user}","gists_url":"https://api.github.com/users/crassirostris/gists{/gist_id}","starred_url":"https://api.github.com/users/crassirostris/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/crassirostris/subscriptions","organizations_url":"https://api.github.com/users/crassirostris/orgs","repos_url":"https://api.github.com/users/crassirostris/repos","events_url":"https://api.github.com/users/crassirostris/events{/privacy}","received_events_url":"https://api.github.com/users/crassirostris/received_events","type":"User","site_admin":false},"assignees":[{"login":"crassirostris","id":1756505,"avatar_url":"https://avatars1.githubusercontent.com/u/1756505?v=4","gravatar_id":"","url":"https://api.github.com/users/crassirostris","html_url":"https://github.com/crassirostris","followers_url":"https://api.github.com/users/crassirostris/followers","following_url":"https://api.github.com/users/crassirostris/following{/other_user}","gists_url":"https://api.github.com/users/crassirostris/gists{/gist_id}","starred_url":"https://api.github.com/users/crassirostris/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/crassirostris/subscriptions","organizations_url":"https://api.github.com/users/crassirostris/orgs","repos_url":"https://api.github.com/users/crassirostris/repos","events_url":"https://api.github.com/users/crassirostris/events{/privacy}","received_events_url":"https://api.github.com/users/crassirostris/received_events","type":"User","site_admin":false},{"login":"cjcullen","id":7154008,"avatar_url":"https://avatars2.githubusercontent.com/u/7154008?v=4","gravatar_id":"","url":"https://api.github.com/users/cjcullen","html_url":"https://github.com/cjcullen","followers_url":"https://api.github.com/users/cjcullen/followers","following_url":"https://api.github.com/users/cjcullen/following{/other_user}","gists_url":"https://api.github.com/users/cjcullen/gists{/gist_id}","starred_url":"https://api.github.com/users/cjcullen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cjcullen/subscriptions","organizations_url":"https://api.github.com/users/cjcullen/orgs","repos_url":"https://api.github.com/users/cjcullen/repos","events_url":"https://api.github.com/users/cjcullen/events{/privacy}","received_events_url":"https://api.github.com/users/cjcullen/received_events","type":"User","site_admin":false},{"login":"loburm","id":7943996,"avatar_url":"https://avatars2.githubusercontent.com/u/7943996?v=4","gravatar_id":"","url":"https://api.github.com/users/loburm","html_url":"https://github.com/loburm","followers_url":"https://api.github.com/users/loburm/followers","following_url":"https://api.github.com/users/loburm/following{/other_user}","gists_url":"https://api.github.com/users/loburm/gists{/gist_id}","starred_url":"https://api.github.com/users/loburm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/loburm/subscriptions","organizations_url":"https://api.github.com/users/loburm/orgs","repos_url":"https://api.github.com/users/loburm/repos","events_url":"https://api.github.com/users/loburm/events{/privacy}","received_events_url":"https://api.github.com/users/loburm/received_events","type":"User","site_admin":false},{"login":"Q-Lee","id":13410337,"avatar_url":"https://avatars0.githubusercontent.com/u/13410337?v=4","gravatar_id":"","url":"https://api.github.com/users/Q-Lee","html_url":"https://github.com/Q-Lee","followers_url":"https://api.github.com/users/Q-Lee/followers","following_url":"https://api.github.com/users/Q-Lee/following{/other_user}","gists_url":"https://api.github.com/users/Q-Lee/gists{/gist_id}","starred_url":"https://api.github.com/users/Q-Lee/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Q-Lee/subscriptions","organizations_url":"https://api.github.com/users/Q-Lee/orgs","repos_url":"https://api.github.com/users/Q-Lee/repos","events_url":"https://api.github.com/users/Q-Lee/events{/privacy}","received_events_url":"https://api.github.com/users/Q-Lee/received_events","type":"User","site_admin":false}],"milestone":null,"comments":18,"created_at":"2017-10-26T20:57:47Z","updated_at":"2017-11-02T15:00:56Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/54653","html_url":"https://github.com/kubernetes/kubernetes/pull/54653","diff_url":"https://github.com/kubernetes/kubernetes/pull/54653.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/54653.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**: Add metrics exporters to the metadata-proxy addon for GCE. Work toward #8867.\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/341449503","html_url":"https://github.com/kubernetes/kubernetes/pull/54653#issuecomment-341449503","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54653","id":341449503,"user":{"login":"ihmccreery","id":368416,"avatar_url":"https://avatars1.githubusercontent.com/u/368416?v=4","gravatar_id":"","url":"https://api.github.com/users/ihmccreery","html_url":"https://github.com/ihmccreery","followers_url":"https://api.github.com/users/ihmccreery/followers","following_url":"https://api.github.com/users/ihmccreery/following{/other_user}","gists_url":"https://api.github.com/users/ihmccreery/gists{/gist_id}","starred_url":"https://api.github.com/users/ihmccreery/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ihmccreery/subscriptions","organizations_url":"https://api.github.com/users/ihmccreery/orgs","repos_url":"https://api.github.com/users/ihmccreery/repos","events_url":"https://api.github.com/users/ihmccreery/events{/privacy}","received_events_url":"https://api.github.com/users/ihmccreery/received_events","type":"User","site_admin":false},"created_at":"2017-11-02T15:00:56Z","updated_at":"2017-11-02T15:00:56Z","author_association":"MEMBER","body":"Added change in e2e image, which was causing e2e failures. Ptal."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 368416,
"login": "ihmccreery",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/368416?",
"url": "https://api.github.com/users/ihmccreery"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-02T15:00:58 | 6800798077 | {"actor":{"display_login":"ihmccreery"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46891","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46891/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46891/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46891/events","html_url":"https://github.com/kubernetes/kubernetes/issues/46891","id":233325192,"number":46891,"title":"Support validating GKE images","user":{"login":"yguo0905","id":26879063,"avatar_url":"https://avatars0.githubusercontent.com/u/26879063?v=3","gravatar_id":"","url":"https://api.github.com/users/yguo0905","html_url":"https://github.com/yguo0905","followers_url":"https://api.github.com/users/yguo0905/followers","following_url":"https://api.github.com/users/yguo0905/following{/other_user}","gists_url":"https://api.github.com/users/yguo0905/gists{/gist_id}","starred_url":"https://api.github.com/users/yguo0905/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yguo0905/subscriptions","organizations_url":"https://api.github.com/users/yguo0905/orgs","repos_url":"https://api.github.com/users/yguo0905/repos","events_url":"https://api.github.com/users/yguo0905/events{/privacy}","received_events_url":"https://api.github.com/users/yguo0905/received_events","type":"User","site_admin":false},"labels":[{"id":617149945,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-sig","name":"needs-sig","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-06-02T23:27:21Z","updated_at":"2017-06-02T23:27:54Z","closed_at":null,"body":"This issue tracks the support of validating images used on GKE.\r\n\r\n- [x] https://github.com/kubernetes/kubernetes/pull/46238: Support validating package versions in node conformance test.\r\n- [ ] Allow users to provide an arbitrary image spec in the node conformance test and create the GKE image spec.\r\n- [ ] Set up node conformance tests for the GKE images.\r\n\r\n@dchen1107 "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/305931140","html_url":"https://github.com/kubernetes/kubernetes/issues/46891#issuecomment-305931140","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46891","id":305931140,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars3.githubusercontent.com/u/13653959?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-06-02T23:27:54Z","updated_at":"2017-06-02T23:27:54Z","body":"@yguo0905 There are no sig labels on this issue. Please [add a sig label](https://github.com/kubernetes/test-infra/blob/master/commands.md) by:<br>(1) mentioning a sig: `@kubernetes/sig-<team-name>-misc`<br>(2) specifying the label manually: `/sig <label>`<br><br>_Note: method (1) will trigger a notification to the team. You can find the team list [here](https://github.com/kubernetes/community/blob/master/sig-list.md)._"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-06-02T23:27:55 | 5994914523 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30628","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30628/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30628/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30628/events","html_url":"https://github.com/kubernetes/kubernetes/issues/30628","id":171192744,"number":30628,"title":"DaemonSet controller should use a rate limiting queue to prevent hotloops","user":{"login":"derekwaynecarr","id":6233452,"avatar_url":"https://avatars3.githubusercontent.com/u/6233452?v=4","gravatar_id":"","url":"https://api.github.com/users/derekwaynecarr","html_url":"https://github.com/derekwaynecarr","followers_url":"https://api.github.com/users/derekwaynecarr/followers","following_url":"https://api.github.com/users/derekwaynecarr/following{/other_user}","gists_url":"https://api.github.com/users/derekwaynecarr/gists{/gist_id}","starred_url":"https://api.github.com/users/derekwaynecarr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/derekwaynecarr/subscriptions","organizations_url":"https://api.github.com/users/derekwaynecarr/orgs","repos_url":"https://api.github.com/users/derekwaynecarr/repos","events_url":"https://api.github.com/users/derekwaynecarr/events{/privacy}","received_events_url":"https://api.github.com/users/derekwaynecarr/received_events","type":"User","site_admin":false},"labels":[{"id":410265116,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/area/workload-api/daemonset","name":"area/workload-api/daemonset","color":"0052cc","default":false},{"id":105146071,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/bug","name":"kind/bug","color":"e11d21","default":false},{"id":404091735,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/apps","name":"sig/apps","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/17","html_url":"https://github.com/kubernetes/kubernetes/milestone/17","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/17/labels","id":1510379,"number":17,"title":"next-candidate","description":"Candidates for the next milestone","creator":{"login":"bgrant0607","id":7725777,"avatar_url":"https://avatars1.githubusercontent.com/u/7725777?v=4","gravatar_id":"","url":"https://api.github.com/users/bgrant0607","html_url":"https://github.com/bgrant0607","followers_url":"https://api.github.com/users/bgrant0607/followers","following_url":"https://api.github.com/users/bgrant0607/following{/other_user}","gists_url":"https://api.github.com/users/bgrant0607/gists{/gist_id}","starred_url":"https://api.github.com/users/bgrant0607/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bgrant0607/subscriptions","organizations_url":"https://api.github.com/users/bgrant0607/orgs","repos_url":"https://api.github.com/users/bgrant0607/repos","events_url":"https://api.github.com/users/bgrant0607/events{/privacy}","received_events_url":"https://api.github.com/users/bgrant0607/received_events","type":"User","site_admin":false},"open_issues":219,"closed_issues":386,"state":"open","created_at":"2016-01-16T17:58:20Z","updated_at":"2017-12-24T05:26:37Z","due_on":null,"closed_at":null},"comments":5,"created_at":"2016-08-15T15:22:31Z","updated_at":"2017-12-24T21:35:38Z","closed_at":null,"author_association":"MEMBER","body":"A `DaemonSet` controller should avoid getting into a hotloop when it gets denied a pod creation.\n\nThe controller should use a rate limiting queue similar to what was done for RC here:\nhttps://github.com/kubernetes/kubernetes/pull/30626\n\n/cc @kubernetes/rh-cluster-infra @deads2k \n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/353804014","html_url":"https://github.com/kubernetes/kubernetes/issues/30628#issuecomment-353804014","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30628","id":353804014,"user":{"login":"fejta-bot","id":30488982,"avatar_url":"https://avatars1.githubusercontent.com/u/30488982?v=4","gravatar_id":"","url":"https://api.github.com/users/fejta-bot","html_url":"https://github.com/fejta-bot","followers_url":"https://api.github.com/users/fejta-bot/followers","following_url":"https://api.github.com/users/fejta-bot/following{/other_user}","gists_url":"https://api.github.com/users/fejta-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/fejta-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fejta-bot/subscriptions","organizations_url":"https://api.github.com/users/fejta-bot/orgs","repos_url":"https://api.github.com/users/fejta-bot/repos","events_url":"https://api.github.com/users/fejta-bot/events{/privacy}","received_events_url":"https://api.github.com/users/fejta-bot/received_events","type":"User","site_admin":false},"created_at":"2017-12-24T21:35:38Z","updated_at":"2017-12-24T21:35:38Z","author_association":"NONE","body":"Issues go stale after 90d of inactivity.\nMark the issue as fresh with `/remove-lifecycle stale`.\nStale issues rot after an additional 30d of inactivity and eventually close.\n\nPrevent issues from auto-closing with an `/lifecycle frozen` comment.\n\nIf this issue is safe to close now please do so with `/close`.\n\nSend feedback to sig-testing, kubernetes/test-infra and/or `@fejta`.\n/lifecycle stale"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 30488982,
"login": "fejta-bot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/30488982?",
"url": "https://api.github.com/users/fejta-bot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-24T21:35:38 | 7027493227 | {"actor":{"display_login":"fejta-bot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56917","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56917/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56917/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56917/events","html_url":"https://github.com/kubernetes/kubernetes/pull/56917","id":279997086,"number":56917,"title":"add test for labels","user":{"login":"aramase","id":10608509,"avatar_url":"https://avatars3.githubusercontent.com/u/10608509?v=4","gravatar_id":"","url":"https://api.github.com/users/aramase","html_url":"https://github.com/aramase","followers_url":"https://api.github.com/users/aramase/followers","following_url":"https://api.github.com/users/aramase/following{/other_user}","gists_url":"https://api.github.com/users/aramase/gists{/gist_id}","starred_url":"https://api.github.com/users/aramase/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/aramase/subscriptions","organizations_url":"https://api.github.com/users/aramase/orgs","repos_url":"https://api.github.com/users/aramase/repos","events_url":"https://api.github.com/users/aramase/events{/privacy}","received_events_url":"https://api.github.com/users/aramase/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"thockin","id":5595220,"avatar_url":"https://avatars0.githubusercontent.com/u/5595220?v=4","gravatar_id":"","url":"https://api.github.com/users/thockin","html_url":"https://github.com/thockin","followers_url":"https://api.github.com/users/thockin/followers","following_url":"https://api.github.com/users/thockin/following{/other_user}","gists_url":"https://api.github.com/users/thockin/gists{/gist_id}","starred_url":"https://api.github.com/users/thockin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thockin/subscriptions","organizations_url":"https://api.github.com/users/thockin/orgs","repos_url":"https://api.github.com/users/thockin/repos","events_url":"https://api.github.com/users/thockin/events{/privacy}","received_events_url":"https://api.github.com/users/thockin/received_events","type":"User","site_admin":false},"assignees":[{"login":"thockin","id":5595220,"avatar_url":"https://avatars0.githubusercontent.com/u/5595220?v=4","gravatar_id":"","url":"https://api.github.com/users/thockin","html_url":"https://github.com/thockin","followers_url":"https://api.github.com/users/thockin/followers","following_url":"https://api.github.com/users/thockin/following{/other_user}","gists_url":"https://api.github.com/users/thockin/gists{/gist_id}","starred_url":"https://api.github.com/users/thockin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/thockin/subscriptions","organizations_url":"https://api.github.com/users/thockin/orgs","repos_url":"https://api.github.com/users/thockin/repos","events_url":"https://api.github.com/users/thockin/events{/privacy}","received_events_url":"https://api.github.com/users/thockin/received_events","type":"User","site_admin":false},{"login":"brendandburns","id":5751682,"avatar_url":"https://avatars2.githubusercontent.com/u/5751682?v=4","gravatar_id":"","url":"https://api.github.com/users/brendandburns","html_url":"https://github.com/brendandburns","followers_url":"https://api.github.com/users/brendandburns/followers","following_url":"https://api.github.com/users/brendandburns/following{/other_user}","gists_url":"https://api.github.com/users/brendandburns/gists{/gist_id}","starred_url":"https://api.github.com/users/brendandburns/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brendandburns/subscriptions","organizations_url":"https://api.github.com/users/brendandburns/orgs","repos_url":"https://api.github.com/users/brendandburns/repos","events_url":"https://api.github.com/users/brendandburns/events{/privacy}","received_events_url":"https://api.github.com/users/brendandburns/received_events","type":"User","site_admin":false},{"login":"dchen1107","id":7740897,"avatar_url":"https://avatars2.githubusercontent.com/u/7740897?v=4","gravatar_id":"","url":"https://api.github.com/users/dchen1107","html_url":"https://github.com/dchen1107","followers_url":"https://api.github.com/users/dchen1107/followers","following_url":"https://api.github.com/users/dchen1107/following{/other_user}","gists_url":"https://api.github.com/users/dchen1107/gists{/gist_id}","starred_url":"https://api.github.com/users/dchen1107/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dchen1107/subscriptions","organizations_url":"https://api.github.com/users/dchen1107/orgs","repos_url":"https://api.github.com/users/dchen1107/repos","events_url":"https://api.github.com/users/dchen1107/events{/privacy}","received_events_url":"https://api.github.com/users/dchen1107/received_events","type":"User","site_admin":false}],"milestone":null,"comments":33,"created_at":"2017-12-07T04:26:10Z","updated_at":"2017-12-18T08:35:05Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/56917","html_url":"https://github.com/kubernetes/kubernetes/pull/56917","diff_url":"https://github.com/kubernetes/kubernetes/pull/56917.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/56917.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n4. If the PR is unfinished, see how to mark it: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#marking-unfinished-pull-requests\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\n\r\n**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:\r\nFixes #\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Write your release note:\r\n1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string \"action required\".\r\n2. If no release note is required, just write \"NONE\".\r\n-->\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/352358724","html_url":"https://github.com/kubernetes/kubernetes/pull/56917#issuecomment-352358724","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56917","id":352358724,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-12-18T08:35:05Z","updated_at":"2017-12-18T08:35:05Z","author_association":"COLLABORATOR","body":"@aramase: The following test **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-verify | e434e45e0541acda08ed5b6b7d11608b46070b1a | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/56917/pull-kubernetes-verify/68256/) | `/test pull-kubernetes-verify`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/56917). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/aramase). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-18T08:35:05 | 7001017062 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41892","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41892/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41892/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41892/events","html_url":"https://github.com/kubernetes/kubernetes/issues/41892","id":209475650,"number":41892,"title":"test-cmd failure probably kubectl replace","user":{"login":"deads2k","id":8225098,"avatar_url":"https://avatars3.githubusercontent.com/u/8225098?v=3","gravatar_id":"","url":"https://api.github.com/users/deads2k","html_url":"https://github.com/deads2k","followers_url":"https://api.github.com/users/deads2k/followers","following_url":"https://api.github.com/users/deads2k/following{/other_user}","gists_url":"https://api.github.com/users/deads2k/gists{/gist_id}","starred_url":"https://api.github.com/users/deads2k/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deads2k/subscriptions","organizations_url":"https://api.github.com/users/deads2k/orgs","repos_url":"https://api.github.com/users/deads2k/repos","events_url":"https://api.github.com/users/deads2k/events{/privacy}","received_events_url":"https://api.github.com/users/deads2k/received_events","type":"User","site_admin":false},"labels":[{"id":264749912,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/flake","name":"kind/flake","color":"f7c6c7","default":false},{"id":114528223,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/priority/important-soon","name":"priority/important-soon","color":"eb6420","default":false},{"id":450823910,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/cli","name":"sig/cli","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":{"login":"ncdc","id":354,"avatar_url":"https://avatars1.githubusercontent.com/u/354?v=3","gravatar_id":"","url":"https://api.github.com/users/ncdc","html_url":"https://github.com/ncdc","followers_url":"https://api.github.com/users/ncdc/followers","following_url":"https://api.github.com/users/ncdc/following{/other_user}","gists_url":"https://api.github.com/users/ncdc/gists{/gist_id}","starred_url":"https://api.github.com/users/ncdc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ncdc/subscriptions","organizations_url":"https://api.github.com/users/ncdc/orgs","repos_url":"https://api.github.com/users/ncdc/repos","events_url":"https://api.github.com/users/ncdc/events{/privacy}","received_events_url":"https://api.github.com/users/ncdc/received_events","type":"User","site_admin":false},"assignees":[{"login":"ncdc","id":354,"avatar_url":"https://avatars1.githubusercontent.com/u/354?v=3","gravatar_id":"","url":"https://api.github.com/users/ncdc","html_url":"https://github.com/ncdc","followers_url":"https://api.github.com/users/ncdc/followers","following_url":"https://api.github.com/users/ncdc/following{/other_user}","gists_url":"https://api.github.com/users/ncdc/gists{/gist_id}","starred_url":"https://api.github.com/users/ncdc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ncdc/subscriptions","organizations_url":"https://api.github.com/users/ncdc/orgs","repos_url":"https://api.github.com/users/ncdc/repos","events_url":"https://api.github.com/users/ncdc/events{/privacy}","received_events_url":"https://api.github.com/users/ncdc/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/31","html_url":"https://github.com/kubernetes/kubernetes/milestone/31","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/31/labels","id":2130587,"number":31,"title":"v1.6","description":"","creator":{"login":"saad-ali","id":10052848,"avatar_url":"https://avatars2.githubusercontent.com/u/10052848?v=3","gravatar_id":"","url":"https://api.github.com/users/saad-ali","html_url":"https://github.com/saad-ali","followers_url":"https://api.github.com/users/saad-ali/followers","following_url":"https://api.github.com/users/saad-ali/following{/other_user}","gists_url":"https://api.github.com/users/saad-ali/gists{/gist_id}","starred_url":"https://api.github.com/users/saad-ali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/saad-ali/subscriptions","organizations_url":"https://api.github.com/users/saad-ali/orgs","repos_url":"https://api.github.com/users/saad-ali/repos","events_url":"https://api.github.com/users/saad-ali/events{/privacy}","received_events_url":"https://api.github.com/users/saad-ali/received_events","type":"User","site_admin":false},"open_issues":598,"closed_issues":678,"state":"open","created_at":"2016-11-12T00:35:38Z","updated_at":"2017-03-06T13:45:04Z","due_on":"2017-03-22T07:00:00Z","closed_at":null},"comments":8,"created_at":"2017-02-22T14:49:13Z","updated_at":"2017-03-06T15:00:08Z","closed_at":null,"body":"I0222 06:34:25.223] node \"node-v1-test\" created\r\nW0222 06:34:25.446] Error from server (Conflict): error when replacing \"STDIN\": Operation cannot be fulfilled on nodes \"node-v1-test\": the object has been modified; please apply your changes to the latest version and try again\r\nW0222 06:34:25.453] !!! [0222 06:34:25] Call tree:\r\nW0222 06:34:25.455] !!! [0222 06:34:25] 1: /go/src/k8s.io/kubernetes/hack/make-rules/test-cmd-util.sh:2853 run_pod_tests(...)\r\nW0222 06:34:25.458] !!! [0222 06:34:25] 2: hack/make-rules/test-cmd.sh:142 runTests(...)\r\nI0222 06:34:25.759] +++ [0222 06:34:25] Clean up complete\r\n\r\n@kubernetes/sig-cli-api-reviews "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/284419774","html_url":"https://github.com/kubernetes/kubernetes/issues/41892#issuecomment-284419774","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41892","id":284419774,"user":{"login":"deads2k","id":8225098,"avatar_url":"https://avatars3.githubusercontent.com/u/8225098?v=3","gravatar_id":"","url":"https://api.github.com/users/deads2k","html_url":"https://github.com/deads2k","followers_url":"https://api.github.com/users/deads2k/followers","following_url":"https://api.github.com/users/deads2k/following{/other_user}","gists_url":"https://api.github.com/users/deads2k/gists{/gist_id}","starred_url":"https://api.github.com/users/deads2k/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deads2k/subscriptions","organizations_url":"https://api.github.com/users/deads2k/orgs","repos_url":"https://api.github.com/users/deads2k/repos","events_url":"https://api.github.com/users/deads2k/events{/privacy}","received_events_url":"https://api.github.com/users/deads2k/received_events","type":"User","site_admin":false},"created_at":"2017-03-06T15:00:08Z","updated_at":"2017-03-06T15:00:08Z","body":"> kubectl replace does not currently retry on conflict. Do we think it should?\r\n\r\nIf you want an unconditional update (retry on conflict), then I think you want something different. Why don't we just create something different to replace on?"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 8225098,
"login": "deads2k",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/8225098?",
"url": "https://api.github.com/users/deads2k"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-03-06T15:00:09 | 5440063591 | {"actor":{"display_login":"deads2k"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50457","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50457/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50457/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50457/events","html_url":"https://github.com/kubernetes/kubernetes/pull/50457","id":249378691,"number":50457,"title":"VolumeMode and VolumeDevice api","user":{"login":"screeley44","id":6773375,"avatar_url":"https://avatars2.githubusercontent.com/u/6773375?v=4","gravatar_id":"","url":"https://api.github.com/users/screeley44","html_url":"https://github.com/screeley44","followers_url":"https://api.github.com/users/screeley44/followers","following_url":"https://api.github.com/users/screeley44/following{/other_user}","gists_url":"https://api.github.com/users/screeley44/gists{/gist_id}","starred_url":"https://api.github.com/users/screeley44/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/screeley44/subscriptions","organizations_url":"https://api.github.com/users/screeley44/orgs","repos_url":"https://api.github.com/users/screeley44/repos","events_url":"https://api.github.com/users/screeley44/events{/privacy}","received_events_url":"https://api.github.com/users/screeley44/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":680152113,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge/release-note-label-needed","name":"do-not-merge/release-note-label-needed","color":"e11d21","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":169428334,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/storage","name":"sig/storage","color":"d2b48c","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"saad-ali","id":10052848,"avatar_url":"https://avatars1.githubusercontent.com/u/10052848?v=4","gravatar_id":"","url":"https://api.github.com/users/saad-ali","html_url":"https://github.com/saad-ali","followers_url":"https://api.github.com/users/saad-ali/followers","following_url":"https://api.github.com/users/saad-ali/following{/other_user}","gists_url":"https://api.github.com/users/saad-ali/gists{/gist_id}","starred_url":"https://api.github.com/users/saad-ali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/saad-ali/subscriptions","organizations_url":"https://api.github.com/users/saad-ali/orgs","repos_url":"https://api.github.com/users/saad-ali/repos","events_url":"https://api.github.com/users/saad-ali/events{/privacy}","received_events_url":"https://api.github.com/users/saad-ali/received_events","type":"User","site_admin":false},"assignees":[{"login":"saad-ali","id":10052848,"avatar_url":"https://avatars1.githubusercontent.com/u/10052848?v=4","gravatar_id":"","url":"https://api.github.com/users/saad-ali","html_url":"https://github.com/saad-ali","followers_url":"https://api.github.com/users/saad-ali/followers","following_url":"https://api.github.com/users/saad-ali/following{/other_user}","gists_url":"https://api.github.com/users/saad-ali/gists{/gist_id}","starred_url":"https://api.github.com/users/saad-ali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/saad-ali/subscriptions","organizations_url":"https://api.github.com/users/saad-ali/orgs","repos_url":"https://api.github.com/users/saad-ali/repos","events_url":"https://api.github.com/users/saad-ali/events{/privacy}","received_events_url":"https://api.github.com/users/saad-ali/received_events","type":"User","site_admin":false},{"login":"msau42","id":24448061,"avatar_url":"https://avatars3.githubusercontent.com/u/24448061?v=4","gravatar_id":"","url":"https://api.github.com/users/msau42","html_url":"https://github.com/msau42","followers_url":"https://api.github.com/users/msau42/followers","following_url":"https://api.github.com/users/msau42/following{/other_user}","gists_url":"https://api.github.com/users/msau42/gists{/gist_id}","starred_url":"https://api.github.com/users/msau42/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/msau42/subscriptions","organizations_url":"https://api.github.com/users/msau42/orgs","repos_url":"https://api.github.com/users/msau42/repos","events_url":"https://api.github.com/users/msau42/events{/privacy}","received_events_url":"https://api.github.com/users/msau42/received_events","type":"User","site_admin":false}],"milestone":null,"comments":47,"created_at":"2017-08-10T15:06:37Z","updated_at":"2017-10-11T19:02:07Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/50457","html_url":"https://github.com/kubernetes/kubernetes/pull/50457","diff_url":"https://github.com/kubernetes/kubernetes/pull/50457.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/50457.patch"},"body":"**What this PR does / why we need it:**\r\nAdds volumeType api to PV and PVC for local block support based on this proposal (https://github.com/kubernetes/community/pull/805) and this feature issue: https://github.com/kubernetes/features/issues/351 \r\n\r\n**Special notes for your reviewer:**\r\nThere are other PR changes coming, this just simply creates the api fields\r\n#53385 - binding logic changes dependent on this change\r\n\r\n**Release note:**\r\n\r\nNONE\r\n\r\nNotes will be added in subsequents PR with the volume plugin changes, CRI, etc...\r\n\r\ncc @msau42 @liggitt @jsafrane @mtanino @saad-ali @erinboyd\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/335914197","html_url":"https://github.com/kubernetes/kubernetes/pull/50457#issuecomment-335914197","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/50457","id":335914197,"user":{"login":"screeley44","id":6773375,"avatar_url":"https://avatars2.githubusercontent.com/u/6773375?v=4","gravatar_id":"","url":"https://api.github.com/users/screeley44","html_url":"https://github.com/screeley44","followers_url":"https://api.github.com/users/screeley44/followers","following_url":"https://api.github.com/users/screeley44/following{/other_user}","gists_url":"https://api.github.com/users/screeley44/gists{/gist_id}","starred_url":"https://api.github.com/users/screeley44/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/screeley44/subscriptions","organizations_url":"https://api.github.com/users/screeley44/orgs","repos_url":"https://api.github.com/users/screeley44/repos","events_url":"https://api.github.com/users/screeley44/events{/privacy}","received_events_url":"https://api.github.com/users/screeley44/received_events","type":"User","site_admin":false},"created_at":"2017-10-11T19:02:07Z","updated_at":"2017-10-11T19:02:07Z","author_association":"CONTRIBUTOR","body":"/test pull-kubernetes-kubemark-e2e-gce"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 6773375,
"login": "screeley44",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/6773375?",
"url": "https://api.github.com/users/screeley44"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-10-11T19:02:09 | 6704247614 | {"actor":{"display_login":"screeley44"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/35245","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/35245/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/35245/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/35245/events","html_url":"https://github.com/kubernetes/kubernetes/pull/35245","id":184364418,"number":35245,"title":"kubelet: Refactor kuberuntime.SyncPod(), part 1.","user":{"login":"yifan-gu","id":3278588,"avatar_url":"https://avatars.githubusercontent.com/u/3278588?v=3","gravatar_id":"","url":"https://api.github.com/users/yifan-gu","html_url":"https://github.com/yifan-gu","followers_url":"https://api.github.com/users/yifan-gu/followers","following_url":"https://api.github.com/users/yifan-gu/following{/other_user}","gists_url":"https://api.github.com/users/yifan-gu/gists{/gist_id}","starred_url":"https://api.github.com/users/yifan-gu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yifan-gu/subscriptions","organizations_url":"https://api.github.com/users/yifan-gu/orgs","repos_url":"https://api.github.com/users/yifan-gu/repos","events_url":"https://api.github.com/users/yifan-gu/events{/privacy}","received_events_url":"https://api.github.com/users/yifan-gu/received_events","type":"User","site_admin":false},"labels":[{"id":176978828,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cla:%20yes","name":"cla: yes","color":"bfe5bf","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":408922811,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/keep-open","name":"keep-open","color":"fbca04","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":173493665,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/node","name":"sig/node","color":"d2b48c","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"feiskyer","id":676637,"avatar_url":"https://avatars.githubusercontent.com/u/676637?v=3","gravatar_id":"","url":"https://api.github.com/users/feiskyer","html_url":"https://github.com/feiskyer","followers_url":"https://api.github.com/users/feiskyer/followers","following_url":"https://api.github.com/users/feiskyer/following{/other_user}","gists_url":"https://api.github.com/users/feiskyer/gists{/gist_id}","starred_url":"https://api.github.com/users/feiskyer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/feiskyer/subscriptions","organizations_url":"https://api.github.com/users/feiskyer/orgs","repos_url":"https://api.github.com/users/feiskyer/repos","events_url":"https://api.github.com/users/feiskyer/events{/privacy}","received_events_url":"https://api.github.com/users/feiskyer/received_events","type":"User","site_admin":false},"assignees":[{"login":"feiskyer","id":676637,"avatar_url":"https://avatars.githubusercontent.com/u/676637?v=3","gravatar_id":"","url":"https://api.github.com/users/feiskyer","html_url":"https://github.com/feiskyer","followers_url":"https://api.github.com/users/feiskyer/followers","following_url":"https://api.github.com/users/feiskyer/following{/other_user}","gists_url":"https://api.github.com/users/feiskyer/gists{/gist_id}","starred_url":"https://api.github.com/users/feiskyer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/feiskyer/subscriptions","organizations_url":"https://api.github.com/users/feiskyer/orgs","repos_url":"https://api.github.com/users/feiskyer/repos","events_url":"https://api.github.com/users/feiskyer/events{/privacy}","received_events_url":"https://api.github.com/users/feiskyer/received_events","type":"User","site_admin":false},{"login":"Random-Liu","id":5821883,"avatar_url":"https://avatars.githubusercontent.com/u/5821883?v=3","gravatar_id":"","url":"https://api.github.com/users/Random-Liu","html_url":"https://github.com/Random-Liu","followers_url":"https://api.github.com/users/Random-Liu/followers","following_url":"https://api.github.com/users/Random-Liu/following{/other_user}","gists_url":"https://api.github.com/users/Random-Liu/gists{/gist_id}","starred_url":"https://api.github.com/users/Random-Liu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Random-Liu/subscriptions","organizations_url":"https://api.github.com/users/Random-Liu/orgs","repos_url":"https://api.github.com/users/Random-Liu/repos","events_url":"https://api.github.com/users/Random-Liu/events{/privacy}","received_events_url":"https://api.github.com/users/Random-Liu/received_events","type":"User","site_admin":false},{"login":"yujuhong","id":10524058,"avatar_url":"https://avatars.githubusercontent.com/u/10524058?v=3","gravatar_id":"","url":"https://api.github.com/users/yujuhong","html_url":"https://github.com/yujuhong","followers_url":"https://api.github.com/users/yujuhong/followers","following_url":"https://api.github.com/users/yujuhong/following{/other_user}","gists_url":"https://api.github.com/users/yujuhong/gists{/gist_id}","starred_url":"https://api.github.com/users/yujuhong/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yujuhong/subscriptions","organizations_url":"https://api.github.com/users/yujuhong/orgs","repos_url":"https://api.github.com/users/yujuhong/repos","events_url":"https://api.github.com/users/yujuhong/events{/privacy}","received_events_url":"https://api.github.com/users/yujuhong/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/17","html_url":"https://github.com/kubernetes/kubernetes/milestone/17","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/17/labels","id":1510379,"number":17,"title":"next-candidate","description":"Candidates for the next milestone","creator":{"login":"bgrant0607","id":7725777,"avatar_url":"https://avatars.githubusercontent.com/u/7725777?v=3","gravatar_id":"","url":"https://api.github.com/users/bgrant0607","html_url":"https://github.com/bgrant0607","followers_url":"https://api.github.com/users/bgrant0607/followers","following_url":"https://api.github.com/users/bgrant0607/following{/other_user}","gists_url":"https://api.github.com/users/bgrant0607/gists{/gist_id}","starred_url":"https://api.github.com/users/bgrant0607/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bgrant0607/subscriptions","organizations_url":"https://api.github.com/users/bgrant0607/orgs","repos_url":"https://api.github.com/users/bgrant0607/repos","events_url":"https://api.github.com/users/bgrant0607/events{/privacy}","received_events_url":"https://api.github.com/users/bgrant0607/received_events","type":"User","site_admin":false},"open_issues":278,"closed_issues":224,"state":"open","created_at":"2016-01-16T17:58:20Z","updated_at":"2017-01-20T10:47:33Z","due_on":null,"closed_at":null},"comments":25,"created_at":"2016-10-20T23:20:25Z","updated_at":"2017-01-20T23:13:27Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/35245","html_url":"https://github.com/kubernetes/kubernetes/pull/35245","diff_url":"https://github.com/kubernetes/kubernetes/pull/35245.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/35245.patch"},"body":"Adds kuberuntime.NewSyncPod() which has the same signature as\r\nthe old one, so the PR can be merged without causing big disruption.\r\n\r\nThe NewSyncPod() has 3 major parts:\r\n- (1) Prune init containers\r\n- (2) Compute changes (sandbox to kill, containers to kill,\r\n sandbox to start, containers to start).\r\n- (3) Apply the changes (kill containers, kill sandboxes,\r\n start sandbox, start containers).\r\n\r\nThe computation part is further splited into 3 phases:\r\n- (1) Construct list of sandboxes and containers that needs to\r\n be killed.\r\n- (2) Construct list of sandbox and containers that needs to\r\n be started.\r\n- (3) Make sure the sandbox will be killed if all active containers\r\n exited or are going to be killed.\r\n\r\nIn order to make the process more readable, a new type called\r\n`syncAction` is added, which preserves the result of the computation\r\nthrough different phases.\r\n\r\nFor this PR, the actuall computation and action part is left not implemented\r\nto make review easier.\r\n\r\nBased on #34282 \r\n/cc @kubernetes/sig-node @kubernetes/sig-rktnetes\r\n\r\n<!-- Reviewable:start -->\r\n\r\n---\r\n\r\nThis change is [<img src=\"https://reviewable.kubernetes.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/35245)\r\n\r\n<!-- Reviewable:end -->\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/274204874","html_url":"https://github.com/kubernetes/kubernetes/pull/35245#issuecomment-274204874","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/35245","id":274204874,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-20T23:13:27Z","updated_at":"2017-01-20T23:13:27Z","body":"Jenkins GCI GCE e2e [**failed**](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/35245/pull-kubernetes-e2e-gce-gci/13722/) for commit ec4b02a330fa1cc5d4c134a393251d08c8bb885c. [Full PR test history](http://pr-test.k8s.io/35245). cc @yifan-gu\n\nThe magic incantation to run this job again is `@k8s-bot gci gce e2e test this`. Please help us cut down flakes by linking to an [open flake issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+label:kind/flake+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-20T23:13:29 | 5189420073 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40574","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40574/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40574/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40574/events","html_url":"https://github.com/kubernetes/kubernetes/pull/40574","id":203545646,"number":40574,"title":"securitycontext: move docker-specific logic into kubelet/dockertools","user":{"login":"yujuhong","id":10524058,"avatar_url":"https://avatars.githubusercontent.com/u/10524058?v=3","gravatar_id":"","url":"https://api.github.com/users/yujuhong","html_url":"https://github.com/yujuhong","followers_url":"https://api.github.com/users/yujuhong/followers","following_url":"https://api.github.com/users/yujuhong/following{/other_user}","gists_url":"https://api.github.com/users/yujuhong/gists{/gist_id}","starred_url":"https://api.github.com/users/yujuhong/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yujuhong/subscriptions","organizations_url":"https://api.github.com/users/yujuhong/orgs","repos_url":"https://api.github.com/users/yujuhong/repos","events_url":"https://api.github.com/users/yujuhong/events{/privacy}","received_events_url":"https://api.github.com/users/yujuhong/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":173493665,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/node","name":"sig/node","color":"d2b48c","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"pweil-","id":5230419,"avatar_url":"https://avatars.githubusercontent.com/u/5230419?v=3","gravatar_id":"","url":"https://api.github.com/users/pweil-","html_url":"https://github.com/pweil-","followers_url":"https://api.github.com/users/pweil-/followers","following_url":"https://api.github.com/users/pweil-/following{/other_user}","gists_url":"https://api.github.com/users/pweil-/gists{/gist_id}","starred_url":"https://api.github.com/users/pweil-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pweil-/subscriptions","organizations_url":"https://api.github.com/users/pweil-/orgs","repos_url":"https://api.github.com/users/pweil-/repos","events_url":"https://api.github.com/users/pweil-/events{/privacy}","received_events_url":"https://api.github.com/users/pweil-/received_events","type":"User","site_admin":false},"assignees":[{"login":"pweil-","id":5230419,"avatar_url":"https://avatars.githubusercontent.com/u/5230419?v=3","gravatar_id":"","url":"https://api.github.com/users/pweil-","html_url":"https://github.com/pweil-","followers_url":"https://api.github.com/users/pweil-/followers","following_url":"https://api.github.com/users/pweil-/following{/other_user}","gists_url":"https://api.github.com/users/pweil-/gists{/gist_id}","starred_url":"https://api.github.com/users/pweil-/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pweil-/subscriptions","organizations_url":"https://api.github.com/users/pweil-/orgs","repos_url":"https://api.github.com/users/pweil-/repos","events_url":"https://api.github.com/users/pweil-/events{/privacy}","received_events_url":"https://api.github.com/users/pweil-/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2017-01-27T02:35:45Z","updated_at":"2017-01-27T02:36:51Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/40574","html_url":"https://github.com/kubernetes/kubernetes/pull/40574","diff_url":"https://github.com/kubernetes/kubernetes/pull/40574.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/40574.patch"},"body":"This change moves the code specific to docker to kubelet/dockertools,\r\nwhile leaving the common utility functions at its current package\r\n(pkg/securitycontext).\r\n\r\nWhen we deprecate dockertools in the future, the code will be moved to\r\npkg/kubelet/dockershim instead.\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/275575762","html_url":"https://github.com/kubernetes/kubernetes/pull/40574#issuecomment-275575762","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40574","id":275575762,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars.githubusercontent.com/u/13653959?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-27T02:36:51Z","updated_at":"2017-01-27T02:36:51Z","body":"[APPROVALNOTIFIER] This PR is **NOT APPROVED**\n\nNeeds approval from an approver in each of these OWNERS Files:\n- **[pkg/OWNERS](https://github.com/kubernetes/kubernetes/blob/master/pkg/OWNERS)** \n\nWe suggest the following people:\ncc @dchen1107 \n You can indicate your approval by writing `/approve` in a comment\n You can cancel your approval by writing `/approve cancel` in a comment"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-27T02:36:53 | 5221624886 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40188","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40188/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40188/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40188/events","html_url":"https://github.com/kubernetes/kubernetes/pull/40188","id":202019663,"number":40188,"title":"Decoupling scheduler creation from creation of scheduler.Config struc…","user":{"login":"jayunit100","id":826111,"avatar_url":"https://avatars.githubusercontent.com/u/826111?v=3","gravatar_id":"","url":"https://api.github.com/users/jayunit100","html_url":"https://github.com/jayunit100","followers_url":"https://api.github.com/users/jayunit100/followers","following_url":"https://api.github.com/users/jayunit100/following{/other_user}","gists_url":"https://api.github.com/users/jayunit100/gists{/gist_id}","starred_url":"https://api.github.com/users/jayunit100/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jayunit100/subscriptions","organizations_url":"https://api.github.com/users/jayunit100/orgs","repos_url":"https://api.github.com/users/jayunit100/repos","events_url":"https://api.github.com/users/jayunit100/events{/privacy}","received_events_url":"https://api.github.com/users/jayunit100/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"open","locked":false,"assignee":{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars.githubusercontent.com/u/10743879?v=3","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false},"assignees":[{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars.githubusercontent.com/u/10743879?v=3","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false}],"milestone":null,"comments":16,"created_at":"2017-01-20T00:55:39Z","updated_at":"2017-01-23T03:17:42Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/40188","html_url":"https://github.com/kubernetes/kubernetes/pull/40188","diff_url":"https://github.com/kubernetes/kubernetes/pull/40188.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/40188.patch"},"body":"**What this PR does / why we need it**:\r\n\r\nAdds functionality to the scheduler to initialize from an Configurator interface, rather then via a Config struct.\r\n\r\n**Which issue this PR fixes** \r\n\r\nReduces coupling to `scheduler.Config` data structure format so that we can proliferate more interface driven composition of scheduler components.\r\n\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/274389969","html_url":"https://github.com/kubernetes/kubernetes/pull/40188#issuecomment-274389969","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40188","id":274389969,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-23T03:17:42Z","updated_at":"2017-01-23T03:17:42Z","body":"Jenkins GCI GCE e2e [**failed**](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/40188/pull-kubernetes-e2e-gce-gci/13829/) for commit 3c8958f4bc8b76f1e6e9fd33ff90ea191622a74b. [Full PR test history](http://pr-test.k8s.io/40188). \n\ncc @jayunit100, [your PR dashboard](https://k8s-gubernator.appspot.com/pr)\n\nThe magic incantation to run this job again is `@k8s-bot gci gce e2e test this`. Please help us cut down flakes by linking to an [open flake issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+label:kind/flake+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-23T03:17:44 | 5194379873 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54913","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54913/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54913/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54913/events","html_url":"https://github.com/kubernetes/kubernetes/pull/54913","id":270217516,"number":54913,"title":"kubelet/get-pod-from-path: unused param should be removed","user":{"login":"chentao1596","id":22974967,"avatar_url":"https://avatars1.githubusercontent.com/u/22974967?v=4","gravatar_id":"","url":"https://api.github.com/users/chentao1596","html_url":"https://github.com/chentao1596","followers_url":"https://api.github.com/users/chentao1596/followers","following_url":"https://api.github.com/users/chentao1596/following{/other_user}","gists_url":"https://api.github.com/users/chentao1596/gists{/gist_id}","starred_url":"https://api.github.com/users/chentao1596/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/chentao1596/subscriptions","organizations_url":"https://api.github.com/users/chentao1596/orgs","repos_url":"https://api.github.com/users/chentao1596/repos","events_url":"https://api.github.com/users/chentao1596/events{/privacy}","received_events_url":"https://api.github.com/users/chentao1596/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"tallclair","id":29742491,"avatar_url":"https://avatars1.githubusercontent.com/u/29742491?v=4","gravatar_id":"","url":"https://api.github.com/users/tallclair","html_url":"https://github.com/tallclair","followers_url":"https://api.github.com/users/tallclair/followers","following_url":"https://api.github.com/users/tallclair/following{/other_user}","gists_url":"https://api.github.com/users/tallclair/gists{/gist_id}","starred_url":"https://api.github.com/users/tallclair/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tallclair/subscriptions","organizations_url":"https://api.github.com/users/tallclair/orgs","repos_url":"https://api.github.com/users/tallclair/repos","events_url":"https://api.github.com/users/tallclair/events{/privacy}","received_events_url":"https://api.github.com/users/tallclair/received_events","type":"User","site_admin":false},"assignees":[{"login":"tmrts","id":5067495,"avatar_url":"https://avatars1.githubusercontent.com/u/5067495?v=4","gravatar_id":"","url":"https://api.github.com/users/tmrts","html_url":"https://github.com/tmrts","followers_url":"https://api.github.com/users/tmrts/followers","following_url":"https://api.github.com/users/tmrts/following{/other_user}","gists_url":"https://api.github.com/users/tmrts/gists{/gist_id}","starred_url":"https://api.github.com/users/tmrts/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tmrts/subscriptions","organizations_url":"https://api.github.com/users/tmrts/orgs","repos_url":"https://api.github.com/users/tmrts/repos","events_url":"https://api.github.com/users/tmrts/events{/privacy}","received_events_url":"https://api.github.com/users/tmrts/received_events","type":"User","site_admin":false},{"login":"tallclair","id":29742491,"avatar_url":"https://avatars1.githubusercontent.com/u/29742491?v=4","gravatar_id":"","url":"https://api.github.com/users/tallclair","html_url":"https://github.com/tallclair","followers_url":"https://api.github.com/users/tallclair/followers","following_url":"https://api.github.com/users/tallclair/following{/other_user}","gists_url":"https://api.github.com/users/tallclair/gists{/gist_id}","starred_url":"https://api.github.com/users/tallclair/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tallclair/subscriptions","organizations_url":"https://api.github.com/users/tallclair/orgs","repos_url":"https://api.github.com/users/tallclair/repos","events_url":"https://api.github.com/users/tallclair/events{/privacy}","received_events_url":"https://api.github.com/users/tallclair/received_events","type":"User","site_admin":false}],"milestone":null,"comments":4,"created_at":"2017-11-01T07:16:07Z","updated_at":"2017-11-01T13:28:30Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/54913","html_url":"https://github.com/kubernetes/kubernetes/pull/54913","diff_url":"https://github.com/kubernetes/kubernetes/pull/54913.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/54913.patch"},"body":"**What this PR does / why we need it**:\r\n\r\nI'm sorry that i have not notice this PR has been closed because of the error of test. And, i found it can't reopen again, so i open the other one, thank you!\r\n\r\nhttps://github.com/kubernetes/kubernetes/pull/38184\r\n\r\nI am so sorry for trouble with you, PTAL, thank you!\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/341105921","html_url":"https://github.com/kubernetes/kubernetes/pull/54913#issuecomment-341105921","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54913","id":341105921,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-11-01T13:28:30Z","updated_at":"2017-11-01T13:28:30Z","author_association":"COLLABORATOR","body":"@chentao1596: The following tests **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-unit | 11e7db34d8f1a9041da85cd4942132c81548eea4 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/54913/pull-kubernetes-unit/62079/) | `/test pull-kubernetes-unit`\npull-kubernetes-bazel-test | 11e7db34d8f1a9041da85cd4942132c81548eea4 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/54913/pull-kubernetes-bazel-test/13590/) | `/test pull-kubernetes-bazel-test`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/54913). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/chentao1596). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-01T13:28:31 | 6794750810 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43190","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43190/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43190/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43190/events","html_url":"https://github.com/kubernetes/kubernetes/pull/43190","id":214589876,"number":43190,"title":"Automated cherry pick of #38330","user":{"login":"zhouhaibing089","id":4516999,"avatar_url":"https://avatars0.githubusercontent.com/u/4516999?v=3","gravatar_id":"","url":"https://api.github.com/users/zhouhaibing089","html_url":"https://github.com/zhouhaibing089","followers_url":"https://api.github.com/users/zhouhaibing089/followers","following_url":"https://api.github.com/users/zhouhaibing089/following{/other_user}","gists_url":"https://api.github.com/users/zhouhaibing089/gists{/gist_id}","starred_url":"https://api.github.com/users/zhouhaibing089/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zhouhaibing089/subscriptions","organizations_url":"https://api.github.com/users/zhouhaibing089/orgs","repos_url":"https://api.github.com/users/zhouhaibing089/repos","events_url":"https://api.github.com/users/zhouhaibing089/events{/privacy}","received_events_url":"https://api.github.com/users/zhouhaibing089/received_events","type":"User","site_admin":false},"labels":[{"id":242155350,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cherrypick-candidate","name":"cherrypick-candidate","color":"fef2c0","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":335674843,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge","name":"do-not-merge","color":"e11d21","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450934,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/M","name":"size/M","color":"eebb00","default":false}],"state":"open","locked":false,"assignee":{"login":"lavalamp","id":647318,"avatar_url":"https://avatars3.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},"assignees":[{"login":"lavalamp","id":647318,"avatar_url":"https://avatars3.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},{"login":"caesarxuchao","id":2823529,"avatar_url":"https://avatars1.githubusercontent.com/u/2823529?v=3","gravatar_id":"","url":"https://api.github.com/users/caesarxuchao","html_url":"https://github.com/caesarxuchao","followers_url":"https://api.github.com/users/caesarxuchao/followers","following_url":"https://api.github.com/users/caesarxuchao/following{/other_user}","gists_url":"https://api.github.com/users/caesarxuchao/gists{/gist_id}","starred_url":"https://api.github.com/users/caesarxuchao/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/caesarxuchao/subscriptions","organizations_url":"https://api.github.com/users/caesarxuchao/orgs","repos_url":"https://api.github.com/users/caesarxuchao/repos","events_url":"https://api.github.com/users/caesarxuchao/events{/privacy}","received_events_url":"https://api.github.com/users/caesarxuchao/received_events","type":"User","site_admin":false}],"milestone":null,"comments":8,"created_at":"2017-03-16T03:35:36Z","updated_at":"2017-03-17T17:55:17Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/43190","html_url":"https://github.com/kubernetes/kubernetes/pull/43190","diff_url":"https://github.com/kubernetes/kubernetes/pull/43190.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/43190.patch"},"body":"Cherry pick of #38330 on release-1.5.\n\n#38330: let DirectEncoder take a hint of what gvk to set during its"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/287426834","html_url":"https://github.com/kubernetes/kubernetes/pull/43190#issuecomment-287426834","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/43190","id":287426834,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars3.githubusercontent.com/u/13653959?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-03-17T17:55:17Z","updated_at":"2017-03-17T17:55:17Z","body":"This PR is not for the master branch but does not have the `cherrypick-approved` label. Adding the `do-not-merge` label."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-03-17T17:55:19 | 5515629964 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30588","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30588/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30588/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30588/events","html_url":"https://github.com/kubernetes/kubernetes/pull/30588","id":171058221,"number":30588,"title":"Use multiple hosts in restclient","user":{"login":"dshulyak","id":1964576,"avatar_url":"https://avatars.githubusercontent.com/u/1964576?v=3","gravatar_id":"","url":"https://api.github.com/users/dshulyak","html_url":"https://github.com/dshulyak","followers_url":"https://api.github.com/users/dshulyak/followers","following_url":"https://api.github.com/users/dshulyak/following{/other_user}","gists_url":"https://api.github.com/users/dshulyak/gists{/gist_id}","starred_url":"https://api.github.com/users/dshulyak/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dshulyak/subscriptions","organizations_url":"https://api.github.com/users/dshulyak/orgs","repos_url":"https://api.github.com/users/dshulyak/repos","events_url":"https://api.github.com/users/dshulyak/events{/privacy}","received_events_url":"https://api.github.com/users/dshulyak/received_events","type":"User","site_admin":false},"labels":[{"id":176978828,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cla:%20yes","name":"cla: yes","color":"bfe5bf","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":200149833,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note","name":"release-note","color":"c2e0c6","default":false},{"id":253451057,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XL","name":"size/XL","color":"ee5500","default":false}],"state":"open","locked":false,"assignee":{"login":"krousey","id":157083,"avatar_url":"https://avatars.githubusercontent.com/u/157083?v=3","gravatar_id":"","url":"https://api.github.com/users/krousey","html_url":"https://github.com/krousey","followers_url":"https://api.github.com/users/krousey/followers","following_url":"https://api.github.com/users/krousey/following{/other_user}","gists_url":"https://api.github.com/users/krousey/gists{/gist_id}","starred_url":"https://api.github.com/users/krousey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/krousey/subscriptions","organizations_url":"https://api.github.com/users/krousey/orgs","repos_url":"https://api.github.com/users/krousey/repos","events_url":"https://api.github.com/users/krousey/events{/privacy}","received_events_url":"https://api.github.com/users/krousey/received_events","type":"User","site_admin":false},"assignees":[{"login":"krousey","id":157083,"avatar_url":"https://avatars.githubusercontent.com/u/157083?v=3","gravatar_id":"","url":"https://api.github.com/users/krousey","html_url":"https://github.com/krousey","followers_url":"https://api.github.com/users/krousey/followers","following_url":"https://api.github.com/users/krousey/following{/other_user}","gists_url":"https://api.github.com/users/krousey/gists{/gist_id}","starred_url":"https://api.github.com/users/krousey/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/krousey/subscriptions","organizations_url":"https://api.github.com/users/krousey/orgs","repos_url":"https://api.github.com/users/krousey/repos","events_url":"https://api.github.com/users/krousey/events{/privacy}","received_events_url":"https://api.github.com/users/krousey/received_events","type":"User","site_admin":false},{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars.githubusercontent.com/u/1163175?v=3","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false}],"milestone":null,"comments":49,"created_at":"2016-08-14T13:21:39Z","updated_at":"2017-01-17T15:21:42Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/30588","html_url":"https://github.com/kubernetes/kubernetes/pull/30588","diff_url":"https://github.com/kubernetes/kubernetes/pull/30588.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/30588.patch"},"body":"The goal of this change is not to provide load balancing, but rely on multiple masters in clients and remove single point of failure\n\n**Release note**:\n\n```\nTo configure additional api servers for kube-proxy/kubelet use servers variable in kubeconfig or --api-servers command line flag. \nIf both will be provided - --api-servers flag will overwrite servers.\nAdditionally if --master flag or server variable in kubeconfig are provided - they will be used as a first api server to connect with.\nIn kubectl additional api servers can be specified using kubeconfig.\n\nIn 1.4 release no load-balancing, in client, between multiple-servers will be available. In case of connection failure rest client will try to connect to all provided api servers once.\n```\n\n<!-- Reviewable:start -->\n\n---\n\nThis change is [<img src=\"https://reviewable.kubernetes.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30588)\n\n<!-- Reviewable:end -->\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/273199097","html_url":"https://github.com/kubernetes/kubernetes/pull/30588#issuecomment-273199097","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/30588","id":273199097,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-17T15:21:42Z","updated_at":"2017-01-17T15:21:42Z","body":"Jenkins Kubemark GCE e2e [**failed**](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/30588/pull-kubernetes-kubemark-e2e-gce/13132/) for commit e216e51331e75141bd84f6290e26cbd4b441b32c. [Full PR test history](http://pr-test.k8s.io/30588). cc @dshulyak\n\nThe magic incantation to run this job again is `@k8s-bot kubemark e2e test this`. Please help us cut down flakes by linking to an [open flake issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+label:kind/flake+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-17T15:21:44 | 5166063935 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56707","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56707/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56707/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56707/events","html_url":"https://github.com/kubernetes/kubernetes/pull/56707","id":278532313,"number":56707,"title":"fix wording in kube-scheduler warning","user":{"login":"brunomcustodio","id":2365176,"avatar_url":"https://avatars3.githubusercontent.com/u/2365176?v=4","gravatar_id":"","url":"https://api.github.com/users/brunomcustodio","html_url":"https://github.com/brunomcustodio","followers_url":"https://api.github.com/users/brunomcustodio/followers","following_url":"https://api.github.com/users/brunomcustodio/following{/other_user}","gists_url":"https://api.github.com/users/brunomcustodio/gists{/gist_id}","starred_url":"https://api.github.com/users/brunomcustodio/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/brunomcustodio/subscriptions","organizations_url":"https://api.github.com/users/brunomcustodio/orgs","repos_url":"https://api.github.com/users/brunomcustodio/repos","events_url":"https://api.github.com/users/brunomcustodio/events{/privacy}","received_events_url":"https://api.github.com/users/brunomcustodio/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":573014062,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-ok-to-test","name":"needs-ok-to-test","color":"b60205","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-12-01T17:04:52Z","updated_at":"2017-12-01T17:05:00Z","closed_at":null,"author_association":"NONE","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/56707","html_url":"https://github.com/kubernetes/kubernetes/pull/56707","diff_url":"https://github.com/kubernetes/kubernetes/pull/56707.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/56707.patch"},"body":"**Release note**:\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/348550716","html_url":"https://github.com/kubernetes/kubernetes/pull/56707#issuecomment-348550716","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/56707","id":348550716,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-12-01T17:05:00Z","updated_at":"2017-12-01T17:05:00Z","author_association":"COLLABORATOR","body":"Hi @brunomcustodio. Thanks for your PR.\n\nI'm waiting for a [kubernetes](https://github.com/orgs/kubernetes/people) member to verify that this patch is reasonable to test. If it is, they should reply with `/ok-to-test` on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.\n\nI understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-01T17:05:01 | 6931263500 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39814","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39814/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39814/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39814/events","html_url":"https://github.com/kubernetes/kubernetes/pull/39814","id":200442182,"number":39814,"title":"replace global registry in apimachinery with global registry in k8s.io/kubernetes","user":{"login":"deads2k","id":8225098,"avatar_url":"https://avatars.githubusercontent.com/u/8225098?v=3","gravatar_id":"","url":"https://api.github.com/users/deads2k","html_url":"https://github.com/deads2k","followers_url":"https://api.github.com/users/deads2k/followers","following_url":"https://api.github.com/users/deads2k/following{/other_user}","gists_url":"https://api.github.com/users/deads2k/gists{/gist_id}","starred_url":"https://api.github.com/users/deads2k/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deads2k/subscriptions","organizations_url":"https://api.github.com/users/deads2k/orgs","repos_url":"https://api.github.com/users/deads2k/repos","events_url":"https://api.github.com/users/deads2k/events{/privacy}","received_events_url":"https://api.github.com/users/deads2k/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":261005424,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/new-api","name":"kind/new-api","color":"c7def8","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"lavalamp","id":647318,"avatar_url":"https://avatars.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},"assignees":[{"login":"lavalamp","id":647318,"avatar_url":"https://avatars.githubusercontent.com/u/647318?v=3","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars.githubusercontent.com/u/1163175?v=3","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false}],"milestone":null,"comments":11,"created_at":"2017-01-12T18:20:10Z","updated_at":"2017-01-12T21:04:27Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/39814","html_url":"https://github.com/kubernetes/kubernetes/pull/39814","diff_url":"https://github.com/kubernetes/kubernetes/pull/39814.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/39814.patch"},"body":"We'd like to remove all globals, but our immediate problem is that a shared registry between k8s.io/kubernetes and k8s.io/client-go doesn't work. Since client-go makes a copy, we can actually keep a global registry with other globals in pkg/api for now.\r\n\r\n@kubernetes/sig-api-machinery-misc @lavalamp @smarterclayton @sttts "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/272282994","html_url":"https://github.com/kubernetes/kubernetes/pull/39814#issuecomment-272282994","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/39814","id":272282994,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-01-12T21:04:27Z","updated_at":"2017-01-12T21:04:27Z","body":"Jenkins unit/integration [**failed**](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/39814/pull-kubernetes-unit/12899/) for commit ae4d36ada3b3c66099010ce66ccf242d02141c79. [Full PR test history](http://pr-test.k8s.io/39814).\n\nThe magic incantation to run this job again is `@k8s-bot unit test this`. Please help us cut down flakes by linking to an [open flake issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+label:kind/flake+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md).\n</details>\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-12T21:04:29 | 5145267092 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54203","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54203/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54203/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54203/events","html_url":"https://github.com/kubernetes/kubernetes/issues/54203","id":266733475,"number":54203,"title":"Try ipset in kube-proxy","user":{"login":"m1093782566","id":4953962,"avatar_url":"https://avatars1.githubusercontent.com/u/4953962?v=4","gravatar_id":"","url":"https://api.github.com/users/m1093782566","html_url":"https://github.com/m1093782566","followers_url":"https://api.github.com/users/m1093782566/followers","following_url":"https://api.github.com/users/m1093782566/following{/other_user}","gists_url":"https://api.github.com/users/m1093782566/gists{/gist_id}","starred_url":"https://api.github.com/users/m1093782566/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/m1093782566/subscriptions","organizations_url":"https://api.github.com/users/m1093782566/orgs","repos_url":"https://api.github.com/users/m1093782566/repos","events_url":"https://api.github.com/users/m1093782566/events{/privacy}","received_events_url":"https://api.github.com/users/m1093782566/received_events","type":"User","site_admin":false},"labels":[{"id":128716589,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/area/kube-proxy","name":"area/kube-proxy","color":"0052cc","default":false},{"id":105146071,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/bug","name":"kind/bug","color":"e11d21","default":false},{"id":267761362,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/feature","name":"kind/feature","color":"c7def8","default":false},{"id":116712108,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/network","name":"sig/network","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":{"login":"m1093782566","id":4953962,"avatar_url":"https://avatars1.githubusercontent.com/u/4953962?v=4","gravatar_id":"","url":"https://api.github.com/users/m1093782566","html_url":"https://github.com/m1093782566","followers_url":"https://api.github.com/users/m1093782566/followers","following_url":"https://api.github.com/users/m1093782566/following{/other_user}","gists_url":"https://api.github.com/users/m1093782566/gists{/gist_id}","starred_url":"https://api.github.com/users/m1093782566/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/m1093782566/subscriptions","organizations_url":"https://api.github.com/users/m1093782566/orgs","repos_url":"https://api.github.com/users/m1093782566/repos","events_url":"https://api.github.com/users/m1093782566/events{/privacy}","received_events_url":"https://api.github.com/users/m1093782566/received_events","type":"User","site_admin":false},"assignees":[{"login":"m1093782566","id":4953962,"avatar_url":"https://avatars1.githubusercontent.com/u/4953962?v=4","gravatar_id":"","url":"https://api.github.com/users/m1093782566","html_url":"https://github.com/m1093782566","followers_url":"https://api.github.com/users/m1093782566/followers","following_url":"https://api.github.com/users/m1093782566/following{/other_user}","gists_url":"https://api.github.com/users/m1093782566/gists{/gist_id}","starred_url":"https://api.github.com/users/m1093782566/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/m1093782566/subscriptions","organizations_url":"https://api.github.com/users/m1093782566/orgs","repos_url":"https://api.github.com/users/m1093782566/repos","events_url":"https://api.github.com/users/m1093782566/events{/privacy}","received_events_url":"https://api.github.com/users/m1093782566/received_events","type":"User","site_admin":false}],"milestone":null,"comments":9,"created_at":"2017-10-19T06:31:17Z","updated_at":"2017-11-02T13:56:03Z","closed_at":null,"author_association":"MEMBER","body":"<!-- This form is for bug reports and feature requests ONLY! \r\n\r\nIf you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).\r\n-->\r\n\r\n**Is this a BUG REPORT or FEATURE REQUEST?**:\r\n\r\n/kind feature\r\n\r\n\r\n**What happened**:\r\n\r\nTwo bugs reported in kube-proxy IPVS mode, see:\r\n\r\n#53393 \r\n\r\n#53775 \r\n\r\nI think the root cause is missing SNAT(masq) rules. We can employ iptables, but I am worried about the performance issue. As @song-jiang and @fasaxc suggested, there is a better solution, the ipset. We can put the `ip:port` in a ip sets and then only need to build a static iptables rule, like\r\n\r\n```\r\nipset -N myset iphash\r\nipset -A myset 1.1.1.1:8080\r\nipset -A myset 2.2.2.2:9090\r\niptables -A PREROUTING -m set --set myset {src|dst} -j MASQUERADE\r\niptables -A OUTPUT-m set --set myset {src|dst} -j MASQUERADE\r\n```\r\n\r\n**What you expected to happen**:\r\n\r\n**How to reproduce it (as minimally and precisely as possible)**:\r\n\r\n\r\n**Anything else we need to know?**:\r\n\r\n**Environment**:\r\n- Kubernetes version (use `kubectl version`):\r\n- Cloud provider or hardware configuration**:\r\n- OS (e.g. from /etc/os-release):\r\n- Kernel (e.g. `uname -a`):\r\n- Install tools:\r\n- Others:\r\n\r\n/sig network\r\n\r\n/area kube-proxy\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/341428317","html_url":"https://github.com/kubernetes/kubernetes/issues/54203#issuecomment-341428317","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54203","id":341428317,"user":{"login":"cmluciano","id":4790487,"avatar_url":"https://avatars1.githubusercontent.com/u/4790487?v=4","gravatar_id":"","url":"https://api.github.com/users/cmluciano","html_url":"https://github.com/cmluciano","followers_url":"https://api.github.com/users/cmluciano/followers","following_url":"https://api.github.com/users/cmluciano/following{/other_user}","gists_url":"https://api.github.com/users/cmluciano/gists{/gist_id}","starred_url":"https://api.github.com/users/cmluciano/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmluciano/subscriptions","organizations_url":"https://api.github.com/users/cmluciano/orgs","repos_url":"https://api.github.com/users/cmluciano/repos","events_url":"https://api.github.com/users/cmluciano/events{/privacy}","received_events_url":"https://api.github.com/users/cmluciano/received_events","type":"User","site_admin":false},"created_at":"2017-11-02T13:56:03Z","updated_at":"2017-11-02T13:56:03Z","author_association":"MEMBER","body":"@m1093782566 IIRC hairpin mode needs to be enabled by the CNI plugin. The [CNI bridge plugin](https://github.com/containernetworking/plugins/blob/master/plugins/main/bridge/bridge.go#L49) supports this at the moment. I'm not sure if there are any 3rd party CNI plugins that have enabled hairpin mode yet.\r\n\r\nxref: https://github.com/kubernetes/kubernetes/issues/53269#issuecomment-334590862 , https://github.com/containernetworking/cni/issues/476\r\n\r\ncc @squeed @caseydavenport "}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 4790487,
"login": "cmluciano",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/4790487?",
"url": "https://api.github.com/users/cmluciano"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-02T13:56:05 | 6800417957 | {"actor":{"display_login":"cmluciano"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/16831","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/16831/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/16831/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/16831/events","html_url":"https://github.com/kubernetes/kubernetes/issues/16831","id":115193383,"number":16831,"title":"Evaluate the benefits of adopting docker event stream","user":{"login":"yujuhong","id":10524058,"avatar_url":"https://avatars1.githubusercontent.com/u/10524058?v=4","gravatar_id":"","url":"https://api.github.com/users/yujuhong","html_url":"https://github.com/yujuhong","followers_url":"https://api.github.com/users/yujuhong/followers","following_url":"https://api.github.com/users/yujuhong/following{/other_user}","gists_url":"https://api.github.com/users/yujuhong/gists{/gist_id}","starred_url":"https://api.github.com/users/yujuhong/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yujuhong/subscriptions","organizations_url":"https://api.github.com/users/yujuhong/orgs","repos_url":"https://api.github.com/users/yujuhong/repos","events_url":"https://api.github.com/users/yujuhong/events{/privacy}","received_events_url":"https://api.github.com/users/yujuhong/received_events","type":"User","site_admin":false},"labels":[{"id":114528273,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/priority/backlog","name":"priority/backlog","color":"fbca04","default":false},{"id":173493665,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/node","name":"sig/node","color":"d2b48c","default":false},{"id":125010198,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/scalability","name":"sig/scalability","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":9,"created_at":"2015-11-05T02:08:14Z","updated_at":"2017-12-27T18:46:16Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"In #12540, docker event stream was proposed as part of the pod lifecycle event generator (PLEG) to reduce number of docker operations.\n\nHowever, even without adopting the docker event stream, we can still implement a PLEG solely by periodically relisting the containers. The generic PLEG in #13571 is an example. \nThis would still improve the average resource usage of kubelet and docker because only one goroutine queries docker at a higher frequency (as opposed to all pod workers). The drawback, on the other hand, is that kubelet's reaction time to container events would be equal or greater than the relist period. We should try to understand the limit of pure relisting by running some micro-benchmark using docker, so that we know how much benefits the container event stream can bring us.\n\nMetrics:\n- latency\n- cpu usage percentiles\n\nParameters to vary:\n- op: list, inspect\n- period\n- number of containers\n- GCE machine size\n\nThe next step would be benchmarking the docker event stream.\n\n/cc @kubernetes/goog-node \n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/354157788","html_url":"https://github.com/kubernetes/kubernetes/issues/16831#issuecomment-354157788","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/16831","id":354157788,"user":{"login":"yujuhong","id":10524058,"avatar_url":"https://avatars1.githubusercontent.com/u/10524058?v=4","gravatar_id":"","url":"https://api.github.com/users/yujuhong","html_url":"https://github.com/yujuhong","followers_url":"https://api.github.com/users/yujuhong/followers","following_url":"https://api.github.com/users/yujuhong/following{/other_user}","gists_url":"https://api.github.com/users/yujuhong/gists{/gist_id}","starred_url":"https://api.github.com/users/yujuhong/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/yujuhong/subscriptions","organizations_url":"https://api.github.com/users/yujuhong/orgs","repos_url":"https://api.github.com/users/yujuhong/repos","events_url":"https://api.github.com/users/yujuhong/events{/privacy}","received_events_url":"https://api.github.com/users/yujuhong/received_events","type":"User","site_admin":false},"created_at":"2017-12-27T18:46:16Z","updated_at":"2017-12-27T18:46:16Z","author_association":"CONTRIBUTOR","body":"This issue can be adapted to evaluate whether we need to support event stream in CRI. It is very low priority right now unless the need can be identified clearly."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 10524058,
"login": "yujuhong",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10524058?",
"url": "https://api.github.com/users/yujuhong"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-27T18:46:17 | 7034751381 | {"actor":{"display_login":"yujuhong"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40881","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40881/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40881/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40881/events","html_url":"https://github.com/kubernetes/kubernetes/pull/40881","id":204970702,"number":40881,"title":"RBAC: Allow \"system:basic-user\" role to read \"storageclasses\" resources","user":{"login":"seh","id":175841,"avatar_url":"https://avatars.githubusercontent.com/u/175841?v=3","gravatar_id":"","url":"https://api.github.com/users/seh","html_url":"https://github.com/seh","followers_url":"https://api.github.com/users/seh/followers","following_url":"https://api.github.com/users/seh/following{/other_user}","gists_url":"https://api.github.com/users/seh/gists{/gist_id}","starred_url":"https://api.github.com/users/seh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/seh/subscriptions","organizations_url":"https://api.github.com/users/seh/orgs","repos_url":"https://api.github.com/users/seh/repos","events_url":"https://api.github.com/users/seh/events{/privacy}","received_events_url":"https://api.github.com/users/seh/received_events","type":"User","site_admin":false},"labels":[{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"liggitt","id":980082,"avatar_url":"https://avatars.githubusercontent.com/u/980082?v=3","gravatar_id":"","url":"https://api.github.com/users/liggitt","html_url":"https://github.com/liggitt","followers_url":"https://api.github.com/users/liggitt/followers","following_url":"https://api.github.com/users/liggitt/following{/other_user}","gists_url":"https://api.github.com/users/liggitt/gists{/gist_id}","starred_url":"https://api.github.com/users/liggitt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/liggitt/subscriptions","organizations_url":"https://api.github.com/users/liggitt/orgs","repos_url":"https://api.github.com/users/liggitt/repos","events_url":"https://api.github.com/users/liggitt/events{/privacy}","received_events_url":"https://api.github.com/users/liggitt/received_events","type":"User","site_admin":false},"assignees":[{"login":"liggitt","id":980082,"avatar_url":"https://avatars.githubusercontent.com/u/980082?v=3","gravatar_id":"","url":"https://api.github.com/users/liggitt","html_url":"https://github.com/liggitt","followers_url":"https://api.github.com/users/liggitt/followers","following_url":"https://api.github.com/users/liggitt/following{/other_user}","gists_url":"https://api.github.com/users/liggitt/gists{/gist_id}","starred_url":"https://api.github.com/users/liggitt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/liggitt/subscriptions","organizations_url":"https://api.github.com/users/liggitt/orgs","repos_url":"https://api.github.com/users/liggitt/repos","events_url":"https://api.github.com/users/liggitt/events{/privacy}","received_events_url":"https://api.github.com/users/liggitt/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-02-02T19:24:00Z","updated_at":"2017-02-02T19:28:10Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/40881","html_url":"https://github.com/kubernetes/kubernetes/pull/40881","diff_url":"https://github.com/kubernetes/kubernetes/pull/40881.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/40881.patch"},"body":"Users interested in creating persistent volume claims are usually interested in the available set of storage classes. Allow subjects bound to the \"system:basic-user\" _ClusterRole_ to read resources of type \"storageclasses\" to help them choose one.\r\n\r\nSee [preceding discussion in PR #40308](https://github.com/kubernetes/kubernetes/pull/40308/files#r99153778) (with @liggitt and @wongma7).\r\n\r\n@wongma7, what does [allowing users to \"list\" but not \"get\" a storage class](https://github.com/kubernetes/kubernetes/pull/40308#discussion_r99158870) achieve?\r\n\r\nDoes widening each user's access like this warrant mention in the release notes?"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/277057033","html_url":"https://github.com/kubernetes/kubernetes/pull/40881#issuecomment-277057033","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/40881","id":277057033,"user":{"login":"liggitt","id":980082,"avatar_url":"https://avatars.githubusercontent.com/u/980082?v=3","gravatar_id":"","url":"https://api.github.com/users/liggitt","html_url":"https://github.com/liggitt","followers_url":"https://api.github.com/users/liggitt/followers","following_url":"https://api.github.com/users/liggitt/following{/other_user}","gists_url":"https://api.github.com/users/liggitt/gists{/gist_id}","starred_url":"https://api.github.com/users/liggitt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/liggitt/subscriptions","organizations_url":"https://api.github.com/users/liggitt/orgs","repos_url":"https://api.github.com/users/liggitt/repos","events_url":"https://api.github.com/users/liggitt/events{/privacy}","received_events_url":"https://api.github.com/users/liggitt/received_events","type":"User","site_admin":false},"created_at":"2017-02-02T19:28:10Z","updated_at":"2017-02-02T19:28:10Z","body":"cc @kubernetes/sig-auth-pr-reviews @kubernetes/sig-storage-pr-reviews "}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 980082,
"login": "liggitt",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/980082?",
"url": "https://api.github.com/users/liggitt"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-02-02T19:28:12 | 5257021983 | {"actor":{"display_login":"liggitt"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kops/issues/3667","repository_url":"https://api.github.com/repos/kubernetes/kops","labels_url":"https://api.github.com/repos/kubernetes/kops/issues/3667/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kops/issues/3667/comments","events_url":"https://api.github.com/repos/kubernetes/kops/issues/3667/events","html_url":"https://github.com/kubernetes/kops/pull/3667","id":266895314,"number":3667,"title":"Add myself as a reviewer","user":{"login":"andrewsykim","id":12699319,"avatar_url":"https://avatars0.githubusercontent.com/u/12699319?v=4","gravatar_id":"","url":"https://api.github.com/users/andrewsykim","html_url":"https://github.com/andrewsykim","followers_url":"https://api.github.com/users/andrewsykim/followers","following_url":"https://api.github.com/users/andrewsykim/following{/other_user}","gists_url":"https://api.github.com/users/andrewsykim/gists{/gist_id}","starred_url":"https://api.github.com/users/andrewsykim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andrewsykim/subscriptions","organizations_url":"https://api.github.com/users/andrewsykim/orgs","repos_url":"https://api.github.com/users/andrewsykim/repos","events_url":"https://api.github.com/users/andrewsykim/events{/privacy}","received_events_url":"https://api.github.com/users/andrewsykim/received_events","type":"User","site_admin":false},"labels":[{"id":485059302,"url":"https://api.github.com/repos/kubernetes/kops/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"0e8a16","default":false},{"id":676714365,"url":"https://api.github.com/repos/kubernetes/kops/labels/size/XS","name":"size/XS","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-10-19T15:54:16Z","updated_at":"2017-10-19T15:54:44Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kops/pulls/3667","html_url":"https://github.com/kubernetes/kops/pull/3667","diff_url":"https://github.com/kubernetes/kops/pull/3667.diff","patch_url":"https://github.com/kubernetes/kops/pull/3667.patch"},"body":"As requested by @chrislovecnm ;). Also puts all approvers as reviewers too. \r\n\r\ncc @justinsb "},"comment":{"url":"https://api.github.com/repos/kubernetes/kops/issues/comments/337952988","html_url":"https://github.com/kubernetes/kops/pull/3667#issuecomment-337952988","issue_url":"https://api.github.com/repos/kubernetes/kops/issues/3667","id":337952988,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-10-19T15:54:44Z","updated_at":"2017-10-19T15:54:44Z","author_association":"CONTRIBUTOR","body":"[APPROVALNOTIFIER] This PR is **NOT APPROVED**\n\nThis pull-request has been approved by: \nWe suggest the following additional approver: **chrislovecnm**\n\nAssign the PR to them by writing `/assign @chrislovecnm` in a comment when ready.\n\n\n\nThe full list of commands accepted by this bot can be found [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details open>\nNeeds approval from an approver in each of these OWNERS Files:\n\n- **[OWNERS](https://github.com/kubernetes/kops/blob/master/OWNERS)**\n\nYou can indicate your approval by writing `/approve` in a comment\nYou can cancel your approval by writing `/approve cancel` in a comment\n</details>\n<!-- META={\"approvers\":[\"chrislovecnm\"]} -->"}} | {
"id": 62091339,
"name": "kubernetes/kops",
"url": "https://api.github.com/repos/kubernetes/kops"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-10-19T15:54:44 | 6739310830 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47262","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47262/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47262/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47262/events","html_url":"https://github.com/kubernetes/kubernetes/pull/47262","id":234910181,"number":47262,"title":"kube-proxy: wait, if necessary, for node to be defined","user":{"login":"MikeSpreitzer","id":14296719,"avatar_url":"https://avatars2.githubusercontent.com/u/14296719?v=4","gravatar_id":"","url":"https://api.github.com/users/MikeSpreitzer","html_url":"https://github.com/MikeSpreitzer","followers_url":"https://api.github.com/users/MikeSpreitzer/followers","following_url":"https://api.github.com/users/MikeSpreitzer/following{/other_user}","gists_url":"https://api.github.com/users/MikeSpreitzer/gists{/gist_id}","starred_url":"https://api.github.com/users/MikeSpreitzer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MikeSpreitzer/subscriptions","organizations_url":"https://api.github.com/users/MikeSpreitzer/orgs","repos_url":"https://api.github.com/users/MikeSpreitzer/repos","events_url":"https://api.github.com/users/MikeSpreitzer/events{/privacy}","received_events_url":"https://api.github.com/users/MikeSpreitzer/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450934,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/M","name":"size/M","color":"eebb00","default":false}],"state":"open","locked":false,"assignee":{"login":"freehan","id":1332699,"avatar_url":"https://avatars3.githubusercontent.com/u/1332699?v=4","gravatar_id":"","url":"https://api.github.com/users/freehan","html_url":"https://github.com/freehan","followers_url":"https://api.github.com/users/freehan/followers","following_url":"https://api.github.com/users/freehan/following{/other_user}","gists_url":"https://api.github.com/users/freehan/gists{/gist_id}","starred_url":"https://api.github.com/users/freehan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/freehan/subscriptions","organizations_url":"https://api.github.com/users/freehan/orgs","repos_url":"https://api.github.com/users/freehan/repos","events_url":"https://api.github.com/users/freehan/events{/privacy}","received_events_url":"https://api.github.com/users/freehan/received_events","type":"User","site_admin":false},"assignees":[{"login":"freehan","id":1332699,"avatar_url":"https://avatars3.githubusercontent.com/u/1332699?v=4","gravatar_id":"","url":"https://api.github.com/users/freehan","html_url":"https://github.com/freehan","followers_url":"https://api.github.com/users/freehan/followers","following_url":"https://api.github.com/users/freehan/following{/other_user}","gists_url":"https://api.github.com/users/freehan/gists{/gist_id}","starred_url":"https://api.github.com/users/freehan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/freehan/subscriptions","organizations_url":"https://api.github.com/users/freehan/orgs","repos_url":"https://api.github.com/users/freehan/repos","events_url":"https://api.github.com/users/freehan/events{/privacy}","received_events_url":"https://api.github.com/users/freehan/received_events","type":"User","site_admin":false},{"login":"dchen1107","id":7740897,"avatar_url":"https://avatars2.githubusercontent.com/u/7740897?v=4","gravatar_id":"","url":"https://api.github.com/users/dchen1107","html_url":"https://github.com/dchen1107","followers_url":"https://api.github.com/users/dchen1107/followers","following_url":"https://api.github.com/users/dchen1107/following{/other_user}","gists_url":"https://api.github.com/users/dchen1107/gists{/gist_id}","starred_url":"https://api.github.com/users/dchen1107/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dchen1107/subscriptions","organizations_url":"https://api.github.com/users/dchen1107/orgs","repos_url":"https://api.github.com/users/dchen1107/repos","events_url":"https://api.github.com/users/dchen1107/events{/privacy}","received_events_url":"https://api.github.com/users/dchen1107/received_events","type":"User","site_admin":false}],"milestone":null,"comments":45,"created_at":"2017-06-09T18:51:32Z","updated_at":"2017-07-17T20:44:28Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/47262","html_url":"https://github.com/kubernetes/kubernetes/pull/47262","diff_url":"https://github.com/kubernetes/kubernetes/pull/47262.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/47262.patch"},"body":"Make the kube-proxy retry fetching the local Node a few times with\r\nexponential backoff, to resolve the race between startup of kube-proxy\r\nand kubelet. There is a limited number of retries, and if the Node\r\ncan not be fetched within the limit then the kube-proxy exits with an\r\nerror so that a higher-level thing can deal with the problem.\r\n\r\nResolves issue #37414\r\n\r\n<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**: this fixes a bug that causes tests to flake\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #37414 \r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/315877425","html_url":"https://github.com/kubernetes/kubernetes/pull/47262#issuecomment-315877425","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47262","id":315877425,"user":{"login":"MikeSpreitzer","id":14296719,"avatar_url":"https://avatars2.githubusercontent.com/u/14296719?v=4","gravatar_id":"","url":"https://api.github.com/users/MikeSpreitzer","html_url":"https://github.com/MikeSpreitzer","followers_url":"https://api.github.com/users/MikeSpreitzer/followers","following_url":"https://api.github.com/users/MikeSpreitzer/following{/other_user}","gists_url":"https://api.github.com/users/MikeSpreitzer/gists{/gist_id}","starred_url":"https://api.github.com/users/MikeSpreitzer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/MikeSpreitzer/subscriptions","organizations_url":"https://api.github.com/users/MikeSpreitzer/orgs","repos_url":"https://api.github.com/users/MikeSpreitzer/repos","events_url":"https://api.github.com/users/MikeSpreitzer/events{/privacy}","received_events_url":"https://api.github.com/users/MikeSpreitzer/received_events","type":"User","site_admin":false},"created_at":"2017-07-17T20:44:28Z","updated_at":"2017-07-17T20:44:28Z","body":"@justinsb, regarding your comment about hostname != nodename: Is it true that the `--hostname-override` parameter of kubelet and kube-proxy is there exactly to communicate the nodename when it differs from the hostname (i.e., it means \"override the hostname and use the given name instead as the nodename\")? If so then the code here is good, because the nodename it looks up is affected by that parameter --- right?"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 14296719,
"login": "MikeSpreitzer",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/14296719?",
"url": "https://api.github.com/users/MikeSpreitzer"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-17T20:44:30 | 6272791166 | {"actor":{"display_login":"MikeSpreitzer"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51095","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51095/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51095/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51095/events","html_url":"https://github.com/kubernetes/kubernetes/pull/51095","id":251907246,"number":51095,"title":"RBD Plugin: Log RBD Attach/Mount/Unmout actions in addition to Detach","user":{"login":"cofyc","id":91730,"avatar_url":"https://avatars3.githubusercontent.com/u/91730?v=4","gravatar_id":"","url":"https://api.github.com/users/cofyc","html_url":"https://github.com/cofyc","followers_url":"https://api.github.com/users/cofyc/followers","following_url":"https://api.github.com/users/cofyc/following{/other_user}","gists_url":"https://api.github.com/users/cofyc/gists{/gist_id}","starred_url":"https://api.github.com/users/cofyc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cofyc/subscriptions","organizations_url":"https://api.github.com/users/cofyc/orgs","repos_url":"https://api.github.com/users/cofyc/repos","events_url":"https://api.github.com/users/cofyc/events{/privacy}","received_events_url":"https://api.github.com/users/cofyc/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"derekwaynecarr","id":6233452,"avatar_url":"https://avatars3.githubusercontent.com/u/6233452?v=4","gravatar_id":"","url":"https://api.github.com/users/derekwaynecarr","html_url":"https://github.com/derekwaynecarr","followers_url":"https://api.github.com/users/derekwaynecarr/followers","following_url":"https://api.github.com/users/derekwaynecarr/following{/other_user}","gists_url":"https://api.github.com/users/derekwaynecarr/gists{/gist_id}","starred_url":"https://api.github.com/users/derekwaynecarr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/derekwaynecarr/subscriptions","organizations_url":"https://api.github.com/users/derekwaynecarr/orgs","repos_url":"https://api.github.com/users/derekwaynecarr/repos","events_url":"https://api.github.com/users/derekwaynecarr/events{/privacy}","received_events_url":"https://api.github.com/users/derekwaynecarr/received_events","type":"User","site_admin":false},"assignees":[{"login":"derekwaynecarr","id":6233452,"avatar_url":"https://avatars3.githubusercontent.com/u/6233452?v=4","gravatar_id":"","url":"https://api.github.com/users/derekwaynecarr","html_url":"https://github.com/derekwaynecarr","followers_url":"https://api.github.com/users/derekwaynecarr/followers","following_url":"https://api.github.com/users/derekwaynecarr/following{/other_user}","gists_url":"https://api.github.com/users/derekwaynecarr/gists{/gist_id}","starred_url":"https://api.github.com/users/derekwaynecarr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/derekwaynecarr/subscriptions","organizations_url":"https://api.github.com/users/derekwaynecarr/orgs","repos_url":"https://api.github.com/users/derekwaynecarr/repos","events_url":"https://api.github.com/users/derekwaynecarr/events{/privacy}","received_events_url":"https://api.github.com/users/derekwaynecarr/received_events","type":"User","site_admin":false},{"login":"rootfs","id":7062400,"avatar_url":"https://avatars0.githubusercontent.com/u/7062400?v=4","gravatar_id":"","url":"https://api.github.com/users/rootfs","html_url":"https://github.com/rootfs","followers_url":"https://api.github.com/users/rootfs/followers","following_url":"https://api.github.com/users/rootfs/following{/other_user}","gists_url":"https://api.github.com/users/rootfs/gists{/gist_id}","starred_url":"https://api.github.com/users/rootfs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rootfs/subscriptions","organizations_url":"https://api.github.com/users/rootfs/orgs","repos_url":"https://api.github.com/users/rootfs/repos","events_url":"https://api.github.com/users/rootfs/events{/privacy}","received_events_url":"https://api.github.com/users/rootfs/received_events","type":"User","site_admin":false},{"login":"msau42","id":24448061,"avatar_url":"https://avatars3.githubusercontent.com/u/24448061?v=4","gravatar_id":"","url":"https://api.github.com/users/msau42","html_url":"https://github.com/msau42","followers_url":"https://api.github.com/users/msau42/followers","following_url":"https://api.github.com/users/msau42/following{/other_user}","gists_url":"https://api.github.com/users/msau42/gists{/gist_id}","starred_url":"https://api.github.com/users/msau42/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/msau42/subscriptions","organizations_url":"https://api.github.com/users/msau42/orgs","repos_url":"https://api.github.com/users/msau42/repos","events_url":"https://api.github.com/users/msau42/events{/privacy}","received_events_url":"https://api.github.com/users/msau42/received_events","type":"User","site_admin":false}],"milestone":null,"comments":11,"created_at":"2017-08-22T10:15:56Z","updated_at":"2017-08-24T14:36:16Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/51095","html_url":"https://github.com/kubernetes/kubernetes/pull/51095","diff_url":"https://github.com/kubernetes/kubernetes/pull/51095.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/51095.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\n\r\nCurrently, RBD Plugin can log a info message for a successful action of RBD Unmap, e.g.:\r\n\r\n```\r\nI0822 09:32:31.595162 15177 rbd_util.go:349] rbd: successfully unmap device /dev/rbd0\r\n```\r\n\r\nThis PR adds logs for another three important actions: Attach, Mount and Unmount.\r\n\r\nLogging these actions and associated info is *very* useful in diagnosing problems.\r\n\r\n**Special notes for your reviewer**:\r\n\r\nExample RBD Plugin logs of successful pod volume attaching and mounting:\r\n\r\n```\r\nI0822 09:30:27.512015 15177 rbd_util.go:148] lock list output \"2017-08-22 09:30:27.493889 7fa4ae3c23c0 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.kube.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory\\n\"\r\nW0822 09:30:27.547513 15177 rbd_util.go:460] rbd: no watchers on kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71\r\nI0822 09:30:27.704703 15177 rbd_util.go:315] rbd: successfully map image kube/kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71 to /dev/rbd0\r\nI0822 09:30:27.965603 15177 rbd_util.go:322] rbd: successfully mount image kube/kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71 at /var/lib/kubelet/plugins/kubernetes.io/rbd/rbd/kube-image-kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71\r\n```\r\n\r\nExample RBD Plugin logs of successful pod volume detaching and unmouting:\r\n\r\n```\r\nI0822 09:32:31.380124 15177 rbd_util.go:334] rbd: successfully umount mountpoint /var/lib/kubelet/plugins/kubernetes.io/rbd/rbd/kube-image-kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71\r\nI0822 09:32:31.459867 15177 rbd_util.go:148] lock list output \"2017-08-22 09:32:31.443643 7f2bb8ab53c0 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.kube.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory\\nThere is 1 exclusive lock on this image.\\nLocker ID Address \\nclient.64117 kubelet_lock_magic_k8s 192.168.2.128:0/4124042516 \\n\"\r\nI0822 09:32:31.595162 15177 rbd_util.go:349] rbd: successfully unmap device /dev/rbd0\r\n```\r\n\r\nIt does not add too much logs, but admins/ops can know what RBD plugin are doing internally and exact time a RBD image is mapped, mounted or unmounted (in addition to unmapped).\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nNONE\r\n```"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/324654149","html_url":"https://github.com/kubernetes/kubernetes/pull/51095#issuecomment-324654149","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51095","id":324654149,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-08-24T14:36:16Z","updated_at":"2017-08-24T14:36:16Z","body":"[APPROVALNOTIFIER] This PR is **APPROVED**\n\nThis pull-request has been approved by: *<a href=\"https://github.com/kubernetes/kubernetes/pull/51095#\" title=\"Author self-approved\">cofyc</a>*, *<a href=\"https://github.com/kubernetes/kubernetes/pull/51095#issuecomment-324654112\" title=\"Approved\">rootfs</a>*\n\nAssociated issue requirement bypassed by: *<a href=\"https://github.com/kubernetes/kubernetes/pull/51095#issuecomment-324654112\" title=\"Approved\">rootfs</a>*\n\nThe full list of commands accepted by this bot can be found [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details >\nNeeds approval from an approver in each of these OWNERS Files:\n\n- ~~[pkg/volume/rbd/OWNERS](https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/rbd/OWNERS)~~ [rootfs]\n\nYou can indicate your approval by writing `/approve` in a comment\nYou can cancel your approval by writing `/approve cancel` in a comment\n</details>\n<!-- META={\"approvers\":[]} -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-08-24T14:36:18 | 6507821296 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/minikube/issues/954","repository_url":"https://api.github.com/repos/kubernetes/minikube","labels_url":"https://api.github.com/repos/kubernetes/minikube/issues/954/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/minikube/issues/954/comments","events_url":"https://api.github.com/repos/kubernetes/minikube/issues/954/events","html_url":"https://github.com/kubernetes/minikube/pull/954","id":198290711,"number":954,"title":"Adds --keep-context flag for 'minikube start'","user":{"login":"gauthierbl","id":1013102,"avatar_url":"https://avatars.githubusercontent.com/u/1013102?v=3","gravatar_id":"","url":"https://api.github.com/users/gauthierbl","html_url":"https://github.com/gauthierbl","followers_url":"https://api.github.com/users/gauthierbl/followers","following_url":"https://api.github.com/users/gauthierbl/following{/other_user}","gists_url":"https://api.github.com/users/gauthierbl/gists{/gist_id}","starred_url":"https://api.github.com/users/gauthierbl/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gauthierbl/subscriptions","organizations_url":"https://api.github.com/users/gauthierbl/orgs","repos_url":"https://api.github.com/users/gauthierbl/repos","events_url":"https://api.github.com/users/gauthierbl/events{/privacy}","received_events_url":"https://api.github.com/users/gauthierbl/received_events","type":"User","site_admin":false},"labels":[{"id":364063829,"url":"https://api.github.com/repos/kubernetes/minikube/labels/cla:%20yes","name":"cla: yes","color":"bfe5bf","default":false},{"id":484585353,"url":"https://api.github.com/repos/kubernetes/minikube/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"ededed","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":10,"created_at":"2017-01-02T02:04:33Z","updated_at":"2017-01-05T21:34:44Z","closed_at":"2017-01-05T21:34:40Z","pull_request":{"url":"https://api.github.com/repos/kubernetes/minikube/pulls/954","html_url":"https://github.com/kubernetes/minikube/pull/954","diff_url":"https://github.com/kubernetes/minikube/pull/954.diff","patch_url":"https://github.com/kubernetes/minikube/pull/954.patch"},"body":"This PR adds a new flag to `minikube start` that will keep the existing kubectl context.\r\n\r\nRef #687 "},"comment":{"url":"https://api.github.com/repos/kubernetes/minikube/issues/comments/270764179","html_url":"https://github.com/kubernetes/minikube/pull/954#issuecomment-270764179","issue_url":"https://api.github.com/repos/kubernetes/minikube/issues/954","id":270764179,"user":{"login":"dlorenc","id":1714486,"avatar_url":"https://avatars.githubusercontent.com/u/1714486?v=3","gravatar_id":"","url":"https://api.github.com/users/dlorenc","html_url":"https://github.com/dlorenc","followers_url":"https://api.github.com/users/dlorenc/followers","following_url":"https://api.github.com/users/dlorenc/following{/other_user}","gists_url":"https://api.github.com/users/dlorenc/gists{/gist_id}","starred_url":"https://api.github.com/users/dlorenc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dlorenc/subscriptions","organizations_url":"https://api.github.com/users/dlorenc/orgs","repos_url":"https://api.github.com/users/dlorenc/repos","events_url":"https://api.github.com/users/dlorenc/events{/privacy}","received_events_url":"https://api.github.com/users/dlorenc/received_events","type":"User","site_admin":false},"created_at":"2017-01-05T21:34:44Z","updated_at":"2017-01-05T21:34:44Z","body":"Thanks!"}} | {
"id": 56353740,
"name": "kubernetes/minikube",
"url": "https://api.github.com/repos/kubernetes/minikube"
} | {
"id": 1714486,
"login": "dlorenc",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1714486?",
"url": "https://api.github.com/users/dlorenc"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-01-05T21:34:44 | 5109686295 | {"actor":{"display_login":"dlorenc"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/apiserver/issues/26","repository_url":"https://api.github.com/repos/kubernetes/apiserver","labels_url":"https://api.github.com/repos/kubernetes/apiserver/issues/26/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/apiserver/issues/26/comments","events_url":"https://api.github.com/repos/kubernetes/apiserver/issues/26/events","html_url":"https://github.com/kubernetes/apiserver/issues/26","id":276272532,"number":26,"title":"Keystone endpoint is enforced to use https","user":{"login":"resouer","id":1701782,"avatar_url":"https://avatars3.githubusercontent.com/u/1701782?v=4","gravatar_id":"","url":"https://api.github.com/users/resouer","html_url":"https://github.com/resouer","followers_url":"https://api.github.com/users/resouer/followers","following_url":"https://api.github.com/users/resouer/following{/other_user}","gists_url":"https://api.github.com/users/resouer/gists{/gist_id}","starred_url":"https://api.github.com/users/resouer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/resouer/subscriptions","organizations_url":"https://api.github.com/users/resouer/orgs","repos_url":"https://api.github.com/users/resouer/repos","events_url":"https://api.github.com/users/resouer/events{/privacy}","received_events_url":"https://api.github.com/users/resouer/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-11-23T06:00:34Z","updated_at":"2017-11-29T01:38:10Z","closed_at":null,"author_association":"MEMBER","body":"May I ask why it is enforced to use https here:\r\nhttps://github.com/kubernetes/apiserver/blob/master/plugin/pkg/authenticator/password/keystone/keystone.go#L76\r\n\r\ncc @ixdy "},"comment":{"url":"https://api.github.com/repos/kubernetes/apiserver/issues/comments/347723749","html_url":"https://github.com/kubernetes/apiserver/issues/26#issuecomment-347723749","issue_url":"https://api.github.com/repos/kubernetes/apiserver/issues/26","id":347723749,"user":{"login":"ixdy","id":8061296,"avatar_url":"https://avatars3.githubusercontent.com/u/8061296?v=4","gravatar_id":"","url":"https://api.github.com/users/ixdy","html_url":"https://github.com/ixdy","followers_url":"https://api.github.com/users/ixdy/followers","following_url":"https://api.github.com/users/ixdy/following{/other_user}","gists_url":"https://api.github.com/users/ixdy/gists{/gist_id}","starred_url":"https://api.github.com/users/ixdy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ixdy/subscriptions","organizations_url":"https://api.github.com/users/ixdy/orgs","repos_url":"https://api.github.com/users/ixdy/repos","events_url":"https://api.github.com/users/ixdy/events{/privacy}","received_events_url":"https://api.github.com/users/ixdy/received_events","type":"User","site_admin":false},"created_at":"2017-11-29T01:38:10Z","updated_at":"2017-11-29T01:38:10Z","author_association":"MEMBER","body":"I don't know why you cc'd me, but it's been that way for years (https://github.com/kubernetes/kubernetes/pull/11798).\r\n\r\ncc @uruddarraju "}} | {
"id": 78874920,
"name": "kubernetes/apiserver",
"url": "https://api.github.com/repos/kubernetes/apiserver"
} | {
"id": 8061296,
"login": "ixdy",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/8061296?",
"url": "https://api.github.com/users/ixdy"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-29T01:38:10 | 6916276795 | {"actor":{"display_login":"ixdy"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51834","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51834/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51834/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51834/events","html_url":"https://github.com/kubernetes/kubernetes/pull/51834","id":254765692,"number":51834,"title":"Make logdump support kubemark and support gke with 'use_custom_instance_list'","user":{"login":"shyamjvs","id":4333971,"avatar_url":"https://avatars3.githubusercontent.com/u/4333971?v=4","gravatar_id":"","url":"https://api.github.com/users/shyamjvs","html_url":"https://github.com/shyamjvs","followers_url":"https://api.github.com/users/shyamjvs/followers","following_url":"https://api.github.com/users/shyamjvs/following{/other_user}","gists_url":"https://api.github.com/users/shyamjvs/gists{/gist_id}","starred_url":"https://api.github.com/users/shyamjvs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/shyamjvs/subscriptions","organizations_url":"https://api.github.com/users/shyamjvs/orgs","repos_url":"https://api.github.com/users/shyamjvs/repos","events_url":"https://api.github.com/users/shyamjvs/events{/privacy}","received_events_url":"https://api.github.com/users/shyamjvs/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":114528068,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/priority/critical-urgent","name":"priority/critical-urgent","color":"e11d21","default":false},{"id":496747282,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/queue/fix","name":"queue/fix","color":"ffaa00","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":255776949,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/retest-not-required","name":"retest-not-required","color":"eb6420","default":false},{"id":483069764,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/testing","name":"sig/testing","color":"d2b48c","default":false},{"id":253450934,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/M","name":"size/M","color":"eebb00","default":false}],"state":"open","locked":false,"assignee":{"login":"krzyzacy","id":1108148,"avatar_url":"https://avatars3.githubusercontent.com/u/1108148?v=4","gravatar_id":"","url":"https://api.github.com/users/krzyzacy","html_url":"https://github.com/krzyzacy","followers_url":"https://api.github.com/users/krzyzacy/followers","following_url":"https://api.github.com/users/krzyzacy/following{/other_user}","gists_url":"https://api.github.com/users/krzyzacy/gists{/gist_id}","starred_url":"https://api.github.com/users/krzyzacy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/krzyzacy/subscriptions","organizations_url":"https://api.github.com/users/krzyzacy/orgs","repos_url":"https://api.github.com/users/krzyzacy/repos","events_url":"https://api.github.com/users/krzyzacy/events{/privacy}","received_events_url":"https://api.github.com/users/krzyzacy/received_events","type":"User","site_admin":false},"assignees":[{"login":"krzyzacy","id":1108148,"avatar_url":"https://avatars3.githubusercontent.com/u/1108148?v=4","gravatar_id":"","url":"https://api.github.com/users/krzyzacy","html_url":"https://github.com/krzyzacy","followers_url":"https://api.github.com/users/krzyzacy/followers","following_url":"https://api.github.com/users/krzyzacy/following{/other_user}","gists_url":"https://api.github.com/users/krzyzacy/gists{/gist_id}","starred_url":"https://api.github.com/users/krzyzacy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/krzyzacy/subscriptions","organizations_url":"https://api.github.com/users/krzyzacy/orgs","repos_url":"https://api.github.com/users/krzyzacy/repos","events_url":"https://api.github.com/users/krzyzacy/events{/privacy}","received_events_url":"https://api.github.com/users/krzyzacy/received_events","type":"User","site_admin":false},{"login":"mikedanese","id":1787169,"avatar_url":"https://avatars3.githubusercontent.com/u/1787169?v=4","gravatar_id":"","url":"https://api.github.com/users/mikedanese","html_url":"https://github.com/mikedanese","followers_url":"https://api.github.com/users/mikedanese/followers","following_url":"https://api.github.com/users/mikedanese/following{/other_user}","gists_url":"https://api.github.com/users/mikedanese/gists{/gist_id}","starred_url":"https://api.github.com/users/mikedanese/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mikedanese/subscriptions","organizations_url":"https://api.github.com/users/mikedanese/orgs","repos_url":"https://api.github.com/users/mikedanese/repos","events_url":"https://api.github.com/users/mikedanese/events{/privacy}","received_events_url":"https://api.github.com/users/mikedanese/received_events","type":"User","site_admin":false},{"login":"eparis","id":8093535,"avatar_url":"https://avatars3.githubusercontent.com/u/8093535?v=4","gravatar_id":"","url":"https://api.github.com/users/eparis","html_url":"https://github.com/eparis","followers_url":"https://api.github.com/users/eparis/followers","following_url":"https://api.github.com/users/eparis/following{/other_user}","gists_url":"https://api.github.com/users/eparis/gists{/gist_id}","starred_url":"https://api.github.com/users/eparis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eparis/subscriptions","organizations_url":"https://api.github.com/users/eparis/orgs","repos_url":"https://api.github.com/users/eparis/repos","events_url":"https://api.github.com/users/eparis/events{/privacy}","received_events_url":"https://api.github.com/users/eparis/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/36","html_url":"https://github.com/kubernetes/kubernetes/milestone/36","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/36/labels","id":2545392,"number":36,"title":"v1.8","description":"Kubernetes 1.8 release milestone, date is TBD.","creator":{"login":"timothysc","id":169553,"avatar_url":"https://avatars0.githubusercontent.com/u/169553?v=4","gravatar_id":"","url":"https://api.github.com/users/timothysc","html_url":"https://github.com/timothysc","followers_url":"https://api.github.com/users/timothysc/followers","following_url":"https://api.github.com/users/timothysc/following{/other_user}","gists_url":"https://api.github.com/users/timothysc/gists{/gist_id}","starred_url":"https://api.github.com/users/timothysc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/timothysc/subscriptions","organizations_url":"https://api.github.com/users/timothysc/orgs","repos_url":"https://api.github.com/users/timothysc/repos","events_url":"https://api.github.com/users/timothysc/events{/privacy}","received_events_url":"https://api.github.com/users/timothysc/received_events","type":"User","site_admin":false},"open_issues":248,"closed_issues":299,"state":"open","created_at":"2017-05-26T17:18:43Z","updated_at":"2017-09-01T22:55:09Z","due_on":null,"closed_at":null},"comments":4,"created_at":"2017-09-01T22:34:37Z","updated_at":"2017-09-01T22:59:51Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/51834","html_url":"https://github.com/kubernetes/kubernetes/pull/51834","diff_url":"https://github.com/kubernetes/kubernetes/pull/51834.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/51834.patch"},"body":"Fixes https://github.com/kubernetes/test-infra/issues/4321 (for kubemark)\r\nFixes https://github.com/kubernetes/test-infra/issues/4323 (for gke)\r\n\r\n/cc @ericchiang @fejta @krzyzacy "},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/326700827","html_url":"https://github.com/kubernetes/kubernetes/pull/51834#issuecomment-326700827","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51834","id":326700827,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-09-01T22:59:51Z","updated_at":"2017-09-01T22:59:51Z","author_association":"COLLABORATOR","body":"@shyamjvs: The following test **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-unit | a31703631fb9a4032c70f38b19ae98c10b3a236c | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/51834/pull-kubernetes-unit/51410/) | `/test pull-kubernetes-unit`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/51834). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/shyamjvs). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-09-01T22:59:53 | 6541941118 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/test-infra/issues/2706","repository_url":"https://api.github.com/repos/kubernetes/test-infra","labels_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2706/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2706/comments","events_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2706/events","html_url":"https://github.com/kubernetes/test-infra/pull/2706","id":227584998,"number":2706,"title":"Propagate labels across all repos","user":{"login":"lukaszgryglicki","id":2469783,"avatar_url":"https://avatars2.githubusercontent.com/u/2469783?v=4","gravatar_id":"","url":"https://api.github.com/users/lukaszgryglicki","html_url":"https://github.com/lukaszgryglicki","followers_url":"https://api.github.com/users/lukaszgryglicki/followers","following_url":"https://api.github.com/users/lukaszgryglicki/following{/other_user}","gists_url":"https://api.github.com/users/lukaszgryglicki/gists{/gist_id}","starred_url":"https://api.github.com/users/lukaszgryglicki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lukaszgryglicki/subscriptions","organizations_url":"https://api.github.com/users/lukaszgryglicki/orgs","repos_url":"https://api.github.com/users/lukaszgryglicki/repos","events_url":"https://api.github.com/users/lukaszgryglicki/events{/privacy}","received_events_url":"https://api.github.com/users/lukaszgryglicki/received_events","type":"User","site_admin":false},"labels":[{"id":484580953,"url":"https://api.github.com/repos/kubernetes/test-infra/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"0e8a16","default":false}],"state":"open","locked":false,"assignee":{"login":"rmmh","id":211868,"avatar_url":"https://avatars0.githubusercontent.com/u/211868?v=4","gravatar_id":"","url":"https://api.github.com/users/rmmh","html_url":"https://github.com/rmmh","followers_url":"https://api.github.com/users/rmmh/followers","following_url":"https://api.github.com/users/rmmh/following{/other_user}","gists_url":"https://api.github.com/users/rmmh/gists{/gist_id}","starred_url":"https://api.github.com/users/rmmh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rmmh/subscriptions","organizations_url":"https://api.github.com/users/rmmh/orgs","repos_url":"https://api.github.com/users/rmmh/repos","events_url":"https://api.github.com/users/rmmh/events{/privacy}","received_events_url":"https://api.github.com/users/rmmh/received_events","type":"User","site_admin":false},"assignees":[{"login":"rmmh","id":211868,"avatar_url":"https://avatars0.githubusercontent.com/u/211868?v=4","gravatar_id":"","url":"https://api.github.com/users/rmmh","html_url":"https://github.com/rmmh","followers_url":"https://api.github.com/users/rmmh/followers","following_url":"https://api.github.com/users/rmmh/following{/other_user}","gists_url":"https://api.github.com/users/rmmh/gists{/gist_id}","starred_url":"https://api.github.com/users/rmmh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rmmh/subscriptions","organizations_url":"https://api.github.com/users/rmmh/orgs","repos_url":"https://api.github.com/users/rmmh/repos","events_url":"https://api.github.com/users/rmmh/events{/privacy}","received_events_url":"https://api.github.com/users/rmmh/received_events","type":"User","site_admin":false},{"login":"grodrigues3","id":4854198,"avatar_url":"https://avatars1.githubusercontent.com/u/4854198?v=4","gravatar_id":"","url":"https://api.github.com/users/grodrigues3","html_url":"https://github.com/grodrigues3","followers_url":"https://api.github.com/users/grodrigues3/followers","following_url":"https://api.github.com/users/grodrigues3/following{/other_user}","gists_url":"https://api.github.com/users/grodrigues3/gists{/gist_id}","starred_url":"https://api.github.com/users/grodrigues3/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/grodrigues3/subscriptions","organizations_url":"https://api.github.com/users/grodrigues3/orgs","repos_url":"https://api.github.com/users/grodrigues3/repos","events_url":"https://api.github.com/users/grodrigues3/events{/privacy}","received_events_url":"https://api.github.com/users/grodrigues3/received_events","type":"User","site_admin":false},{"login":"spxtr","id":7368979,"avatar_url":"https://avatars2.githubusercontent.com/u/7368979?v=4","gravatar_id":"","url":"https://api.github.com/users/spxtr","html_url":"https://github.com/spxtr","followers_url":"https://api.github.com/users/spxtr/followers","following_url":"https://api.github.com/users/spxtr/following{/other_user}","gists_url":"https://api.github.com/users/spxtr/gists{/gist_id}","starred_url":"https://api.github.com/users/spxtr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/spxtr/subscriptions","organizations_url":"https://api.github.com/users/spxtr/orgs","repos_url":"https://api.github.com/users/spxtr/repos","events_url":"https://api.github.com/users/spxtr/events{/privacy}","received_events_url":"https://api.github.com/users/spxtr/received_events","type":"User","site_admin":false}],"milestone":null,"comments":33,"created_at":"2017-05-10T07:03:29Z","updated_at":"2017-08-01T05:49:56Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/test-infra/pulls/2706","html_url":"https://github.com/kubernetes/test-infra/pull/2706","diff_url":"https://github.com/kubernetes/test-infra/pull/2706.diff","patch_url":"https://github.com/kubernetes/test-infra/pull/2706.patch"},"body":"This PR adds `label_sync` tool: #2504 \r\nIt uses `labels.yaml` file to sync standard labels set across all `kubernetes` repos.\r\nPlease refer to `label_sync/README.md` for details.\r\n\r\nThis PR is *NOT* ready - I've created new tool, but it is not connected. I needs to be run `daily` like something like `prow` job, but I didn't yet have a time to figure out how to connect it. It is also my first task like it so *ANY* feedback about how to connect it is very very very welcomed.\r\n\r\nMain souce files are: `label_test/main.go` and `label_sync/main_test.go`.\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/test-infra/issues/comments/319274744","html_url":"https://github.com/kubernetes/test-infra/pull/2706#issuecomment-319274744","issue_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2706","id":319274744,"user":{"login":"spxtr","id":7368979,"avatar_url":"https://avatars2.githubusercontent.com/u/7368979?v=4","gravatar_id":"","url":"https://api.github.com/users/spxtr","html_url":"https://github.com/spxtr","followers_url":"https://api.github.com/users/spxtr/followers","following_url":"https://api.github.com/users/spxtr/following{/other_user}","gists_url":"https://api.github.com/users/spxtr/gists{/gist_id}","starred_url":"https://api.github.com/users/spxtr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/spxtr/subscriptions","organizations_url":"https://api.github.com/users/spxtr/orgs","repos_url":"https://api.github.com/users/spxtr/repos","events_url":"https://api.github.com/users/spxtr/events{/privacy}","received_events_url":"https://api.github.com/users/spxtr/received_events","type":"User","site_admin":false},"created_at":"2017-08-01T05:49:56Z","updated_at":"2017-08-01T05:49:56Z","body":"We started using `gofmt -s` which does a few more simplifications."}} | {
"id": 57333709,
"name": "kubernetes/test-infra",
"url": "https://api.github.com/repos/kubernetes/test-infra"
} | {
"id": 7368979,
"login": "spxtr",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7368979?",
"url": "https://api.github.com/users/spxtr"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-08-01T05:49:56 | 6367337317 | {"actor":{"display_login":"spxtr"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/test-infra/issues/2708","repository_url":"https://api.github.com/repos/kubernetes/test-infra","labels_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2708/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2708/comments","events_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2708/events","html_url":"https://github.com/kubernetes/test-infra/issues/2708","id":227643430,"number":2708,"title":"A lot of tests of clusterloader is not finishing","user":{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars0.githubusercontent.com/u/10743879?v=3","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"fejta","id":940341,"avatar_url":"https://avatars1.githubusercontent.com/u/940341?v=3","gravatar_id":"","url":"https://api.github.com/users/fejta","html_url":"https://github.com/fejta","followers_url":"https://api.github.com/users/fejta/followers","following_url":"https://api.github.com/users/fejta/following{/other_user}","gists_url":"https://api.github.com/users/fejta/gists{/gist_id}","starred_url":"https://api.github.com/users/fejta/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fejta/subscriptions","organizations_url":"https://api.github.com/users/fejta/orgs","repos_url":"https://api.github.com/users/fejta/repos","events_url":"https://api.github.com/users/fejta/events{/privacy}","received_events_url":"https://api.github.com/users/fejta/received_events","type":"User","site_admin":false},"assignees":[{"login":"fejta","id":940341,"avatar_url":"https://avatars1.githubusercontent.com/u/940341?v=3","gravatar_id":"","url":"https://api.github.com/users/fejta","html_url":"https://github.com/fejta","followers_url":"https://api.github.com/users/fejta/followers","following_url":"https://api.github.com/users/fejta/following{/other_user}","gists_url":"https://api.github.com/users/fejta/gists{/gist_id}","starred_url":"https://api.github.com/users/fejta/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fejta/subscriptions","organizations_url":"https://api.github.com/users/fejta/orgs","repos_url":"https://api.github.com/users/fejta/repos","events_url":"https://api.github.com/users/fejta/events{/privacy}","received_events_url":"https://api.github.com/users/fejta/received_events","type":"User","site_admin":false},{"login":"spxtr","id":7368979,"avatar_url":"https://avatars1.githubusercontent.com/u/7368979?v=3","gravatar_id":"","url":"https://api.github.com/users/spxtr","html_url":"https://github.com/spxtr","followers_url":"https://api.github.com/users/spxtr/followers","following_url":"https://api.github.com/users/spxtr/following{/other_user}","gists_url":"https://api.github.com/users/spxtr/gists{/gist_id}","starred_url":"https://api.github.com/users/spxtr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/spxtr/subscriptions","organizations_url":"https://api.github.com/users/spxtr/orgs","repos_url":"https://api.github.com/users/spxtr/repos","events_url":"https://api.github.com/users/spxtr/events{/privacy}","received_events_url":"https://api.github.com/users/spxtr/received_events","type":"User","site_admin":false}],"milestone":null,"comments":2,"created_at":"2017-05-10T11:04:52Z","updated_at":"2017-05-10T14:06:16Z","closed_at":null,"body":"Looking into:\r\nhttps://k8s-testgrid.appspot.com/perf-tests\r\nI'm seeing 10s of tests that are claimed to be \"Build Still Running!\"\r\n\r\nThere has to be something wrong in prow regarding this - I'm not even able to debug those runs due to no logs."},"comment":{"url":"https://api.github.com/repos/kubernetes/test-infra/issues/comments/300492647","html_url":"https://github.com/kubernetes/test-infra/issues/2708#issuecomment-300492647","issue_url":"https://api.github.com/repos/kubernetes/test-infra/issues/2708","id":300492647,"user":{"login":"wojtek-t","id":10743879,"avatar_url":"https://avatars0.githubusercontent.com/u/10743879?v=3","gravatar_id":"","url":"https://api.github.com/users/wojtek-t","html_url":"https://github.com/wojtek-t","followers_url":"https://api.github.com/users/wojtek-t/followers","following_url":"https://api.github.com/users/wojtek-t/following{/other_user}","gists_url":"https://api.github.com/users/wojtek-t/gists{/gist_id}","starred_url":"https://api.github.com/users/wojtek-t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/wojtek-t/subscriptions","organizations_url":"https://api.github.com/users/wojtek-t/orgs","repos_url":"https://api.github.com/users/wojtek-t/repos","events_url":"https://api.github.com/users/wojtek-t/events{/privacy}","received_events_url":"https://api.github.com/users/wojtek-t/received_events","type":"User","site_admin":false},"created_at":"2017-05-10T14:06:16Z","updated_at":"2017-05-10T14:06:16Z","body":"BTW - now when I'm looking into:\r\nhttps://k8s-testgrid.appspot.com/perf-tests\r\n\r\nit seems that majority of runs are not even there, e.g. there isn't any run between 371 and 400 and anything after 400 (and now we seem to be at 470):\r\nhttps://prow.k8s.io/log?pod=ci-perf-tests-e2e-gce-clusterloader-470\r\n"}} | {
"id": 57333709,
"name": "kubernetes/test-infra",
"url": "https://api.github.com/repos/kubernetes/test-infra"
} | {
"id": 10743879,
"login": "wojtek-t",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10743879?",
"url": "https://api.github.com/users/wojtek-t"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-05-10T14:06:16 | 5845364435 | {"actor":{"display_login":"wojtek-t"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/24123","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/24123/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/24123/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/24123/events","html_url":"https://github.com/kubernetes/kubernetes/issues/24123","id":147590678,"number":24123,"title":"Eliminate the docker load from the production","user":{"login":"dchen1107","id":7740897,"avatar_url":"https://avatars1.githubusercontent.com/u/7740897?v=3","gravatar_id":"","url":"https://api.github.com/users/dchen1107","html_url":"https://github.com/dchen1107","followers_url":"https://api.github.com/users/dchen1107/followers","following_url":"https://api.github.com/users/dchen1107/following{/other_user}","gists_url":"https://api.github.com/users/dchen1107/gists{/gist_id}","starred_url":"https://api.github.com/users/dchen1107/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dchen1107/subscriptions","organizations_url":"https://api.github.com/users/dchen1107/orgs","repos_url":"https://api.github.com/users/dchen1107/repos","events_url":"https://api.github.com/users/dchen1107/events{/privacy}","received_events_url":"https://api.github.com/users/dchen1107/received_events","type":"User","site_admin":false},"labels":[{"id":268190668,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/area/release-infra","name":"area/release-infra","color":"0052cc","default":false},{"id":173494222,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/cluster-lifecycle","name":"sig/cluster-lifecycle","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":{"login":"mikedanese","id":1787169,"avatar_url":"https://avatars0.githubusercontent.com/u/1787169?v=3","gravatar_id":"","url":"https://api.github.com/users/mikedanese","html_url":"https://github.com/mikedanese","followers_url":"https://api.github.com/users/mikedanese/followers","following_url":"https://api.github.com/users/mikedanese/following{/other_user}","gists_url":"https://api.github.com/users/mikedanese/gists{/gist_id}","starred_url":"https://api.github.com/users/mikedanese/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mikedanese/subscriptions","organizations_url":"https://api.github.com/users/mikedanese/orgs","repos_url":"https://api.github.com/users/mikedanese/repos","events_url":"https://api.github.com/users/mikedanese/events{/privacy}","received_events_url":"https://api.github.com/users/mikedanese/received_events","type":"User","site_admin":false},"assignees":[{"login":"mikedanese","id":1787169,"avatar_url":"https://avatars0.githubusercontent.com/u/1787169?v=3","gravatar_id":"","url":"https://api.github.com/users/mikedanese","html_url":"https://github.com/mikedanese","followers_url":"https://api.github.com/users/mikedanese/followers","following_url":"https://api.github.com/users/mikedanese/following{/other_user}","gists_url":"https://api.github.com/users/mikedanese/gists{/gist_id}","starred_url":"https://api.github.com/users/mikedanese/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mikedanese/subscriptions","organizations_url":"https://api.github.com/users/mikedanese/orgs","repos_url":"https://api.github.com/users/mikedanese/repos","events_url":"https://api.github.com/users/mikedanese/events{/privacy}","received_events_url":"https://api.github.com/users/mikedanese/received_events","type":"User","site_admin":false}],"milestone":null,"comments":7,"created_at":"2016-04-11T23:58:49Z","updated_at":"2017-06-14T21:18:27Z","closed_at":null,"body":"We built docker images for master components for dev cluster on the fly (https://github.com/kubernetes/kubernetes/issues/5011) before 1.0 release, which uses docker load instead of docker pull from the registry. The initial proposal I made is targeting for dev and test cluster since there is no proper release tag associated with it. Unfortunately, later we abused this functionality to the most master components except etcd image. In 1.2 release, we even abused this more to load kube-proxy image on each node. \n\nThis is bad because\n- There is no uniform way to get system images. For example, on master node, etcd image is pulled from gcr.io, while rest of images are loaded through script; on worker node, fluentd image is pulled from gcr.io, while kube-proxy image is loaded through script.\n- Docker load sometimes hung. To self-healing, I introduced a simple logic to timeout that procedure and restart docker daemon as a workaround. That is a hacky way which makes the node bootstrap even more complicated. \n- gcr.io collects many useful stats, and we cannot use them. \n\nThe initial counter argument to do docker load is that people feel gcs is more reliable than gcr. But that is not true today, not even mentioning that some of critical images are pulled from gcr at the first place.\n\ncc/ @mikedanese @roberthbailey \n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/308561154","html_url":"https://github.com/kubernetes/kubernetes/issues/24123#issuecomment-308561154","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/24123","id":308561154,"user":{"login":"ixdy","id":8061296,"avatar_url":"https://avatars0.githubusercontent.com/u/8061296?v=3","gravatar_id":"","url":"https://api.github.com/users/ixdy","html_url":"https://github.com/ixdy","followers_url":"https://api.github.com/users/ixdy/followers","following_url":"https://api.github.com/users/ixdy/following{/other_user}","gists_url":"https://api.github.com/users/ixdy/gists{/gist_id}","starred_url":"https://api.github.com/users/ixdy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ixdy/subscriptions","organizations_url":"https://api.github.com/users/ixdy/orgs","repos_url":"https://api.github.com/users/ixdy/repos","events_url":"https://api.github.com/users/ixdy/events{/privacy}","received_events_url":"https://api.github.com/users/ixdy/received_events","type":"User","site_admin":false},"created_at":"2017-06-14T21:18:27Z","updated_at":"2017-06-14T21:18:27Z","body":"I think kubeadm uses the registry, not the docker tarfiles, right (@luxas @mikedanese)? That's probably more reason we should get away from side-loading."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 8061296,
"login": "ixdy",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/8061296?",
"url": "https://api.github.com/users/ixdy"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-06-14T21:18:29 | 6067630699 | {"actor":{"display_login":"ixdy"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/features/issues/237","repository_url":"https://api.github.com/repos/kubernetes/features","labels_url":"https://api.github.com/repos/kubernetes/features/issues/237/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/features/issues/237/comments","events_url":"https://api.github.com/repos/kubernetes/features/issues/237/events","html_url":"https://github.com/kubernetes/features/pull/237","id":217545260,"number":237,"title":"Updated release notes for rescheduler","user":{"login":"piosz","id":10819974,"avatar_url":"https://avatars3.githubusercontent.com/u/10819974?v=3","gravatar_id":"","url":"https://api.github.com/users/piosz","html_url":"https://github.com/piosz","followers_url":"https://api.github.com/users/piosz/followers","following_url":"https://api.github.com/users/piosz/following{/other_user}","gists_url":"https://api.github.com/users/piosz/gists{/gist_id}","starred_url":"https://api.github.com/users/piosz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/piosz/subscriptions","organizations_url":"https://api.github.com/users/piosz/orgs","repos_url":"https://api.github.com/users/piosz/repos","events_url":"https://api.github.com/users/piosz/events{/privacy}","received_events_url":"https://api.github.com/users/piosz/received_events","type":"User","site_admin":false},"labels":[{"id":495183842,"url":"https://api.github.com/repos/kubernetes/features/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"ededed","default":false}],"state":"open","locked":false,"assignee":{"login":"davidopp","id":8264113,"avatar_url":"https://avatars1.githubusercontent.com/u/8264113?v=3","gravatar_id":"","url":"https://api.github.com/users/davidopp","html_url":"https://github.com/davidopp","followers_url":"https://api.github.com/users/davidopp/followers","following_url":"https://api.github.com/users/davidopp/following{/other_user}","gists_url":"https://api.github.com/users/davidopp/gists{/gist_id}","starred_url":"https://api.github.com/users/davidopp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/davidopp/subscriptions","organizations_url":"https://api.github.com/users/davidopp/orgs","repos_url":"https://api.github.com/users/davidopp/repos","events_url":"https://api.github.com/users/davidopp/events{/privacy}","received_events_url":"https://api.github.com/users/davidopp/received_events","type":"User","site_admin":false},"assignees":[{"login":"davidopp","id":8264113,"avatar_url":"https://avatars1.githubusercontent.com/u/8264113?v=3","gravatar_id":"","url":"https://api.github.com/users/davidopp","html_url":"https://github.com/davidopp","followers_url":"https://api.github.com/users/davidopp/followers","following_url":"https://api.github.com/users/davidopp/following{/other_user}","gists_url":"https://api.github.com/users/davidopp/gists{/gist_id}","starred_url":"https://api.github.com/users/davidopp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/davidopp/subscriptions","organizations_url":"https://api.github.com/users/davidopp/orgs","repos_url":"https://api.github.com/users/davidopp/repos","events_url":"https://api.github.com/users/davidopp/events{/privacy}","received_events_url":"https://api.github.com/users/davidopp/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-03-28T12:37:20Z","updated_at":"2017-03-28T15:03:03Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/features/pulls/237","html_url":"https://github.com/kubernetes/features/pull/237","diff_url":"https://github.com/kubernetes/features/pull/237.diff","patch_url":"https://github.com/kubernetes/features/pull/237.patch"},"body":"cc @calebamiles @idvoretskyi @enisoc "},"comment":{"url":"https://api.github.com/repos/kubernetes/features/issues/comments/289799331","html_url":"https://github.com/kubernetes/features/pull/237#issuecomment-289799331","issue_url":"https://api.github.com/repos/kubernetes/features/issues/237","id":289799331,"user":{"login":"piosz","id":10819974,"avatar_url":"https://avatars3.githubusercontent.com/u/10819974?v=3","gravatar_id":"","url":"https://api.github.com/users/piosz","html_url":"https://github.com/piosz","followers_url":"https://api.github.com/users/piosz/followers","following_url":"https://api.github.com/users/piosz/following{/other_user}","gists_url":"https://api.github.com/users/piosz/gists{/gist_id}","starred_url":"https://api.github.com/users/piosz/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/piosz/subscriptions","organizations_url":"https://api.github.com/users/piosz/orgs","repos_url":"https://api.github.com/users/piosz/repos","events_url":"https://api.github.com/users/piosz/events{/privacy}","received_events_url":"https://api.github.com/users/piosz/received_events","type":"User","site_admin":false},"created_at":"2017-03-28T15:03:03Z","updated_at":"2017-03-28T15:03:03Z","body":"@idvoretskyi @davidopp I'm traveling for Kubecon today. Can you please apply my changes to the other doc?"}} | {
"id": 57912964,
"name": "kubernetes/features",
"url": "https://api.github.com/repos/kubernetes/features"
} | {
"id": 10819974,
"login": "piosz",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/10819974?",
"url": "https://api.github.com/users/piosz"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-03-28T15:03:03 | 5579663784 | {"actor":{"display_login":"piosz"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/charts/issues/1298","repository_url":"https://api.github.com/repos/kubernetes/charts","labels_url":"https://api.github.com/repos/kubernetes/charts/issues/1298/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/charts/issues/1298/comments","events_url":"https://api.github.com/repos/kubernetes/charts/issues/1298/events","html_url":"https://github.com/kubernetes/charts/pull/1298","id":235998137,"number":1298,"title":"[incubator/patroni] Allow making storageclass for PVC tweakable.","user":{"login":"jpds","id":29158971,"avatar_url":"https://avatars2.githubusercontent.com/u/29158971?v=3","gravatar_id":"","url":"https://api.github.com/users/jpds","html_url":"https://github.com/jpds","followers_url":"https://api.github.com/users/jpds/followers","following_url":"https://api.github.com/users/jpds/following{/other_user}","gists_url":"https://api.github.com/users/jpds/gists{/gist_id}","starred_url":"https://api.github.com/users/jpds/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jpds/subscriptions","organizations_url":"https://api.github.com/users/jpds/orgs","repos_url":"https://api.github.com/users/jpds/repos","events_url":"https://api.github.com/users/jpds/events{/privacy}","received_events_url":"https://api.github.com/users/jpds/received_events","type":"User","site_admin":false},"labels":[{"id":484586588,"url":"https://api.github.com/repos/kubernetes/charts/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"ededed","default":false},{"id":582594847,"url":"https://api.github.com/repos/kubernetes/charts/labels/needs-ok-to-test","name":"needs-ok-to-test","color":"ededed","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-06-14T20:20:45Z","updated_at":"2017-06-14T20:20:53Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/charts/pulls/1298","html_url":"https://github.com/kubernetes/charts/pull/1298","diff_url":"https://github.com/kubernetes/charts/pull/1298.diff","patch_url":"https://github.com/kubernetes/charts/pull/1298.patch"},"body":""},"comment":{"url":"https://api.github.com/repos/kubernetes/charts/issues/comments/308546761","html_url":"https://github.com/kubernetes/charts/pull/1298#issuecomment-308546761","issue_url":"https://api.github.com/repos/kubernetes/charts/issues/1298","id":308546761,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars3.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-06-14T20:20:53Z","updated_at":"2017-06-14T20:20:53Z","body":"Hi @jpds. Thanks for your PR.\n\nI'm waiting for a [kubernetes](https://github.com/orgs/kubernetes/people) member to verify that this patch is reasonable to test. If it is, they should reply with `@k8s-bot ok to test` on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.\n\nI understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n"}} | {
"id": 46806184,
"name": "kubernetes/charts",
"url": "https://api.github.com/repos/kubernetes/charts"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-06-14T20:20:53 | 6067218104 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/client-go/issues/114","repository_url":"https://api.github.com/repos/kubernetes/client-go","labels_url":"https://api.github.com/repos/kubernetes/client-go/issues/114/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/client-go/issues/114/comments","events_url":"https://api.github.com/repos/kubernetes/client-go/issues/114/events","html_url":"https://github.com/kubernetes/client-go/issues/114","id":208125621,"number":114,"title":"[proposal] Add generic Bootstrap Token constants and helpers to client-go","user":{"login":"luxas","id":5442475,"avatar_url":"https://avatars1.githubusercontent.com/u/5442475?v=4","gravatar_id":"","url":"https://api.github.com/users/luxas","html_url":"https://github.com/luxas","followers_url":"https://api.github.com/users/luxas/followers","following_url":"https://api.github.com/users/luxas/following{/other_user}","gists_url":"https://api.github.com/users/luxas/gists{/gist_id}","starred_url":"https://api.github.com/users/luxas/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/luxas/subscriptions","organizations_url":"https://api.github.com/users/luxas/orgs","repos_url":"https://api.github.com/users/luxas/repos","events_url":"https://api.github.com/users/luxas/events{/privacy}","received_events_url":"https://api.github.com/users/luxas/received_events","type":"User","site_admin":false},"labels":[{"id":430534947,"url":"https://api.github.com/repos/kubernetes/client-go/labels/enhancement","name":"enhancement","color":"84b6eb","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2017-02-16T13:47:05Z","updated_at":"2017-12-31T18:17:40Z","closed_at":null,"author_association":"MEMBER","body":"Features issue: https://github.com/kubernetes/features/issues/130\r\nProposal: https://github.com/kubernetes/community/pull/189\r\nInitial implementation PR: https://github.com/kubernetes/kubernetes/issues/36101\r\n\r\nWhy should this be in client-go?\r\nWell, I and @sttts had a discussion about this in #kubernetes-dev on Slack:\r\n\r\nSlack thread:\r\n<details>\r\n\r\n```\r\nluxas [14:25] \r\nWhat do you think about the bootstrap api and the util functions it needs?\r\n@sttts Can it be in client-go?\r\nI think that would make a lot of sense, because this is code people are gonna build on top of\r\n\r\nsttts [14:26] \r\n@luxas we don't have many alternatives I fear\r\n\r\nluxas [14:26] \r\nand the fear is?\r\njust that there are no other alternatives or something else?\r\n\r\nsttts [14:26] \r\nclient-go is a bit (too much) our catch-all for packages where we don't know where to put them (edited)\r\n\r\nluxas [14:27] \r\nyeah, I see\r\n\r\nsttts [14:28] \r\nwhich kind of util funcs?\r\n\r\nluxas [14:28] \r\nvalidation mostly\r\nregexes for valid tokens\r\nmaybe generation of a random one\r\nand for example, a function that builds a full token from an id and a secret, that's just `fmt.Sprintf(\"%s:%s\", id, secret)`\r\nbut that way it's clear that the char in the middle isn't `.` or `-` or whatever\r\na function that checks whether the token has expired\r\nand so on\r\nbut all these would in that case be super-generic\r\nonly the essentials\r\n\r\nsttts [14:33] \r\nsounds like something for tools/bootstrap\r\n\r\nluxas [14:34] \r\nmight be\r\nright now the constants live in `pkg/bootstrap/api`\r\n\r\nsttts [14:35] \r\nwhich doesn't make sense if it cannot be shared\r\n\r\nluxas [14:35] \r\nand since this isn't a \"real\" api, it shouldn't be in `client-go/pkg/api{,s}`\r\n\r\nsttts [14:35] \r\nI think client-go/tools/bootstrap is good\r\n\r\nluxas [14:35] \r\nbut `client-go/tools/bootstrap` sgtm\r\n\r\nsttts [14:36] \r\nwhat is left in pkg/bootstrap?\r\nafter moving that\r\n\r\nluxas [14:36] \r\nnothing\r\n\r\nsttts [14:36] \r\n+1\r\n\r\nluxas [14:36] \r\nnow only the constants are there\r\nmost of the logic is \"hardcoded\" in `pkg/controller/bootstrap`, but the most generic utils would in this case be moved out\r\nand only the controller logic would be left in `pkg/controller/bootstrap`\r\n\r\nsttts [14:38] \r\nmakes sense\r\n\r\nluxas [14:38] \r\nthen the main and first consumers of `client-go/tools/bootstrap` will be `cmd/kubeadm/app`, `pkg/controller/bootstrap` and `apiserver/plugin/pkg/authenticator/token/bootstrap`\r\nbut I expect kops to use this in some way or another in the future as well\r\n```\r\n</details>\r\n\r\nThe proposal is to:\r\n - move the constants from `k8s.io/kubernetes/pkg/bootstrap/api` to `k8s.io/client-go/tools/bootstrap/(token/)api`\r\n - factor out the most essential validation, generation and information getters about the token to `k8s.io/client-go/tools/bootstrap/(token/)utils` or similar\r\n\r\nThen \r\n - `k8s.io/kubernetes/cmd/kubeadm/app`\r\n - `k8s.io/kubernetes/pkg/controller/bootstrap`\r\n - `k8s.io/kubernetes/apiserver/plugin/pkg/authenticator/token/bootstrap` (see: https://github.com/kubernetes/kubernetes/pull/41281)\r\n\r\ncan use those common util funcs and it's generally easier to build upon the bootstrap token functionality.\r\n\r\nThis should preferably make v1.6, since we're aiming for beta for this functionality\r\n\r\ncc @jbeda @mikedanese @roberthbailey @pires @dmmcquay @errordeveloper @deads2k @smarterclayton @liggitt @sttts @justinsb @ericchiang "},"comment":{"url":"https://api.github.com/repos/kubernetes/client-go/issues/comments/354617656","html_url":"https://github.com/kubernetes/client-go/issues/114#issuecomment-354617656","issue_url":"https://api.github.com/repos/kubernetes/client-go/issues/114","id":354617656,"user":{"login":"fejta-bot","id":30488982,"avatar_url":"https://avatars1.githubusercontent.com/u/30488982?v=4","gravatar_id":"","url":"https://api.github.com/users/fejta-bot","html_url":"https://github.com/fejta-bot","followers_url":"https://api.github.com/users/fejta-bot/followers","following_url":"https://api.github.com/users/fejta-bot/following{/other_user}","gists_url":"https://api.github.com/users/fejta-bot/gists{/gist_id}","starred_url":"https://api.github.com/users/fejta-bot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fejta-bot/subscriptions","organizations_url":"https://api.github.com/users/fejta-bot/orgs","repos_url":"https://api.github.com/users/fejta-bot/repos","events_url":"https://api.github.com/users/fejta-bot/events{/privacy}","received_events_url":"https://api.github.com/users/fejta-bot/received_events","type":"User","site_admin":false},"created_at":"2017-12-31T18:17:40Z","updated_at":"2017-12-31T18:17:40Z","author_association":"NONE","body":"Issues go stale after 90d of inactivity.\nMark the issue as fresh with `/remove-lifecycle stale`.\nStale issues rot after an additional 30d of inactivity and eventually close.\n\nPrevent issues from auto-closing with an `/lifecycle frozen` comment.\n\nIf this issue is safe to close now please do so with `/close`.\n\nSend feedback to sig-testing, kubernetes/test-infra and/or `@fejta`.\n/lifecycle stale"}} | {
"id": 66509131,
"name": "kubernetes/client-go",
"url": "https://api.github.com/repos/kubernetes/client-go"
} | {
"id": 30488982,
"login": "fejta-bot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/30488982?",
"url": "https://api.github.com/users/fejta-bot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-12-31T18:17:41 | 7044127034 | {"actor":{"display_login":"fejta-bot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47076","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47076/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47076/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47076/events","html_url":"https://github.com/kubernetes/kubernetes/pull/47076","id":234007460,"number":47076,"title":"decode deleteoptions consistently for delete and deletecollection","user":{"login":"deads2k","id":8225098,"avatar_url":"https://avatars0.githubusercontent.com/u/8225098?v=4","gravatar_id":"","url":"https://api.github.com/users/deads2k","html_url":"https://github.com/deads2k","followers_url":"https://api.github.com/users/deads2k/followers","following_url":"https://api.github.com/users/deads2k/following{/other_user}","gists_url":"https://api.github.com/users/deads2k/gists{/gist_id}","starred_url":"https://api.github.com/users/deads2k/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deads2k/subscriptions","organizations_url":"https://api.github.com/users/deads2k/orgs","repos_url":"https://api.github.com/users/deads2k/repos","events_url":"https://api.github.com/users/deads2k/events{/privacy}","received_events_url":"https://api.github.com/users/deads2k/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":680152113,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/do-not-merge/release-note-label-needed","name":"do-not-merge/release-note-label-needed","color":"ededed","default":false},{"id":408922811,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/keep-open","name":"keep-open","color":"fbca04","default":false},{"id":240247879,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-rebase","name":"needs-rebase","color":"BDBDBD","default":false},{"id":349530192,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-label-needed","name":"release-note-label-needed","color":"db5a64","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},"assignees":[{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false}],"milestone":null,"comments":13,"created_at":"2017-06-06T20:02:57Z","updated_at":"2017-09-06T19:55:24Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/47076","html_url":"https://github.com/kubernetes/kubernetes/pull/47076","diff_url":"https://github.com/kubernetes/kubernetes/pull/47076.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/47076.patch"},"body":"This makes the deletecollection decoding match the delete decoding: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest.go#L953 . I'm not sure why they were different.\r\n\r\n@smarterclayton ptal\r\n@enisoc this fixes the namespace cleanup problem for me."},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/327595359","html_url":"https://github.com/kubernetes/kubernetes/pull/47076#issuecomment-327595359","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/47076","id":327595359,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-09-06T19:55:24Z","updated_at":"2017-09-06T19:55:24Z","author_association":"COLLABORATOR","body":"@deads2k: The following tests **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-bazel-test | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-bazel-test/2044/) | `/test pull-kubernetes-bazel-test`\npull-kubernetes-bazel-build | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-bazel-build/2001/) | `/test pull-kubernetes-bazel-build`\npull-kubernetes-e2e-gce-bazel | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-e2e-gce-bazel/15021/) | `/test pull-kubernetes-e2e-gce-bazel`\npull-kubernetes-federation-e2e-gce | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-federation-e2e-gce/25870/) | `/test pull-kubernetes-federation-e2e-gce`\npull-kubernetes-e2e-gce-etcd3 | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-e2e-gce-etcd3/52946/) | `/test pull-kubernetes-e2e-gce-etcd3`\npull-kubernetes-e2e-gce-gpu | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-e2e-gce-gpu/3979/) | `/test pull-kubernetes-e2e-gce-gpu`\npull-kubernetes-e2e-kops-aws | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-e2e-kops-aws/47359/) | `/test pull-kubernetes-e2e-kops-aws`\npull-kubernetes-kubemark-e2e-gce | 30bebfdb6cf35894d1cebaabb4600f34498bc730 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/47076/pull-kubernetes-kubemark-e2e-gce/50918/) | `/test pull-kubernetes-kubemark-e2e-gce`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/47076). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/deads2k). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-09-06T19:55:26 | 6558075796 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/53580","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/53580/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/53580/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/53580/events","html_url":"https://github.com/kubernetes/kubernetes/pull/53580","id":263794754,"number":53580,"title":"Mark BetaStorageClassAnnotation as deprecated","user":{"login":"xiangpengzhao","id":15881573,"avatar_url":"https://avatars0.githubusercontent.com/u/15881573?v=4","gravatar_id":"","url":"https://api.github.com/users/xiangpengzhao","html_url":"https://github.com/xiangpengzhao","followers_url":"https://api.github.com/users/xiangpengzhao/followers","following_url":"https://api.github.com/users/xiangpengzhao/following{/other_user}","gists_url":"https://api.github.com/users/xiangpengzhao/gists{/gist_id}","starred_url":"https://api.github.com/users/xiangpengzhao/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/xiangpengzhao/subscriptions","organizations_url":"https://api.github.com/users/xiangpengzhao/orgs","repos_url":"https://api.github.com/users/xiangpengzhao/repos","events_url":"https://api.github.com/users/xiangpengzhao/events{/privacy}","received_events_url":"https://api.github.com/users/xiangpengzhao/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":354968448,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-action-required","name":"release-note-action-required","color":"c2e0c6","default":false},{"id":253450793,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XS","name":"size/XS","color":"009900","default":false}],"state":"open","locked":false,"assignee":{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},"assignees":[{"login":"smarterclayton","id":1163175,"avatar_url":"https://avatars0.githubusercontent.com/u/1163175?v=4","gravatar_id":"","url":"https://api.github.com/users/smarterclayton","html_url":"https://github.com/smarterclayton","followers_url":"https://api.github.com/users/smarterclayton/followers","following_url":"https://api.github.com/users/smarterclayton/following{/other_user}","gists_url":"https://api.github.com/users/smarterclayton/gists{/gist_id}","starred_url":"https://api.github.com/users/smarterclayton/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/smarterclayton/subscriptions","organizations_url":"https://api.github.com/users/smarterclayton/orgs","repos_url":"https://api.github.com/users/smarterclayton/repos","events_url":"https://api.github.com/users/smarterclayton/events{/privacy}","received_events_url":"https://api.github.com/users/smarterclayton/received_events","type":"User","site_admin":false},{"login":"erictune","id":8105590,"avatar_url":"https://avatars3.githubusercontent.com/u/8105590?v=4","gravatar_id":"","url":"https://api.github.com/users/erictune","html_url":"https://github.com/erictune","followers_url":"https://api.github.com/users/erictune/followers","following_url":"https://api.github.com/users/erictune/following{/other_user}","gists_url":"https://api.github.com/users/erictune/gists{/gist_id}","starred_url":"https://api.github.com/users/erictune/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/erictune/subscriptions","organizations_url":"https://api.github.com/users/erictune/orgs","repos_url":"https://api.github.com/users/erictune/repos","events_url":"https://api.github.com/users/erictune/events{/privacy}","received_events_url":"https://api.github.com/users/erictune/received_events","type":"User","site_admin":false}],"milestone":null,"comments":0,"created_at":"2017-10-09T06:25:38Z","updated_at":"2017-10-09T06:25:53Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/53580","html_url":"https://github.com/kubernetes/kubernetes/pull/53580","diff_url":"https://github.com/kubernetes/kubernetes/pull/53580.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/53580.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\nMark BetaStorageClassAnnotation as deprecated.\r\n\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #\r\nref: https://github.com/kubernetes/kubernetes/pull/51440#issuecomment-329594284\r\n\r\n**Special notes for your reviewer**:\r\n/cc @wongma7 @msau42 \r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\naction required: The `volume.beta.kubernetes.io/storage-class` annotation is deprecated and will be removed in a future release. Please use field `v1.PersistentVolumeClaim.Spec.StorageClassName` instead.\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/335074288","html_url":"https://github.com/kubernetes/kubernetes/pull/53580#issuecomment-335074288","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/53580","id":335074288,"user":{"login":"k8s-merge-robot","id":13653959,"avatar_url":"https://avatars0.githubusercontent.com/u/13653959?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-merge-robot","html_url":"https://github.com/k8s-merge-robot","followers_url":"https://api.github.com/users/k8s-merge-robot/followers","following_url":"https://api.github.com/users/k8s-merge-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-merge-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-merge-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-merge-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-merge-robot/orgs","repos_url":"https://api.github.com/users/k8s-merge-robot/repos","events_url":"https://api.github.com/users/k8s-merge-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-merge-robot/received_events","type":"User","site_admin":false},"created_at":"2017-10-09T06:25:53Z","updated_at":"2017-10-09T06:25:53Z","author_association":"COLLABORATOR","body":"[APPROVALNOTIFIER] This PR is **NOT APPROVED**\n\nThis pull-request has been approved by: *<a href=\"https://github.com/kubernetes/kubernetes/pull/53580#\" title=\"Author self-approved\">xiangpengzhao</a>*\nWe suggest the following additional approver: **erictune**\n\nAssign the PR to them by writing `/assign @erictune` in a comment when ready.\n\n*No associated issue*. Update pull-request body to add a reference to an issue, or get approval with `/approve no-issue`\n\nThe full list of commands accepted by this bot can be found [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n\n<details open>\nNeeds approval from an approver in each of these OWNERS Files:\n\n- **[pkg/api/OWNERS](https://github.com/kubernetes/kubernetes/blob/master/pkg/api/OWNERS)**\n\nYou can indicate your approval by writing `/approve` in a comment\nYou can cancel your approval by writing `/approve cancel` in a comment\n</details>\n<!-- META={\"approvers\":[\"erictune\"]} -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 13653959,
"login": "k8s-merge-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13653959?",
"url": "https://api.github.com/users/k8s-merge-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-10-09T06:25:55 | 6689904788 | {"actor":{"display_login":"k8s-merge-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45954","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45954/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45954/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45954/events","html_url":"https://github.com/kubernetes/kubernetes/issues/45954","id":229334632,"number":45954,"title":"pull-kubernetes-federation-e2e-gce test failed","user":{"login":"NickrenREN","id":6104418,"avatar_url":"https://avatars0.githubusercontent.com/u/6104418?v=3","gravatar_id":"","url":"https://api.github.com/users/NickrenREN","html_url":"https://github.com/NickrenREN","followers_url":"https://api.github.com/users/NickrenREN/followers","following_url":"https://api.github.com/users/NickrenREN/following{/other_user}","gists_url":"https://api.github.com/users/NickrenREN/gists{/gist_id}","starred_url":"https://api.github.com/users/NickrenREN/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/NickrenREN/subscriptions","organizations_url":"https://api.github.com/users/NickrenREN/orgs","repos_url":"https://api.github.com/users/NickrenREN/repos","events_url":"https://api.github.com/users/NickrenREN/events{/privacy}","received_events_url":"https://api.github.com/users/NickrenREN/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":{"login":"cblecker","id":1431969,"avatar_url":"https://avatars2.githubusercontent.com/u/1431969?v=3","gravatar_id":"","url":"https://api.github.com/users/cblecker","html_url":"https://github.com/cblecker","followers_url":"https://api.github.com/users/cblecker/followers","following_url":"https://api.github.com/users/cblecker/following{/other_user}","gists_url":"https://api.github.com/users/cblecker/gists{/gist_id}","starred_url":"https://api.github.com/users/cblecker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cblecker/subscriptions","organizations_url":"https://api.github.com/users/cblecker/orgs","repos_url":"https://api.github.com/users/cblecker/repos","events_url":"https://api.github.com/users/cblecker/events{/privacy}","received_events_url":"https://api.github.com/users/cblecker/received_events","type":"User","site_admin":false},"assignees":[{"login":"cblecker","id":1431969,"avatar_url":"https://avatars2.githubusercontent.com/u/1431969?v=3","gravatar_id":"","url":"https://api.github.com/users/cblecker","html_url":"https://github.com/cblecker","followers_url":"https://api.github.com/users/cblecker/followers","following_url":"https://api.github.com/users/cblecker/following{/other_user}","gists_url":"https://api.github.com/users/cblecker/gists{/gist_id}","starred_url":"https://api.github.com/users/cblecker/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cblecker/subscriptions","organizations_url":"https://api.github.com/users/cblecker/orgs","repos_url":"https://api.github.com/users/cblecker/repos","events_url":"https://api.github.com/users/cblecker/events{/privacy}","received_events_url":"https://api.github.com/users/cblecker/received_events","type":"User","site_admin":false}],"milestone":null,"comments":4,"created_at":"2017-05-17T12:26:10Z","updated_at":"2017-07-10T12:51:53Z","closed_at":"2017-05-19T04:42:44Z","body":"> error during ./federation/cluster/federation-up.sh: exit status 1from junit_runner.xml\r\n\r\n> W0517 05:04:27.446] 2017/05/17 05:04:27 main.go:195: Something went wrong: error starting federation: error during ./federation/cluster/federation-up.sh: exit status 1\r\nW0517 05:04:27.446] +(/workspace/e2e-runner.sh:1): main(): chmod -R o+r /workspace/_artifacts\r\nI0517 05:04:28.366] Starting pull-kubernetes-federation-e2e-gce-5154...\r\nW0517 05:04:28.373] Traceback (most recent call last):\r\nW0517 05:04:28.374] File \"/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/kubernetes_e2e.py\", line 488, in <module>\r\nW0517 05:04:28.374] main(create_parser().parse_args())\r\nW0517 05:04:28.374] File \"/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/kubernetes_e2e.py\", line 418, in main\r\nW0517 05:04:28.374] mode.start(runner_args)\r\nW0517 05:04:28.374] File \"/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/kubernetes_e2e.py\", line 307, in start\r\nW0517 05:04:28.374] check(*cmd)\r\nW0517 05:04:28.375] File \"/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/kubernetes_e2e.py\", line 40, in check\r\nW0517 05:04:28.375] subprocess.check_call(cmd)\r\nW0517 05:04:28.375] File \"/usr/lib/python2.7/subprocess.py\", line 540, in check_call\r\nW0517 05:04:28.375] raise CalledProcessError(retcode, cmd)\r\nW0517 05:04:28.376] subprocess.CalledProcessError: Command '('docker', 'run', '--rm', '--name=pull-kubernetes-federation-e2e-gce-5154', '-v', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/go/src/k8s.io/kubernetes/_artifacts:/workspace/_artifacts', '-v', '/etc/localtime:/etc/localtime:ro', '-v', '/var/run/docker.sock:/var/run/docker.sock', '-e', 'HOME=/workspace', '-e', 'WORKSPACE=/workspace', '--env-file', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/../platforms/gce.env', '--env-file', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/../jobs/pull-kubernetes-e2e.env', '--env-file', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/./test-infra/jenkins/../scenarios/../jobs/pull-kubernetes-federation-e2e-gce.env', '-v', '/home/jenkins/.ssh/google_compute_engine:/workspace/.ssh/google_compute_engine:ro', '-v', '/home/jenkins/.ssh/google_compute_engine.pub:/workspace/.ssh/google_compute_engine.pub:ro', '-e', 'JENKINS_GCE_SSH_PRIVATE_KEY_FILE=/workspace/.ssh/google_compute_engine', '-e', 'JENKINS_GCE_SSH_PUBLIC_KEY_FILE=/workspace/.ssh/google_compute_engine.pub', '-v', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce@tmp/secretFiles/f2aa1f10-e5f2-4c06-82c6-9ecf6c537432/kubernetes-jenkins-pull-c67f9519f993.json:/service-account.json:ro', '-e', 'GOOGLE_APPLICATION_CREDENTIALS=/service-account.json', '-v', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/go/src/k8s.io/kubernetes:/go/src/k8s.io/kubernetes', '-v', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/go/src/k8s.io/release:/go/src/k8s.io/release', '-v', '/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/go/src/k8s.io/release:/go/src/k8s.io/release', '-e', 'JENKINS_HOME=/var/lib/jenkins', '-e', 'BUILD_CAUSE=MANUALTRIGGER', '-e', 'PULL_BASE_REF=master', '-e', 'HUDSON_URL=http://goto.google.com/prkubekins/', '-e', 'BUILD_URL=http://goto.google.com/prkubekins/job/pull-kubernetes-federation-e2e-gce/5154/', '-e', 'BOOTSTRAP_MIGRATION=yes', '-e', 'CLOUDSDK_CONFIG=/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce/go/src/k8s.io/kubernetes/.config/gcloud', '-e', 'BUILD_TAG=jenkins-pull-kubernetes-federation-e2e-gce-5154', '-e', 'HUDSON_SERVER_COOKIE=32617aabcc4952a0', '-e', 'JENKINS_URL=http://goto.google.com/prkubekins/', '-e', 'LOGNAME=jenkins', '-e', 'USER=jenkins', '-e', 'JOB_NAME=pull-kubernetes-federation-e2e-gce', '-e', 'LANG=en_US.UTF-8', '-e', 'SHELL=/bin/bash', '-e', 'buildId=59b73cbb-3af5-11e7-8413-0a580a6c150a', '-e', 'HUDSON_HOME=/var/lib/jenkins', '-e', 'NODE_LABELS=agent-pr-93 pull', '-e', 'JOB_URL=http://goto.google.com/prkubekins/job/pull-kubernetes-federation-e2e-gce/', '-e', 'ROOT_BUILD_CAUSE_MANUALTRIGGER=true', '-e', 'BUILD_CAUSE_MANUALTRIGGER=true', '-e', 'JENKINS_AWS_CREDENTIALS_FILE=/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce@tmp/secretFiles/cb18732a-4c19-44f2-b278-c649b2b920d6/KubernetesPresubmitTests.txt', '-e', 'ROOT_BUILD_CAUSE=MANUALTRIGGER', '-e', 'SSH_CLIENT=10.240.0.2 56672 22', '-e', 'BUILD_ID=5154', '-e', 'BUILD_NUMBER=5154', '-e', 'HUDSON_COOKIE=94c44bf0-d211-41e5-900c-b7447961bc86', '-e', 'JENKINS_AWS_SSH_PRIVATE_KEY_FILE=/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce@tmp/secretFiles/e163bece-51ab-46cb-8a10-bea83af04525/id_rsa.jenkins', '-e', 'JENKINS_GCE_SSH_PRIVATE_KEY_FILE=/home/jenkins/.ssh/google_compute_engine', '-e', 'JOB_BASE_NAME=pull-kubernetes-federation-e2e-gce', '-e', 'NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat', '-e', 'JENKINS_GCE_SSH_PUBLIC_KEY_FILE=/home/jenkins/.ssh/google_compute_engine.pub', '-e', '_=./test-infra/jenkins/bootstrap.py', '-e', 'JENKINS_AWS_SSH_PUBLIC_KEY_FILE=/var/lib/jenkins/workspace/pull-kubernetes-federation-e2e-gce@tmp/secretFiles/94d9fe8b-32ba-47ea-a7a0-dc8518db3975/id_rsa.jenkins.pub', '-e', 'EXECUTOR_NUMBER=0', '-e', 'NODE_NAME=agent-pr-93', '-e', 'PULL_NUMBER=45950', '-e', 'SHLVL=2', '-e', 'JENKINS_SERVER_COOKIE=32617aabcc4952a0', '-e', 'BUILD_DISPLAY_NAME=#5154', '-e', 'PULL_REFS=master:e401dc749868a00e5bbe6669cf35cfe196f43f28,45950:582fec0495bc1f9068b90df651e1db1c6d0eecc5', '-e', 'XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt', '-e', 'MAIL=/var/mail/jenkins', '-e', 'SSH_CONNECTION=10.240.0.2 56672 10.240.0.95 22', '-e', 'CLOUDSDK_COMPONENT_MANAGER_DISABLE_UPDATE_CHECK=true', '-e', 'CLOUDSDK_EXPERIMENTAL_FAST_COMPONENT_UPDATE=false', '-e', 'E2E_UP=true', '-e', 'E2E_TEST=true', '-e', 'E2E_DOWN=true', '-e', 'E2E_NAME=e2e-gce-agent-pr-93-0', '-e', 'KUBE_AWS_INSTANCE_PREFIX=e2e-gce-agent-pr-93-0', '-e', 'INSTANCE_PREFIX=e2e-gce-agent-pr-93-0', '-e', 'KUBE_GCE_NETWORK=e2e-gce-agent-pr-93-0', '-e', 'KUBE_GCE_INSTANCE_PREFIX=e2e-gce-agent-pr-93-0', '-e', 'CLUSTER_NAME=e2e-gce-agent-pr-93-0', '-e', 'KUBE_GKE_NETWORK=e2e-gce-agent-pr-93-0', 'gcr.io/k8s-testimages/kubekins-e2e:v20170504-79009d67', '--build', '--stage=gs://kubernetes-release-pull/ci/pull-kubernetes-federation-e2e-gce', '--multiple-federations')' returned non-zero exit status 1\r\nE0517 05:04:28.376] Build failed\r\nI0517 05:04:28.376] process 28072 exited with code 1 after 23.5m"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/314096085","html_url":"https://github.com/kubernetes/kubernetes/issues/45954#issuecomment-314096085","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/45954","id":314096085,"user":{"login":"pmichali","id":2787783,"avatar_url":"https://avatars2.githubusercontent.com/u/2787783?v=3","gravatar_id":"","url":"https://api.github.com/users/pmichali","html_url":"https://github.com/pmichali","followers_url":"https://api.github.com/users/pmichali/followers","following_url":"https://api.github.com/users/pmichali/following{/other_user}","gists_url":"https://api.github.com/users/pmichali/gists{/gist_id}","starred_url":"https://api.github.com/users/pmichali/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pmichali/subscriptions","organizations_url":"https://api.github.com/users/pmichali/orgs","repos_url":"https://api.github.com/users/pmichali/repos","events_url":"https://api.github.com/users/pmichali/events{/privacy}","received_events_url":"https://api.github.com/users/pmichali/received_events","type":"User","site_admin":false},"created_at":"2017-07-10T12:51:53Z","updated_at":"2017-07-10T12:51:53Z","body":"I think this is what I'm seeing (consistently) with #46138 and #46874.\r\n"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 2787783,
"login": "pmichali",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2787783?",
"url": "https://api.github.com/users/pmichali"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-10T12:51:55 | 6223783517 | {"actor":{"display_login":"pmichali"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48535","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48535/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48535/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48535/events","html_url":"https://github.com/kubernetes/kubernetes/pull/48535","id":240912300,"number":48535,"title":"Adopt debian-base as baseimage","user":{"login":"mkumatag","id":12646029,"avatar_url":"https://avatars0.githubusercontent.com/u/12646029?v=4","gravatar_id":"","url":"https://api.github.com/users/mkumatag","html_url":"https://github.com/mkumatag","followers_url":"https://api.github.com/users/mkumatag/followers","following_url":"https://api.github.com/users/mkumatag/following{/other_user}","gists_url":"https://api.github.com/users/mkumatag/gists{/gist_id}","starred_url":"https://api.github.com/users/mkumatag/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkumatag/subscriptions","organizations_url":"https://api.github.com/users/mkumatag/orgs","repos_url":"https://api.github.com/users/mkumatag/repos","events_url":"https://api.github.com/users/mkumatag/events{/privacy}","received_events_url":"https://api.github.com/users/mkumatag/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450895,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/S","name":"size/S","color":"77bb00","default":false}],"state":"open","locked":false,"assignee":{"login":"mkumatag","id":12646029,"avatar_url":"https://avatars0.githubusercontent.com/u/12646029?v=4","gravatar_id":"","url":"https://api.github.com/users/mkumatag","html_url":"https://github.com/mkumatag","followers_url":"https://api.github.com/users/mkumatag/followers","following_url":"https://api.github.com/users/mkumatag/following{/other_user}","gists_url":"https://api.github.com/users/mkumatag/gists{/gist_id}","starred_url":"https://api.github.com/users/mkumatag/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkumatag/subscriptions","organizations_url":"https://api.github.com/users/mkumatag/orgs","repos_url":"https://api.github.com/users/mkumatag/repos","events_url":"https://api.github.com/users/mkumatag/events{/privacy}","received_events_url":"https://api.github.com/users/mkumatag/received_events","type":"User","site_admin":false},"assignees":[{"login":"mkumatag","id":12646029,"avatar_url":"https://avatars0.githubusercontent.com/u/12646029?v=4","gravatar_id":"","url":"https://api.github.com/users/mkumatag","html_url":"https://github.com/mkumatag","followers_url":"https://api.github.com/users/mkumatag/followers","following_url":"https://api.github.com/users/mkumatag/following{/other_user}","gists_url":"https://api.github.com/users/mkumatag/gists{/gist_id}","starred_url":"https://api.github.com/users/mkumatag/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mkumatag/subscriptions","organizations_url":"https://api.github.com/users/mkumatag/orgs","repos_url":"https://api.github.com/users/mkumatag/repos","events_url":"https://api.github.com/users/mkumatag/events{/privacy}","received_events_url":"https://api.github.com/users/mkumatag/received_events","type":"User","site_admin":false}],"milestone":null,"comments":5,"created_at":"2017-07-06T10:27:05Z","updated_at":"2017-07-14T06:49:43Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/48535","html_url":"https://github.com/kubernetes/kubernetes/pull/48535","diff_url":"https://github.com/kubernetes/kubernetes/pull/48535.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/48535.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\nBased on discussion from - https://github.com/kubernetes/kubernetes/pull/44910/files#r125150263\r\n**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #\r\n\r\n**Special notes for your reviewer**:\r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```NONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/315284962","html_url":"https://github.com/kubernetes/kubernetes/pull/48535#issuecomment-315284962","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/48535","id":315284962,"user":{"login":"ixdy","id":8061296,"avatar_url":"https://avatars4.githubusercontent.com/u/8061296?v=3","gravatar_id":"","url":"https://api.github.com/users/ixdy","html_url":"https://github.com/ixdy","followers_url":"https://api.github.com/users/ixdy/followers","following_url":"https://api.github.com/users/ixdy/following{/other_user}","gists_url":"https://api.github.com/users/ixdy/gists{/gist_id}","starred_url":"https://api.github.com/users/ixdy/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ixdy/subscriptions","organizations_url":"https://api.github.com/users/ixdy/orgs","repos_url":"https://api.github.com/users/ixdy/repos","events_url":"https://api.github.com/users/ixdy/events{/privacy}","received_events_url":"https://api.github.com/users/ixdy/received_events","type":"User","site_admin":false},"created_at":"2017-07-14T06:49:43Z","updated_at":"2017-07-14T06:49:43Z","body":"maybe bump the tags on these images? though I guess I can push over them since they haven't been used anywhere yet."}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 8061296,
"login": "ixdy",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/8061296?",
"url": "https://api.github.com/users/ixdy"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-14T06:49:45 | 6255364435 | {"actor":{"display_login":"ixdy"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46456","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46456/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46456/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46456/events","html_url":"https://github.com/kubernetes/kubernetes/pull/46456","id":231438337,"number":46456,"title":"Add local storage (scratch space) allocatable support","user":{"login":"jingxu97","id":19172805,"avatar_url":"https://avatars0.githubusercontent.com/u/19172805?v=3","gravatar_id":"","url":"https://api.github.com/users/jingxu97","html_url":"https://github.com/jingxu97","followers_url":"https://api.github.com/users/jingxu97/followers","following_url":"https://api.github.com/users/jingxu97/following{/other_user}","gists_url":"https://api.github.com/users/jingxu97/gists{/gist_id}","starred_url":"https://api.github.com/users/jingxu97/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jingxu97/subscriptions","organizations_url":"https://api.github.com/users/jingxu97/orgs","repos_url":"https://api.github.com/users/jingxu97/repos","events_url":"https://api.github.com/users/jingxu97/events{/privacy}","received_events_url":"https://api.github.com/users/jingxu97/received_events","type":"User","site_admin":false},"labels":[{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":261005360,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/kind/api-change","name":"kind/api-change","color":"c7def8","default":false},{"id":240247879,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/needs-rebase","name":"needs-rebase","color":"BDBDBD","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253451093,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/XXL","name":"size/XXL","color":"ee0000","default":false}],"state":"open","locked":false,"assignee":{"login":"dashpole","id":3262098,"avatar_url":"https://avatars2.githubusercontent.com/u/3262098?v=3","gravatar_id":"","url":"https://api.github.com/users/dashpole","html_url":"https://github.com/dashpole","followers_url":"https://api.github.com/users/dashpole/followers","following_url":"https://api.github.com/users/dashpole/following{/other_user}","gists_url":"https://api.github.com/users/dashpole/gists{/gist_id}","starred_url":"https://api.github.com/users/dashpole/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dashpole/subscriptions","organizations_url":"https://api.github.com/users/dashpole/orgs","repos_url":"https://api.github.com/users/dashpole/repos","events_url":"https://api.github.com/users/dashpole/events{/privacy}","received_events_url":"https://api.github.com/users/dashpole/received_events","type":"User","site_admin":false},"assignees":[{"login":"dashpole","id":3262098,"avatar_url":"https://avatars2.githubusercontent.com/u/3262098?v=3","gravatar_id":"","url":"https://api.github.com/users/dashpole","html_url":"https://github.com/dashpole","followers_url":"https://api.github.com/users/dashpole/followers","following_url":"https://api.github.com/users/dashpole/following{/other_user}","gists_url":"https://api.github.com/users/dashpole/gists{/gist_id}","starred_url":"https://api.github.com/users/dashpole/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dashpole/subscriptions","organizations_url":"https://api.github.com/users/dashpole/orgs","repos_url":"https://api.github.com/users/dashpole/repos","events_url":"https://api.github.com/users/dashpole/events{/privacy}","received_events_url":"https://api.github.com/users/dashpole/received_events","type":"User","site_admin":false},{"login":"vishh","id":7063592,"avatar_url":"https://avatars1.githubusercontent.com/u/7063592?v=3","gravatar_id":"","url":"https://api.github.com/users/vishh","html_url":"https://github.com/vishh","followers_url":"https://api.github.com/users/vishh/followers","following_url":"https://api.github.com/users/vishh/following{/other_user}","gists_url":"https://api.github.com/users/vishh/gists{/gist_id}","starred_url":"https://api.github.com/users/vishh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/vishh/subscriptions","organizations_url":"https://api.github.com/users/vishh/orgs","repos_url":"https://api.github.com/users/vishh/repos","events_url":"https://api.github.com/users/vishh/events{/privacy}","received_events_url":"https://api.github.com/users/vishh/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/32","html_url":"https://github.com/kubernetes/kubernetes/milestone/32","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/milestones/32/labels","id":2264750,"number":32,"title":"v1.7","description":"","creator":{"login":"pwittrock","id":7882754,"avatar_url":"https://avatars3.githubusercontent.com/u/7882754?v=3","gravatar_id":"","url":"https://api.github.com/users/pwittrock","html_url":"https://github.com/pwittrock","followers_url":"https://api.github.com/users/pwittrock/followers","following_url":"https://api.github.com/users/pwittrock/following{/other_user}","gists_url":"https://api.github.com/users/pwittrock/gists{/gist_id}","starred_url":"https://api.github.com/users/pwittrock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pwittrock/subscriptions","organizations_url":"https://api.github.com/users/pwittrock/orgs","repos_url":"https://api.github.com/users/pwittrock/repos","events_url":"https://api.github.com/users/pwittrock/events{/privacy}","received_events_url":"https://api.github.com/users/pwittrock/received_events","type":"User","site_admin":false},"open_issues":277,"closed_issues":348,"state":"open","created_at":"2017-01-19T17:41:27Z","updated_at":"2017-06-01T05:09:44Z","due_on":null,"closed_at":null},"comments":9,"created_at":"2017-05-25T19:41:36Z","updated_at":"2017-06-01T05:13:12Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/46456","html_url":"https://github.com/kubernetes/kubernetes/pull/46456","diff_url":"https://github.com/kubernetes/kubernetes/pull/46456.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/46456.patch"},"body":"This PR adds the support for allocatable local storage (scratch space).\r\nThis feature is only for root file system which is shared by kubernetes\r\ncomponenets, users' containers and/or images. User could use\r\n--kube-reserved flag to reserve the storage for kube system components.\r\nIf the allocatable storage for user's pods is used up, some pods will be\r\nevicted to free the storage resource.\r\n\r\nThis feature is part of local storage capacity isolation and described in the proposal https://github.com/kubernetes/community/pull/306"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/305390921","html_url":"https://github.com/kubernetes/kubernetes/pull/46456#issuecomment-305390921","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/46456","id":305390921,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars3.githubusercontent.com/u/20407524?v=3","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-06-01T05:13:12Z","updated_at":"2017-06-01T05:13:12Z","body":"@jingxu97: The following test(s) **failed**:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-unit | a3777601e32120ea9f421d2db508bc1c2a09218b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-unit/33890/) | `@k8s-bot pull-kubernetes-unit test this`\npull-kubernetes-verify | a3777601e32120ea9f421d2db508bc1c2a09218b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-verify/32936/) | `@k8s-bot pull-kubernetes-verify test this`\npull-kubernetes-e2e-kops-aws | a3777601e32120ea9f421d2db508bc1c2a09218b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-e2e-kops-aws/28160/) | `@k8s-bot pull-kubernetes-e2e-kops-aws test this`\npull-kubernetes-e2e-gce-etcd3 | a3777601e32120ea9f421d2db508bc1c2a09218b | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-e2e-gce-etcd3/33350/) | `@k8s-bot pull-kubernetes-e2e-gce-etcd3 test this`\npull-kubernetes-bazel | ae28ad957c635cc599d395330681eb2fc998eb10 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-bazel/24176/) | `@k8s-bot pull-kubernetes-bazel test this`\npull-kubernetes-kubemark-e2e-gce | ae28ad957c635cc599d395330681eb2fc998eb10 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-kubemark-e2e-gce/33040/) | `@k8s-bot pull-kubernetes-kubemark-e2e-gce test this`\npull-kubernetes-federation-e2e-gce | ae28ad957c635cc599d395330681eb2fc998eb10 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-federation-e2e-gce/7885/) | `@k8s-bot pull-kubernetes-federation-e2e-gce test this`\npull-kubernetes-node-e2e | ae28ad957c635cc599d395330681eb2fc998eb10 | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46456/pull-kubernetes-node-e2e/33174/) | `@k8s-bot pull-kubernetes-node-e2e test this`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/46456). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/jingxu97). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-request-commands.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-06-01T05:13:13 | 5980307830 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes.github.io/issues/3317","repository_url":"https://api.github.com/repos/kubernetes/kubernetes.github.io","labels_url":"https://api.github.com/repos/kubernetes/kubernetes.github.io/issues/3317/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes.github.io/issues/3317/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes.github.io/issues/3317/events","html_url":"https://github.com/kubernetes/kubernetes.github.io/issues/3317","id":220911041,"number":3317,"title":"Issue installing Kube-Proxy for windows","user":{"login":"rvbsalgado","id":27227393,"avatar_url":"https://avatars3.githubusercontent.com/u/27227393?v=4","gravatar_id":"","url":"https://api.github.com/users/rvbsalgado","html_url":"https://github.com/rvbsalgado","followers_url":"https://api.github.com/users/rvbsalgado/followers","following_url":"https://api.github.com/users/rvbsalgado/following{/other_user}","gists_url":"https://api.github.com/users/rvbsalgado/gists{/gist_id}","starred_url":"https://api.github.com/users/rvbsalgado/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rvbsalgado/subscriptions","organizations_url":"https://api.github.com/users/rvbsalgado/orgs","repos_url":"https://api.github.com/users/rvbsalgado/repos","events_url":"https://api.github.com/users/rvbsalgado/events{/privacy}","received_events_url":"https://api.github.com/users/rvbsalgado/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2017-04-11T10:46:36Z","updated_at":"2017-07-18T01:52:57Z","closed_at":"2017-07-18T01:52:57Z","body":"<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->\r\n\r\n<!--Required Information-->\r\n\r\n**This is a...** \r\n<!-- choose one by changing [ ] to [x] -->\r\n- [ ] Feature Request\r\n- [X] Bug Report\r\n\r\n**Problem:**\r\nWhen i´m trying to install Kube-Proxy, executing the command \"go build cmd/kube-proxy/proxy.go\", i receive the error message: \"cmd\\kube-proxy\\app\\options\\options.go:104: cannot use fs (type *\"k8s.io/kubernetes/vendor/github.com/spf13/pflag\".FlagSet) as type *\"k8s.io/apiserver/vendor/github.com/spf13/pflag\".FlagSet in argument to feature.DefaultFeatureGate.AddFlag\" \r\n\r\nPS: After cloning all the git repositories needed(should be mentioned in the getting-started-guides), the installation of kubelet was successful. \r\n\r\nRegarding kube-proxy can some one help me???\r\n\r\nThanks\r\n\r\n**Proposed Solution:**\r\n\r\n\r\n**Page to Update:**\r\nhttp://kubernetes.io/...\r\n\r\n<!--Optional Information (remove the comment tags around information you would like to include)-->\r\n<!--Kubernetes Version:-->\r\n\r\n<!--Additional Information:-->\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes.github.io/issues/comments/315935054","html_url":"https://github.com/kubernetes/kubernetes.github.io/issues/3317#issuecomment-315935054","issue_url":"https://api.github.com/repos/kubernetes/kubernetes.github.io/issues/3317","id":315935054,"user":{"login":"zacharysarah","id":3210446,"avatar_url":"https://avatars1.githubusercontent.com/u/3210446?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysarah","html_url":"https://github.com/zacharysarah","followers_url":"https://api.github.com/users/zacharysarah/followers","following_url":"https://api.github.com/users/zacharysarah/following{/other_user}","gists_url":"https://api.github.com/users/zacharysarah/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysarah/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysarah/subscriptions","organizations_url":"https://api.github.com/users/zacharysarah/orgs","repos_url":"https://api.github.com/users/zacharysarah/repos","events_url":"https://api.github.com/users/zacharysarah/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysarah/received_events","type":"User","site_admin":false},"created_at":"2017-07-18T01:52:57Z","updated_at":"2017-07-18T01:52:57Z","body":"@rvbsalgado It looks like you're looking for support rather than reporting an issue with the docs. I encourage you to bring your question to the `#kubernetes-users` channel in [Kubernetes slack](http://slack.k8s.io/)."}} | {
"id": 51478266,
"name": "kubernetes/kubernetes.github.io",
"url": "https://api.github.com/repos/kubernetes/kubernetes.github.io"
} | {
"id": 3210446,
"login": "zacharysarah",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3210446?",
"url": "https://api.github.com/users/zacharysarah"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-07-18T01:52:57 | 6274376534 | {"actor":{"display_login":"zacharysarah"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54523","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54523/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54523/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54523/events","html_url":"https://github.com/kubernetes/kubernetes/pull/54523","id":268221651,"number":54523,"title":"unit tests for syncRolloutStatus in pkg/controller/deployment","user":{"login":"jekohk","id":12895773,"avatar_url":"https://avatars3.githubusercontent.com/u/12895773?v=4","gravatar_id":"","url":"https://api.github.com/users/jekohk","html_url":"https://github.com/jekohk","followers_url":"https://api.github.com/users/jekohk/followers","following_url":"https://api.github.com/users/jekohk/following{/other_user}","gists_url":"https://api.github.com/users/jekohk/gists{/gist_id}","starred_url":"https://api.github.com/users/jekohk/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jekohk/subscriptions","organizations_url":"https://api.github.com/users/jekohk/orgs","repos_url":"https://api.github.com/users/jekohk/repos","events_url":"https://api.github.com/users/jekohk/events{/privacy}","received_events_url":"https://api.github.com/users/jekohk/received_events","type":"User","site_admin":false},"labels":[{"id":414883982,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/approved","name":"approved","color":"0ffa16","default":false},{"id":477397086,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/cncf-cla:%20yes","name":"cncf-cla: yes","color":"bfe5bf","default":false},{"id":148225179,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/lgtm","name":"lgtm","color":"15dd18","default":false},{"id":349530249,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/release-note-none","name":"release-note-none","color":"c2e0c6","default":false},{"id":253450978,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/size/L","name":"size/L","color":"ee9900","default":false}],"state":"closed","locked":false,"assignee":{"login":"nikhiljindal","id":10199099,"avatar_url":"https://avatars0.githubusercontent.com/u/10199099?v=4","gravatar_id":"","url":"https://api.github.com/users/nikhiljindal","html_url":"https://github.com/nikhiljindal","followers_url":"https://api.github.com/users/nikhiljindal/followers","following_url":"https://api.github.com/users/nikhiljindal/following{/other_user}","gists_url":"https://api.github.com/users/nikhiljindal/gists{/gist_id}","starred_url":"https://api.github.com/users/nikhiljindal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nikhiljindal/subscriptions","organizations_url":"https://api.github.com/users/nikhiljindal/orgs","repos_url":"https://api.github.com/users/nikhiljindal/repos","events_url":"https://api.github.com/users/nikhiljindal/events{/privacy}","received_events_url":"https://api.github.com/users/nikhiljindal/received_events","type":"User","site_admin":false},"assignees":[{"login":"kargakis","id":3900799,"avatar_url":"https://avatars3.githubusercontent.com/u/3900799?v=4","gravatar_id":"","url":"https://api.github.com/users/kargakis","html_url":"https://github.com/kargakis","followers_url":"https://api.github.com/users/kargakis/followers","following_url":"https://api.github.com/users/kargakis/following{/other_user}","gists_url":"https://api.github.com/users/kargakis/gists{/gist_id}","starred_url":"https://api.github.com/users/kargakis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kargakis/subscriptions","organizations_url":"https://api.github.com/users/kargakis/orgs","repos_url":"https://api.github.com/users/kargakis/repos","events_url":"https://api.github.com/users/kargakis/events{/privacy}","received_events_url":"https://api.github.com/users/kargakis/received_events","type":"User","site_admin":false},{"login":"nikhiljindal","id":10199099,"avatar_url":"https://avatars0.githubusercontent.com/u/10199099?v=4","gravatar_id":"","url":"https://api.github.com/users/nikhiljindal","html_url":"https://github.com/nikhiljindal","followers_url":"https://api.github.com/users/nikhiljindal/followers","following_url":"https://api.github.com/users/nikhiljindal/following{/other_user}","gists_url":"https://api.github.com/users/nikhiljindal/gists{/gist_id}","starred_url":"https://api.github.com/users/nikhiljindal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nikhiljindal/subscriptions","organizations_url":"https://api.github.com/users/nikhiljindal/orgs","repos_url":"https://api.github.com/users/nikhiljindal/repos","events_url":"https://api.github.com/users/nikhiljindal/events{/privacy}","received_events_url":"https://api.github.com/users/nikhiljindal/received_events","type":"User","site_admin":false},{"login":"tnozicka","id":11869554,"avatar_url":"https://avatars2.githubusercontent.com/u/11869554?v=4","gravatar_id":"","url":"https://api.github.com/users/tnozicka","html_url":"https://github.com/tnozicka","followers_url":"https://api.github.com/users/tnozicka/followers","following_url":"https://api.github.com/users/tnozicka/following{/other_user}","gists_url":"https://api.github.com/users/tnozicka/gists{/gist_id}","starred_url":"https://api.github.com/users/tnozicka/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tnozicka/subscriptions","organizations_url":"https://api.github.com/users/tnozicka/orgs","repos_url":"https://api.github.com/users/tnozicka/repos","events_url":"https://api.github.com/users/tnozicka/events{/privacy}","received_events_url":"https://api.github.com/users/tnozicka/received_events","type":"User","site_admin":false}],"milestone":null,"comments":11,"created_at":"2017-10-24T23:40:14Z","updated_at":"2017-11-03T17:19:06Z","closed_at":"2017-11-03T17:00:13Z","author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/kubernetes/kubernetes/pulls/54523","html_url":"https://github.com/kubernetes/kubernetes/pull/54523","diff_url":"https://github.com/kubernetes/kubernetes/pull/54523.diff","patch_url":"https://github.com/kubernetes/kubernetes/pull/54523.patch"},"body":"<!-- Thanks for sending a pull request! Here are some tips for you:\r\n1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit-process and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide\r\n2. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/devel/pull-requests.md#best-practices-for-faster-reviews\r\n3. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/devel/pull-requests.md#write-release-notes-if-needed\r\n-->\r\n\r\n**What this PR does / why we need it**:\r\nAdds unit tests for syncRolloutStatus func in controller/deployment package.\r\n\r\n**Which issue this PR fixes**: \r\nfixes #53663 \r\n\r\n**Release note**:\r\n<!-- Steps to write your release note:\r\n1. Use the release-note-* labels to set the release note state (if you have access)\r\n2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.\r\n-->\r\n```release-note\r\nNONE\r\n```\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/341770284","html_url":"https://github.com/kubernetes/kubernetes/pull/54523#issuecomment-341770284","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/54523","id":341770284,"user":{"login":"k8s-ci-robot","id":20407524,"avatar_url":"https://avatars0.githubusercontent.com/u/20407524?v=4","gravatar_id":"","url":"https://api.github.com/users/k8s-ci-robot","html_url":"https://github.com/k8s-ci-robot","followers_url":"https://api.github.com/users/k8s-ci-robot/followers","following_url":"https://api.github.com/users/k8s-ci-robot/following{/other_user}","gists_url":"https://api.github.com/users/k8s-ci-robot/gists{/gist_id}","starred_url":"https://api.github.com/users/k8s-ci-robot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/k8s-ci-robot/subscriptions","organizations_url":"https://api.github.com/users/k8s-ci-robot/orgs","repos_url":"https://api.github.com/users/k8s-ci-robot/repos","events_url":"https://api.github.com/users/k8s-ci-robot/events{/privacy}","received_events_url":"https://api.github.com/users/k8s-ci-robot/received_events","type":"User","site_admin":false},"created_at":"2017-11-03T17:19:06Z","updated_at":"2017-11-03T17:19:06Z","author_association":"COLLABORATOR","body":"@jekohk: The following test **failed**, say `/retest` to rerun them all:\n\nTest name | Commit | Details | Rerun command\n--- | --- | --- | ---\npull-kubernetes-unit | cb98157834cc86bdee0d3c7024c110ec9a3050ea | [link](https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/54523/pull-kubernetes-unit/62637/) | `/test pull-kubernetes-unit`\n\n[Full PR test history](https://k8s-gubernator.appspot.com/pr/54523). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/jekohk). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/kubernetes/kubernetes/issues?q=is:issue+is:open) when you hit one in your PR.\n\n<details>\n\nInstructions for interacting with me using PR comments are available [here](https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://github.com/kubernetes/test-infra/blob/master/commands.md).\n</details>\n<!-- test report -->"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 20407524,
"login": "k8s-ci-robot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20407524?",
"url": "https://api.github.com/users/k8s-ci-robot"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-11-03T17:19:07 | 6806774620 | {"actor":{"display_login":"k8s-ci-robot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41444","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41444/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41444/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41444/events","html_url":"https://github.com/kubernetes/kubernetes/issues/41444","id":207662188,"number":41444,"title":"Digital Ocean load balancers / cloud provider","user":{"login":"paralin","id":534887,"avatar_url":"https://avatars2.githubusercontent.com/u/534887?v=4","gravatar_id":"","url":"https://api.github.com/users/paralin","html_url":"https://github.com/paralin","followers_url":"https://api.github.com/users/paralin/followers","following_url":"https://api.github.com/users/paralin/following{/other_user}","gists_url":"https://api.github.com/users/paralin/gists{/gist_id}","starred_url":"https://api.github.com/users/paralin/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/paralin/subscriptions","organizations_url":"https://api.github.com/users/paralin/orgs","repos_url":"https://api.github.com/users/paralin/repos","events_url":"https://api.github.com/users/paralin/events{/privacy}","received_events_url":"https://api.github.com/users/paralin/received_events","type":"User","site_admin":false},"labels":[{"id":173494222,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/cluster-lifecycle","name":"sig/cluster-lifecycle","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":13,"created_at":"2017-02-14T23:00:08Z","updated_at":"2017-10-31T10:42:10Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"**Environment**:\r\n- **Cloud provider or hardware configuration**: Digital Ocean (unimplemented?)\r\n\r\nDigital Ocean has just released their Load Balancer feature to General Availability. \r\n\r\nhttps://www.digitalocean.com/products/load-balancer/\r\n\r\nNow that Block Storage #39326 is also available, I think Digital Ocean should now be a good candidate for a new Cloud Provider implementation.\r\n\r\nhttps://github.com/kubernetes/kubernetes/tree/master/pkg/cloudprovider/providers\r\n\r\nCurrently it seems no work has begun towards this task. This is obviously a major effort, but I'd be willing to contribute. Hopefully some engineers from Digital Ocean would be willing to contribute as well, as it's their platform we would be adding support for. If nothing else, I think we should flag the appropriate teams and mark this as a \"will add eventually\" feature.\r\n\r\nAlso related:\r\n\r\n - #32334\r\n - #34783\r\n\r\nI would argue for closing the old issues and consolidating the Digital Ocean cloud provider notes into one issue.\r\n\r\ncc @wardviaene @leshik @justinsb"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/340724563","html_url":"https://github.com/kubernetes/kubernetes/issues/41444#issuecomment-340724563","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/41444","id":340724563,"user":{"login":"mmisztal1980","id":1357057,"avatar_url":"https://avatars1.githubusercontent.com/u/1357057?v=4","gravatar_id":"","url":"https://api.github.com/users/mmisztal1980","html_url":"https://github.com/mmisztal1980","followers_url":"https://api.github.com/users/mmisztal1980/followers","following_url":"https://api.github.com/users/mmisztal1980/following{/other_user}","gists_url":"https://api.github.com/users/mmisztal1980/gists{/gist_id}","starred_url":"https://api.github.com/users/mmisztal1980/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mmisztal1980/subscriptions","organizations_url":"https://api.github.com/users/mmisztal1980/orgs","repos_url":"https://api.github.com/users/mmisztal1980/repos","events_url":"https://api.github.com/users/mmisztal1980/events{/privacy}","received_events_url":"https://api.github.com/users/mmisztal1980/received_events","type":"User","site_admin":false},"created_at":"2017-10-31T10:42:10Z","updated_at":"2017-10-31T10:42:10Z","author_association":"NONE","body":"any progress on this? This would be huge"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 1357057,
"login": "mmisztal1980",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1357057?",
"url": "https://api.github.com/users/mmisztal1980"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-10-31T10:42:11 | 6788708515 | {"actor":{"display_login":"mmisztal1980"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51790","repository_url":"https://api.github.com/repos/kubernetes/kubernetes","labels_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51790/labels{/name}","comments_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51790/comments","events_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51790/events","html_url":"https://github.com/kubernetes/kubernetes/issues/51790","id":254618790,"number":51790,"title":"apiserver proxy feature does not rewrite Location header on redirects","user":{"login":"stepanv","id":883323,"avatar_url":"https://avatars2.githubusercontent.com/u/883323?v=4","gravatar_id":"","url":"https://api.github.com/users/stepanv","html_url":"https://github.com/stepanv","followers_url":"https://api.github.com/users/stepanv/followers","following_url":"https://api.github.com/users/stepanv/following{/other_user}","gists_url":"https://api.github.com/users/stepanv/gists{/gist_id}","starred_url":"https://api.github.com/users/stepanv/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stepanv/subscriptions","organizations_url":"https://api.github.com/users/stepanv/orgs","repos_url":"https://api.github.com/users/stepanv/repos","events_url":"https://api.github.com/users/stepanv/events{/privacy}","received_events_url":"https://api.github.com/users/stepanv/received_events","type":"User","site_admin":false},"labels":[{"id":173493835,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/api-machinery","name":"sig/api-machinery","color":"d2b48c","default":false},{"id":116712108,"url":"https://api.github.com/repos/kubernetes/kubernetes/labels/sig/network","name":"sig/network","color":"d2b48c","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2017-09-01T11:55:22Z","updated_at":"2017-09-07T21:02:10Z","closed_at":null,"author_association":"NONE","body":"<!-- This form is for bug reports and feature requests ONLY! \r\n\r\nIf you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).\r\n-->\r\n\r\n**Is this a BUG REPORT or FEATURE REQUEST?**:\r\n\r\n> /kind bug\r\n\r\n\r\n**What happened**:\r\nWhen accessing a service (e.g., `zipkin`) by using the Apiserver proxy feature and the service returns `302 Found` with `Location` header, such as\r\n```\r\ncurl http://159.146.11.73:8080/api/v1/namespaces/default/services/zipkin/proxy/ -vvv\r\n... \r\n< HTTP/1.1 302 Found\r\n< Location: http://159.146.11.73:8080/zipkin/\r\n...\r\n```\r\nThe returned `Location` header does not preserve the `api/v1/namespaces/.../proxy/` path if the service sent a redirect with an absolute path. \r\n\r\nDepending on the cluster, the `Location` header written by the service itself might have been `< Location: http://zipkin:9411/zipkin/` and the apiserver proxy did rewrite the _host_:_port_ to match the correct values. Unfortunately, it did not rewrite the path segment. \r\n\r\n**What you expected to happen**:\r\nI would expect the apiserver to rewrite the path segment of the `Location` response header so that it reflects the fact that it's proxied under the `api/v1/.../proxy/` path:\r\n```\r\n< HTTP/1.1 302 Found\r\n< Location: http://159.146.11.73:8080/api/v1/namespaces/default/services/zipkin/proxy/zipkin/\r\n```\r\n\r\n**How to reproduce it (as minimally and precisely as possible)**:\r\n```\r\nexport KUBECONFIG=/path/to/your/kubeconfig\r\n\r\n# use Helm to install Istio which includes Zipkin, unfortunately, there is no Chart for Zipkin only\r\nhelm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator\r\nhelm install --name test incubator/istio\r\n\r\nkubectl proxy\r\ncurl -vvv http://localhost:8001/api/v1/namespaces/default/services/test-istio-zipkin:http/proxy/\r\n...\r\n< HTTP/1.1 302 Found\r\n< Location: http://localhost:8001/zipkin/\r\n< Content-Type: text/plain; charset=utf-8\r\n...\r\n```\r\nThe `/api/v1/namespaces/default/services/test-istio-zipkin:http/proxy` path was not preserved. \r\n\r\n**Anything else we need to know?**:\r\nTo work around this issue, a service may return strictly a relative url in the `Location` header such as:\r\n```\r\n< Location: ./zipkin/\r\n```\r\nThe feature to rewrite `Location` headers is quite common. For instance, Apache Httpd does it thanks to: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse\r\n\r\n**Environment**:\r\n- Kubernetes version (use `kubectl version`):\r\n```\r\n% kubectl version\r\nClient Version: version.Info{Major:\"1\", Minor:\"7\", GitVersion:\"v1.7.5\", GitCommit:\"17d7182a7ccbb167074be7a87f0a68bd00d58d97\", GitTreeState:\"clean\", BuildDate:\"2017-08-31T19:32:12Z\", GoVersion:\"go1.9\", Compiler:\"gc\", Platform:\"darwin/amd64\"}\r\nServer Version: version.Info{Major:\"1\", Minor:\"7\", GitVersion:\"v1.7.2\", GitCommit:\"922a86cfcd65915a9b2f69f3f193b8907d741d9c\", GitTreeState:\"clean\", BuildDate:\"2017-07-21T08:08:00Z\", GoVersion:\"go1.8.3\", Compiler:\"gc\", Platform:\"linux/amd64\"}\r\n```\r\n- Cloud provider or hardware configuration**: _custom_\r\n- OS (e.g. from /etc/os-release): `Ubuntu 16.04.3 LTS`\r\n- Kernel (e.g. `uname -a`): `4.4.0-89-generic`\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/kubernetes/kubernetes/issues/comments/327926579","html_url":"https://github.com/kubernetes/kubernetes/issues/51790#issuecomment-327926579","issue_url":"https://api.github.com/repos/kubernetes/kubernetes/issues/51790","id":327926579,"user":{"login":"lavalamp","id":647318,"avatar_url":"https://avatars0.githubusercontent.com/u/647318?v=4","gravatar_id":"","url":"https://api.github.com/users/lavalamp","html_url":"https://github.com/lavalamp","followers_url":"https://api.github.com/users/lavalamp/followers","following_url":"https://api.github.com/users/lavalamp/following{/other_user}","gists_url":"https://api.github.com/users/lavalamp/gists{/gist_id}","starred_url":"https://api.github.com/users/lavalamp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lavalamp/subscriptions","organizations_url":"https://api.github.com/users/lavalamp/orgs","repos_url":"https://api.github.com/users/lavalamp/repos","events_url":"https://api.github.com/users/lavalamp/events{/privacy}","received_events_url":"https://api.github.com/users/lavalamp/received_events","type":"User","site_admin":false},"created_at":"2017-09-07T21:01:39Z","updated_at":"2017-09-07T21:01:39Z","author_association":"OWNER","body":"/assign @roycaihw"}} | {
"id": 20580498,
"name": "kubernetes/kubernetes",
"url": "https://api.github.com/repos/kubernetes/kubernetes"
} | {
"id": 647318,
"login": "lavalamp",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/647318?",
"url": "https://api.github.com/users/lavalamp"
} | {
"id": 13629408,
"login": "kubernetes",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13629408?",
"url": "https://api.github.com/orgs/kubernetes"
} | 2017-09-07T21:09:50 | 6563572452 | {"actor":{"display_login":"lavalamp"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines/issues/86","repository_url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines","labels_url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines/issues/86/labels{/name}","comments_url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines/issues/86/comments","events_url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines/issues/86/events","html_url":"https://github.com/kundajelab/atac_dnase_pipelines/issues/86","id":284055469,"number":86,"title":"about tss footprint","user":{"login":"tanpuekai","id":3417289,"avatar_url":"https://avatars3.githubusercontent.com/u/3417289?v=4","gravatar_id":"","url":"https://api.github.com/users/tanpuekai","html_url":"https://github.com/tanpuekai","followers_url":"https://api.github.com/users/tanpuekai/followers","following_url":"https://api.github.com/users/tanpuekai/following{/other_user}","gists_url":"https://api.github.com/users/tanpuekai/gists{/gist_id}","starred_url":"https://api.github.com/users/tanpuekai/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tanpuekai/subscriptions","organizations_url":"https://api.github.com/users/tanpuekai/orgs","repos_url":"https://api.github.com/users/tanpuekai/repos","events_url":"https://api.github.com/users/tanpuekai/events{/privacy}","received_events_url":"https://api.github.com/users/tanpuekai/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":13,"created_at":"2017-12-22T02:17:37Z","updated_at":"2017-12-27T04:18:50Z","closed_at":null,"author_association":"NONE","body":"hi, lee\r\n\r\ni am running your pipelines. just came across a few questions.\r\n\r\ni have finished the pipeline, i have got the peaks. bed, bam etc. but i am not getting report.html under \"out/\". all report html are missing.\r\n\r\nI clone your codes on Dec 5. Do u know what might be the problem?\r\n\r\nThanks.\r\n\r\nChan\r\n\r\n\r\n==============\r\nout # root dir. of outputs\r\n│\r\n├ *report.html # HTML report\r\n├ *tracks.json # Tracks datahub (JSON) for WashU browser\r\n├ ENCODE_summary.json # Metadata of all datafiles and QC results\r\n============"},"comment":{"url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines/issues/comments/354049388","html_url":"https://github.com/kundajelab/atac_dnase_pipelines/issues/86#issuecomment-354049388","issue_url":"https://api.github.com/repos/kundajelab/atac_dnase_pipelines/issues/86","id":354049388,"user":{"login":"tanpuekai","id":3417289,"avatar_url":"https://avatars3.githubusercontent.com/u/3417289?v=4","gravatar_id":"","url":"https://api.github.com/users/tanpuekai","html_url":"https://github.com/tanpuekai","followers_url":"https://api.github.com/users/tanpuekai/followers","following_url":"https://api.github.com/users/tanpuekai/following{/other_user}","gists_url":"https://api.github.com/users/tanpuekai/gists{/gist_id}","starred_url":"https://api.github.com/users/tanpuekai/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tanpuekai/subscriptions","organizations_url":"https://api.github.com/users/tanpuekai/orgs","repos_url":"https://api.github.com/users/tanpuekai/repos","events_url":"https://api.github.com/users/tanpuekai/events{/privacy}","received_events_url":"https://api.github.com/users/tanpuekai/received_events","type":"User","site_admin":false},"created_at":"2017-12-27T04:18:50Z","updated_at":"2017-12-27T04:18:50Z","author_association":"NONE","body":"successfully resolved. thanks a lot.\r\ncase closed."}} | {
"id": 52738025,
"name": "kundajelab/atac_dnase_pipelines",
"url": "https://api.github.com/repos/kundajelab/atac_dnase_pipelines"
} | {
"id": 3417289,
"login": "tanpuekai",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3417289?",
"url": "https://api.github.com/users/tanpuekai"
} | {
"id": 7598085,
"login": "kundajelab",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7598085?",
"url": "https://api.github.com/orgs/kundajelab"
} | 2017-12-27T04:18:50 | 7032527324 | {"actor":{"display_login":"tanpuekai"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/kure-kosen/cho_kure_web/issues/40","repository_url":"https://api.github.com/repos/kure-kosen/cho_kure_web","labels_url":"https://api.github.com/repos/kure-kosen/cho_kure_web/issues/40/labels{/name}","comments_url":"https://api.github.com/repos/kure-kosen/cho_kure_web/issues/40/comments","events_url":"https://api.github.com/repos/kure-kosen/cho_kure_web/issues/40/events","html_url":"https://github.com/kure-kosen/cho_kure_web/issues/40","id":275343306,"number":40,"title":"権限をしっかり整備する","user":{"login":"euglena1215","id":13253769,"avatar_url":"https://avatars1.githubusercontent.com/u/13253769?v=4","gravatar_id":"","url":"https://api.github.com/users/euglena1215","html_url":"https://github.com/euglena1215","followers_url":"https://api.github.com/users/euglena1215/followers","following_url":"https://api.github.com/users/euglena1215/following{/other_user}","gists_url":"https://api.github.com/users/euglena1215/gists{/gist_id}","starred_url":"https://api.github.com/users/euglena1215/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/euglena1215/subscriptions","organizations_url":"https://api.github.com/users/euglena1215/orgs","repos_url":"https://api.github.com/users/euglena1215/repos","events_url":"https://api.github.com/users/euglena1215/events{/privacy}","received_events_url":"https://api.github.com/users/euglena1215/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2017-11-20T12:44:46Z","updated_at":"2017-12-11T01:50:49Z","closed_at":null,"author_association":"CONTRIBUTOR","body":"パーソナリティの中でも管理者、編集者、ゲストの3つに分ける必要があると思ってる。\r\nどの役割の人にどこまでの権限を与えるのかを考えて実装する。\r\n\r\npunditとか使えばできそう。"},"comment":{"url":"https://api.github.com/repos/kure-kosen/cho_kure_web/issues/comments/350603069","html_url":"https://github.com/kure-kosen/cho_kure_web/issues/40#issuecomment-350603069","issue_url":"https://api.github.com/repos/kure-kosen/cho_kure_web/issues/40","id":350603069,"user":{"login":"euglena1215","id":13253769,"avatar_url":"https://avatars1.githubusercontent.com/u/13253769?v=4","gravatar_id":"","url":"https://api.github.com/users/euglena1215","html_url":"https://github.com/euglena1215","followers_url":"https://api.github.com/users/euglena1215/followers","following_url":"https://api.github.com/users/euglena1215/following{/other_user}","gists_url":"https://api.github.com/users/euglena1215/gists{/gist_id}","starred_url":"https://api.github.com/users/euglena1215/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/euglena1215/subscriptions","organizations_url":"https://api.github.com/users/euglena1215/orgs","repos_url":"https://api.github.com/users/euglena1215/repos","events_url":"https://api.github.com/users/euglena1215/events{/privacy}","received_events_url":"https://api.github.com/users/euglena1215/received_events","type":"User","site_admin":false},"created_at":"2017-12-11T01:50:49Z","updated_at":"2017-12-11T01:50:49Z","author_association":"CONTRIBUTOR","body":"だいたいそんな感じです\r\nそのうちゲストを呼ぶことはあると思うんだよね\r\nそうなったらゲストの枠を作っておくのは必要だと思う"}} | {
"id": 108558043,
"name": "kure-kosen/cho_kure_web",
"url": "https://api.github.com/repos/kure-kosen/cho_kure_web"
} | {
"id": 13253769,
"login": "euglena1215",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13253769?",
"url": "https://api.github.com/users/euglena1215"
} | {
"id": 31468827,
"login": "kure-kosen",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/31468827?",
"url": "https://api.github.com/orgs/kure-kosen"
} | 2017-12-11T01:50:49 | 6968973087 | {"actor":{"display_login":"euglena1215"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/linkeddata/dokieli/issues/178","repository_url":"https://api.github.com/repos/linkeddata/dokieli","labels_url":"https://api.github.com/repos/linkeddata/dokieli/issues/178/labels{/name}","comments_url":"https://api.github.com/repos/linkeddata/dokieli/issues/178/comments","events_url":"https://api.github.com/repos/linkeddata/dokieli/issues/178/events","html_url":"https://github.com/linkeddata/dokieli/issues/178","id":220444250,"number":178,"title":"Consider renaming 'export' to 'snapshot'","user":{"login":"rhiaro","id":466229,"avatar_url":"https://avatars0.githubusercontent.com/u/466229?v=3","gravatar_id":"","url":"https://api.github.com/users/rhiaro","html_url":"https://github.com/rhiaro","followers_url":"https://api.github.com/users/rhiaro/followers","following_url":"https://api.github.com/users/rhiaro/following{/other_user}","gists_url":"https://api.github.com/users/rhiaro/gists{/gist_id}","starred_url":"https://api.github.com/users/rhiaro/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rhiaro/subscriptions","organizations_url":"https://api.github.com/users/rhiaro/orgs","repos_url":"https://api.github.com/users/rhiaro/repos","events_url":"https://api.github.com/users/rhiaro/events{/privacy}","received_events_url":"https://api.github.com/users/rhiaro/received_events","type":"User","site_admin":false},"labels":[{"id":37612825,"url":"https://api.github.com/repos/linkeddata/dokieli/labels/UI","name":"UI","color":"eb6420","default":false}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2017-04-09T03:23:46Z","updated_at":"2017-04-18T21:56:44Z","closed_at":"2017-04-18T21:54:43Z","body":""},"comment":{"url":"https://api.github.com/repos/linkeddata/dokieli/issues/comments/294996042","html_url":"https://github.com/linkeddata/dokieli/issues/178#issuecomment-294996042","issue_url":"https://api.github.com/repos/linkeddata/dokieli/issues/178","id":294996042,"user":{"login":"csarven","id":429987,"avatar_url":"https://avatars1.githubusercontent.com/u/429987?v=3","gravatar_id":"","url":"https://api.github.com/users/csarven","html_url":"https://github.com/csarven","followers_url":"https://api.github.com/users/csarven/followers","following_url":"https://api.github.com/users/csarven/following{/other_user}","gists_url":"https://api.github.com/users/csarven/gists{/gist_id}","starred_url":"https://api.github.com/users/csarven/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/csarven/subscriptions","organizations_url":"https://api.github.com/users/csarven/orgs","repos_url":"https://api.github.com/users/csarven/repos","events_url":"https://api.github.com/users/csarven/events{/privacy}","received_events_url":"https://api.github.com/users/csarven/received_events","type":"User","site_admin":false},"created_at":"2017-04-18T21:56:44Z","updated_at":"2017-04-18T21:56:44Z","body":"I think there are more characters in this issue title than the keystrokes it took to resolve this issue.\r\n"}} | {
"id": 9721284,
"name": "linkeddata/dokieli",
"url": "https://api.github.com/repos/linkeddata/dokieli"
} | {
"id": 429987,
"login": "csarven",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/429987?",
"url": "https://api.github.com/users/csarven"
} | {
"id": 1261005,
"login": "linkeddata",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1261005?",
"url": "https://api.github.com/orgs/linkeddata"
} | 2017-04-18T21:56:44 | 5711022659 | {"actor":{"display_login":"csarven"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/localstack/localstack/issues/455","repository_url":"https://api.github.com/repos/localstack/localstack","labels_url":"https://api.github.com/repos/localstack/localstack/issues/455/labels{/name}","comments_url":"https://api.github.com/repos/localstack/localstack/issues/455/comments","events_url":"https://api.github.com/repos/localstack/localstack/issues/455/events","html_url":"https://github.com/localstack/localstack/issues/455","id":272924981,"number":455,"title":"Error while trying to PutObject into Localstack S3","user":{"login":"fernandosiq","id":9454880,"avatar_url":"https://avatars3.githubusercontent.com/u/9454880?v=4","gravatar_id":"","url":"https://api.github.com/users/fernandosiq","html_url":"https://github.com/fernandosiq","followers_url":"https://api.github.com/users/fernandosiq/followers","following_url":"https://api.github.com/users/fernandosiq/following{/other_user}","gists_url":"https://api.github.com/users/fernandosiq/gists{/gist_id}","starred_url":"https://api.github.com/users/fernandosiq/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fernandosiq/subscriptions","organizations_url":"https://api.github.com/users/fernandosiq/orgs","repos_url":"https://api.github.com/users/fernandosiq/repos","events_url":"https://api.github.com/users/fernandosiq/events{/privacy}","received_events_url":"https://api.github.com/users/fernandosiq/received_events","type":"User","site_admin":false},"labels":[{"id":468888567,"url":"https://api.github.com/repos/localstack/localstack/labels/bug","name":"bug","color":"ee0701","default":true}],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2017-11-10T13:00:21Z","updated_at":"2017-11-21T10:02:51Z","closed_at":"2017-11-21T10:02:51Z","author_association":"NONE","body":"<!-- Love localstack? Please consider supporting our collective:\r\n👉 https://opencollective.com/localstack/donate -->\r\n\r\nHi,\r\n\r\nI've been running localstack in docker, and have been having success using it with Ruby AWS SDK.\r\nLately I've tried using it in Java AWS SDK and got an error:\r\n\r\n\r\n```\r\n2017-11-10T12:42:51:ERROR:localstack.services.generic_proxy: Error forwarding request: string index out of range Traceback (most recent call last):\r\n\r\n File \"/opt/code/localstack/localstack/services/generic_proxy.py\", line 162, in forward\r\n path=path, data=data, headers=forward_headers)\r\n\r\n File \"/opt/code/localstack/localstack/services/s3/s3_listener.py\", line 383, in forward_request\r\n modified_data = strip_chunk_signatures(data)\r\n\r\n File \"/opt/code/localstack/localstack/services/s3/s3_listener.py\", line 252, in strip_chunk_signatures\r\nif data_new[0] in (10, 13):\r\n\r\nIndexError: string index out of range\r\n```\r\n\r\n\r\nI went through the code and saw that it's trying to strip the chunck signatures, compared the requests that work (Ruby SDK):\r\n\r\n**HEADERS:**\r\n```\r\nContent-Type:\r\nAccept-Encoding:\r\nUser-Agent: aws-sdk-ruby3/3.6.0 ruby/2.2.8 x86_64-linux aws-sdk-s3/1.5.0\r\nExpect: 100-continue\r\nContent-Md5: 4HkQoGoIbIO6QYJ6oAsm7Q==\r\nHost: 10.0.75.1:9000\r\nX-Amz-Date: 20171110T130937Z\r\nX-Amz-Content-Sha256: dc460da4ad72c482231e28e688e01f2778a88ce31a08826899d54ef7183998b5\r\nAuthorization: AWS4-HMAC-SHA256 Credential=abc/20171110/localhost/s3/aws4_request, SignedHeaders=content-md5;expect;host;user-agent;x-amz-content-sha256;x-amz-date, Signature=acbf24709e49fdd2fd22965d928e1abd440bbdffb4c920a16cc140bac5e05ae0\r\nContent-Length: 4\r\nAccept: */*\r\n```\r\n**BODY:**\r\n`asd`\r\n\r\nNote that this asd is the content of the file.\r\n\r\nwith the one that doesn't (Java SDK) 1.11.180:\r\n\r\n\r\n**HEADERS:**\r\n```\r\nx-amz-content-sha256: STREAMING-AWS4-HMAC-SHA256-PAYLOAD\r\nAuthorization: AWS4-HMAC-SHA256 Credential=abc/20171110/localhost/s3/aws4_request, SignedHeaders=amz-sdk-invocation-id;amz-sdk-retry;content-length;content-md5;content-type;host;user-agent;x-amz-content-sha256;x-amz-date;x-amz-decoded-content-length, Signature=53456e284daeb26c9dc442e21659241848a22979a1f0da0d81d90e5a0658a222\r\nX-Amz-Date: 20171110T124251Z\r\nUser-Agent: aws-sdk-java/1.11.180 Windows_10/10.0 Java_HotSpot(TM)_64-Bit_Server_VM/25.152-b16/1.8.0_152\r\namz-sdk-invocation-id: ec127ebc-81da-0d98-0cc7-a260c92a1ba5\r\nx-amz-decoded-content-length: 0\r\namz-sdk-retry: 3/122/485\r\nContent-MD5: 1B2M2Y8AsgTpgAmY7PhCfg==\r\nContent-Type: application/octet-stream\r\nContent-Length: 86\r\nConnection: Keep-Alive\r\nExpect: 100-continue\r\n```\r\n\r\n**BODY:**\r\n`0;chunk-signature=55de8c65df62554f8a104e5b23603684cae6e63dcbba8bac45c3b9ae99e3ad36`"},"comment":{"url":"https://api.github.com/repos/localstack/localstack/issues/comments/345976974","html_url":"https://github.com/localstack/localstack/issues/455#issuecomment-345976974","issue_url":"https://api.github.com/repos/localstack/localstack/issues/455","id":345976974,"user":{"login":"fernandosiq","id":9454880,"avatar_url":"https://avatars3.githubusercontent.com/u/9454880?v=4","gravatar_id":"","url":"https://api.github.com/users/fernandosiq","html_url":"https://github.com/fernandosiq","followers_url":"https://api.github.com/users/fernandosiq/followers","following_url":"https://api.github.com/users/fernandosiq/following{/other_user}","gists_url":"https://api.github.com/users/fernandosiq/gists{/gist_id}","starred_url":"https://api.github.com/users/fernandosiq/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fernandosiq/subscriptions","organizations_url":"https://api.github.com/users/fernandosiq/orgs","repos_url":"https://api.github.com/users/fernandosiq/repos","events_url":"https://api.github.com/users/fernandosiq/events{/privacy}","received_events_url":"https://api.github.com/users/fernandosiq/received_events","type":"User","site_admin":false},"created_at":"2017-11-21T10:02:51Z","updated_at":"2017-11-21T10:02:51Z","author_association":"NONE","body":"It's working now, thanks @whummer "}} | {
"id": 71948498,
"name": "localstack/localstack",
"url": "https://api.github.com/repos/localstack/localstack"
} | {
"id": 9454880,
"login": "fernandosiq",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/9454880?",
"url": "https://api.github.com/users/fernandosiq"
} | {
"id": 28732122,
"login": "localstack",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/28732122?",
"url": "https://api.github.com/orgs/localstack"
} | 2017-11-21T10:02:52 | 6883621036 | {"actor":{"display_login":"fernandosiq"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/loconomics/loconomics/issues/625","repository_url":"https://api.github.com/repos/loconomics/loconomics","labels_url":"https://api.github.com/repos/loconomics/loconomics/issues/625/labels{/name}","comments_url":"https://api.github.com/repos/loconomics/loconomics/issues/625/comments","events_url":"https://api.github.com/repos/loconomics/loconomics/issues/625/events","html_url":"https://github.com/loconomics/loconomics/issues/625","id":251017285,"number":625,"title":"Accessibility: Issues with location search autocomplete","user":{"login":"ndarilek","id":1172,"avatar_url":"https://avatars3.githubusercontent.com/u/1172?v=4","gravatar_id":"","url":"https://api.github.com/users/ndarilek","html_url":"https://github.com/ndarilek","followers_url":"https://api.github.com/users/ndarilek/followers","following_url":"https://api.github.com/users/ndarilek/following{/other_user}","gists_url":"https://api.github.com/users/ndarilek/gists{/gist_id}","starred_url":"https://api.github.com/users/ndarilek/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ndarilek/subscriptions","organizations_url":"https://api.github.com/users/ndarilek/orgs","repos_url":"https://api.github.com/users/ndarilek/repos","events_url":"https://api.github.com/users/ndarilek/events{/privacy}","received_events_url":"https://api.github.com/users/ndarilek/received_events","type":"User","site_admin":false},"labels":[{"id":642232630,"url":"https://api.github.com/repos/loconomics/loconomics/labels/F:%20Accessbility","name":"F: Accessbility","color":"207de5","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-08-17T17:33:02Z","updated_at":"2017-08-18T13:53:14Z","closed_at":null,"body":"On the main page, searching for a location gives no indication that it is either an autocomplete field, or that completion results are available. If I type a partial string, \"aus\" for example, down-arrow presents available completion results.\r\n\r\nI found [this](https://haltersweb.github.io/Accessibility/autocomplete.html) as a good example of an accessible autocomplete field that works well with my screen reader. I haven't tested it on a mobile device, but it does seem that they've taken that into account as well."},"comment":{"url":"https://api.github.com/repos/loconomics/loconomics/issues/comments/323359776","html_url":"https://github.com/loconomics/loconomics/issues/625#issuecomment-323359776","issue_url":"https://api.github.com/repos/loconomics/loconomics/issues/625","id":323359776,"user":{"login":"IagoSRL","id":1070576,"avatar_url":"https://avatars1.githubusercontent.com/u/1070576?v=4","gravatar_id":"","url":"https://api.github.com/users/IagoSRL","html_url":"https://github.com/IagoSRL","followers_url":"https://api.github.com/users/IagoSRL/followers","following_url":"https://api.github.com/users/IagoSRL/following{/other_user}","gists_url":"https://api.github.com/users/IagoSRL/gists{/gist_id}","starred_url":"https://api.github.com/users/IagoSRL/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/IagoSRL/subscriptions","organizations_url":"https://api.github.com/users/IagoSRL/orgs","repos_url":"https://api.github.com/users/IagoSRL/repos","events_url":"https://api.github.com/users/IagoSRL/events{/privacy}","received_events_url":"https://api.github.com/users/IagoSRL/received_events","type":"User","site_admin":false},"created_at":"2017-08-18T13:53:14Z","updated_at":"2017-08-18T13:53:14Z","body":"Thanks for the link resource, I will review it additionally to the course tips to make all autocomplete in the site accessible.\r\n\r\nA special note goes for this 'location autocomplete', since is now a third party plugin using Google Maps API, but I must be able to rebuild it."}} | {
"id": 73400516,
"name": "loconomics/loconomics",
"url": "https://api.github.com/repos/loconomics/loconomics"
} | {
"id": 1070576,
"login": "IagoSRL",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1070576?",
"url": "https://api.github.com/users/IagoSRL"
} | {
"id": 23316560,
"login": "loconomics",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/23316560?",
"url": "https://api.github.com/orgs/loconomics"
} | 2017-08-18T13:53:14 | 6480636505 | {"actor":{"display_login":"IagoSRL"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/mailvelope/mailvelope/issues/351","repository_url":"https://api.github.com/repos/mailvelope/mailvelope","labels_url":"https://api.github.com/repos/mailvelope/mailvelope/issues/351/labels{/name}","comments_url":"https://api.github.com/repos/mailvelope/mailvelope/issues/351/comments","events_url":"https://api.github.com/repos/mailvelope/mailvelope/issues/351/events","html_url":"https://github.com/mailvelope/mailvelope/issues/351","id":121276867,"number":351,"title":"Encrypt and decrypt any text block ","user":{"login":"couriernew","id":1687285,"avatar_url":"https://avatars1.githubusercontent.com/u/1687285?v=4","gravatar_id":"","url":"https://api.github.com/users/couriernew","html_url":"https://github.com/couriernew","followers_url":"https://api.github.com/users/couriernew/followers","following_url":"https://api.github.com/users/couriernew/following{/other_user}","gists_url":"https://api.github.com/users/couriernew/gists{/gist_id}","starred_url":"https://api.github.com/users/couriernew/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/couriernew/subscriptions","organizations_url":"https://api.github.com/users/couriernew/orgs","repos_url":"https://api.github.com/users/couriernew/repos","events_url":"https://api.github.com/users/couriernew/events{/privacy}","received_events_url":"https://api.github.com/users/couriernew/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":7,"created_at":"2015-12-09T15:55:11Z","updated_at":"2017-10-11T09:31:12Z","closed_at":null,"author_association":"NONE","body":"This request is partially brought up in:\n[Issue #318 Encrypt any arbitrary TEXTAREA?](https://github.com/mailvelope/mailvelope/issues/318)\n\nThe basic idea is to allow the user to encrypt and decrypt any text block using the keys that are stored inside Mailvelope. The UI could be through the Mailvelope Options Tabs.\n## Option Menu Change\n\nThe additional menu item could be: \nKey Management | Options | **Quick Encrypt / Decrypt**\n## Quick Encrypt\n\n\nNext step would follow the same UI as composing inside an email (key selection, etc.). \nBasic idea is to offer user a compose message option outside of being logged into an email service. \nUser could be offline or just not logged into a email site to use the encryption functionality.\n## Quick Decrypt\n\n\nNext step would follow the same UI as decrypting message, with \"Enter key password\" next.\nBasic idea is to offer an input box for encrypted text.\nUser could decrypt text blocks without having to have received the encrypted text inside an actual email.\n## Use Case\n- **Encryption:** User does not want to send the encrypted message as an email. However, would still like to use Mailvelope as an easy graphical interface for managing keys.\n- **Decryption:** User's friend sends an encrypted file as a text attachment. Mailvelope workaround (seems to me) user should open the encrypted text attachment, copy-paste into an email, and send the email to the user's self. User could simply copy-paste the encrypted message, without having to actually send an email. Again, main goal is to continue using Mailvelop's easy GUI and key management.\n"},"comment":{"url":"https://api.github.com/repos/mailvelope/mailvelope/issues/comments/335752403","html_url":"https://github.com/mailvelope/mailvelope/issues/351#issuecomment-335752403","issue_url":"https://api.github.com/repos/mailvelope/mailvelope/issues/351","id":335752403,"user":{"login":"viktorgoc","id":20596633,"avatar_url":"https://avatars3.githubusercontent.com/u/20596633?v=4","gravatar_id":"","url":"https://api.github.com/users/viktorgoc","html_url":"https://github.com/viktorgoc","followers_url":"https://api.github.com/users/viktorgoc/followers","following_url":"https://api.github.com/users/viktorgoc/following{/other_user}","gists_url":"https://api.github.com/users/viktorgoc/gists{/gist_id}","starred_url":"https://api.github.com/users/viktorgoc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/viktorgoc/subscriptions","organizations_url":"https://api.github.com/users/viktorgoc/orgs","repos_url":"https://api.github.com/users/viktorgoc/repos","events_url":"https://api.github.com/users/viktorgoc/events{/privacy}","received_events_url":"https://api.github.com/users/viktorgoc/received_events","type":"User","site_admin":false},"created_at":"2017-10-11T09:31:12Z","updated_at":"2017-10-11T09:31:12Z","author_association":"NONE","body":"I have a similar use case where we would like to be able to encrypt pages in an internal wiki, meaning that these pages would not be stored on the server in clear text."}} | {
"id": 5545025,
"name": "mailvelope/mailvelope",
"url": "https://api.github.com/repos/mailvelope/mailvelope"
} | {
"id": 20596633,
"login": "viktorgoc",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20596633?",
"url": "https://api.github.com/users/viktorgoc"
} | {
"id": 9251769,
"login": "mailvelope",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/9251769?",
"url": "https://api.github.com/orgs/mailvelope"
} | 2017-10-11T09:31:12 | 6701412626 | {"actor":{"display_login":"viktorgoc"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/manifoldco/promptui/issues/22","repository_url":"https://api.github.com/repos/manifoldco/promptui","labels_url":"https://api.github.com/repos/manifoldco/promptui/issues/22/labels{/name}","comments_url":"https://api.github.com/repos/manifoldco/promptui/issues/22/comments","events_url":"https://api.github.com/repos/manifoldco/promptui/issues/22/events","html_url":"https://github.com/manifoldco/promptui/pull/22","id":270822907,"number":22,"title":"Allow a select list to be searched","user":{"login":"luizbranco","id":1048795,"avatar_url":"https://avatars0.githubusercontent.com/u/1048795?v=4","gravatar_id":"","url":"https://api.github.com/users/luizbranco","html_url":"https://github.com/luizbranco","followers_url":"https://api.github.com/users/luizbranco/followers","following_url":"https://api.github.com/users/luizbranco/following{/other_user}","gists_url":"https://api.github.com/users/luizbranco/gists{/gist_id}","starred_url":"https://api.github.com/users/luizbranco/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/luizbranco/subscriptions","organizations_url":"https://api.github.com/users/luizbranco/orgs","repos_url":"https://api.github.com/users/luizbranco/repos","events_url":"https://api.github.com/users/luizbranco/events{/privacy}","received_events_url":"https://api.github.com/users/luizbranco/received_events","type":"User","site_admin":false},"labels":[{"id":721590245,"url":"https://api.github.com/repos/manifoldco/promptui/labels/enhancement","name":"enhancement","color":"84b6eb","default":true},{"id":729789309,"url":"https://api.github.com/repos/manifoldco/promptui/labels/meta/in-review","name":"meta/in-review","color":"ededed","default":false}],"state":"open","locked":false,"assignee":{"login":"luizbranco","id":1048795,"avatar_url":"https://avatars0.githubusercontent.com/u/1048795?v=4","gravatar_id":"","url":"https://api.github.com/users/luizbranco","html_url":"https://github.com/luizbranco","followers_url":"https://api.github.com/users/luizbranco/followers","following_url":"https://api.github.com/users/luizbranco/following{/other_user}","gists_url":"https://api.github.com/users/luizbranco/gists{/gist_id}","starred_url":"https://api.github.com/users/luizbranco/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/luizbranco/subscriptions","organizations_url":"https://api.github.com/users/luizbranco/orgs","repos_url":"https://api.github.com/users/luizbranco/repos","events_url":"https://api.github.com/users/luizbranco/events{/privacy}","received_events_url":"https://api.github.com/users/luizbranco/received_events","type":"User","site_admin":false},"assignees":[{"login":"luizbranco","id":1048795,"avatar_url":"https://avatars0.githubusercontent.com/u/1048795?v=4","gravatar_id":"","url":"https://api.github.com/users/luizbranco","html_url":"https://github.com/luizbranco","followers_url":"https://api.github.com/users/luizbranco/followers","following_url":"https://api.github.com/users/luizbranco/following{/other_user}","gists_url":"https://api.github.com/users/luizbranco/gists{/gist_id}","starred_url":"https://api.github.com/users/luizbranco/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/luizbranco/subscriptions","organizations_url":"https://api.github.com/users/luizbranco/orgs","repos_url":"https://api.github.com/users/luizbranco/repos","events_url":"https://api.github.com/users/luizbranco/events{/privacy}","received_events_url":"https://api.github.com/users/luizbranco/received_events","type":"User","site_admin":false}],"milestone":null,"comments":0,"created_at":"2017-11-02T22:05:57Z","updated_at":"2017-11-03T00:03:16Z","closed_at":null,"author_association":"MEMBER","pull_request":{"url":"https://api.github.com/repos/manifoldco/promptui/pulls/22","html_url":"https://github.com/manifoldco/promptui/pull/22","diff_url":"https://github.com/manifoldco/promptui/pull/22.diff","patch_url":"https://github.com/manifoldco/promptui/pull/22.patch"},"body":"Page up and down were changed to arrow up and down to fit nicely with the help. Maybe the help should be optional or have a tiny `Press ? for help` instead of the full text."},"comment":{"url":"https://api.github.com/repos/manifoldco/promptui/issues/comments/341593310","html_url":"https://github.com/manifoldco/promptui/pull/22#issuecomment-341593310","issue_url":"https://api.github.com/repos/manifoldco/promptui/issues/22","id":341593310,"user":{"login":"jeffandersen","id":474438,"avatar_url":"https://avatars2.githubusercontent.com/u/474438?v=4","gravatar_id":"","url":"https://api.github.com/users/jeffandersen","html_url":"https://github.com/jeffandersen","followers_url":"https://api.github.com/users/jeffandersen/followers","following_url":"https://api.github.com/users/jeffandersen/following{/other_user}","gists_url":"https://api.github.com/users/jeffandersen/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffandersen/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffandersen/subscriptions","organizations_url":"https://api.github.com/users/jeffandersen/orgs","repos_url":"https://api.github.com/users/jeffandersen/repos","events_url":"https://api.github.com/users/jeffandersen/events{/privacy}","received_events_url":"https://api.github.com/users/jeffandersen/received_events","type":"User","site_admin":false},"created_at":"2017-11-03T00:03:16Z","updated_at":"2017-11-03T00:03:16Z","author_association":"OWNER","body":"I think maybe having the ? for help would be cleaner than always displaying the keys.\r\n\r\nHow does one exit search more? or do you just clear it and continue using the arrows?"}} | {
"id": 107154646,
"name": "manifoldco/promptui",
"url": "https://api.github.com/repos/manifoldco/promptui"
} | {
"id": 474438,
"login": "jeffandersen",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/474438?",
"url": "https://api.github.com/users/jeffandersen"
} | {
"id": 16501525,
"login": "manifoldco",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/16501525?",
"url": "https://api.github.com/orgs/manifoldco"
} | 2017-11-03T00:03:16 | 6803301851 | {"actor":{"display_login":"jeffandersen"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/mattermost/platform/issues/5600","repository_url":"https://api.github.com/repos/mattermost/platform","labels_url":"https://api.github.com/repos/mattermost/platform/issues/5600/labels{/name}","comments_url":"https://api.github.com/repos/mattermost/platform/issues/5600/comments","events_url":"https://api.github.com/repos/mattermost/platform/issues/5600/events","html_url":"https://github.com/mattermost/platform/pull/5600","id":211416495,"number":5600,"title":"PLT-5028 Close confirm_integration On Enter Keypress","user":{"login":"R-Wang97","id":13124293,"avatar_url":"https://avatars2.githubusercontent.com/u/13124293?v=3","gravatar_id":"","url":"https://api.github.com/users/R-Wang97","html_url":"https://github.com/R-Wang97","followers_url":"https://api.github.com/users/R-Wang97/followers","following_url":"https://api.github.com/users/R-Wang97/following{/other_user}","gists_url":"https://api.github.com/users/R-Wang97/gists{/gist_id}","starred_url":"https://api.github.com/users/R-Wang97/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/R-Wang97/subscriptions","organizations_url":"https://api.github.com/users/R-Wang97/orgs","repos_url":"https://api.github.com/users/R-Wang97/repos","events_url":"https://api.github.com/users/R-Wang97/events{/privacy}","received_events_url":"https://api.github.com/users/R-Wang97/received_events","type":"User","site_admin":false},"labels":[{"id":297541710,"url":"https://api.github.com/repos/mattermost/platform/labels/1:%20PM%20Review","name":"1: PM Review","color":"006b75","default":false},{"id":308747687,"url":"https://api.github.com/repos/mattermost/platform/labels/Setup%20Test%20Server","name":"Setup Test Server","color":"0052cc","default":false}],"state":"open","locked":false,"assignee":{"login":"lindalumitchell","id":25826533,"avatar_url":"https://avatars2.githubusercontent.com/u/25826533?v=3","gravatar_id":"","url":"https://api.github.com/users/lindalumitchell","html_url":"https://github.com/lindalumitchell","followers_url":"https://api.github.com/users/lindalumitchell/followers","following_url":"https://api.github.com/users/lindalumitchell/following{/other_user}","gists_url":"https://api.github.com/users/lindalumitchell/gists{/gist_id}","starred_url":"https://api.github.com/users/lindalumitchell/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lindalumitchell/subscriptions","organizations_url":"https://api.github.com/users/lindalumitchell/orgs","repos_url":"https://api.github.com/users/lindalumitchell/repos","events_url":"https://api.github.com/users/lindalumitchell/events{/privacy}","received_events_url":"https://api.github.com/users/lindalumitchell/received_events","type":"User","site_admin":false},"assignees":[{"login":"lindalumitchell","id":25826533,"avatar_url":"https://avatars2.githubusercontent.com/u/25826533?v=3","gravatar_id":"","url":"https://api.github.com/users/lindalumitchell","html_url":"https://github.com/lindalumitchell","followers_url":"https://api.github.com/users/lindalumitchell/followers","following_url":"https://api.github.com/users/lindalumitchell/following{/other_user}","gists_url":"https://api.github.com/users/lindalumitchell/gists{/gist_id}","starred_url":"https://api.github.com/users/lindalumitchell/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lindalumitchell/subscriptions","organizations_url":"https://api.github.com/users/lindalumitchell/orgs","repos_url":"https://api.github.com/users/lindalumitchell/repos","events_url":"https://api.github.com/users/lindalumitchell/events{/privacy}","received_events_url":"https://api.github.com/users/lindalumitchell/received_events","type":"User","site_admin":false}],"milestone":{"url":"https://api.github.com/repos/mattermost/platform/milestones/21","html_url":"https://github.com/mattermost/platform/milestone/21","labels_url":"https://api.github.com/repos/mattermost/platform/milestones/21/labels","id":2343595,"number":21,"title":"v3.8.0","description":"","creator":{"login":"crspeller","id":3191642,"avatar_url":"https://avatars2.githubusercontent.com/u/3191642?v=3","gravatar_id":"","url":"https://api.github.com/users/crspeller","html_url":"https://github.com/crspeller","followers_url":"https://api.github.com/users/crspeller/followers","following_url":"https://api.github.com/users/crspeller/following{/other_user}","gists_url":"https://api.github.com/users/crspeller/gists{/gist_id}","starred_url":"https://api.github.com/users/crspeller/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/crspeller/subscriptions","organizations_url":"https://api.github.com/users/crspeller/orgs","repos_url":"https://api.github.com/users/crspeller/repos","events_url":"https://api.github.com/users/crspeller/events{/privacy}","received_events_url":"https://api.github.com/users/crspeller/received_events","type":"User","site_admin":false},"open_issues":22,"closed_issues":1,"state":"open","created_at":"2017-02-23T15:30:03Z","updated_at":"2017-03-02T15:14:34Z","due_on":"2017-04-16T07:00:00Z","closed_at":null},"comments":4,"created_at":"2017-03-02T15:01:41Z","updated_at":"2017-03-02T17:14:41Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/mattermost/platform/pulls/5600","html_url":"https://github.com/mattermost/platform/pull/5600","diff_url":"https://github.com/mattermost/platform/pull/5600.diff","patch_url":"https://github.com/mattermost/platform/pull/5600.patch"},"body":"#### Summary\r\nAdd an key event listener on the integrations confirmation dialog such that when the `Enter` key is pressed, it performs the same action as clicking the `Done` button.\r\n\r\n#### Ticket Link\r\nhttps://mattermost.atlassian.net/browse/PLT-5028\r\n"},"comment":{"url":"https://api.github.com/repos/mattermost/platform/issues/comments/283717014","html_url":"https://github.com/mattermost/platform/pull/5600#issuecomment-283717014","issue_url":"https://api.github.com/repos/mattermost/platform/issues/5600","id":283717014,"user":{"login":"R-Wang97","id":13124293,"avatar_url":"https://avatars2.githubusercontent.com/u/13124293?v=3","gravatar_id":"","url":"https://api.github.com/users/R-Wang97","html_url":"https://github.com/R-Wang97","followers_url":"https://api.github.com/users/R-Wang97/followers","following_url":"https://api.github.com/users/R-Wang97/following{/other_user}","gists_url":"https://api.github.com/users/R-Wang97/gists{/gist_id}","starred_url":"https://api.github.com/users/R-Wang97/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/R-Wang97/subscriptions","organizations_url":"https://api.github.com/users/R-Wang97/orgs","repos_url":"https://api.github.com/users/R-Wang97/repos","events_url":"https://api.github.com/users/R-Wang97/events{/privacy}","received_events_url":"https://api.github.com/users/R-Wang97/received_events","type":"User","site_admin":false},"created_at":"2017-03-02T17:14:41Z","updated_at":"2017-03-02T17:14:41Z","body":"@lindalumitchell I'm sorry, I just discovered something wrong with my approach and fixed it. I've tested it myself and it's working correctly, so if you could quickly verify it again that'd be great! Thanks."}} | {
"id": 37448451,
"name": "mattermost/platform",
"url": "https://api.github.com/repos/mattermost/platform"
} | {
"id": 13124293,
"login": "R-Wang97",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13124293?",
"url": "https://api.github.com/users/R-Wang97"
} | {
"id": 9828093,
"login": "mattermost",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/9828093?",
"url": "https://api.github.com/orgs/mattermost"
} | 2017-03-02T17:14:42 | 5421554592 | {"actor":{"display_login":"R-Wang97"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/mattermost/mattermost-server/issues/7419","repository_url":"https://api.github.com/repos/mattermost/mattermost-server","labels_url":"https://api.github.com/repos/mattermost/mattermost-server/issues/7419/labels{/name}","comments_url":"https://api.github.com/repos/mattermost/mattermost-server/issues/7419/comments","events_url":"https://api.github.com/repos/mattermost/mattermost-server/issues/7419/events","html_url":"https://github.com/mattermost/mattermost-server/pull/7419","id":256468226,"number":7419,"title":"PLT-7111 Add groupmsg command","user":{"login":"jespino","id":290303,"avatar_url":"https://avatars0.githubusercontent.com/u/290303?v=4","gravatar_id":"","url":"https://api.github.com/users/jespino","html_url":"https://github.com/jespino","followers_url":"https://api.github.com/users/jespino/followers","following_url":"https://api.github.com/users/jespino/following{/other_user}","gists_url":"https://api.github.com/users/jespino/gists{/gist_id}","starred_url":"https://api.github.com/users/jespino/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jespino/subscriptions","organizations_url":"https://api.github.com/users/jespino/orgs","repos_url":"https://api.github.com/users/jespino/repos","events_url":"https://api.github.com/users/jespino/events{/privacy}","received_events_url":"https://api.github.com/users/jespino/received_events","type":"User","site_admin":false},"labels":[{"id":236233831,"url":"https://api.github.com/repos/mattermost/mattermost-server/labels/3:%20Ready%20to%20Merge","name":"3: Ready to Merge","color":"009800","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/mattermost/mattermost-server/milestones/29","html_url":"https://github.com/mattermost/mattermost-server/milestone/29","labels_url":"https://api.github.com/repos/mattermost/mattermost-server/milestones/29/labels","id":2881629,"number":29,"title":"v4.5.0","description":"","creator":{"login":"esethna","id":14333569,"avatar_url":"https://avatars3.githubusercontent.com/u/14333569?v=4","gravatar_id":"","url":"https://api.github.com/users/esethna","html_url":"https://github.com/esethna","followers_url":"https://api.github.com/users/esethna/followers","following_url":"https://api.github.com/users/esethna/following{/other_user}","gists_url":"https://api.github.com/users/esethna/gists{/gist_id}","starred_url":"https://api.github.com/users/esethna/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/esethna/subscriptions","organizations_url":"https://api.github.com/users/esethna/orgs","repos_url":"https://api.github.com/users/esethna/repos","events_url":"https://api.github.com/users/esethna/events{/privacy}","received_events_url":"https://api.github.com/users/esethna/received_events","type":"User","site_admin":false},"open_issues":3,"closed_issues":0,"state":"open","created_at":"2017-11-01T19:37:02Z","updated_at":"2017-11-04T17:10:06Z","due_on":"2017-12-16T08:00:00Z","closed_at":null},"comments":16,"created_at":"2017-09-09T21:47:07Z","updated_at":"2017-11-04T17:10:34Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/mattermost/mattermost-server/pulls/7419","html_url":"https://github.com/mattermost/mattermost-server/pull/7419","diff_url":"https://github.com/mattermost/mattermost-server/pull/7419.diff","patch_url":"https://github.com/mattermost/mattermost-server/pull/7419.patch"},"body":"Ticket Link\n-----------\n\nmattermost/mattermost-server#6932\n\nChecklist\n---------\n\n- [X] Added or updated unit tests (required for all new features)\n- [X] Includes text changes and localization file"},"comment":{"url":"https://api.github.com/repos/mattermost/mattermost-server/issues/comments/341913497","html_url":"https://github.com/mattermost/mattermost-server/pull/7419#issuecomment-341913497","issue_url":"https://api.github.com/repos/mattermost/mattermost-server/issues/7419","id":341913497,"user":{"login":"jwilander","id":2672098,"avatar_url":"https://avatars0.githubusercontent.com/u/2672098?v=4","gravatar_id":"","url":"https://api.github.com/users/jwilander","html_url":"https://github.com/jwilander","followers_url":"https://api.github.com/users/jwilander/followers","following_url":"https://api.github.com/users/jwilander/following{/other_user}","gists_url":"https://api.github.com/users/jwilander/gists{/gist_id}","starred_url":"https://api.github.com/users/jwilander/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwilander/subscriptions","organizations_url":"https://api.github.com/users/jwilander/orgs","repos_url":"https://api.github.com/users/jwilander/repos","events_url":"https://api.github.com/users/jwilander/events{/privacy}","received_events_url":"https://api.github.com/users/jwilander/received_events","type":"User","site_admin":false},"created_at":"2017-11-04T17:10:34Z","updated_at":"2017-11-04T17:10:34Z","author_association":"CONTRIBUTOR","body":"Awesome 👍 I'll merge after we cut the release branch on Monday"}} | {
"id": 37448451,
"name": "mattermost/mattermost-server",
"url": "https://api.github.com/repos/mattermost/mattermost-server"
} | {
"id": 2672098,
"login": "jwilander",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2672098?",
"url": "https://api.github.com/users/jwilander"
} | {
"id": 9828093,
"login": "mattermost",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/9828093?",
"url": "https://api.github.com/orgs/mattermost"
} | 2017-11-04T17:10:34 | 6809467376 | {"actor":{"display_login":"jwilander"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/mesosphere/spark/issues/14","repository_url":"https://api.github.com/repos/mesosphere/spark","labels_url":"https://api.github.com/repos/mesosphere/spark/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/mesosphere/spark/issues/14/comments","events_url":"https://api.github.com/repos/mesosphere/spark/issues/14/events","html_url":"https://github.com/mesosphere/spark/pull/14","id":231739906,"number":14,"title":"[SPARK-463] Strip kerberos secrets from the Dispatcher UI","user":{"login":"mgummelt","id":153734,"avatar_url":"https://avatars2.githubusercontent.com/u/153734?v=3","gravatar_id":"","url":"https://api.github.com/users/mgummelt","html_url":"https://github.com/mgummelt","followers_url":"https://api.github.com/users/mgummelt/followers","following_url":"https://api.github.com/users/mgummelt/following{/other_user}","gists_url":"https://api.github.com/users/mgummelt/gists{/gist_id}","starred_url":"https://api.github.com/users/mgummelt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mgummelt/subscriptions","organizations_url":"https://api.github.com/users/mgummelt/orgs","repos_url":"https://api.github.com/users/mgummelt/repos","events_url":"https://api.github.com/users/mgummelt/events{/privacy}","received_events_url":"https://api.github.com/users/mgummelt/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2017-05-26T21:35:05Z","updated_at":"2017-06-06T13:04:45Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/mesosphere/spark/pulls/14","html_url":"https://github.com/mesosphere/spark/pull/14","diff_url":"https://github.com/mesosphere/spark/pull/14.diff","patch_url":"https://github.com/mesosphere/spark/pull/14.patch"},"body":"@ArtRand plz review.\r\n\r\nNotice that this will be a commit on our custom branch, `custom-master`."},"comment":{"url":"https://api.github.com/repos/mesosphere/spark/issues/comments/306479701","html_url":"https://github.com/mesosphere/spark/pull/14#issuecomment-306479701","issue_url":"https://api.github.com/repos/mesosphere/spark/issues/14","id":306479701,"user":{"login":"triclambert","id":19239758,"avatar_url":"https://avatars2.githubusercontent.com/u/19239758?v=3","gravatar_id":"","url":"https://api.github.com/users/triclambert","html_url":"https://github.com/triclambert","followers_url":"https://api.github.com/users/triclambert/followers","following_url":"https://api.github.com/users/triclambert/following{/other_user}","gists_url":"https://api.github.com/users/triclambert/gists{/gist_id}","starred_url":"https://api.github.com/users/triclambert/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/triclambert/subscriptions","organizations_url":"https://api.github.com/users/triclambert/orgs","repos_url":"https://api.github.com/users/triclambert/repos","events_url":"https://api.github.com/users/triclambert/events{/privacy}","received_events_url":"https://api.github.com/users/triclambert/received_events","type":"User","site_admin":false},"created_at":"2017-06-06T13:04:45Z","updated_at":"2017-06-06T13:04:45Z","body":"retest this please"}} | {
"id": 34087729,
"name": "mesosphere/spark",
"url": "https://api.github.com/repos/mesosphere/spark"
} | {
"id": 19239758,
"login": "triclambert",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/19239758?",
"url": "https://api.github.com/users/triclambert"
} | {
"id": 3458585,
"login": "mesosphere",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3458585?",
"url": "https://api.github.com/orgs/mesosphere"
} | 2017-06-06T13:04:45 | 6010378715 | {"actor":{"display_login":"triclambert"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/mesosphere/dcos-commons/issues/1294","repository_url":"https://api.github.com/repos/mesosphere/dcos-commons","labels_url":"https://api.github.com/repos/mesosphere/dcos-commons/issues/1294/labels{/name}","comments_url":"https://api.github.com/repos/mesosphere/dcos-commons/issues/1294/comments","events_url":"https://api.github.com/repos/mesosphere/dcos-commons/issues/1294/events","html_url":"https://github.com/mesosphere/dcos-commons/pull/1294","id":244475553,"number":1294,"title":"cli: Update kingpin vendor","user":{"login":"nlsun","id":2137196,"avatar_url":"https://avatars0.githubusercontent.com/u/2137196?v=4","gravatar_id":"","url":"https://api.github.com/users/nlsun","html_url":"https://github.com/nlsun","followers_url":"https://api.github.com/users/nlsun/followers","following_url":"https://api.github.com/users/nlsun/following{/other_user}","gists_url":"https://api.github.com/users/nlsun/gists{/gist_id}","starred_url":"https://api.github.com/users/nlsun/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nlsun/subscriptions","organizations_url":"https://api.github.com/users/nlsun/orgs","repos_url":"https://api.github.com/users/nlsun/repos","events_url":"https://api.github.com/users/nlsun/events{/privacy}","received_events_url":"https://api.github.com/users/nlsun/received_events","type":"User","site_admin":false},"labels":[{"id":554865611,"url":"https://api.github.com/repos/mesosphere/dcos-commons/labels/wip","name":"wip","color":"fbca04","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2017-07-20T19:43:27Z","updated_at":"2017-07-21T23:41:22Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/mesosphere/dcos-commons/pulls/1294","html_url":"https://github.com/mesosphere/dcos-commons/pull/1294","diff_url":"https://github.com/mesosphere/dcos-commons/pull/1294.diff","patch_url":"https://github.com/mesosphere/dcos-commons/pull/1294.patch"},"body":"This will enable the cli to use optional subcommands."},"comment":{"url":"https://api.github.com/repos/mesosphere/dcos-commons/issues/comments/317135905","html_url":"https://github.com/mesosphere/dcos-commons/pull/1294#issuecomment-317135905","issue_url":"https://api.github.com/repos/mesosphere/dcos-commons/issues/1294","id":317135905,"user":{"login":"nlsun","id":2137196,"avatar_url":"https://avatars0.githubusercontent.com/u/2137196?v=4","gravatar_id":"","url":"https://api.github.com/users/nlsun","html_url":"https://github.com/nlsun","followers_url":"https://api.github.com/users/nlsun/followers","following_url":"https://api.github.com/users/nlsun/following{/other_user}","gists_url":"https://api.github.com/users/nlsun/gists{/gist_id}","starred_url":"https://api.github.com/users/nlsun/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nlsun/subscriptions","organizations_url":"https://api.github.com/users/nlsun/orgs","repos_url":"https://api.github.com/users/nlsun/repos","events_url":"https://api.github.com/users/nlsun/events{/privacy}","received_events_url":"https://api.github.com/users/nlsun/received_events","type":"User","site_admin":false},"created_at":"2017-07-21T23:41:22Z","updated_at":"2017-07-21T23:41:22Z","body":"@jsrodman ready for review"}} | {
"id": 60286497,
"name": "mesosphere/dcos-commons",
"url": "https://api.github.com/repos/mesosphere/dcos-commons"
} | {
"id": 2137196,
"login": "nlsun",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2137196?",
"url": "https://api.github.com/users/nlsun"
} | {
"id": 3458585,
"login": "mesosphere",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/3458585?",
"url": "https://api.github.com/orgs/mesosphere"
} | 2017-07-21T23:41:22 | 6307184211 | {"actor":{"display_login":"nlsun"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/metabrainz/sir/issues/13","repository_url":"https://api.github.com/repos/metabrainz/sir","labels_url":"https://api.github.com/repos/metabrainz/sir/issues/13/labels{/name}","comments_url":"https://api.github.com/repos/metabrainz/sir/issues/13/comments","events_url":"https://api.github.com/repos/metabrainz/sir/issues/13/events","html_url":"https://github.com/metabrainz/sir/pull/13","id":208746674,"number":13,"title":"[WIP] Performance improvements","user":{"login":"gentlecat","id":460525,"avatar_url":"https://avatars0.githubusercontent.com/u/460525?v=3","gravatar_id":"","url":"https://api.github.com/users/gentlecat","html_url":"https://github.com/gentlecat","followers_url":"https://api.github.com/users/gentlecat/followers","following_url":"https://api.github.com/users/gentlecat/following{/other_user}","gists_url":"https://api.github.com/users/gentlecat/gists{/gist_id}","starred_url":"https://api.github.com/users/gentlecat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gentlecat/subscriptions","organizations_url":"https://api.github.com/users/gentlecat/orgs","repos_url":"https://api.github.com/users/gentlecat/repos","events_url":"https://api.github.com/users/gentlecat/events{/privacy}","received_events_url":"https://api.github.com/users/gentlecat/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":{"login":"gentlecat","id":460525,"avatar_url":"https://avatars0.githubusercontent.com/u/460525?v=3","gravatar_id":"","url":"https://api.github.com/users/gentlecat","html_url":"https://github.com/gentlecat","followers_url":"https://api.github.com/users/gentlecat/followers","following_url":"https://api.github.com/users/gentlecat/following{/other_user}","gists_url":"https://api.github.com/users/gentlecat/gists{/gist_id}","starred_url":"https://api.github.com/users/gentlecat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gentlecat/subscriptions","organizations_url":"https://api.github.com/users/gentlecat/orgs","repos_url":"https://api.github.com/users/gentlecat/repos","events_url":"https://api.github.com/users/gentlecat/events{/privacy}","received_events_url":"https://api.github.com/users/gentlecat/received_events","type":"User","site_admin":false},"assignees":[{"login":"gentlecat","id":460525,"avatar_url":"https://avatars0.githubusercontent.com/u/460525?v=3","gravatar_id":"","url":"https://api.github.com/users/gentlecat","html_url":"https://github.com/gentlecat","followers_url":"https://api.github.com/users/gentlecat/followers","following_url":"https://api.github.com/users/gentlecat/following{/other_user}","gists_url":"https://api.github.com/users/gentlecat/gists{/gist_id}","starred_url":"https://api.github.com/users/gentlecat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/gentlecat/subscriptions","organizations_url":"https://api.github.com/users/gentlecat/orgs","repos_url":"https://api.github.com/users/gentlecat/repos","events_url":"https://api.github.com/users/gentlecat/events{/privacy}","received_events_url":"https://api.github.com/users/gentlecat/received_events","type":"User","site_admin":false}],"milestone":null,"comments":1,"created_at":"2017-02-19T21:11:57Z","updated_at":"2017-03-06T17:05:23Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/metabrainz/sir/pulls/13","html_url":"https://github.com/metabrainz/sir/pull/13","diff_url":"https://github.com/metabrainz/sir/pull/13.diff","patch_url":"https://github.com/metabrainz/sir/pull/13.patch"},"body":""},"comment":{"url":"https://api.github.com/repos/metabrainz/sir/issues/comments/284462002","html_url":"https://github.com/metabrainz/sir/pull/13#issuecomment-284462002","issue_url":"https://api.github.com/repos/metabrainz/sir/issues/13","id":284462002,"user":{"login":"mineo","id":78236,"avatar_url":"https://avatars2.githubusercontent.com/u/78236?v=3","gravatar_id":"","url":"https://api.github.com/users/mineo","html_url":"https://github.com/mineo","followers_url":"https://api.github.com/users/mineo/followers","following_url":"https://api.github.com/users/mineo/following{/other_user}","gists_url":"https://api.github.com/users/mineo/gists{/gist_id}","starred_url":"https://api.github.com/users/mineo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mineo/subscriptions","organizations_url":"https://api.github.com/users/mineo/orgs","repos_url":"https://api.github.com/users/mineo/repos","events_url":"https://api.github.com/users/mineo/events{/privacy}","received_events_url":"https://api.github.com/users/mineo/received_events","type":"User","site_admin":false},"created_at":"2017-03-06T17:05:23Z","updated_at":"2017-03-06T17:05:23Z","body":"Hmm, that seems doable, but I honestly can't tell you how off the top of my head. You'd need to generate a loop that compares all attributes of OLD and NEW and constructs that message accordingly.\r\n\r\nYou might have noticed that I'm slow to respond on irc/github at the moment and I'm not sure when that will change :( . If you have questions, the best way to ask them is via email at the moment."}} | {
"id": 19369680,
"name": "metabrainz/sir",
"url": "https://api.github.com/repos/metabrainz/sir"
} | {
"id": 78236,
"login": "mineo",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/78236?",
"url": "https://api.github.com/users/mineo"
} | {
"id": 293421,
"login": "metabrainz",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/293421?",
"url": "https://api.github.com/orgs/metabrainz"
} | 2017-03-06T17:05:24 | 5441036439 | {"actor":{"display_login":"mineo"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/metafetish/syncydink/issues/42","repository_url":"https://api.github.com/repos/metafetish/syncydink","labels_url":"https://api.github.com/repos/metafetish/syncydink/issues/42/labels{/name}","comments_url":"https://api.github.com/repos/metafetish/syncydink/issues/42/comments","events_url":"https://api.github.com/repos/metafetish/syncydink/issues/42/events","html_url":"https://github.com/metafetish/syncydink/issues/42","id":246228666,"number":42,"title":"Show ping timeout/connection error messages in UI","user":{"login":"qdot","id":34539,"avatar_url":"https://avatars1.githubusercontent.com/u/34539?v=4","gravatar_id":"","url":"https://api.github.com/users/qdot","html_url":"https://github.com/qdot","followers_url":"https://api.github.com/users/qdot/followers","following_url":"https://api.github.com/users/qdot/following{/other_user}","gists_url":"https://api.github.com/users/qdot/gists{/gist_id}","starred_url":"https://api.github.com/users/qdot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/qdot/subscriptions","organizations_url":"https://api.github.com/users/qdot/orgs","repos_url":"https://api.github.com/users/qdot/repos","events_url":"https://api.github.com/users/qdot/events{/privacy}","received_events_url":"https://api.github.com/users/qdot/received_events","type":"User","site_admin":false},"labels":[{"id":637879750,"url":"https://api.github.com/repos/metafetish/syncydink/labels/ui","name":"ui","color":"c2e0c6","default":false}],"state":"open","locked":false,"assignee":{"login":"qdot","id":34539,"avatar_url":"https://avatars1.githubusercontent.com/u/34539?v=4","gravatar_id":"","url":"https://api.github.com/users/qdot","html_url":"https://github.com/qdot","followers_url":"https://api.github.com/users/qdot/followers","following_url":"https://api.github.com/users/qdot/following{/other_user}","gists_url":"https://api.github.com/users/qdot/gists{/gist_id}","starred_url":"https://api.github.com/users/qdot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/qdot/subscriptions","organizations_url":"https://api.github.com/users/qdot/orgs","repos_url":"https://api.github.com/users/qdot/repos","events_url":"https://api.github.com/users/qdot/events{/privacy}","received_events_url":"https://api.github.com/users/qdot/received_events","type":"User","site_admin":false},"assignees":[{"login":"qdot","id":34539,"avatar_url":"https://avatars1.githubusercontent.com/u/34539?v=4","gravatar_id":"","url":"https://api.github.com/users/qdot","html_url":"https://github.com/qdot","followers_url":"https://api.github.com/users/qdot/followers","following_url":"https://api.github.com/users/qdot/following{/other_user}","gists_url":"https://api.github.com/users/qdot/gists{/gist_id}","starred_url":"https://api.github.com/users/qdot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/qdot/subscriptions","organizations_url":"https://api.github.com/users/qdot/orgs","repos_url":"https://api.github.com/users/qdot/repos","events_url":"https://api.github.com/users/qdot/events{/privacy}","received_events_url":"https://api.github.com/users/qdot/received_events","type":"User","site_admin":false}],"milestone":null,"comments":0,"created_at":"2017-07-28T03:33:26Z","updated_at":"2017-08-27T22:59:39Z","closed_at":null,"body":"If there is a disconnection for some reason, we don't display why it happened."},"comment":{"url":"https://api.github.com/repos/metafetish/syncydink/issues/comments/325230431","html_url":"https://github.com/metafetish/syncydink/issues/42#issuecomment-325230431","issue_url":"https://api.github.com/repos/metafetish/syncydink/issues/42","id":325230431,"user":{"login":"qdot","id":34539,"avatar_url":"https://avatars1.githubusercontent.com/u/34539?v=4","gravatar_id":"","url":"https://api.github.com/users/qdot","html_url":"https://github.com/qdot","followers_url":"https://api.github.com/users/qdot/followers","following_url":"https://api.github.com/users/qdot/following{/other_user}","gists_url":"https://api.github.com/users/qdot/gists{/gist_id}","starred_url":"https://api.github.com/users/qdot/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/qdot/subscriptions","organizations_url":"https://api.github.com/users/qdot/orgs","repos_url":"https://api.github.com/users/qdot/repos","events_url":"https://api.github.com/users/qdot/events{/privacy}","received_events_url":"https://api.github.com/users/qdot/received_events","type":"User","site_admin":false},"created_at":"2017-08-27T22:59:39Z","updated_at":"2017-08-27T22:59:39Z","body":"Possibly use the Vue Material \"snackbar\" component for this and other errors."}} | {
"id": 86278104,
"name": "metafetish/syncydink",
"url": "https://api.github.com/repos/metafetish/syncydink"
} | {
"id": 34539,
"login": "qdot",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/34539?",
"url": "https://api.github.com/users/qdot"
} | {
"id": 7674640,
"login": "metafetish",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7674640?",
"url": "https://api.github.com/orgs/metafetish"
} | 2017-08-27T22:59:39 | 6517403614 | {"actor":{"display_login":"qdot"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/metasfresh/metasfresh/issues/653","repository_url":"https://api.github.com/repos/metasfresh/metasfresh","labels_url":"https://api.github.com/repos/metasfresh/metasfresh/issues/653/labels{/name}","comments_url":"https://api.github.com/repos/metasfresh/metasfresh/issues/653/comments","events_url":"https://api.github.com/repos/metasfresh/metasfresh/issues/653/events","html_url":"https://github.com/metasfresh/metasfresh/issues/653","id":192208880,"number":653,"title":"Calculated DailyLotNo in Material Receipt Candidates","user":{"login":"metas-mk","id":13365687,"avatar_url":"https://avatars.githubusercontent.com/u/13365687?v=3","gravatar_id":"","url":"https://api.github.com/users/metas-mk","html_url":"https://github.com/metas-mk","followers_url":"https://api.github.com/users/metas-mk/followers","following_url":"https://api.github.com/users/metas-mk/following{/other_user}","gists_url":"https://api.github.com/users/metas-mk/gists{/gist_id}","starred_url":"https://api.github.com/users/metas-mk/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/metas-mk/subscriptions","organizations_url":"https://api.github.com/users/metas-mk/orgs","repos_url":"https://api.github.com/users/metas-mk/repos","events_url":"https://api.github.com/users/metas-mk/events{/privacy}","received_events_url":"https://api.github.com/users/metas-mk/received_events","type":"User","site_admin":false},"labels":[{"id":269476096,"url":"https://api.github.com/repos/metasfresh/metasfresh/labels/enhancement","name":"enhancement","color":"84b6eb","default":true}],"state":"closed","locked":false,"assignee":{"login":"metas-rc","id":16001442,"avatar_url":"https://avatars.githubusercontent.com/u/16001442?v=3","gravatar_id":"","url":"https://api.github.com/users/metas-rc","html_url":"https://github.com/metas-rc","followers_url":"https://api.github.com/users/metas-rc/followers","following_url":"https://api.github.com/users/metas-rc/following{/other_user}","gists_url":"https://api.github.com/users/metas-rc/gists{/gist_id}","starred_url":"https://api.github.com/users/metas-rc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/metas-rc/subscriptions","organizations_url":"https://api.github.com/users/metas-rc/orgs","repos_url":"https://api.github.com/users/metas-rc/repos","events_url":"https://api.github.com/users/metas-rc/events{/privacy}","received_events_url":"https://api.github.com/users/metas-rc/received_events","type":"User","site_admin":false},"assignees":[{"login":"metas-rc","id":16001442,"avatar_url":"https://avatars.githubusercontent.com/u/16001442?v=3","gravatar_id":"","url":"https://api.github.com/users/metas-rc","html_url":"https://github.com/metas-rc","followers_url":"https://api.github.com/users/metas-rc/followers","following_url":"https://api.github.com/users/metas-rc/following{/other_user}","gists_url":"https://api.github.com/users/metas-rc/gists{/gist_id}","starred_url":"https://api.github.com/users/metas-rc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/metas-rc/subscriptions","organizations_url":"https://api.github.com/users/metas-rc/orgs","repos_url":"https://api.github.com/users/metas-rc/repos","events_url":"https://api.github.com/users/metas-rc/events{/privacy}","received_events_url":"https://api.github.com/users/metas-rc/received_events","type":"User","site_admin":false}],"milestone":null,"comments":3,"created_at":"2016-11-29T07:37:12Z","updated_at":"2017-01-02T10:58:56Z","closed_at":"2017-01-02T10:58:56Z","body":"Calculated DailyLotNo in Material Receipt Candidates\r\n- base information from additional date field in Purchase Order\r\n- when completeing the order the calculation shall be triggered (same as in HU Editor for that field) and set into attributes for material receipt candidates\r\n- shall be used initially in material receipt, but can be adjusted by user\r\n"},"comment":{"url":"https://api.github.com/repos/metasfresh/metasfresh/issues/comments/269957904","html_url":"https://github.com/metasfresh/metasfresh/issues/653#issuecomment-269957904","issue_url":"https://api.github.com/repos/metasfresh/metasfresh/issues/653","id":269957904,"user":{"login":"metas-dh","id":18696715,"avatar_url":"https://avatars.githubusercontent.com/u/18696715?v=3","gravatar_id":"","url":"https://api.github.com/users/metas-dh","html_url":"https://github.com/metas-dh","followers_url":"https://api.github.com/users/metas-dh/followers","following_url":"https://api.github.com/users/metas-dh/following{/other_user}","gists_url":"https://api.github.com/users/metas-dh/gists{/gist_id}","starred_url":"https://api.github.com/users/metas-dh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/metas-dh/subscriptions","organizations_url":"https://api.github.com/users/metas-dh/orgs","repos_url":"https://api.github.com/users/metas-dh/repos","events_url":"https://api.github.com/users/metas-dh/events{/privacy}","received_events_url":"https://api.github.com/users/metas-dh/received_events","type":"User","site_admin":false},"created_at":"2017-01-02T10:58:56Z","updated_at":"2017-01-02T10:58:56Z","body":" Results of IT 2 \r\n\r\n* App.Server: sp80clouditdb\r\n* Buildno: #s 1.275, 1.303\r\n* DB: declouddb001 : 5432 / sp80_cloud_it_db\r\n\r\nhttps://github.com/metasfresh/metasfresh-documentation/blob/master/_tests_collection/Testcase_FRESH-934.md: OK"}} | {
"id": 43760104,
"name": "metasfresh/metasfresh",
"url": "https://api.github.com/repos/metasfresh/metasfresh"
} | {
"id": 18696715,
"login": "metas-dh",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/18696715?",
"url": "https://api.github.com/users/metas-dh"
} | {
"id": 13364239,
"login": "metasfresh",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13364239?",
"url": "https://api.github.com/orgs/metasfresh"
} | 2017-01-02T10:58:57 | 5090879345 | {"actor":{"display_login":"metas-dh"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/minbrowser/min/issues/458","repository_url":"https://api.github.com/repos/minbrowser/min","labels_url":"https://api.github.com/repos/minbrowser/min/issues/458/labels{/name}","comments_url":"https://api.github.com/repos/minbrowser/min/issues/458/comments","events_url":"https://api.github.com/repos/minbrowser/min/issues/458/events","html_url":"https://github.com/minbrowser/min/issues/458","id":276486189,"number":458,"title":"Empty page on Mint Linux 18.1 Cinnamon 64-bit","user":{"login":"abis866i","id":7719489,"avatar_url":"https://avatars2.githubusercontent.com/u/7719489?v=4","gravatar_id":"","url":"https://api.github.com/users/abis866i","html_url":"https://github.com/abis866i","followers_url":"https://api.github.com/users/abis866i/followers","following_url":"https://api.github.com/users/abis866i/following{/other_user}","gists_url":"https://api.github.com/users/abis866i/gists{/gist_id}","starred_url":"https://api.github.com/users/abis866i/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/abis866i/subscriptions","organizations_url":"https://api.github.com/users/abis866i/orgs","repos_url":"https://api.github.com/users/abis866i/repos","events_url":"https://api.github.com/users/abis866i/events{/privacy}","received_events_url":"https://api.github.com/users/abis866i/received_events","type":"User","site_admin":false},"labels":[{"id":280566513,"url":"https://api.github.com/repos/minbrowser/min/labels/bug","name":"bug","color":"fc2929","default":true},{"id":357753494,"url":"https://api.github.com/repos/minbrowser/min/labels/Linux","name":"Linux","color":"1d76db","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":51,"created_at":"2017-11-23T23:42:50Z","updated_at":"2017-11-28T03:36:33Z","closed_at":null,"author_association":"NONE","body":"I have just installed version 1.6.3 64 version of the min browser and all seemed to install OK. When I start the browser from bash using \"min\" command all I get is an empty window. Menus are functional but nothing happens if I click on any menu items except for the \"Inspect Browser\" item which will open the developer screen. I have tried to run \"min --disable-gpu\" as per some suggestions but there is no change in behavior. I have read that there is an issue from electron related to the screen resolution. I have a dual monitor with 1600x900 each. I have tried to reduce the resolution to 1280x720 and then I can see the google page but I cannot click on anything on the page. There is no log at the command prompt."},"comment":{"url":"https://api.github.com/repos/minbrowser/min/issues/comments/347403829","html_url":"https://github.com/minbrowser/min/issues/458#issuecomment-347403829","issue_url":"https://api.github.com/repos/minbrowser/min/issues/458","id":347403829,"user":{"login":"abis866i","id":7719489,"avatar_url":"https://avatars2.githubusercontent.com/u/7719489?v=4","gravatar_id":"","url":"https://api.github.com/users/abis866i","html_url":"https://github.com/abis866i","followers_url":"https://api.github.com/users/abis866i/followers","following_url":"https://api.github.com/users/abis866i/following{/other_user}","gists_url":"https://api.github.com/users/abis866i/gists{/gist_id}","starred_url":"https://api.github.com/users/abis866i/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/abis866i/subscriptions","organizations_url":"https://api.github.com/users/abis866i/orgs","repos_url":"https://api.github.com/users/abis866i/repos","events_url":"https://api.github.com/users/abis866i/events{/privacy}","received_events_url":"https://api.github.com/users/abis866i/received_events","type":"User","site_admin":false},"created_at":"2017-11-28T03:36:33Z","updated_at":"2017-11-28T03:36:33Z","author_association":"NONE","body":"Pi-hole and hosts have similar functionality. I believe the pi-hole subscription is larger that the one I use locally."}} | {
"id": 45319761,
"name": "minbrowser/min",
"url": "https://api.github.com/repos/minbrowser/min"
} | {
"id": 7719489,
"login": "abis866i",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7719489?",
"url": "https://api.github.com/users/abis866i"
} | {
"id": 19240931,
"login": "minbrowser",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/19240931?",
"url": "https://api.github.com/orgs/minbrowser"
} | 2017-11-28T03:36:33 | 6910653625 | {"actor":{"display_login":"abis866i"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/minimagick/minimagick/issues/424","repository_url":"https://api.github.com/repos/minimagick/minimagick","labels_url":"https://api.github.com/repos/minimagick/minimagick/issues/424/labels{/name}","comments_url":"https://api.github.com/repos/minimagick/minimagick/issues/424/comments","events_url":"https://api.github.com/repos/minimagick/minimagick/issues/424/events","html_url":"https://github.com/minimagick/minimagick/issues/424","id":244496016,"number":424,"title":"Crop not working","user":{"login":"daveroberts","id":42104,"avatar_url":"https://avatars3.githubusercontent.com/u/42104?v=4","gravatar_id":"","url":"https://api.github.com/users/daveroberts","html_url":"https://github.com/daveroberts","followers_url":"https://api.github.com/users/daveroberts/followers","following_url":"https://api.github.com/users/daveroberts/following{/other_user}","gists_url":"https://api.github.com/users/daveroberts/gists{/gist_id}","starred_url":"https://api.github.com/users/daveroberts/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/daveroberts/subscriptions","organizations_url":"https://api.github.com/users/daveroberts/orgs","repos_url":"https://api.github.com/users/daveroberts/repos","events_url":"https://api.github.com/users/daveroberts/events{/privacy}","received_events_url":"https://api.github.com/users/daveroberts/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-07-20T21:02:53Z","updated_at":"2017-07-20T21:20:40Z","closed_at":null,"body":"When running the crop command, mogrify splits the image into multiple files:\r\n\r\n/tmp/mini_magick20170720-2025-1iiew1z becomes\r\n\r\n/tmp/mini_magick20170720-2025-1iiew1z-0 and\r\n/tmp/mini_magick20170720-2025-1iiew1z-1\r\n\r\nhowever, the path and tempfile on the image don't change, so a call to write will fail."},"comment":{"url":"https://api.github.com/repos/minimagick/minimagick/issues/comments/316833607","html_url":"https://github.com/minimagick/minimagick/issues/424#issuecomment-316833607","issue_url":"https://api.github.com/repos/minimagick/minimagick/issues/424","id":316833607,"user":{"login":"janko-m","id":795488,"avatar_url":"https://avatars2.githubusercontent.com/u/795488?v=4","gravatar_id":"","url":"https://api.github.com/users/janko-m","html_url":"https://github.com/janko-m","followers_url":"https://api.github.com/users/janko-m/followers","following_url":"https://api.github.com/users/janko-m/following{/other_user}","gists_url":"https://api.github.com/users/janko-m/gists{/gist_id}","starred_url":"https://api.github.com/users/janko-m/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/janko-m/subscriptions","organizations_url":"https://api.github.com/users/janko-m/orgs","repos_url":"https://api.github.com/users/janko-m/repos","events_url":"https://api.github.com/users/janko-m/events{/privacy}","received_events_url":"https://api.github.com/users/janko-m/received_events","type":"User","site_admin":false},"created_at":"2017-07-20T21:20:40Z","updated_at":"2017-07-20T21:20:40Z","body":"`MiniMagick::Image` doesn't detect when ImageMagick split the file into multiple images (there is no `ImageList` API like in RMagick), so you have to handle that manually. Just curious, if MiniMagick detected that, what would be the correct behaviour of `MiniMagick::Image#write` in that case? The fact that ImageMagick returned multiple images means the destination format was a single-layer format (e.g. JPEG)."}} | {
"id": 2727,
"name": "minimagick/minimagick",
"url": "https://api.github.com/repos/minimagick/minimagick"
} | {
"id": 795488,
"login": "janko-m",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/795488?",
"url": "https://api.github.com/users/janko-m"
} | {
"id": 2532832,
"login": "minimagick",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2532832?",
"url": "https://api.github.com/orgs/minimagick"
} | 2017-07-20T21:20:40 | 6298800664 | {"actor":{"display_login":"janko-m"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/mpv-player/mpv/issues/3421","repository_url":"https://api.github.com/repos/mpv-player/mpv","labels_url":"https://api.github.com/repos/mpv-player/mpv/issues/3421/labels{/name}","comments_url":"https://api.github.com/repos/mpv-player/mpv/issues/3421/comments","events_url":"https://api.github.com/repos/mpv-player/mpv/issues/3421/events","html_url":"https://github.com/mpv-player/mpv/issues/3421","id":171084081,"number":3421,"title":"Call timeEndPeriod(1) when playback is stopped/paused on Windows","user":{"login":"DerpMcDerp","id":8602394,"avatar_url":"https://avatars1.githubusercontent.com/u/8602394?v=4","gravatar_id":"","url":"https://api.github.com/users/DerpMcDerp","html_url":"https://github.com/DerpMcDerp","followers_url":"https://api.github.com/users/DerpMcDerp/followers","following_url":"https://api.github.com/users/DerpMcDerp/following{/other_user}","gists_url":"https://api.github.com/users/DerpMcDerp/gists{/gist_id}","starred_url":"https://api.github.com/users/DerpMcDerp/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/DerpMcDerp/subscriptions","organizations_url":"https://api.github.com/users/DerpMcDerp/orgs","repos_url":"https://api.github.com/users/DerpMcDerp/repos","events_url":"https://api.github.com/users/DerpMcDerp/events{/privacy}","received_events_url":"https://api.github.com/users/DerpMcDerp/received_events","type":"User","site_admin":false},"labels":[{"id":46517885,"url":"https://api.github.com/repos/mpv-player/mpv/labels/ms-windows","name":"ms-windows","color":"5319e7","default":false},{"id":51642075,"url":"https://api.github.com/repos/mpv-player/mpv/labels/not%20our%20bug","name":"not our bug","color":"000000","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":9,"created_at":"2016-08-14T23:00:36Z","updated_at":"2017-10-20T15:32:03Z","closed_at":null,"author_association":"NONE","body":"It seems like mpv suffers from the problem documented in:\n\nhttps://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/\n\n`timeBeginPeriod(1)` gets called in `mp_raw_time_init()` on startup but `timeEndPeriod(1)` never gets called - not even when playback is stopped/paused.\n\nI think a better scheme is to remove `timeBeginPeriod(1)` from `mp_raw_time_init` and add 2 more functions which get called when a stream starts playing and when a stream ends playing which gets forwarded to `time(Begin|End)Period` on Windows.\n"},"comment":{"url":"https://api.github.com/repos/mpv-player/mpv/issues/comments/338240840","html_url":"https://github.com/mpv-player/mpv/issues/3421#issuecomment-338240840","issue_url":"https://api.github.com/repos/mpv-player/mpv/issues/3421","id":338240840,"user":{"login":"Hrxn","id":12064918,"avatar_url":"https://avatars1.githubusercontent.com/u/12064918?v=4","gravatar_id":"","url":"https://api.github.com/users/Hrxn","html_url":"https://github.com/Hrxn","followers_url":"https://api.github.com/users/Hrxn/followers","following_url":"https://api.github.com/users/Hrxn/following{/other_user}","gists_url":"https://api.github.com/users/Hrxn/gists{/gist_id}","starred_url":"https://api.github.com/users/Hrxn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Hrxn/subscriptions","organizations_url":"https://api.github.com/users/Hrxn/orgs","repos_url":"https://api.github.com/users/Hrxn/repos","events_url":"https://api.github.com/users/Hrxn/events{/privacy}","received_events_url":"https://api.github.com/users/Hrxn/received_events","type":"User","site_admin":false},"created_at":"2017-10-20T15:32:03Z","updated_at":"2017-10-20T15:32:03Z","author_association":"NONE","body":"I'd wager a guess.. nothing."}} | {
"id": 6201092,
"name": "mpv-player/mpv",
"url": "https://api.github.com/repos/mpv-player/mpv"
} | {
"id": 12064918,
"login": "Hrxn",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/12064918?",
"url": "https://api.github.com/users/Hrxn"
} | {
"id": 2550273,
"login": "mpv-player",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2550273?",
"url": "https://api.github.com/orgs/mpv-player"
} | 2017-10-20T15:32:04 | 6744396885 | {"actor":{"display_login":"Hrxn"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/myriadteam/myriadcoin/issues/42","repository_url":"https://api.github.com/repos/myriadteam/myriadcoin","labels_url":"https://api.github.com/repos/myriadteam/myriadcoin/issues/42/labels{/name}","comments_url":"https://api.github.com/repos/myriadteam/myriadcoin/issues/42/comments","events_url":"https://api.github.com/repos/myriadteam/myriadcoin/issues/42/events","html_url":"https://github.com/myriadteam/myriadcoin/issues/42","id":254847468,"number":42,"title":"use of CBigNum fails (bignum.h)","user":{"login":"cryptapus","id":7444329,"avatar_url":"https://avatars3.githubusercontent.com/u/7444329?v=4","gravatar_id":"","url":"https://api.github.com/users/cryptapus","html_url":"https://github.com/cryptapus","followers_url":"https://api.github.com/users/cryptapus/followers","following_url":"https://api.github.com/users/cryptapus/following{/other_user}","gists_url":"https://api.github.com/users/cryptapus/gists{/gist_id}","starred_url":"https://api.github.com/users/cryptapus/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cryptapus/subscriptions","organizations_url":"https://api.github.com/users/cryptapus/orgs","repos_url":"https://api.github.com/users/cryptapus/repos","events_url":"https://api.github.com/users/cryptapus/events{/privacy}","received_events_url":"https://api.github.com/users/cryptapus/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-09-03T02:03:52Z","updated_at":"2017-09-03T03:25:15Z","closed_at":null,"author_association":"COLLABORATOR","body":"Noticed that CBigNum fails in chain.cpp on Debian Stretch. It seems that bignum.h is only used here once in GetGeometricMeanPrevWork(). (branch 0.14.rev2)"},"comment":{"url":"https://api.github.com/repos/myriadteam/myriadcoin/issues/comments/326782005","html_url":"https://github.com/myriadteam/myriadcoin/issues/42#issuecomment-326782005","issue_url":"https://api.github.com/repos/myriadteam/myriadcoin/issues/42","id":326782005,"user":{"login":"nzsquirrell","id":7410504,"avatar_url":"https://avatars2.githubusercontent.com/u/7410504?v=4","gravatar_id":"","url":"https://api.github.com/users/nzsquirrell","html_url":"https://github.com/nzsquirrell","followers_url":"https://api.github.com/users/nzsquirrell/followers","following_url":"https://api.github.com/users/nzsquirrell/following{/other_user}","gists_url":"https://api.github.com/users/nzsquirrell/gists{/gist_id}","starred_url":"https://api.github.com/users/nzsquirrell/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nzsquirrell/subscriptions","organizations_url":"https://api.github.com/users/nzsquirrell/orgs","repos_url":"https://api.github.com/users/nzsquirrell/repos","events_url":"https://api.github.com/users/nzsquirrell/events{/privacy}","received_events_url":"https://api.github.com/users/nzsquirrell/received_events","type":"User","site_admin":false},"created_at":"2017-09-03T03:25:15Z","updated_at":"2017-09-03T03:25:15Z","author_association":"NONE","body":"Yep, is needed to calculate n'th root, until we can have that implemented in some other biginteger library. need to have a test defined in configure.ac for it."}} | {
"id": 40803521,
"name": "myriadteam/myriadcoin",
"url": "https://api.github.com/repos/myriadteam/myriadcoin"
} | {
"id": 7410504,
"login": "nzsquirrell",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/7410504?",
"url": "https://api.github.com/users/nzsquirrell"
} | {
"id": 13817133,
"login": "myriadteam",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/13817133?",
"url": "https://api.github.com/orgs/myriadteam"
} | 2017-09-03T03:25:15 | 6543667966 | {"actor":{"display_login":"nzsquirrell"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/news-stand/news_stand/issues/8","repository_url":"https://api.github.com/repos/news-stand/news_stand","labels_url":"https://api.github.com/repos/news-stand/news_stand/issues/8/labels{/name}","comments_url":"https://api.github.com/repos/news-stand/news_stand/issues/8/comments","events_url":"https://api.github.com/repos/news-stand/news_stand/issues/8/events","html_url":"https://github.com/news-stand/news_stand/pull/8","id":274370619,"number":8,"title":"Feat/mongodb initialize","user":{"login":"GoonTwo","id":24704396,"avatar_url":"https://avatars3.githubusercontent.com/u/24704396?v=4","gravatar_id":"","url":"https://api.github.com/users/GoonTwo","html_url":"https://github.com/GoonTwo","followers_url":"https://api.github.com/users/GoonTwo/followers","following_url":"https://api.github.com/users/GoonTwo/following{/other_user}","gists_url":"https://api.github.com/users/GoonTwo/gists{/gist_id}","starred_url":"https://api.github.com/users/GoonTwo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/GoonTwo/subscriptions","organizations_url":"https://api.github.com/users/GoonTwo/orgs","repos_url":"https://api.github.com/users/GoonTwo/repos","events_url":"https://api.github.com/users/GoonTwo/events{/privacy}","received_events_url":"https://api.github.com/users/GoonTwo/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2017-11-16T02:09:18Z","updated_at":"2017-11-16T03:11:26Z","closed_at":null,"author_association":"CONTRIBUTOR","pull_request":{"url":"https://api.github.com/repos/news-stand/news_stand/pulls/8","html_url":"https://github.com/news-stand/news_stand/pull/8","diff_url":"https://github.com/news-stand/news_stand/pull/8.diff","patch_url":"https://github.com/news-stand/news_stand/pull/8.patch"},"body":"these changes **are not** tested.\r\n\r\n- db.js - sets up mongoDB connection\r\n- dbHelpers.js - where I plan to put helper functions that interact with the db\r\n- source.js - where the individual models will go \r\n\r\nI also added a rule to the .eslintrc file to allow us to use only .js files and a line to the .gitignore file so we don't upload any config stuff to github\r\n\r\nI want to start playing around with testing, but want my code on the master branch first."},"comment":{"url":"https://api.github.com/repos/news-stand/news_stand/issues/comments/344802320","html_url":"https://github.com/news-stand/news_stand/pull/8#issuecomment-344802320","issue_url":"https://api.github.com/repos/news-stand/news_stand/issues/8","id":344802320,"user":{"login":"pjminer3","id":29135701,"avatar_url":"https://avatars3.githubusercontent.com/u/29135701?v=4","gravatar_id":"","url":"https://api.github.com/users/pjminer3","html_url":"https://github.com/pjminer3","followers_url":"https://api.github.com/users/pjminer3/followers","following_url":"https://api.github.com/users/pjminer3/following{/other_user}","gists_url":"https://api.github.com/users/pjminer3/gists{/gist_id}","starred_url":"https://api.github.com/users/pjminer3/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/pjminer3/subscriptions","organizations_url":"https://api.github.com/users/pjminer3/orgs","repos_url":"https://api.github.com/users/pjminer3/repos","events_url":"https://api.github.com/users/pjminer3/events{/privacy}","received_events_url":"https://api.github.com/users/pjminer3/received_events","type":"User","site_admin":false},"created_at":"2017-11-16T03:11:26Z","updated_at":"2017-11-16T03:11:26Z","author_association":"CONTRIBUTOR","body":"Looks good to me"}} | {
"id": 110883008,
"name": "news-stand/news_stand",
"url": "https://api.github.com/repos/news-stand/news_stand"
} | {
"id": 29135701,
"login": "pjminer3",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/29135701?",
"url": "https://api.github.com/users/pjminer3"
} | {
"id": 33644717,
"login": "news-stand",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/33644717?",
"url": "https://api.github.com/orgs/news-stand"
} | 2017-11-16T03:11:27 | 6862115312 | {"actor":{"display_login":"pjminer3"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/nhsconnect/gpconnect/issues/68","repository_url":"https://api.github.com/repos/nhsconnect/gpconnect","labels_url":"https://api.github.com/repos/nhsconnect/gpconnect/issues/68/labels{/name}","comments_url":"https://api.github.com/repos/nhsconnect/gpconnect/issues/68/comments","events_url":"https://api.github.com/repos/nhsconnect/gpconnect/issues/68/events","html_url":"https://github.com/nhsconnect/gpconnect/issues/68","id":204559526,"number":68,"title":"Uplift SSP IG to include more guidance for providers/consumers around the acceptable use of SSP headers","user":{"login":"michaelmeasures","id":236240,"avatar_url":"https://avatars.githubusercontent.com/u/236240?v=3","gravatar_id":"","url":"https://api.github.com/users/michaelmeasures","html_url":"https://github.com/michaelmeasures","followers_url":"https://api.github.com/users/michaelmeasures/followers","following_url":"https://api.github.com/users/michaelmeasures/following{/other_user}","gists_url":"https://api.github.com/users/michaelmeasures/gists{/gist_id}","starred_url":"https://api.github.com/users/michaelmeasures/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/michaelmeasures/subscriptions","organizations_url":"https://api.github.com/users/michaelmeasures/orgs","repos_url":"https://api.github.com/users/michaelmeasures/repos","events_url":"https://api.github.com/users/michaelmeasures/events{/privacy}","received_events_url":"https://api.github.com/users/michaelmeasures/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-02-01T11:30:33Z","updated_at":"2017-02-10T18:19:27Z","closed_at":null,"body":""},"comment":{"url":"https://api.github.com/repos/nhsconnect/gpconnect/issues/comments/279023156","html_url":"https://github.com/nhsconnect/gpconnect/issues/68#issuecomment-279023156","issue_url":"https://api.github.com/repos/nhsconnect/gpconnect/issues/68","id":279023156,"user":{"login":"adamjlees","id":20816791,"avatar_url":"https://avatars.githubusercontent.com/u/20816791?v=3","gravatar_id":"","url":"https://api.github.com/users/adamjlees","html_url":"https://github.com/adamjlees","followers_url":"https://api.github.com/users/adamjlees/followers","following_url":"https://api.github.com/users/adamjlees/following{/other_user}","gists_url":"https://api.github.com/users/adamjlees/gists{/gist_id}","starred_url":"https://api.github.com/users/adamjlees/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/adamjlees/subscriptions","organizations_url":"https://api.github.com/users/adamjlees/orgs","repos_url":"https://api.github.com/users/adamjlees/repos","events_url":"https://api.github.com/users/adamjlees/events{/privacy}","received_events_url":"https://api.github.com/users/adamjlees/received_events","type":"User","site_admin":false},"created_at":"2017-02-10T18:19:27Z","updated_at":"2017-02-10T18:19:27Z","body":"integration_spine_security_proxy_implementation_guide\r\nContent of SSP Headers must not be used to process/route requests within provider systems or message infrastructure. For example routing to specific practice system based on org within JWT"}} | {
"id": 63938241,
"name": "nhsconnect/gpconnect",
"url": "https://api.github.com/repos/nhsconnect/gpconnect"
} | {
"id": 20816791,
"login": "adamjlees",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20816791?",
"url": "https://api.github.com/users/adamjlees"
} | {
"id": 20316669,
"login": "nhsconnect",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/20316669?",
"url": "https://api.github.com/orgs/nhsconnect"
} | 2017-02-10T18:19:27 | 5304418407 | {"actor":{"display_login":"adamjlees"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/issues/3","repository_url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect","labels_url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/issues/3/comments","events_url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/issues/3/events","html_url":"https://github.com/nodefluent/bigquery-kafka-connect/pull/3","id":253623773,"number":3,"title":"Update sinek to the latest version 🚀","user":{"login":"greenkeeper[bot]","id":23040076,"avatar_url":"https://avatars2.githubusercontent.com/u/13812225?v=4","gravatar_id":"","url":"https://api.github.com/users/greenkeeper%5Bbot%5D","html_url":"https://github.com/apps/greenkeeper","followers_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/followers","following_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/repos","events_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/greenkeeper%5Bbot%5D/received_events","type":"Bot","site_admin":false},"labels":[{"id":644868004,"url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/labels/greenkeeper","name":"greenkeeper","color":"00c775","default":false}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-08-29T11:35:13Z","updated_at":"2017-08-29T11:41:11Z","closed_at":null,"pull_request":{"url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/pulls/3","html_url":"https://github.com/nodefluent/bigquery-kafka-connect/pull/3","diff_url":"https://github.com/nodefluent/bigquery-kafka-connect/pull/3.diff","patch_url":"https://github.com/nodefluent/bigquery-kafka-connect/pull/3.patch"},"body":"\n## Version **6.0.0** of [sinek](https://github.com/nodefluent/node-sinek) just got published.\n\n<table>\n <tr>\n <th align=left>\n Dependency\n </td>\n <td>\n sinek\n </td>\n </tr>\n <tr>\n <th align=left>\n Current Version\n </td>\n <td>\n 5.4.0\n </td>\n </tr>\n <tr>\n <th align=left>\n Type\n </td>\n <td>\n devDependency\n </td>\n </tr>\n</table>\n\nThe version **6.0.0** is **not covered** by your **current version range**.\n\nWithout accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.\n\nI recommend you look into these changes and try to get onto the latest version of sinek.\nGiven that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.\n\n\n---\n\n\n<details>\n<summary>Commits</summary>\n<p>The new version differs by 24 commits.</p>\n<ul>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/8e70cf608fed653e8f5350ad3b354dbf4ea80866\"><code>8e70cf6</code></a> <code>await longer for travis</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/01f961ac1729299dc18c3732b884319c711455f7\"><code>01f961a</code></a> <code>t</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/535a87b3d3cf02ba36d2837041d622a8b591438f\"><code>535a87b</code></a> <code>travis aint compiln</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/2c6eab92ca9e2abdbd7ee9ff70b0b644fdb5f694\"><code>2c6eab9</code></a> <code>Merge pull request #18 from nodefluent/librdkafka-sasl</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/3bc28ccb3573b52bd907e73de8bedc5deb8879d8\"><code>3bc28cc</code></a> <code>updated readmes</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/8970a5b86a9023fc5e7111f921a0236fce0d5ebf\"><code>8970a5b</code></a> <code>consumer ready</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/dd20208f25085bd5531f510a3f1b6a7608d69394\"><code>dd20208</code></a> <code>working on consumer</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/9ea48fc6459166773ff888877e830725905bacb5\"><code>9ea48fc</code></a> <code>test green</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/95b2de77663975f9a7b57b9bf2fd3ee3fcf7577f\"><code>95b2de7</code></a> <code>producer ready</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/cf05d18f1141884acf976225f4633d427a7a734f\"><code>cf05d18</code></a> <code>x</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/3d6985e0b7f9177bac5b652cd16c96b2594d7945\"><code>3d6985e</code></a> <code>test green, api not yet complete</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/4598b18a704c7743a93f39eaec71db091289977d\"><code>4598b18</code></a> <code>test there, not green</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/9b6b75afb50abc58259085f5bfa38c81d7cef589\"><code>9b6b75a</code></a> <code>Merge branch 'librdkafka-sasl' of github.com:nodefluent/node-sinek into librdkafka-sasl</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/bd24cdd83dba0da94594b75d8e5a6375e7c4d395\"><code>bd24cdd</code></a> <code>latestest state</code></li>\n<li><a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/commit/4ff6f3590456bd7f0ae53987a9762ad20ade04ab\"><code>4ff6f35</code></a> <code>Merge pull request #17 from nodefluent/master</code></li>\n</ul>\n<p>There are 24 commits in total.</p>\n<p>See the <a href=\"https://urls.greenkeeper.io/nodefluent/node-sinek/compare/5980e93762144d908fc6795e131d574b84a5bc65...8e70cf608fed653e8f5350ad3b354dbf4ea80866\">full diff</a></p>\n</details>\n\n<details>\n <summary>Not sure how things should work exactly?</summary>\n\n There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).\n</details>\n\n\n---\n\n\nYour [Greenkeeper](https://greenkeeper.io) Bot :palm_tree:\n\n"},"comment":{"url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/issues/comments/325637883","html_url":"https://github.com/nodefluent/bigquery-kafka-connect/pull/3#issuecomment-325637883","issue_url":"https://api.github.com/repos/nodefluent/bigquery-kafka-connect/issues/3","id":325637883,"user":{"login":"coveralls","id":2354108,"avatar_url":"https://avatars1.githubusercontent.com/u/2354108?v=4","gravatar_id":"","url":"https://api.github.com/users/coveralls","html_url":"https://github.com/coveralls","followers_url":"https://api.github.com/users/coveralls/followers","following_url":"https://api.github.com/users/coveralls/following{/other_user}","gists_url":"https://api.github.com/users/coveralls/gists{/gist_id}","starred_url":"https://api.github.com/users/coveralls/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/coveralls/subscriptions","organizations_url":"https://api.github.com/users/coveralls/orgs","repos_url":"https://api.github.com/users/coveralls/repos","events_url":"https://api.github.com/users/coveralls/events{/privacy}","received_events_url":"https://api.github.com/users/coveralls/received_events","type":"User","site_admin":false},"created_at":"2017-08-29T11:41:11Z","updated_at":"2017-08-29T11:41:11Z","body":"\n[](https://coveralls.io/builds/13032569)\n\nCoverage remained the same at 85.106% when pulling **39594b34ac69007ed02378ec073a1223d640dc56 on greenkeeper/sinek-6.0.0** into **7ed62764c2f8d90a5102aceb599b730f75208ba9 on master**.\n"}} | {
"id": 92411058,
"name": "nodefluent/bigquery-kafka-connect",
"url": "https://api.github.com/repos/nodefluent/bigquery-kafka-connect"
} | {
"id": 2354108,
"login": "coveralls",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/2354108?",
"url": "https://api.github.com/users/coveralls"
} | {
"id": 28676965,
"login": "nodefluent",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/28676965?",
"url": "https://api.github.com/orgs/nodefluent"
} | 2017-08-29T11:41:11 | 6524177666 | {"actor":{"display_login":"coveralls"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/nodemailer/nodemailer/issues/385","repository_url":"https://api.github.com/repos/nodemailer/nodemailer","labels_url":"https://api.github.com/repos/nodemailer/nodemailer/issues/385/labels{/name}","comments_url":"https://api.github.com/repos/nodemailer/nodemailer/issues/385/comments","events_url":"https://api.github.com/repos/nodemailer/nodemailer/issues/385/events","html_url":"https://github.com/nodemailer/nodemailer/issues/385","id":56150540,"number":385,"title":"Send email without \"to\"","user":{"login":"ndaidong","id":1809619,"avatar_url":"https://avatars2.githubusercontent.com/u/1809619?v=4","gravatar_id":"","url":"https://api.github.com/users/ndaidong","html_url":"https://github.com/ndaidong","followers_url":"https://api.github.com/users/ndaidong/followers","following_url":"https://api.github.com/users/ndaidong/following{/other_user}","gists_url":"https://api.github.com/users/ndaidong/gists{/gist_id}","starred_url":"https://api.github.com/users/ndaidong/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ndaidong/subscriptions","organizations_url":"https://api.github.com/users/ndaidong/orgs","repos_url":"https://api.github.com/users/ndaidong/repos","events_url":"https://api.github.com/users/ndaidong/events{/privacy}","received_events_url":"https://api.github.com/users/ndaidong/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2015-02-01T03:42:14Z","updated_at":"2017-10-04T06:53:48Z","closed_at":"2015-02-02T07:07:43Z","author_association":"NONE","body":"Hi there,\n\nI'm using Nodemailer 1.3.0 to send email as below:\n\n```\nfunction delivery(recipients, subject, content) {\n var mail = {\n from: 'FOMO <[email protected]>',\n to: [],\n bcc: recipients,\n subject: subject,\n text: stripTags(content),\n html: content\n }\n\n Transporter.sendMail(mail);\n}\n```\n\nThe parameter _recipients_ is a collection of several users. Because I would like to hide these email addresses from each user to another so I just pass them into \"bcc\" instead of \"to\". The emails were sent successfully but no receiver name appears:\n\n \n\nIs this an issue?\n\nMy environment: \n- Linux 64 bit\n- Node.js 0.10.35\n- npm 1.4.28\n- nodemailer-smtp-transport 0.1.13\n\nThanks,\nDong Nguyen\n"},"comment":{"url":"https://api.github.com/repos/nodemailer/nodemailer/issues/comments/334065563","html_url":"https://github.com/nodemailer/nodemailer/issues/385#issuecomment-334065563","issue_url":"https://api.github.com/repos/nodemailer/nodemailer/issues/385","id":334065563,"user":{"login":"Sasicumaar","id":25055829,"avatar_url":"https://avatars3.githubusercontent.com/u/25055829?v=4","gravatar_id":"","url":"https://api.github.com/users/Sasicumaar","html_url":"https://github.com/Sasicumaar","followers_url":"https://api.github.com/users/Sasicumaar/followers","following_url":"https://api.github.com/users/Sasicumaar/following{/other_user}","gists_url":"https://api.github.com/users/Sasicumaar/gists{/gist_id}","starred_url":"https://api.github.com/users/Sasicumaar/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Sasicumaar/subscriptions","organizations_url":"https://api.github.com/users/Sasicumaar/orgs","repos_url":"https://api.github.com/users/Sasicumaar/repos","events_url":"https://api.github.com/users/Sasicumaar/events{/privacy}","received_events_url":"https://api.github.com/users/Sasicumaar/received_events","type":"User","site_admin":false},"created_at":"2017-10-04T06:53:48Z","updated_at":"2017-10-04T06:53:48Z","author_association":"NONE","body":"Hi All,Is there any update on this for sending emails to multiple without using loop."}} | {
"id": 1272424,
"name": "nodemailer/nodemailer",
"url": "https://api.github.com/repos/nodemailer/nodemailer"
} | {
"id": 25055829,
"login": "Sasicumaar",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/25055829?",
"url": "https://api.github.com/users/Sasicumaar"
} | {
"id": 16486629,
"login": "nodemailer",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/16486629?",
"url": "https://api.github.com/orgs/nodemailer"
} | 2017-10-04T06:53:48 | 6671368061 | {"actor":{"display_login":"Sasicumaar"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/nodeschool/international-day/issues/146","repository_url":"https://api.github.com/repos/nodeschool/international-day","labels_url":"https://api.github.com/repos/nodeschool/international-day/issues/146/labels{/name}","comments_url":"https://api.github.com/repos/nodeschool/international-day/issues/146/comments","events_url":"https://api.github.com/repos/nodeschool/international-day/issues/146/events","html_url":"https://github.com/nodeschool/international-day/pull/146","id":203468590,"number":146,"title":"Resolve mixed-content errors and broken links","user":{"login":"TylerMoeller","id":12537021,"avatar_url":"https://avatars.githubusercontent.com/u/12537021?v=3","gravatar_id":"","url":"https://api.github.com/users/TylerMoeller","html_url":"https://github.com/TylerMoeller","followers_url":"https://api.github.com/users/TylerMoeller/followers","following_url":"https://api.github.com/users/TylerMoeller/following{/other_user}","gists_url":"https://api.github.com/users/TylerMoeller/gists{/gist_id}","starred_url":"https://api.github.com/users/TylerMoeller/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/TylerMoeller/subscriptions","organizations_url":"https://api.github.com/users/TylerMoeller/orgs","repos_url":"https://api.github.com/users/TylerMoeller/repos","events_url":"https://api.github.com/users/TylerMoeller/events{/privacy}","received_events_url":"https://api.github.com/users/TylerMoeller/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-01-26T19:41:10Z","updated_at":"2017-01-26T21:43:46Z","closed_at":"2017-01-26T20:57:23Z","pull_request":{"url":"https://api.github.com/repos/nodeschool/international-day/pulls/146","html_url":"https://github.com/nodeschool/international-day/pull/146","diff_url":"https://github.com/nodeschool/international-day/pull/146.diff","patch_url":"https://github.com/nodeschool/international-day/pull/146.patch"},"body":"A few minor code changes to fix broken links and icon display issues:\r\n- Updated links to use HTTPS, primarily to address missing icon issues now that HTTPS is enforced by Github for this site.\r\n- Removed the \"loading...\" text, as the Google forms used previously are no longer available and there is no data to load.\r\n- Commented out navbar links to \"Upload Media\" and \"Provide Feedback\", as those Google Forms are no longer available."},"comment":{"url":"https://api.github.com/repos/nodeschool/international-day/issues/comments/275523429","html_url":"https://github.com/nodeschool/international-day/pull/146#issuecomment-275523429","issue_url":"https://api.github.com/repos/nodeschool/international-day/issues/146","id":275523429,"user":{"login":"jpwesselink","id":1814479,"avatar_url":"https://avatars.githubusercontent.com/u/1814479?v=3","gravatar_id":"","url":"https://api.github.com/users/jpwesselink","html_url":"https://github.com/jpwesselink","followers_url":"https://api.github.com/users/jpwesselink/followers","following_url":"https://api.github.com/users/jpwesselink/following{/other_user}","gists_url":"https://api.github.com/users/jpwesselink/gists{/gist_id}","starred_url":"https://api.github.com/users/jpwesselink/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jpwesselink/subscriptions","organizations_url":"https://api.github.com/users/jpwesselink/orgs","repos_url":"https://api.github.com/users/jpwesselink/repos","events_url":"https://api.github.com/users/jpwesselink/events{/privacy}","received_events_url":"https://api.github.com/users/jpwesselink/received_events","type":"User","site_admin":false},"created_at":"2017-01-26T21:43:46Z","updated_at":"2017-01-26T21:43:46Z","body":"Thx Martin!\nOn Thu, Jan 26, 2017 at 21:57 Martin Heidegger <[email protected]>\nwrote:\n\n> Merged #146 <https://github.com/nodeschool/international-day/pull/146>.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nodeschool/international-day/pull/146#event-938431290>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABuvzwMe9-kXEuHEYd63CdsY-pFNdeiyks5rWQi1gaJpZM4LvDXG>\n> .\n>\n"}} | {
"id": 29579039,
"name": "nodeschool/international-day",
"url": "https://api.github.com/repos/nodeschool/international-day"
} | {
"id": 1814479,
"login": "jpwesselink",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1814479?",
"url": "https://api.github.com/users/jpwesselink"
} | {
"id": 5437587,
"login": "nodeschool",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5437587?",
"url": "https://api.github.com/orgs/nodeschool"
} | 2017-01-26T21:43:46 | 5220387493 | {"actor":{"display_login":"jpwesselink"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/nodeschool/sanfrancisco/issues/167","repository_url":"https://api.github.com/repos/nodeschool/sanfrancisco","labels_url":"https://api.github.com/repos/nodeschool/sanfrancisco/issues/167/labels{/name}","comments_url":"https://api.github.com/repos/nodeschool/sanfrancisco/issues/167/comments","events_url":"https://api.github.com/repos/nodeschool/sanfrancisco/issues/167/events","html_url":"https://github.com/nodeschool/sanfrancisco/issues/167","id":198282750,"number":167,"title":"Mentor Registration for January 28th, 2017","user":{"login":"jedireza","id":979929,"avatar_url":"https://avatars.githubusercontent.com/u/979929?v=3","gravatar_id":"","url":"https://api.github.com/users/jedireza","html_url":"https://github.com/jedireza","followers_url":"https://api.github.com/users/jedireza/followers","following_url":"https://api.github.com/users/jedireza/following{/other_user}","gists_url":"https://api.github.com/users/jedireza/gists{/gist_id}","starred_url":"https://api.github.com/users/jedireza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jedireza/subscriptions","organizations_url":"https://api.github.com/users/jedireza/orgs","repos_url":"https://api.github.com/users/jedireza/repos","events_url":"https://api.github.com/users/jedireza/events{/privacy}","received_events_url":"https://api.github.com/users/jedireza/received_events","type":"User","site_admin":false},"labels":[{"id":166052367,"url":"https://api.github.com/repos/nodeschool/sanfrancisco/labels/announcement","name":"announcement","color":"fbca04","default":false},{"id":163987183,"url":"https://api.github.com/repos/nodeschool/sanfrancisco/labels/help%20wanted","name":"help wanted","color":"159818","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":21,"created_at":"2017-01-01T21:38:16Z","updated_at":"2017-01-17T11:43:24Z","closed_at":null,"body":"Happy New Year 🍾🎉\r\n\r\nMozilla is hosting us on January 28th from 1pm - 5pm. The address is: 2 Harrison St, San Francisco, CA 94105 -- Comment to get involved or ask questions.\r\n\r\nMentors should:\r\n- Have already completed the [core NodeSchool workshoppers](http://nodeschool.io/#workshopper-list) before the event.\r\n - _Having also completed elective workshoppers is a great bonus._\r\n- Review the [Mentor Best Practices](https://github.com/nodeschool/organizers/wiki/Event-Mentor-Best-Practices) wiki page.\r\n- Arrive 30 minutes early (12:30p) so we can get setup and have our mentor meeting.\r\n\r\nConfirmed mentors:\r\n- [x] @skipzero\r\n- [x] @Trott \r\n- [x] @jeffcarp\r\n- [x] @deonna\r\n- [x] @samccone \r\n- [x] @Fauntleroy \r\n- [x] @tlhunter\r\n- [x] @Hylinn\r\n- [x] @arayi\r\n- [x] @paulgrock\r\n- [x] @teone\r\n- [x] @LindsayElia\r\n- [x] @jennabelle\r\n- [x] @BerkeleyTrue \r\n- [x] @MylesBorins\r\n- [x] @feross\r\n\r\nOrganizers and volunteers:\r\n- [x] @jedireza\r\n- [x] @llkats"},"comment":{"url":"https://api.github.com/repos/nodeschool/sanfrancisco/issues/comments/273117537","html_url":"https://github.com/nodeschool/sanfrancisco/issues/167#issuecomment-273117537","issue_url":"https://api.github.com/repos/nodeschool/sanfrancisco/issues/167","id":273117537,"user":{"login":"addaleax","id":899444,"avatar_url":"https://avatars.githubusercontent.com/u/899444?v=3","gravatar_id":"","url":"https://api.github.com/users/addaleax","html_url":"https://github.com/addaleax","followers_url":"https://api.github.com/users/addaleax/followers","following_url":"https://api.github.com/users/addaleax/following{/other_user}","gists_url":"https://api.github.com/users/addaleax/gists{/gist_id}","starred_url":"https://api.github.com/users/addaleax/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/addaleax/subscriptions","organizations_url":"https://api.github.com/users/addaleax/orgs","repos_url":"https://api.github.com/users/addaleax/repos","events_url":"https://api.github.com/users/addaleax/events{/privacy}","received_events_url":"https://api.github.com/users/addaleax/received_events","type":"User","site_admin":false},"created_at":"2017-01-17T11:43:24Z","updated_at":"2017-01-17T11:43:24Z","body":"👋 Hey everyone, I’m going to be around and I’d love to help out, too!"}} | {
"id": 28935024,
"name": "nodeschool/sanfrancisco",
"url": "https://api.github.com/repos/nodeschool/sanfrancisco"
} | {
"id": 899444,
"login": "addaleax",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/899444?",
"url": "https://api.github.com/users/addaleax"
} | {
"id": 5437587,
"login": "nodeschool",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5437587?",
"url": "https://api.github.com/orgs/nodeschool"
} | 2017-01-17T11:43:25 | 5164813888 | {"actor":{"display_login":"addaleax"}} |
IssueCommentEvent | true | {"action":"created","issue":{"url":"https://api.github.com/repos/octobercms/october/issues/2887","repository_url":"https://api.github.com/repos/octobercms/october","labels_url":"https://api.github.com/repos/octobercms/october/issues/2887/labels{/name}","comments_url":"https://api.github.com/repos/octobercms/october/issues/2887/comments","events_url":"https://api.github.com/repos/octobercms/october/issues/2887/events","html_url":"https://github.com/octobercms/october/issues/2887","id":230932084,"number":2887,"title":"Cannot extend backend sign in view as the document","user":{"login":"khoatran","id":1765656,"avatar_url":"https://avatars2.githubusercontent.com/u/1765656?v=3","gravatar_id":"","url":"https://api.github.com/users/khoatran","html_url":"https://github.com/khoatran","followers_url":"https://api.github.com/users/khoatran/followers","following_url":"https://api.github.com/users/khoatran/following{/other_user}","gists_url":"https://api.github.com/users/khoatran/gists{/gist_id}","starred_url":"https://api.github.com/users/khoatran/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khoatran/subscriptions","organizations_url":"https://api.github.com/users/khoatran/orgs","repos_url":"https://api.github.com/users/khoatran/repos","events_url":"https://api.github.com/users/khoatran/events{/privacy}","received_events_url":"https://api.github.com/users/khoatran/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2017-05-24T06:22:00Z","updated_at":"2017-05-24T07:07:19Z","closed_at":null,"body":"Hi everyone,\r\n\r\nI am following the document at https://github.com/octobercms/docs/blob/master/plugin-extending.md to extend the sign in view which I want to add some more parts into it. The whole customization needs to be inside my plugin. \r\n\r\nHowever, I have figured out that the boot method of my plugin cannot be reached until I sign in to the backend. I have tried with different methods of the PluginBase class to see whether I can catch the event backend.auth.extendSigninView anywhere, but impossible.\r\n\r\nIt's really really strange. So, I would like to understand how OctoberCMS run the boot process for plugins. Further, is there anyway that I can interfere to the boot process to catch the backend.auth.extendSigninView using my plugin. \r\n\r\nThanks for your answers and supporting\r\n \r\n\r\n"},"comment":{"url":"https://api.github.com/repos/octobercms/october/issues/comments/303637232","html_url":"https://github.com/octobercms/october/issues/2887#issuecomment-303637232","issue_url":"https://api.github.com/repos/octobercms/october/issues/2887","id":303637232,"user":{"login":"khoatran","id":1765656,"avatar_url":"https://avatars2.githubusercontent.com/u/1765656?v=3","gravatar_id":"","url":"https://api.github.com/users/khoatran","html_url":"https://github.com/khoatran","followers_url":"https://api.github.com/users/khoatran/followers","following_url":"https://api.github.com/users/khoatran/following{/other_user}","gists_url":"https://api.github.com/users/khoatran/gists{/gist_id}","starred_url":"https://api.github.com/users/khoatran/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/khoatran/subscriptions","organizations_url":"https://api.github.com/users/khoatran/orgs","repos_url":"https://api.github.com/users/khoatran/repos","events_url":"https://api.github.com/users/khoatran/events{/privacy}","received_events_url":"https://api.github.com/users/khoatran/received_events","type":"User","site_admin":false},"created_at":"2017-05-24T07:07:19Z","updated_at":"2017-05-24T07:07:19Z","body":"Hi all,\r\n\r\nI have debugged to the module booting process and have figured out the reason.\r\nIn the code of the PluginManager shows me that we need to add the variable elevated = true into the plugin to make it registered and loaded in this case.\r\n\r\nBelow is the code of the PluginManager at that feature:\r\n```\r\nif (!self::$noInit || $plugin->elevated) {\r\n $plugin->register();\r\n}\r\n\r\n```\r\nIn the case of the backend Signin page, it's one of the case called PrivilegedActions. You can check more detail about this in the function registerPrivilegedActions in the class System\\SystemProvider.\r\nI copied the code here for us to reference:\r\n\r\n```\r\n\r\n protected function registerPrivilegedActions()\r\n {\r\n $requests = ['/combine', '@/system/updates', '@/system/install', '@/backend/auth'];\r\n $commands = ['october:up', 'october:update'];\r\n\r\n /*\r\n * Requests\r\n */\r\n $path = RouterHelper::normalizeUrl(Request::path());\r\n $backendUri = RouterHelper::normalizeUrl(Config::get('cms.backendUri', 'backend'));\r\n foreach ($requests as $request) {\r\n if (substr($request, 0, 1) == '@') {\r\n $request = $backendUri . substr($request, 1);\r\n }\r\n\r\n if (stripos($path, $request) === 0) {\r\n PluginManager::$noInit = true;\r\n }\r\n }\r\n\r\n /*\r\n * CLI\r\n */\r\n if (App::runningInConsole() && count(array_intersect($commands, Request::server('argv'))) > 0) \r\n {\r\n PluginManager::$noInit = true;\r\n }\r\n }\r\n\r\n```\r\nThat does mean: combine, update, auth, install are one of these actions. You need to put the variable elevated = true into your plugin to make your plugin can interfere into the loading of these pages.\r\n\r\nI hope my explanation can help others. \r\nJust want to put a comment about the documentation of OctoberCMS: I think you guys need to improve it a lot, especially for these small but important feature like this. I don't see any place in the document mentioned about this. \r\n\r\n\r\n"}} | {
"id": 14732311,
"name": "octobercms/october",
"url": "https://api.github.com/repos/octobercms/october"
} | {
"id": 1765656,
"login": "khoatran",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/1765656?",
"url": "https://api.github.com/users/khoatran"
} | {
"id": 5554805,
"login": "octobercms",
"gravatar_id": "",
"avatar_url": "https://avatars.githubusercontent.com/u/5554805?",
"url": "https://api.github.com/orgs/octobercms"
} | 2017-05-24T07:07:20 | 5931638352 | {"actor":{"display_login":"khoatran"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.