Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(report): report for week 5 #235

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/2024/rest/updates/valens/2024-06-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-FileCopyrightText: 2024 Valens Niyonsenga <[email protected]>

# Week 4 meeting and activities

_(June 13,2024)_
_(June 27,2024)_

## Attendees:

Expand All @@ -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)
34 changes: 34 additions & 0 deletions docs/2024/rest/updates/valens/2024-07-04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Week 5
author: Valens Niyonsenga
tags: [gsoc24, rest]
---

<!--
SPDX-License-Identifier: CC-BY-SA-4.0

SPDX-FileCopyrightText: 2024 Valens Niyonsenga <[email protected]>
-->

# 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)