commit 18ee6531e38a880022590945bb1b14ed079d5c32
Author: Phorge Migration <migration@localhost>
Date: Tue, 21 Jul 2026 18:22:11 +0200
Archive issues/PRs export for MTRNord/gluon_remote_node
Diffstat:
11 files changed, 324 insertions(+), 0 deletions(-)
diff --git a/issues/3.json b/issues/3.json
@@ -0,0 +1,14 @@
+{
+ "number": 3,
+ "title": "Action required: Greenkeeper could not be activated \ud83d\udea8",
+ "state": "open",
+ "author": "greenkeeper[bot]",
+ "created_at": "2017-06-02T08:01:05Z",
+ "closed_at": null,
+ "labels": [
+ "greenkeeper"
+ ],
+ "assignees": [],
+ "body": "\ud83d\udea8 You need to enable Continuous Integration on all branches of this repository. \ud83d\udea8\n\nTo enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.\n\nSince we did not receive a CI status on the [`greenkeeper/initial`](https://github.com/MTRNord/gluon_remote_node/commits/greenkeeper/initial) branch, we assume that you still need to configure it.\n\nIf you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don\u2019t want it to run on every branch, you can whitelist branches starting with `greenkeeper/`.\n\nWe recommend using [Travis CI](https://travis-ci.org), but Greenkeeper will work with every other CI service as well.\n",
+ "comments": []
+}
diff --git a/issues/3.md b/issues/3.md
@@ -0,0 +1,20 @@
+# #3 Action required: Greenkeeper could not be activated 🚨
+
+- **State:** open
+- **Author:** @greenkeeper[bot]
+- **Created:** 2017-06-02T08:01:05Z
+- **Labels:** greenkeeper
+
+---
+
+🚨 You need to enable Continuous Integration on all branches of this repository. 🚨
+
+To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.
+
+Since we did not receive a CI status on the [`greenkeeper/initial`](https://github.com/MTRNord/gluon_remote_node/commits/greenkeeper/initial) branch, we assume that you still need to configure it.
+
+If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `greenkeeper/`.
+
+We recommend using [Travis CI](https://travis-ci.org), but Greenkeeper will work with every other CI service as well.
+
+
diff --git a/pulls/1.diff b/pulls/1.diff
@@ -0,0 +1,13 @@
+diff --git a/package.json b/package.json
+index 77057db..6f6ca13 100644
+--- a/package.json
++++ b/package.json
+@@ -26,7 +26,7 @@
+ },
+ "homepage": "https://github.com/MTRNord/gluon_web_remote_node#readme",
+ "dependencies": {
+- "express": "^4.13.4",
++ "express": "^4.14.0",
+ "ssh-keygen": "^0.2.1",
+ "sshclient": "0.0.4"
+ }
diff --git a/pulls/1.json b/pulls/1.json
@@ -0,0 +1,20 @@
+{
+ "number": 1,
+ "title": "express@4.14.0 untested \u26a0\ufe0f",
+ "state": "closed",
+ "diff_file": "1.diff",
+ "author": "greenkeeperio-bot",
+ "created_at": "2016-06-16T17:03:37Z",
+ "closed_at": "2016-06-16T18:40:57Z",
+ "merged_at": null,
+ "base_ref": "master",
+ "head_ref": "greenkeeper-express-4.14.0",
+ "labels": [
+ "greenkeeper"
+ ],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "Hello lovely humans,\n\n[express](https://www.npmjs.com/package/express) just published its new version 4.14.0.\n\n<table>\n <tr>\n <th align=left>\n State\n </th>\n <td>\n No tests :warning:\n </td>\n </tr>\n <tr>\n <th align=left>\n Dependency\n </td>\n <td>\n express\n </td>\n </tr>\n <tr>\n <th align=left>\n New version\n </td>\n <td>\n 4.14.0\n </td>\n </tr>\n <tr>\n <th align=left>\n Type\n </td>\n <td>\n dependency\n </td>\n </tr>\n</table>\n\n\nThis version is **covered** by your **current version range**, but I **could not detect automated tests** for this project. Without a test suite I **can not really tell whether your project still works**.\n\nI was looking at the latest commit of your default branch, but GitHub said there is no status attached to it.\n\nDo you have any ideas how I could improve these pull requests? Did I report anything you think isn\u2019t right?\nAre you unsure about how things are supposed to work?\n\nThere is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I\u2019m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new).\n\nGood luck with your project :sparkles:\n\nYou rock!\n\n:palm_tree:\n\n---\n\nThe new version differs by 43 commits .\n- [`9375a9a`](https://github.com/expressjs/express/commit/9375a9afa9d7baa814b454c7a6818a7471aaef00) <code>4.14.0</code>\n- [`14cf9c5`](https://github.com/expressjs/express/commit/14cf9c563679566bef9a396bfa9702776bfc1b48) <code>deps: update example dependencies</code>\n- [`605983f`](https://github.com/expressjs/express/commit/605983fd0e838f9ddb9d85f4e1950f0ce5bed83d) <code>build: should@9.0.2</code>\n- [`e06766c`](https://github.com/expressjs/express/commit/e06766c573ba3784798fc9b8775cea1304e34427) <code>deps: finalhandler@0.5.0</code>\n- [`76eaa32`](https://github.com/expressjs/express/commit/76eaa326ee8c4dda05568c6452286a16adb84c0b) <code>Encode URL in res.location/res.redirect if not already encoded</code>\n- [`c12cc88`](https://github.com/expressjs/express/commit/c12cc8839277dcb3956558865f0cd241e8d08883) <code>build: support Node.js 6.x</code>\n- [`23c22ce`](https://github.com/expressjs/express/commit/23c22ce3fe2c298add7c06ac881ce0f17f73a6be) <code>build: support Node.js 5.x</code>\n- [`791cabf`](https://github.com/expressjs/express/commit/791cabf9390a029c5ad9b63eae8145c3c73f204e) <code>deps: serve-static@~1.11.1</code>\n- [`fc40702`](https://github.com/expressjs/express/commit/fc40702cb70e39565263d64d962d3b8164fb3621) <code>deps: send@0.14.1</code>\n- [`c762b16`](https://github.com/expressjs/express/commit/c762b16f62e2c9f5de33481c250ef6f94a99eb7f) <code>Improve error with invalid arguments to req.get()</code>\n- [`5d642af`](https://github.com/expressjs/express/commit/5d642af8c34c49b54b1ea2f9a300440ec5656fef) <code>Add \"options\" argument to req.range</code>\n- [`7fcf1d7`](https://github.com/expressjs/express/commit/7fcf1d7d5b021d4c285f377d99e0d40dbf26a9b1) <code>docs: update the req.range jsdoc comment</code>\n- [`7ee41cc`](https://github.com/expressjs/express/commit/7ee41cc23f2f7237ad8e3b1cfbad03900f14314d) <code>deps: range-parser@~1.2.0</code>\n- [`8ddab69`](https://github.com/expressjs/express/commit/8ddab697cc1d7b4c3d6d24b8e265be116ddccc0b) <code>build: supertest@1.2.0</code>\n- [`d038689`](https://github.com/expressjs/express/commit/d03868965858af94a712fbd4ad68827023199462) <code>build: should@9.0.0</code>\n\nThere are 43 commits in total. See the [full diff](https://github.com/expressjs/express/compare/193bed2649c55c1fd362e46cd4702c773f3e7434...9375a9afa9d7baa814b454c7a6818a7471aaef00).\n\n---\n\nThis pull request was created by [greenkeeper.io](https://greenkeeper.io/).\n\n<sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>\n",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/1.md b/pulls/1.md
@@ -0,0 +1,95 @@
+# PR #1 express@4.14.0 untested ⚠️
+
+- **Status:** closed
+- **Author:** @greenkeeperio-bot
+- **Created:** 2016-06-16T17:03:37Z
+- **Branch:** greenkeeper-express-4.14.0 → master
+- **Closed:** 2016-06-16T18:40:57Z
+- **Labels:** greenkeeper
+- **Diff:** [1.diff](./1.diff)
+
+---
+
+Hello lovely humans,
+
+[express](https://www.npmjs.com/package/express) just published its new version 4.14.0.
+
+<table>
+ <tr>
+ <th align=left>
+ State
+ </th>
+ <td>
+ No tests :warning:
+ </td>
+ </tr>
+ <tr>
+ <th align=left>
+ Dependency
+ </td>
+ <td>
+ express
+ </td>
+ </tr>
+ <tr>
+ <th align=left>
+ New version
+ </td>
+ <td>
+ 4.14.0
+ </td>
+ </tr>
+ <tr>
+ <th align=left>
+ Type
+ </td>
+ <td>
+ dependency
+ </td>
+ </tr>
+</table>
+
+
+This version is **covered** by your **current version range**, but I **could not detect automated tests** for this project. Without a test suite I **can not really tell whether your project still works**.
+
+I was looking at the latest commit of your default branch, but GitHub said there is no status attached to it.
+
+Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
+Are you unsure about how things are supposed to work?
+
+There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new).
+
+Good luck with your project :sparkles:
+
+You rock!
+
+:palm_tree:
+
+---
+
+The new version differs by 43 commits .
+- [`9375a9a`](https://github.com/expressjs/express/commit/9375a9afa9d7baa814b454c7a6818a7471aaef00) <code>4.14.0</code>
+- [`14cf9c5`](https://github.com/expressjs/express/commit/14cf9c563679566bef9a396bfa9702776bfc1b48) <code>deps: update example dependencies</code>
+- [`605983f`](https://github.com/expressjs/express/commit/605983fd0e838f9ddb9d85f4e1950f0ce5bed83d) <code>build: should@9.0.2</code>
+- [`e06766c`](https://github.com/expressjs/express/commit/e06766c573ba3784798fc9b8775cea1304e34427) <code>deps: finalhandler@0.5.0</code>
+- [`76eaa32`](https://github.com/expressjs/express/commit/76eaa326ee8c4dda05568c6452286a16adb84c0b) <code>Encode URL in res.location/res.redirect if not already encoded</code>
+- [`c12cc88`](https://github.com/expressjs/express/commit/c12cc8839277dcb3956558865f0cd241e8d08883) <code>build: support Node.js 6.x</code>
+- [`23c22ce`](https://github.com/expressjs/express/commit/23c22ce3fe2c298add7c06ac881ce0f17f73a6be) <code>build: support Node.js 5.x</code>
+- [`791cabf`](https://github.com/expressjs/express/commit/791cabf9390a029c5ad9b63eae8145c3c73f204e) <code>deps: serve-static@~1.11.1</code>
+- [`fc40702`](https://github.com/expressjs/express/commit/fc40702cb70e39565263d64d962d3b8164fb3621) <code>deps: send@0.14.1</code>
+- [`c762b16`](https://github.com/expressjs/express/commit/c762b16f62e2c9f5de33481c250ef6f94a99eb7f) <code>Improve error with invalid arguments to req.get()</code>
+- [`5d642af`](https://github.com/expressjs/express/commit/5d642af8c34c49b54b1ea2f9a300440ec5656fef) <code>Add "options" argument to req.range</code>
+- [`7fcf1d7`](https://github.com/expressjs/express/commit/7fcf1d7d5b021d4c285f377d99e0d40dbf26a9b1) <code>docs: update the req.range jsdoc comment</code>
+- [`7ee41cc`](https://github.com/expressjs/express/commit/7ee41cc23f2f7237ad8e3b1cfbad03900f14314d) <code>deps: range-parser@~1.2.0</code>
+- [`8ddab69`](https://github.com/expressjs/express/commit/8ddab697cc1d7b4c3d6d24b8e265be116ddccc0b) <code>build: supertest@1.2.0</code>
+- [`d038689`](https://github.com/expressjs/express/commit/d03868965858af94a712fbd4ad68827023199462) <code>build: should@9.0.0</code>
+
+There are 43 commits in total. See the [full diff](https://github.com/expressjs/express/compare/193bed2649c55c1fd362e46cd4702c773f3e7434...9375a9afa9d7baa814b454c7a6818a7471aaef00).
+
+---
+
+This pull request was created by [greenkeeper.io](https://greenkeeper.io/).
+
+<sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>
+
+
diff --git a/pulls/2.diff b/pulls/2.diff
@@ -0,0 +1,45 @@
+diff --git a/.snyk b/.snyk
+new file mode 100644
+index 0000000..d6c6556
+--- /dev/null
++++ b/.snyk
+@@ -0,0 +1,7 @@
++version: v1.5.0
++ignore:
++ 'npm:cli:20160615':
++ - ip-address > cli:
++ reason: None given
++ expires: '2016-10-03T17:10:11.468Z'
++patch: {}
+diff --git a/package.json b/package.json
+index 7dbde51..40ae8be 100644
+--- a/package.json
++++ b/package.json
+@@ -5,7 +5,9 @@
+ "main": "gluon_web_remote.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+- "start": "node gluon_web_remote.js"
++ "start": "node gluon_web_remote.js",
++ "snyk-protect": "snyk protect",
++ "prepublish": "npm run snyk-protect"
+ },
+ "repository": {
+ "type": "git",
+@@ -36,10 +38,12 @@
+ "laeh2": "^0.3.3",
+ "request": "^2.72.0",
+ "ssh-keygen": "^0.2.1",
+- "sshclient": "0.0.4"
++ "sshclient": "0.0.4",
++ "snyk": "^1.19.1"
+ },
+ "devDependencies": {
+ "chai": "^3.5.0",
+ "mocha": "^2.5.3"
+- }
+-}
++ },
++ "snyk": true
++}
+\ No newline at end of file
diff --git a/pulls/2.json b/pulls/2.json
@@ -0,0 +1,18 @@
+{
+ "number": 2,
+ "title": "[Snyk] Fix for 1 vulnerable dependency path",
+ "state": "merged",
+ "diff_file": "2.diff",
+ "author": "snyk-bot",
+ "created_at": "2016-09-03T17:10:12Z",
+ "closed_at": "2016-09-03T17:10:45Z",
+ "merged_at": "2016-09-03T17:10:45Z",
+ "base_ref": "master",
+ "head_ref": "snyk-fix-cd5b91a4",
+ "labels": [],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "This pull request fixes one or more vulnerable packages in the npm dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/mtrnord/gluon_remote_node) for this project for details.\n\nThe PR includes:\n- `package.json` scripts and a Snyk policy (`.snyk`) file, which patch the vulnerabilities that can't be upgraded away and ignore vulnerabilities with no fixes.\n#### Vulnerabilities that will be ignored for 30 days\n\nNo sufficient upgrades or patches are available. You\u2019ll receive an alert when more fixes are released.\n- [npm:cli:20160615](https://snyk.io/vuln/npm:cli:20160615)\n\nYou can read more about Snyk's upgrade and patch logic in [Snyk's documentation](https://snyk.io/docs/using-snyk/).\n\nCheck the changes in this PR to ensure they won't cause issues with your project.\n\nStay secure,\nThe Snyk team\n\n<!--snyk:metadata:{\"type\":\"fix\",\"vulns\":[\"npm:cli:20160615\"],\"patch\":[],\"ignore\":[\"npm:cli:20160615\"],\"upgrade\":[]}-->\n\n<!-- Reviewable:start -->\n\n---\n\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/mtrnord/gluon_remote_node/2)\n\n<!-- Reviewable:end -->\n",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/2.md b/pulls/2.md
@@ -0,0 +1,38 @@
+# PR #2 [Snyk] Fix for 1 vulnerable dependency path
+
+- **Status:** merged
+- **Author:** @snyk-bot
+- **Created:** 2016-09-03T17:10:12Z
+- **Branch:** snyk-fix-cd5b91a4 → master
+- **Merged:** 2016-09-03T17:10:45Z
+- **Diff:** [2.diff](./2.diff)
+
+---
+
+This pull request fixes one or more vulnerable packages in the npm dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/mtrnord/gluon_remote_node) for this project for details.
+
+The PR includes:
+- `package.json` scripts and a Snyk policy (`.snyk`) file, which patch the vulnerabilities that can't be upgraded away and ignore vulnerabilities with no fixes.
+#### Vulnerabilities that will be ignored for 30 days
+
+No sufficient upgrades or patches are available. You’ll receive an alert when more fixes are released.
+- [npm:cli:20160615](https://snyk.io/vuln/npm:cli:20160615)
+
+You can read more about Snyk's upgrade and patch logic in [Snyk's documentation](https://snyk.io/docs/using-snyk/).
+
+Check the changes in this PR to ensure they won't cause issues with your project.
+
+Stay secure,
+The Snyk team
+
+<!--snyk:metadata:{"type":"fix","vulns":["npm:cli:20160615"],"patch":[],"ignore":["npm:cli:20160615"],"upgrade":[]}-->
+
+<!-- Reviewable:start -->
+
+---
+
+This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/mtrnord/gluon_remote_node/2)
+
+<!-- Reviewable:end -->
+
+
diff --git a/pulls/4.diff b/pulls/4.diff
@@ -0,0 +1,30 @@
+diff --git a/README.md b/README.md
+index 1ecdf69..722a753 100644
+--- a/README.md
++++ b/README.md
+@@ -1,6 +1,6 @@
+ # Gluon Remote
+
+-An Tool to easily manage Freifunk Gluon Routers. (WIP)
++A tool to easily manage Freifunk Gluon Routers. (WIP)
+
+ Discussion Thread: https://forum.freifunk.net/t/gluon-remote-tool/
+
+@@ -33,7 +33,7 @@ Commandline:
+ ```
+ Usage: npm start [options] [command]
+
+-SSH Key has to be an private one. It is used to connect to the Router which means that you have to have an private key for the Tool and the public one must be registered in the Router
++SSH Key has to be a private one. It is used to connect to the Router which means that you have to have a private key for the Tool and the public one must be registered in the Router
+
+ Commands:
+
+@@ -67,7 +67,7 @@ Test's not implemented yet
+
+ ## Versioning
+
+-We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
++We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/MTRNord/gluon_remote_node/tags).
+
+ ## Authors
+
diff --git a/pulls/4.json b/pulls/4.json
@@ -0,0 +1,18 @@
+{
+ "number": 4,
+ "title": "Fix some typos and a link.",
+ "state": "merged",
+ "diff_file": "4.diff",
+ "author": "axelrindle",
+ "created_at": "2018-03-30T21:59:06Z",
+ "closed_at": "2018-03-31T08:41:48Z",
+ "merged_at": "2018-03-31T08:41:48Z",
+ "base_ref": "master",
+ "head_ref": "axelrindle-fix-typos",
+ "labels": [],
+ "assignees": [],
+ "requested_reviewers": [],
+ "body": "",
+ "comments": [],
+ "review_comments": []
+}
diff --git a/pulls/4.md b/pulls/4.md
@@ -0,0 +1,13 @@
+# PR #4 Fix some typos and a link.
+
+- **Status:** merged
+- **Author:** @axelrindle
+- **Created:** 2018-03-30T21:59:06Z
+- **Branch:** axelrindle-fix-typos → master
+- **Merged:** 2018-03-31T08:41:48Z
+- **Diff:** [4.diff](./4.diff)
+
+---
+
+_No description._
+