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

Add the Double Open Server (DOS) client and package configuration provider #8770

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

sschuberth
Copy link
Member

The DOS scanner wrapper will be contributed as a follow-up.

@sschuberth sschuberth requested a review from a team as a code owner June 18, 2024 20:34
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.79%. Comparing base (5968180) to head (82c72fa).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8770   +/-   ##
=========================================
  Coverage     67.79%   67.79%           
- Complexity     1164     1166    +2     
=========================================
  Files           243      243           
  Lines          7711     7711           
  Branches        861      861           
=========================================
  Hits           5228     5228           
  Misses         2127     2127           
  Partials        356      356           
Flag Coverage Δ
funTest-docker 66.84% <ø> (ø)
funTest-non-docker 34.12% <ø> (+0.16%) ⬆️
test 38.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

utils/ort/src/test/kotlin/UtilsTest.kt Outdated Show resolved Hide resolved
@sschuberth sschuberth force-pushed the add-dos-projects branch 2 times, most recently from dbc4456 to acd3a20 Compare June 19, 2024 08:39
@sschuberth sschuberth requested review from fviernau and a team June 19, 2024 08:39
@sschuberth sschuberth requested review from fviernau and a team June 19, 2024 15:56
@sschuberth sschuberth requested review from fviernau and a team June 20, 2024 11:16
@sschuberth sschuberth force-pushed the add-dos-projects branch 2 times, most recently from a686d53 to 0d81279 Compare June 24, 2024 10:50
This client library project provides the base for communicating with the
DOS package configuration provider and DOS scanner wrapper.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth requested a review from a team as a code owner June 24, 2024 13:28
*/
suspend fun getUploadUrl(key: String): String? {
if (key.isEmpty()) {
logger.error { "Need the name of the zipped packet to upload" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is packet correct?

Missing trailing dot.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix these in a follow-up, thanks.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #8789.

*/
suspend fun getScanJobState(id: String): JobStateResponseBody? {
if (id.isEmpty()) {
logger.error { "Need the job ID to check for job state" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing trailing dot.

@sschuberth sschuberth merged commit 2c8dd49 into main Jun 24, 2024
20 checks passed
@sschuberth sschuberth deleted the add-dos-projects branch June 24, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants