From 08ea9bc02d9c6a839e474344c6e3b35f8f5e716e Mon Sep 17 00:00:00 2001 From: Jonatan Date: Thu, 5 Sep 2024 10:29:12 +0200 Subject: [PATCH 1/6] Set up proposal README --- .../week3/jtuv-yilei/README.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contributions/scientific-paper/week3/jtuv-yilei/README.md diff --git a/contributions/scientific-paper/week3/jtuv-yilei/README.md b/contributions/scientific-paper/week3/jtuv-yilei/README.md new file mode 100644 index 0000000000..8a6d4d07a2 --- /dev/null +++ b/contributions/scientific-paper/week3/jtuv-yilei/README.md @@ -0,0 +1,28 @@ +# Assignment Proposal + +## Title + +An Empirical Study of Architecting for Continuous Delivery and Deployment + +## Names and KTH ID + + - Jonatan Tuvstedt (jtuv@kth.se) + - Yilei Cheng (yilei@kth.se) + +## Deadline + +- Week 3 + +## Category + +- Scientific paper + +## Description + +In this scientific paper presentation, based on the article [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://arxiv.org/pdf/1808.08796), we will explore how software architecture design interacts with the practices of Continuous Delivery and Deployment. + + +**Relevance** + +_Motivate the relevance of your proposal with respect to DevOps_ + From a8e37a4f8a495b89cb72b371a8918cd7df370715 Mon Sep 17 00:00:00 2001 From: Jonatan Date: Thu, 5 Sep 2024 10:40:29 +0200 Subject: [PATCH 2/6] Flesh out description --- contributions/scientific-paper/week3/jtuv-yilei/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributions/scientific-paper/week3/jtuv-yilei/README.md b/contributions/scientific-paper/week3/jtuv-yilei/README.md index 8a6d4d07a2..fffb6568a3 100644 --- a/contributions/scientific-paper/week3/jtuv-yilei/README.md +++ b/contributions/scientific-paper/week3/jtuv-yilei/README.md @@ -19,8 +19,7 @@ An Empirical Study of Architecting for Continuous Delivery and Deployment ## Description -In this scientific paper presentation, based on the article [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://arxiv.org/pdf/1808.08796), we will explore how software architecture design interacts with the practices of Continuous Delivery and Deployment. - +In this scientific paper presentation, based on the article [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://arxiv.org/pdf/1808.08796), we will explore how software architecture design interacts with the practices of Continuous Delivery and Deployment. Further more we will discuss how to (re)architect software to work well in a CD context. **Relevance** From 7dd17a75f0f3c0d02637a96fe2ada9cb25ee084c Mon Sep 17 00:00:00 2001 From: Jonatan Date: Thu, 5 Sep 2024 10:50:52 +0200 Subject: [PATCH 3/6] Add relevance section --- contributions/scientific-paper/week3/jtuv-yilei/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contributions/scientific-paper/week3/jtuv-yilei/README.md b/contributions/scientific-paper/week3/jtuv-yilei/README.md index fffb6568a3..0cd6601c55 100644 --- a/contributions/scientific-paper/week3/jtuv-yilei/README.md +++ b/contributions/scientific-paper/week3/jtuv-yilei/README.md @@ -19,9 +19,8 @@ An Empirical Study of Architecting for Continuous Delivery and Deployment ## Description -In this scientific paper presentation, based on the article [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://arxiv.org/pdf/1808.08796), we will explore how software architecture design interacts with the practices of Continuous Delivery and Deployment. Further more we will discuss how to (re)architect software to work well in a CD context. +In this scientific paper presentation, based on the article [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://arxiv.org/pdf/1808.08796), we will explore how software architecture design interacts with the practices of Continuous Delivery and Deployment. Further more we will discuss how to (re-) architect software to work well in a CD context. **Relevance** -_Motivate the relevance of your proposal with respect to DevOps_ - +This topic is relevant for DevOps because the architecture of your code base can heavily impact how well adopting and using CD works. One example of this is that while the study found that CD can still be used with monoliths, it makes the process significantly more challenging than “small and independent deployment units”. And these findings are backed up with empirical evidence, and complemented with a conceptual framework for the process of (re-) architecting for CD. \ No newline at end of file From dd9eb28008e370b9b72c3c42cd2f2e524de58719 Mon Sep 17 00:00:00 2001 From: Jonatan Date: Mon, 16 Sep 2024 09:28:08 +0200 Subject: [PATCH 4/6] Set up PR README --- .../feedback/jtuv-jmaragna/README.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 contributions/feedback/jtuv-jmaragna/README.md diff --git a/contributions/feedback/jtuv-jmaragna/README.md b/contributions/feedback/jtuv-jmaragna/README.md new file mode 100644 index 0000000000..fa50b57add --- /dev/null +++ b/contributions/feedback/jtuv-jmaragna/README.md @@ -0,0 +1,48 @@ +# Assignment Proposal + +## Title + +_The title of your proposal_ + +## Names and KTH ID + + - Student name 1 (student123@kth.se) + - Student name 2 (student321@kth.se) + +## Deadline + +_Selected deadline for the assignment_ + +_If contribution is a **demo** or **presentation** or **scientific-paper** pick one of the following:_ +- Week 2 +- Week 3 +- Week 4 +- Week 5 +- Week 6 +- Week 7 + +_Else pick one of the following:_ +- Task 1 +- Task 2 +- Task 3 + +## Category + +_Category of your proposal_ + +_Pick one of the following:_ +- Demo +- Presentation +- Executable tutorial +- Scientific paper +- Open source +- Feedback + +## Description + +_Description of your proposal_ + +**Relevance** + +_Motivate the relevance of your proposal with respect to DevOps_ + From f1d3434c45509cddca7b468febf39486ee3b20bd Mon Sep 17 00:00:00 2001 From: Jonatan Date: Mon, 16 Sep 2024 09:55:43 +0200 Subject: [PATCH 5/6] First PR draft --- .../feedback/jtuv-jmaragna/README.md | 35 +++---------------- 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/contributions/feedback/jtuv-jmaragna/README.md b/contributions/feedback/jtuv-jmaragna/README.md index fa50b57add..d25e08eafb 100644 --- a/contributions/feedback/jtuv-jmaragna/README.md +++ b/contributions/feedback/jtuv-jmaragna/README.md @@ -2,47 +2,22 @@ ## Title -_The title of your proposal_ +Feedback for Executable Tutorial [Managing project dependencies with Devbox](https://github.com/KTH/devops-course/pull/2470) ## Names and KTH ID - - Student name 1 (student123@kth.se) - - Student name 2 (student321@kth.se) + - Jonatan Tuvstedt (jtuv@kth.se) + - Jack Maragna (jmaragna@kth.se) ## Deadline -_Selected deadline for the assignment_ - -_If contribution is a **demo** or **presentation** or **scientific-paper** pick one of the following:_ -- Week 2 -- Week 3 -- Week 4 -- Week 5 -- Week 6 -- Week 7 - -_Else pick one of the following:_ -- Task 1 - Task 2 -- Task 3 ## Category -_Category of your proposal_ - -_Pick one of the following:_ -- Demo -- Presentation -- Executable tutorial -- Scientific paper -- Open source - Feedback ## Description -_Description of your proposal_ - -**Relevance** - -_Motivate the relevance of your proposal with respect to DevOps_ - +We will provide feedback to the Executable Tutorial [Managing project dependencies with Devbox](https://github.com/KTH/devops-course/pull/2470) made by Íñigo Aréjula Aísa and +Pere Mateu Raventós on Devbox. From 022c6b732cdc1a62f7f82a22539f35ad94296fd6 Mon Sep 17 00:00:00 2001 From: Jonatan Tuvstedt <57487033+Glassar@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:22:26 +0200 Subject: [PATCH 6/6] Update README.md --- contributions/feedback/jtuv-jmaragna/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributions/feedback/jtuv-jmaragna/README.md b/contributions/feedback/jtuv-jmaragna/README.md index d25e08eafb..dfb10327e7 100644 --- a/contributions/feedback/jtuv-jmaragna/README.md +++ b/contributions/feedback/jtuv-jmaragna/README.md @@ -21,3 +21,5 @@ Feedback for Executable Tutorial [Managing project dependencies with Devbox](htt We will provide feedback to the Executable Tutorial [Managing project dependencies with Devbox](https://github.com/KTH/devops-course/pull/2470) made by Íñigo Aréjula Aísa and Pere Mateu Raventós on Devbox. + +The feedback has been added [here](https://github.com/KTH/devops-course/pull/2470#issuecomment-2396379123)