commit ad68daffed7ec49d4eb36c3097bfd6b6627e652a
Author: Phorge Migration <migration@localhost>
Date: Tue, 21 Jul 2026 17:57:17 +0200
Archive issues/PRs export for MTRNord/osm-git
Diffstat:
6 files changed, 77 insertions(+), 0 deletions(-)
diff --git a/issues/1.json b/issues/1.json
@@ -0,0 +1,15 @@
+{
+ "number": 1,
+ "title": "Implement a Webserver component of the current stable api",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2023-05-25T10:37:32Z",
+ "closed_at": null,
+ "labels": [
+ "enhancement",
+ "help wanted"
+ ],
+ "assignees": [],
+ "body": "While this is meant to be using git it makes sense for this PoC to provide the existing api for migration and usage with existing osm Tools. ",
+ "comments": []
+}
diff --git a/issues/1.md b/issues/1.md
@@ -0,0 +1,11 @@
+# #1 Implement a Webserver component of the current stable api
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2023-05-25T10:37:32Z
+- **Labels:** enhancement, help wanted
+
+---
+
+While this is meant to be using git it makes sense for this PoC to provide the existing api for migration and usage with existing osm Tools.
+
diff --git a/issues/2.json b/issues/2.json
@@ -0,0 +1,15 @@
+{
+ "number": 2,
+ "title": "Write readme and pros and cons list",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2023-05-25T10:37:51Z",
+ "closed_at": null,
+ "labels": [
+ "documentation",
+ "help wanted"
+ ],
+ "assignees": [],
+ "body": "This keeps coming up. ",
+ "comments": []
+}
diff --git a/issues/2.md b/issues/2.md
@@ -0,0 +1,11 @@
+# #2 Write readme and pros and cons list
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2023-05-25T10:37:51Z
+- **Labels:** documentation, help wanted
+
+---
+
+This keeps coming up.
+
diff --git a/issues/3.json b/issues/3.json
@@ -0,0 +1,14 @@
+{
+ "number": 3,
+ "title": "We actually should duplicate changesets which have boths creation and delete events",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2023-05-25T20:42:03Z",
+ "closed_at": null,
+ "labels": [
+ "bug"
+ ],
+ "assignees": [],
+ "body": "There are some changesets with both updates/creations and immediate delete of these. Currently this info would be lost but probably should be ported.",
+ "comments": []
+}
diff --git a/issues/3.md b/issues/3.md
@@ -0,0 +1,11 @@
+# #3 We actually should duplicate changesets which have boths creation and delete events
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2023-05-25T20:42:03Z
+- **Labels:** bug
+
+---
+
+There are some changesets with both updates/creations and immediate delete of these. Currently this info would be lost but probably should be ported.
+