From 64668e77f6c1161bce4c6c419186fae0afc06065 Mon Sep 17 00:00:00 2001 From: Guilloteau Corentin Date: Sun, 27 Mar 2022 20:35:23 +0200 Subject: [PATCH 1/6] Added task 1 proposal --- .../corentin-guilloteau/README.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 contributions/course-automation/corentin-guilloteau/README.md diff --git a/contributions/course-automation/corentin-guilloteau/README.md b/contributions/course-automation/corentin-guilloteau/README.md new file mode 100644 index 0000000000..b0a2fca191 --- /dev/null +++ b/contributions/course-automation/corentin-guilloteau/README.md @@ -0,0 +1,29 @@ +# Assignment Proposal + +## Title + +Automatic deletion of teammate request + +## Names and KTH ID + +- Corentin Guilloteau (corgui@kth.se) + +## Deadline + +Task 1 + +## Category + +Course Automation + +## Description + +This course uses a Github repository issue to allow students to find a groupmate. The problem here is that is requires +the students to update of remove there comment on this issue when they have found a teammate. This aim here is to +automate this task. + +The automation should perform the following : + +- Run for each new pull request having a label corresponding to an assignment +- Check if the author of the pull request has commented the groupmate finder issue +- If so, remove its comment ont this issue From f8530aaccaef45402f4b92b38729cfbcfe873ce1 Mon Sep 17 00:00:00 2001 From: Guilloteau Corentin Date: Sun, 27 Mar 2022 20:47:57 +0200 Subject: [PATCH 2/6] Fixed typo --- .../course-automation/corentin-guilloteau/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributions/course-automation/corentin-guilloteau/README.md b/contributions/course-automation/corentin-guilloteau/README.md index b0a2fca191..47251ec178 100644 --- a/contributions/course-automation/corentin-guilloteau/README.md +++ b/contributions/course-automation/corentin-guilloteau/README.md @@ -18,12 +18,12 @@ Course Automation ## Description -This course uses a Github repository issue to allow students to find a groupmate. The problem here is that is requires -the students to update of remove there comment on this issue when they have found a teammate. This aim here is to +This course uses a Github repository issue to allow students to find a teammate. The problem here is that is requires +the students to update or remove their comment on this issue when they have found a teammate. This aim here is to automate this task. The automation should perform the following : - Run for each new pull request having a label corresponding to an assignment -- Check if the author of the pull request has commented the groupmate finder issue -- If so, remove its comment ont this issue +- Check if the author of the pull request has commented the teammate finder issue +- If so, remove its comment on this issue From 0febaac3e0fd03bdf0fb17a0584c27f3cb830eae Mon Sep 17 00:00:00 2001 From: Guilloteau Corentin Date: Mon, 28 Mar 2022 10:49:19 +0200 Subject: [PATCH 3/6] Updated folder name --- .../course-automation/{corentin-guilloteau => corgui}/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contributions/course-automation/{corentin-guilloteau => corgui}/README.md (100%) diff --git a/contributions/course-automation/corentin-guilloteau/README.md b/contributions/course-automation/corgui/README.md similarity index 100% rename from contributions/course-automation/corentin-guilloteau/README.md rename to contributions/course-automation/corgui/README.md From fbcac871d48e290655ad696ece58ebd6d3ba98f3 Mon Sep 17 00:00:00 2001 From: Guilloteau Corentin Date: Tue, 29 Mar 2022 16:43:28 +0200 Subject: [PATCH 4/6] Added demo proposal --- .../corgui/README.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contributions/demo/week3-CD-and-feature-flag/corgui/README.md diff --git a/contributions/demo/week3-CD-and-feature-flag/corgui/README.md b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md new file mode 100644 index 0000000000..d82b711212 --- /dev/null +++ b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md @@ -0,0 +1,24 @@ +# Assignment Proposal + +## Title + +Demonstration of Continuous Delivery of a Tauri app + +## Names and KTH ID + +- Corentin Guilloteau (corguin@kth.se) + +## Deadline + +Task 1 + +## Category + +Demo + +## Description + +Tauri is a rust based GUI framework which allows to create smaller, faster and more secure desktop applications with a +web frontend. Tauri allows developpers to easily add an automatic updater in their app. The aim of this demo is to show +how a Continuous Delivery pipeline can be used to automaticaly build and release new versions of a Tauri app, which can +then be used by the Tauri updater. From 58203026ce2e3905439abec3d7ea2029bdeb1aac Mon Sep 17 00:00:00 2001 From: Guilloteau Corentin Date: Wed, 30 Mar 2022 04:31:41 +0200 Subject: [PATCH 5/6] Fixed email address --- contributions/demo/week3-CD-and-feature-flag/corgui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/demo/week3-CD-and-feature-flag/corgui/README.md b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md index d82b711212..ae35cd89a1 100644 --- a/contributions/demo/week3-CD-and-feature-flag/corgui/README.md +++ b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md @@ -6,7 +6,7 @@ Demonstration of Continuous Delivery of a Tauri app ## Names and KTH ID -- Corentin Guilloteau (corguin@kth.se) +- Corentin Guilloteau (corgui@kth.se) ## Deadline From 0c45bde59a345a9b0266792befd3b841241ee787 Mon Sep 17 00:00:00 2001 From: Guilloteau Corentin Date: Wed, 30 Mar 2022 04:36:21 +0200 Subject: [PATCH 6/6] Fixed typos --- .../demo/week3-CD-and-feature-flag/corgui/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributions/demo/week3-CD-and-feature-flag/corgui/README.md b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md index ae35cd89a1..4b87cf938c 100644 --- a/contributions/demo/week3-CD-and-feature-flag/corgui/README.md +++ b/contributions/demo/week3-CD-and-feature-flag/corgui/README.md @@ -18,7 +18,7 @@ Demo ## Description -Tauri is a rust based GUI framework which allows to create smaller, faster and more secure desktop applications with a -web frontend. Tauri allows developpers to easily add an automatic updater in their app. The aim of this demo is to show -how a Continuous Delivery pipeline can be used to automaticaly build and release new versions of a Tauri app, which can +Tauri is a rust based GUI framework which allows creating smaller, faster and more secure desktop applications with a +web frontend. Tauri allows developers to easily add an automatic updater in their app. The aim of this demo is to show +how a Continuous Delivery pipeline can be used to automatically build and release new versions of a Tauri app, which can then be used by the Tauri updater.