From 9d424a1197c8d1e4e215d1cd419e3ee417a60409 Mon Sep 17 00:00:00 2001 From: Oscar Almqvist Date: Wed, 7 Apr 2021 11:15:55 +0200 Subject: [PATCH 1/4] Adds feedback proposal for #1080 --- contributions/feedback/oscaralm/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contributions/feedback/oscaralm/README.md diff --git a/contributions/feedback/oscaralm/README.md b/contributions/feedback/oscaralm/README.md new file mode 100644 index 0000000000..0cfd21c102 --- /dev/null +++ b/contributions/feedback/oscaralm/README.md @@ -0,0 +1,8 @@ +# Feedback proposal on essay #1080 + +## Member +Oscar Almqvist (oscaralm@kth.se) +Github: [oscaralmqvist](https://github.com/oscaralm) + +## Proposal +I plan to give feedback to [#1080](https://github.com/KTH/devops-course/pull/1080). \ No newline at end of file From acc0caf4dcfc858771ce7d76c215af2719d4b7ee Mon Sep 17 00:00:00 2001 From: Oscar Almqvist Date: Wed, 7 Apr 2021 12:20:41 +0200 Subject: [PATCH 2/4] Demo: creating & publishing tested Node.js packages with Github Actions --- contributions/demo/oscaralm/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 contributions/demo/oscaralm/README.md diff --git a/contributions/demo/oscaralm/README.md b/contributions/demo/oscaralm/README.md new file mode 100644 index 0000000000..4a4be43e4b --- /dev/null +++ b/contributions/demo/oscaralm/README.md @@ -0,0 +1,14 @@ +# Demo proposal: Creating & publishing tested Node.js packages with Github Actions + +## Member +Oscar Almqvist (oscaralm@kth.se) +Github: [oscaralmqvist](https://github.com/oscaralm) + +## Proposal + +- Create a simple Node.js package with some functions & tests +- Set up two Github Actions that triggers when a pull request is merged to master +- When pull-request to master is created: + - Run tests +- When pull-request is accepted/merged: + - Publish the package to npm \ No newline at end of file From 9a5b1acb1965fc73847b28c421917c2cc88d3a51 Mon Sep 17 00:00:00 2001 From: Oscar Almqvist Date: Wed, 7 Apr 2021 12:24:20 +0200 Subject: [PATCH 3/4] Removes files not belonging here --- contributions/feedback/oscaralm/README.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 contributions/feedback/oscaralm/README.md diff --git a/contributions/feedback/oscaralm/README.md b/contributions/feedback/oscaralm/README.md deleted file mode 100644 index 0cfd21c102..0000000000 --- a/contributions/feedback/oscaralm/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Feedback proposal on essay #1080 - -## Member -Oscar Almqvist (oscaralm@kth.se) -Github: [oscaralmqvist](https://github.com/oscaralm) - -## Proposal -I plan to give feedback to [#1080](https://github.com/KTH/devops-course/pull/1080). \ No newline at end of file From 6d03cc52c7b0b468ff39289465cd6f866ceb3ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Soto=20Valero?= Date: Thu, 8 Apr 2021 16:01:03 +0200 Subject: [PATCH 4/4] Update README.md --- contributions/demo/oscaralm/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributions/demo/oscaralm/README.md b/contributions/demo/oscaralm/README.md index 4a4be43e4b..9445e8bdab 100644 --- a/contributions/demo/oscaralm/README.md +++ b/contributions/demo/oscaralm/README.md @@ -1,5 +1,5 @@ -# Demo proposal: Creating & publishing tested Node.js packages with Github Actions - +# Demo proposal: Automatically publishing tested Node.js packages on npm with Github Actions + ## Member Oscar Almqvist (oscaralm@kth.se) Github: [oscaralmqvist](https://github.com/oscaralm) @@ -11,4 +11,4 @@ Github: [oscaralmqvist](https://github.com/oscaralm) - When pull-request to master is created: - Run tests - When pull-request is accepted/merged: - - Publish the package to npm \ No newline at end of file + - Publish the package to npm