From abb584d2401e4355fbab8ff7b3ada95d70a0dfaf Mon Sep 17 00:00:00 2001
From: lnsandn <98472625+lnsandnkth@users.noreply.github.com>
Date: Wed, 23 Mar 2022 16:23:22 +0100
Subject: [PATCH 1/8] Add README for demo
---
contributions/demo/rahimz-sandner/README.md | 23 +++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 contributions/demo/rahimz-sandner/README.md
diff --git a/contributions/demo/rahimz-sandner/README.md b/contributions/demo/rahimz-sandner/README.md
new file mode 100644
index 0000000000..228875be25
--- /dev/null
+++ b/contributions/demo/rahimz-sandner/README.md
@@ -0,0 +1,23 @@
+# Assignment Proposal
+
+## Real-Time testing of a video game
+
+## Names and KTH ID
+
+- Noah Rahimzadagan (rahimz@kth.se)
+- Leon Sandner (sandner@kth.se)
+
+## Deadline
+
+Deadline for task 1
+
+## Category
+
+Demo
+
+## Description
+
+When testing real-time systems, using conventional static testing methods is not enough.
+You need to do: Task testing, Behavioral testing, Intertask testing and System testing.
+We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.
+We will further explain real-time system testing a bit more
\ No newline at end of file
From d15b3defe4039ee7fcd1c14b4727bb8fa9d944f3 Mon Sep 17 00:00:00 2001
From: lnsandn <98472625+lnsandnkth@users.noreply.github.com>
Date: Fri, 25 Mar 2022 09:14:03 +0100
Subject: [PATCH 2/8] moved the readme
---
.../demo/{ => week2-testing-and-CI}/rahimz-sandner/README.md | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename contributions/demo/{ => week2-testing-and-CI}/rahimz-sandner/README.md (100%)
diff --git a/contributions/demo/rahimz-sandner/README.md b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
similarity index 100%
rename from contributions/demo/rahimz-sandner/README.md
rename to contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
From 668f47467e0b341e3486534ace680333ba11e012 Mon Sep 17 00:00:00 2001
From: lnsandn <98472625+lnsandnkth@users.noreply.github.com>
Date: Fri, 25 Mar 2022 14:00:25 +0100
Subject: [PATCH 3/8] fixed readme
---
.../demo/week2-testing-and-CI/rahimz-sandner/README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
index 228875be25..a22b6cbf5e 100644
--- a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
+++ b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
@@ -1,6 +1,8 @@
# Assignment Proposal
-## Real-Time testing of a video game
+## Title
+
+Real-Time testing of a video game
## Names and KTH ID
From ddb1844a49ab6b568863c5e84c0b4d501f849c86 Mon Sep 17 00:00:00 2001
From: lnsandnkth <98472625+lnsandnkth@users.noreply.github.com>
Date: Tue, 29 Mar 2022 11:42:22 +0200
Subject: [PATCH 4/8] Update README.md
---
.../demo/week2-testing-and-CI/rahimz-sandner/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
index a22b6cbf5e..5f8ac4bcd3 100644
--- a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
+++ b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
@@ -2,7 +2,7 @@
## Title
-Real-Time testing of a video game
+Real-Time testing of a video game: https://github.com/lnsandn01/gamework/tree/feature/integrate_tests
## Names and KTH ID
@@ -22,4 +22,4 @@ Demo
When testing real-time systems, using conventional static testing methods is not enough.
You need to do: Task testing, Behavioral testing, Intertask testing and System testing.
We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.
-We will further explain real-time system testing a bit more
\ No newline at end of file
+We will further explain real-time system testing a bit more
From 063f516328b99b342950d8c3a871313b32fb8784 Mon Sep 17 00:00:00 2001
From: lnsandnkth <98472625+lnsandnkth@users.noreply.github.com>
Date: Tue, 29 Mar 2022 11:44:47 +0200
Subject: [PATCH 5/8] Update README.md
---
.../demo/week2-testing-and-CI/rahimz-sandner/README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
index 5f8ac4bcd3..8ec5cfb562 100644
--- a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
+++ b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
@@ -2,7 +2,7 @@
## Title
-Real-Time testing of a video game: https://github.com/lnsandn01/gamework/tree/feature/integrate_tests
+Real-Time testing of a video game
## Names and KTH ID
@@ -19,6 +19,8 @@ Demo
## Description
+repo-link: https://github.com/lnsandn01/gamework/tree/feature/integrate_tests
+
When testing real-time systems, using conventional static testing methods is not enough.
You need to do: Task testing, Behavioral testing, Intertask testing and System testing.
We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.
From 76ae1f52993d364f195d93e54af8696fe6b6cc04 Mon Sep 17 00:00:00 2001
From: lnsandn <98472625+lnsandnkth@users.noreply.github.com>
Date: Mon, 11 Apr 2022 10:13:41 +0200
Subject: [PATCH 6/8] Proposal: Contribution to open-source
Proposal: Contribution to open-source to the nunit testing framework
---
contributions/open-source/sandner/README.md | 30 +++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 contributions/open-source/sandner/README.md
diff --git a/contributions/open-source/sandner/README.md b/contributions/open-source/sandner/README.md
new file mode 100644
index 0000000000..54ba5b08aa
--- /dev/null
+++ b/contributions/open-source/sandner/README.md
@@ -0,0 +1,30 @@
+# Assignment Proposal
+
+## Title
+
+Contributing to nunit Testing Framework for .Net platforms to fix bugs
+
+## Names and KTH ID
+
+- Leon Sandner (sandner@kth.se)
+
+## Deadline
+
+Deadline for task 3
+
+## Category
+
+Contribution to open-source
+
+## Description
+The nunit Testing Framework is THE testing framework for unit tests in .Net platforms.
+I used it the past and want to contribute to it.
+The repo has an active community and is big enough (2.2k stars)
+The issues are relevant and current, issue #4095 is even needed for the next milestone.
+
+repo-link: https://github.com/nunit/nunit
+forked repo-link: https://github.com/lnsandn01/nunit
+
+Issue(s) to fix:
+https://github.com/nunit/nunit/issues/4082
+https://github.com/nunit/nunit/issues/4095 (if issue #4082 is very easy to fix, I will try this one as well)
\ No newline at end of file
From 125fd052fc5d6aa9660b0a00363497aad1aae321 Mon Sep 17 00:00:00 2001
From: lnsandn <98472625+lnsandnkth@users.noreply.github.com>
Date: Mon, 11 Apr 2022 11:08:01 +0200
Subject: [PATCH 7/8] Proposal: Contribution to open-source
Proposal: Contribution to open-source
Adding a feature to Imgbot
---
contributions/open-source/sandner/README.md | 26 +++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/contributions/open-source/sandner/README.md b/contributions/open-source/sandner/README.md
index 54ba5b08aa..679fb23473 100644
--- a/contributions/open-source/sandner/README.md
+++ b/contributions/open-source/sandner/README.md
@@ -2,7 +2,7 @@
## Title
-Contributing to nunit Testing Framework for .Net platforms to fix bugs
+Contributing to Imgbot, friendly robot that optimizes images of your repository
## Names and KTH ID
@@ -17,14 +17,16 @@ Deadline for task 3
Contribution to open-source
## Description
-The nunit Testing Framework is THE testing framework for unit tests in .Net platforms.
-I used it the past and want to contribute to it.
-The repo has an active community and is big enough (2.2k stars)
-The issues are relevant and current, issue #4095 is even needed for the next milestone.
-
-repo-link: https://github.com/nunit/nunit
-forked repo-link: https://github.com/lnsandn01/nunit
-
-Issue(s) to fix:
-https://github.com/nunit/nunit/issues/4082
-https://github.com/nunit/nunit/issues/4095 (if issue #4082 is very easy to fix, I will try this one as well)
\ No newline at end of file
+Imgbot crawls all your image files in GitHub and submits pull requests after applying a loss less compression.
+This will make the file size go down, but leave the dimensions and quality just as good.
+I want to dive into the topic of software bots, I never used this project but think it is very useful and I want to contribute to it.
+The repo has an active community and is big enough (883 stars)
+The issue is relevant and current, issue #1068 is also pinned by a community member.
+To resolve this issue, I will add a new feature that will convert the size of the images to the correct respective multi-byte notation.
+As I have not yet used this project before, the effort for me should be enough for me to pass this assignment.
+
+repo-link: https://github.com/imgbot/Imgbot
+forked repo-link: https://github.com/lnsandn01/Imgbot
+
+Issue to work on:
+https://github.com/imgbot/Imgbot/issues/1068
\ No newline at end of file
From d5d8101b9223784ccdc99aaa233995750316a35e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9sar=20Soto=20Valero?=
Date: Tue, 12 Apr 2022 11:35:41 +0200
Subject: [PATCH 8/8] Delete README.md
---
.../rahimz-sandner/README.md | 31 -------------------
1 file changed, 31 deletions(-)
delete mode 100644 contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
diff --git a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md b/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
deleted file mode 100644
index 9569de3738..0000000000
--- a/contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Assignment Proposal
-
-## Title
-
-Real-Time testing of a video game
-
-## Names and KTH ID
-
-- Noah Rahimzadagan (rahimz@kth.se)
-- Leon Sandner (sandner@kth.se)
-
-## Deadline
-
-Deadline for task 1
-
-## Category
-
-Demo
-
-## Description
-
-
-When testing real-time systems, using conventional static testing methods is not enough.
-You need to do: Task testing, Behavioral testing, Intertask testing and System testing.
-We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.
-We will further explain real-time system testing a bit more
-=======
-When testing real-time systems, using conventional static testing methods is not enough.
-You need to do: Task testing, Behavioral testing, Intertask testing and System testing.
-We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.
-We will further explain real-time system testing a bit more
\ No newline at end of file