-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #271 from valens200/chore/report/week7
chore(report): REST API improvements week 7 report
- Loading branch information
Showing
5 changed files
with
78 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ SPDX-FileCopyrightText: 2024 Valens Niyonsenga <[email protected]> | |
|
||
# Week 3 meeting and activities | ||
|
||
_(June 13,2024)_ | ||
_(June 20,2024)_ | ||
|
||
## Attendees: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ SPDX-FileCopyrightText: 2024 Valens Niyonsenga <[email protected]> | |
|
||
# Week 4 meeting and activities | ||
|
||
_(June 27,2024)_ | ||
_(June 27,2024)_ | ||
|
||
## Attendees: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: Week 6 | ||
author: Valens Niyonsenga | ||
tags: [gsoc24, rest] | ||
--- | ||
|
||
<!-- | ||
SPDX-License-Identifier: CC-BY-SA-4.0 | ||
SPDX-FileCopyrightText: 2024 Valens Niyonsenga <[email protected]> | ||
--> | ||
|
||
# Week 6 meeting and activities | ||
|
||
_(July 11,2024)_ | ||
|
||
## Attendees: | ||
|
||
- [Valens Niyonsenga](https://github.com/valens200) | ||
- [Gaurav Mishra](https://github.com/GMishx) | ||
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) | ||
- [Divij Sharma](https://github.com/dvjsharma) | ||
|
||
## Discussion: | ||
|
||
- Gave the updates regarding the previous week's work. | ||
- Discussed with my colleague [Divij Sharma](https://github.com/dvjsharma) and mentors more about versioning implementation on models . | ||
|
||
## Activities: | ||
|
||
- **test(api): Upgraded controller test cases to support version 2 implementation.** | ||
- Added versioning support to controllers test cases that are currently in master branch. | ||
- Migrated different controllers including folder, license, group etcs. | ||
- [test(api): Upgraded controller test cases to support version 2 implementation.](https://github.com/fossology/fossology/pull/2789) | ||
- **test(models): Improved and added new test cases for models like ScanCode,Upload, Folder, Group permissions etc.** | ||
- Worked on changes suggested by mentors in previous pull requests. | ||
- Made some changes in previous commits to comply with models versioning standard. | ||
- Added more test cases for models including ScanCOde, Upload, Folder, Group, Permissions etc. | ||
- [test(models): Improved and added new test cases for models like ScanCode,Upload, Folder, Group permissions etc](https://github.com/fossology/fossology/pull/2792) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Week 7 | ||
author: Valens Niyonsenga | ||
tags: [gsoc24, rest] | ||
--- | ||
|
||
<!-- | ||
SPDX-License-Identifier: CC-BY-SA-4.0 | ||
SPDX-FileCopyrightText: 2024 Valens Niyonsenga <[email protected]> | ||
--> | ||
|
||
# Week 7 meeting and activities | ||
|
||
_(July 18,2024)_ | ||
|
||
## Attendees: | ||
|
||
- [Valens Niyonsenga](https://github.com/valens200) | ||
- [Gaurav Mishra](https://github.com/GMishx) | ||
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) | ||
- [Divij Sharma](https://github.com/dvjsharma) | ||
- [Samuel Dushimimana](https://github.com/dushimsam) | ||
|
||
|
||
## Discussion: | ||
|
||
- Gave the updates regarding the previous week's work. | ||
- Discussed with my colleague [Divij Sharma](https://github.com/dvjsharma) and mentors more about versioning implementation on models . | ||
- I requested an extension of my project since I was going to take my national exams, which would conclude my education level. | ||
## Activities: | ||
|
||
- **test(models): Improved and added new test cases for models like ScanCode,Upload, Folder, Group permissions etc.** | ||
- Worked on changes suggested by mentors in previous pull requests. | ||
- Made some changes in previous commits to comply with models versioning standard. | ||
- Added more test cases for models including ScanCOde, Upload,Job, Folder,UploadSummary,BulkHistory Group, Permissions etc. | ||
- [test(models): Improved and added new test cases for models like ScanCode,Upload, Folder, Group permissions etc](https://github.com/fossology/fossology/pull/2792) |