From 4b4c8b0cc34511215b6fa108819f59611e56d0b2 Mon Sep 17 00:00:00 2001 From: valens200 Date: Fri, 5 Jul 2024 11:04:25 +0200 Subject: [PATCH] chore(report): added report for week 5 --- docs/2024/rest/updates/valens/2024-06-27.md | 5 ++- docs/2024/rest/updates/valens/2024-07-04.md | 34 +++++++++++++++++++++ 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 docs/2024/rest/updates/valens/2024-07-04.md diff --git a/docs/2024/rest/updates/valens/2024-06-27.md b/docs/2024/rest/updates/valens/2024-06-27.md index fa1f451f8..d43781d26 100644 --- a/docs/2024/rest/updates/valens/2024-06-27.md +++ b/docs/2024/rest/updates/valens/2024-06-27.md @@ -12,7 +12,7 @@ SPDX-FileCopyrightText: 2024 Valens Niyonsenga # Week 4 meeting and activities -_(June 13,2024)_ +_(June 27,2024)_ ## Attendees: @@ -21,10 +21,9 @@ _(June 13,2024)_ - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) - [Divij Sharma](https://github.com/dvjsharma) - ## Activities: - **test(api): finalized license API testing and added more unit test cases for upload, folder, group APIs** - Finalized license API testing. - Added more test cases covering upload, folder, and group controllers. - - [test(api): finalized license API testing and added more unit test cases for upload, folder, group APIs.](https://github.com/fossology/fossology/pull/2767) + - [test(api): finalized license API testing and added more unit test cases for upload, folder, group APIs.](https://github.com/fossology/fossology/pull/2767) diff --git a/docs/2024/rest/updates/valens/2024-07-04.md b/docs/2024/rest/updates/valens/2024-07-04.md new file mode 100644 index 000000000..6f1fffabd --- /dev/null +++ b/docs/2024/rest/updates/valens/2024-07-04.md @@ -0,0 +1,34 @@ +--- +title: Week 5 +author: Valens Niyonsenga +tags: [gsoc24, rest] +--- + + + +# Week 5 meeting and activities + +_(July 04,2024)_ + +## Attendees: + +- [Gaurav Mishra](https://github.com/GMishx) +- [Divij Sharma](https://github.com/dvjsharma) + +## Discussion: + +- Contributors including myself shared updates for their respective projects. +- My mentors suggested that I start thinking about integration tests as well, and I promised to work on them after finalizing unit test cases during the last six weeks of the next phase. + +## Activities: + +- **test(api): finalized license API testing and added more unit test cases for upload, folder, group APIs** + - Worked on changes suggested by mentors in previous pull requests. + - Started unite test cases addition for models + - Added more test cases for models including permissions, License candidate, agent, file info etc. + - Added more test cases covering upload, folder, and group controllers. + - [test(models): Added unit cases for Permissions, LicenseCandidate, Group, Decider, Agent and FileInfo models](https://github.com/fossology/fossology/pull/2774)