-
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 #256 from dvjsharma/chore/report/week7
chore(report): REST APIs week 7 report
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Week 7 | ||
author: Divij Sharma | ||
tags: [gsoc24, rest] | ||
--- | ||
|
||
<!-- | ||
SPDX-License-Identifier: CC-BY-SA-4.0 | ||
SPDX-FileCopyrightText: 2024 Divij Sharma <divijs75@gmail.com> | ||
--> | ||
|
||
# Week 7 meeting and activities | ||
|
||
_(July 09,2024)_ | ||
|
||
## Attendees | ||
|
||
- [Divij Sharma](https://github.com/dvjsharma) | ||
- [Samuel Dushimimana](https://github.com/dushimsam) | ||
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) | ||
|
||
## Discussion | ||
|
||
- Gave updates and demo on `/jobs`, `/jobs/{id}`, `/jobs/all` endpoints. | ||
- Raised a doubt regarding a failing test for `/jobs` endpoint. | ||
- Briefly discussed and reviewed the test cases development for the REST API with [Valens](https://github.com/valens200) | ||
|
||
## Activities | ||
|
||
- Finalized the work on the following PRs: | ||
|
||
- [feat(api): New endpoints to get/delete/restore/update user copyright findings](https://github.com/fossology/fossology/pull/2717) | ||
- [feat(api): Added OneShot analysis endpoints for license & copyright](https://github.com/fossology/fossology/pull/2768) | ||
|
||
- Worked on documenting some improvements in the REST API implementation. |