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

Download from api #84

Merged
merged 6 commits into from
Feb 29, 2024
Merged

Download from api #84

merged 6 commits into from
Feb 29, 2024

Conversation

gueguefun
Copy link
Collaborator

No description provided.

marine added 6 commits February 28, 2024 23:28
…wnloadFromApi

# Conflicts:
#	app/src/main/java/fr/medicapp/medicapp/api/address/apiInteractions/MedicationDownload.kt
…wnloadFromApi

# Conflicts:
#	app/src/main/java/fr/medicapp/medicapp/ui/navigation/UserNavGraph.kt
}
db.RelationsDAO().delete(relation.relationInfo)
}
}

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/database/repositories/relations/RelationRepository.kt is not ending with a new line.
fun delete(interactions : Interactions) {
db.InteractionsDAO().delete(interactions)
}
}

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/database/repositories/relations/InteractionRepository.kt is not ending with a new line.
@Delete
fun delete(interactions: Interactions)

}

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/database/dao/relations/InteractionsDAO.kt is not ending with a new line.
@Delete
fun delete(relation: RelationInfo)

}

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/database/dao/relations/RelationsDAO.kt is not ending with a new line.
entityColumn = "interaction_id"
)
val interactions: List<Interactions> = emptyList()
)

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/model/relations/crossRef/Relations.kt is not ending with a new line.
val id: Long = 0L,
val substance: String = "",
val com: String = ""
)

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/model/relations/RelationInfo.kt is not ending with a new line.
interactions = interactions
)
}
}

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/MedicApp/MedicApp/app/src/main/java/fr/medicapp/medicapp/model/gson/RelationGSON.kt is not ending with a new line.
Copy link

sonarcloud bot commented Feb 29, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gueguefun gueguefun merged commit 02b430e into master Feb 29, 2024
6 checks passed
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.

1 participant