Skip to content

Conversation

opatry
Copy link
Owner

@opatry opatry commented May 9, 2025

Description

  • Need to double check Gzip compression (why was only made in insert initially? Might worth investigating input payload and responses compression in all relevant APIs)

Checklist

  • I have read the CONTRIBUTING guide
  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing

@opatry opatry marked this pull request as draft May 9, 2025 17:12
suspend fun insert(taskList: TaskList): TaskList
@Headers(
"Content-Type: application/json",
"Content-Encoding: gzip",
Copy link
Owner Author

Choose a reason for hiding this comment

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

Is it really the way to go?
Need confirmation.

suspend fun insert(taskListId: String, task: Task, parentTaskId: String? = null, previousTaskId: String? = null): Task
@Headers(
"Content-Type: application/json",
"Content-Encoding: gzip",
Copy link
Owner Author

Choose a reason for hiding this comment

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

Is it really the way to go?
Need confirmation.

}

single {
// FIXME why ktorfit.createTaskListsApi() isn't generated?
Copy link
Owner Author

Choose a reason for hiding this comment

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

Need investigation.

Copy link
Contributor

github-actions bot commented May 9, 2025

©️ Stale credits for :tasks-app-desktop

diff --git a/tasks-app-desktop/src/main/resources/licenses_desktop.json b/tasks-app-desktop/src/main/resources/licenses_desktop.json
index ec37965..bbe4f85 100644
--- a/tasks-app-desktop/src/main/resources/licenses_desktop.json
+++ b/tasks-app-desktop/src/main/resources/licenses_desktop.json
@@ -260,6 +260,20 @@
"name": "com.typesafe"
}
},
+ {
+ "uniqueId": "de.jensklingenberg.ktorfit:ktorfit-lib",
+ "developers": [
+ {
+ "name": "Jens Klingenberg"
+ }
+ ],
+ "artifactVersion": "2.5.1",
+ "description": "Ktorfit",
+ "name": "Ktorfit",
+ "licenses": [
+ "Apache-2.0"
+ ]
+ },
{
"uniqueId": "io.coil-kt.coil3:coil",
"developers": [

Run ./gradlew :tasks-app-desktop:exportLibraryDefinitions and commit resulting diff to fix the issue.

@opatry opatry added help wanted 🛟 Extra attention is needed question 🙋 Further information is requested labels May 9, 2025
Copy link
Contributor

github-actions bot commented May 9, 2025

Job Summary for Gradle

Build & Test :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
Taskfolio :tasks-app-desktop:assemble 8.12.1 Build Scan not published
Taskfolio :tasks-app-desktop:exportLibraryDefinitions 8.12.1 Build Scan not published

Copy link
Contributor

©️ Stale credits for :tasks-app-desktop

diff --git a/tasks-app-desktop/src/main/resources/licenses_desktop.json b/tasks-app-desktop/src/main/resources/licenses_desktop.json
index 435f527..f681c1e 100644
--- a/tasks-app-desktop/src/main/resources/licenses_desktop.json
+++ b/tasks-app-desktop/src/main/resources/licenses_desktop.json
@@ -260,6 +260,20 @@
"name": "com.typesafe"
}
},
+ {
+ "uniqueId": "de.jensklingenberg.ktorfit:ktorfit-lib",
+ "developers": [
+ {
+ "name": "Jens Klingenberg"
+ }
+ ],
+ "artifactVersion": "2.5.1",
+ "description": "Ktorfit",
+ "name": "Ktorfit",
+ "licenses": [
+ "Apache-2.0"
+ ]
+ },
{
"uniqueId": "io.coil-kt.coil3:coil",
"developers": [

Run ./gradlew :tasks-app-desktop:exportLibraryDefinitions -Pci=true and commit resulting diff to fix the issue.

Copy link
Contributor

Job Summary for Gradle

Build & Test :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
Taskfolio :tasks-app-desktop:assemble 8.12.1 Build Scan not published
Taskfolio :tasks-app-desktop:exportLibraryDefinitions 8.12.1 Build Scan not published

Copy link
Contributor

Job Summary for Gradle

Build & Test :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
Taskfolio :tasks-app-desktop:assemble 8.12.1 Build Scan not published
Taskfolio :tasks-app-desktop:exportLibraryDefinitions 8.12.1 Build Scan not published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 🛟 Extra attention is needed question 🙋 Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant