From 99020eefc51322d37864754b361e7b635c7e33a4 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Sun, 3 Nov 2024 13:47:20 +0100 Subject: [PATCH 1/5] Create issue at the mid of the month --- .github/workflows/monthly-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly-issue.yml b/.github/workflows/monthly-issue.yml index 81a498f..b5faa39 100644 --- a/.github/workflows/monthly-issue.yml +++ b/.github/workflows/monthly-issue.yml @@ -1,7 +1,7 @@ name: Monthly Issue on: schedule: - - cron: "0 0 28 * *" + - cron: "0 0 15 * *" # Run manually workflow_dispatch: From ff21306bf75e576d26515f1fe5a807ad3362fb74 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Sun, 3 Nov 2024 13:52:20 +0100 Subject: [PATCH 2/5] Fix issue navigation --- src/2024-08-this-month-in-reactive-graph.md | 2 +- src/2024-09-this-month-in-reactive-graph.md | 2 +- src/2024-10-this-month-in-reactive-graph.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/2024-08-this-month-in-reactive-graph.md b/src/2024-08-this-month-in-reactive-graph.md index 0d3d7ce..7bc0c0b 100644 --- a/src/2024-08-this-month-in-reactive-graph.md +++ b/src/2024-08-this-month-in-reactive-graph.md @@ -298,4 +298,4 @@ step we specified the requirements and the data 3. Start work on the Identity and Permission System 4. Specify the Type System Persistence (Graph Relational Mapper) -{{ footer::print(issue_date_previous="", issue_date_next="2024-09-30") }} +{{ footer::print(issue_date_previous="", issue_date_next="2024-09") }} diff --git a/src/2024-09-this-month-in-reactive-graph.md b/src/2024-09-this-month-in-reactive-graph.md index 6217bde..ae1a475 100644 --- a/src/2024-09-this-month-in-reactive-graph.md +++ b/src/2024-09-this-month-in-reactive-graph.md @@ -818,4 +818,4 @@ We've extended the [Contribution Guidelines](https://github.com/reactive-graph/r
-{{ footer::print(issue_date_previous="2024-08-31", issue_date_next="") }} +{{ footer::print(issue_date_previous="2024-08", issue_date_next="2024-10") }} diff --git a/src/2024-10-this-month-in-reactive-graph.md b/src/2024-10-this-month-in-reactive-graph.md index 92cc6a8..2b52cd5 100644 --- a/src/2024-10-this-month-in-reactive-graph.md +++ b/src/2024-10-this-month-in-reactive-graph.md @@ -465,4 +465,4 @@ Another feature is that you can set or overwrite configurations using a command.
-{{ footer::print(issue_date_previous="", issue_date_next="2024-09-30") }} +{{ footer::print(issue_date_previous="2024-09", issue_date_next="2024-11") }} From 6c9b15b73fb0ed25cd4c128d37d5d830d7406ff1 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Sun, 3 Nov 2024 13:53:07 +0100 Subject: [PATCH 3/5] Add short introduction at the start --- src/2024-10-this-month-in-reactive-graph.md | 2 ++ src/YYYY-MM-this-month-in-reactive-graph.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/2024-10-this-month-in-reactive-graph.md b/src/2024-10-this-month-in-reactive-graph.md index 2b52cd5..c51305a 100644 --- a/src/2024-10-this-month-in-reactive-graph.md +++ b/src/2024-10-this-month-in-reactive-graph.md @@ -16,6 +16,8 @@ description: "The 'October 2024' issue of 'This Month in Reactive Graph' summari
+## Introduction + October 2024 was a very productive month for Reactive Graph. We focused on Continuous Integration and [Delivery](https://github.com/reactive-graph/reactive-graph/issues/228). The results are impressive: ## Self Info diff --git a/src/YYYY-MM-this-month-in-reactive-graph.md b/src/YYYY-MM-this-month-in-reactive-graph.md index b4bab95..0757f3d 100644 --- a/src/YYYY-MM-this-month-in-reactive-graph.md +++ b/src/YYYY-MM-this-month-in-reactive-graph.md @@ -16,6 +16,10 @@ description: "The 'MONTH YYYY' issue of 'This Month in Reactive Graph' summarize
+## Introduction + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. + ## Topic 1 ### Subtopic 1 From 5598b35873f43208df98658e6bbd38d61d25a8b6 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Sun, 3 Nov 2024 13:55:09 +0100 Subject: [PATCH 4/5] Fix list of topics --- README.md | 1 + src/2024-10-this-month-in-reactive-graph.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ec1ce..15fda9e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This Month in Reactive Graph is openly developed on GitHub and archives can be v | Date | Link | |----------------|-----------------------------------------------------------------------------------| +| November 2024 | https://this-month-in.reactive-graph.io/2024-11-this-month-in-reactive-graph.html | | October 2024 | https://this-month-in.reactive-graph.io/2024-10-this-month-in-reactive-graph.html | | September 2024 | https://this-month-in.reactive-graph.io/2024-09-this-month-in-reactive-graph.html | | August 2024 | https://this-month-in.reactive-graph.io/2024-08-this-month-in-reactive-graph.html | diff --git a/src/2024-10-this-month-in-reactive-graph.md b/src/2024-10-this-month-in-reactive-graph.md index c51305a..ae961fc 100644 --- a/src/2024-10-this-month-in-reactive-graph.md +++ b/src/2024-10-this-month-in-reactive-graph.md @@ -1,6 +1,6 @@ --- pub_date: Thu, 31 Oct 2024 00:00:00 GMT -description: "The 'October 2024' issue of 'This Month in Reactive Graph' summarizes the progress of Reactive Graph. The topics of this issue are: Manage the type system via the command line interface, Java GraphQL Client POC and the specification of the Identity and Permission System" +description: "The 'October 2024' issue of 'This Month in Reactive Graph' summarizes the progress of Reactive Graph. The topics of this issue are: Self Updater, Release Process, Nightly Builds, Platform Support, Docker Images, Debian Packages, CLI Instance Management" --- {% import "header.tera" as header %} From 8dac2270917e0bc61ff963c8b54573091b4d9184 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Sun, 3 Nov 2024 13:58:32 +0100 Subject: [PATCH 5/5] Prepare issue for november 2024 --- src/2024-11-this-month-in-reactive-graph.md | 112 ++++++++++++++++++++ src/2024.md | 11 +- src/SUMMARY.md | 1 + 3 files changed, 119 insertions(+), 5 deletions(-) create mode 100644 src/2024-11-this-month-in-reactive-graph.md diff --git a/src/2024-11-this-month-in-reactive-graph.md b/src/2024-11-this-month-in-reactive-graph.md new file mode 100644 index 0000000..57c726d --- /dev/null +++ b/src/2024-11-this-month-in-reactive-graph.md @@ -0,0 +1,112 @@ +--- +pub_date: Sun, 30 Nov 2024 00:00:00 GMT +description: "The 'November 2024' issue of 'This Month in Reactive Graph' summarizes the progress of Reactive Graph. The topics of this issue are: " +--- + +{% import "header.tera" as header %} +{% import "footer.tera" as footer %} + +{{ header::print(year="2024",month="November") }} + +
+ +## Table of Contents + + + +
+ +## Summary + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. + +## Topic 1 + +### Subtopic 1 + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At +vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit +amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et +justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur +sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores +et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +
+ +### Subtopic 1 + +Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan +et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer +adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. + +
+Collapsed + +* A +* B +* C +* D +* E + +
+ +
+ +## Topic 2 + +### Subtopic 3 + +Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor +in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui +blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. + +
+$ command + +``` +shell output +``` + +
+ +
+ +### Subtopic 4 + +Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, +consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud +exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. + +
+Collapsed instructions + +Nam liber tempor cum soluta: + +``` +shell output +``` + +Nam liber tempor cum soluta: + +``` +shell output +``` + +Nam liber tempor cum soluta: + +``` +shell output +``` + +Nam liber `tempor` cum soluta: + +``` +shell output +``` + +
+ + +
+ +{{ footer::print(issue_date_previous="", issue_date_next="") }} diff --git a/src/2024.md b/src/2024.md index 0ea39cf..00c5032 100644 --- a/src/2024.md +++ b/src/2024.md @@ -9,8 +9,9 @@ ## Topics -| Issue | Topics | -|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------| -| [October 2024](https://this-month-in.reactive-graph.io/2024-10-this-month-in-reactive-graph.html) | Self Updater, Release Process, Nightly Builds, Platform Support, Docker Images, Debian Packages, CLI Instance Management | -| [September 2024](https://this-month-in.reactive-graph.io/2024-09-this-month-in-reactive-graph.html) | Stable rust, Improved CI, Improved CLI, Project Maintenance | -| [August 2024](./2024-08-this-month-in-reactive-graph.md) | Manage Type System via Command Line Interface, Java GraphQL Client POC, Specification of the Identity and Permission System | +| Issue | Topics | +|-------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------| +| [November 2024](./2024-11-this-month-in-reactive-graph.md) | | +| [October 2024](./2024-10-this-month-in-reactive-graph.md) | Self Updater, Release Process, Nightly Builds, Platform Support, Docker Images, Debian Packages, CLI Instance Management | +| [September 2024](./2024-09-this-month-in-reactive-graph.md) | Stable rust, Improved CI, Improved CLI, Project Maintenance | +| [August 2024](./2024-08-this-month-in-reactive-graph.md) | Manage Type System via Command Line Interface, Java GraphQL Client POC, Specification of the Identity and Permission System | diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3f1f255..ac157e9 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,6 +1,7 @@ # This Month in Reactive Graph - [2024](./2024.md) + - [November 2024 in Reactive Graph](./2024-11-this-month-in-reactive-graph.md) - [October 2024 in Reactive Graph](./2024-10-this-month-in-reactive-graph.md) - [September 2024 in Reactive Graph](./2024-09-this-month-in-reactive-graph.md) - [August 2024 in Reactive Graph](./2024-08-this-month-in-reactive-graph.md)