-
Notifications
You must be signed in to change notification settings - Fork 0
Bump org.openapi.generator from 6.5.0 to 6.6.0 #55
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
Merged
gabrielfeo
merged 1 commit into
main
from
dependabot/gradle/org.openapi.generator-6.6.0
May 23, 2023
Merged
Bump org.openapi.generator from 6.5.0 to 6.6.0 #55
gabrielfeo
merged 1 commit into
main
from
dependabot/gradle/org.openapi.generator-6.6.0
May 23, 2023
Conversation
This file contains hidden or 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
Contributor
Generated API diffdiff -ur ./base-ref-api/.openapi-generator/VERSION ./pr-ref-api/.openapi-generator/VERSION
--- ./base-ref-api/.openapi-generator/VERSION 2023-05-23 14:43:04.314488339 +0000
+++ ./pr-ref-api/.openapi-generator/VERSION 2023-05-23 14:42:33.466271413 +0000
@@ -1 +1 @@
-6.5.0
\ No newline at end of file
+6.6.0
\ No newline at end of file
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ApiProblem.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ApiProblem.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ApiProblem.kt 2023-05-23 14:43:03.582484363 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ApiProblem.kt 2023-05-23 14:42:32.762266338 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Response detailing why a request was rejected. Adheres to the [RFC-7807](https://datatracker.ietf.org/doc/html/rfc7807) standard (colloquially known as \"Problem JSON\") for the response format.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/Build.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/Build.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/Build.kt 2023-05-23 14:43:03.602484472 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/Build.kt 2023-05-23 14:42:32.790266540 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A build with the common attributes of a Build Scan.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesEnvironment.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesEnvironment.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesEnvironment.kt 2023-05-23 14:43:03.630484624 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesEnvironment.kt 2023-05-23 14:42:32.818266741 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* The environment where the build has been executed.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesLink.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesLink.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesLink.kt 2023-05-23 14:43:03.638484667 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesLink.kt 2023-05-23 14:42:32.830266828 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Build Scan link.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesValue.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesValue.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesValue.kt 2023-05-23 14:43:03.650484732 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildAttributesValue.kt 2023-05-23 14:42:32.850266972 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Build Scan value.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildQuery.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildQuery.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildQuery.kt 2023-05-23 14:43:03.666484819 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildQuery.kt 2023-05-23 14:42:32.862267059 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
*
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildsQuery.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildsQuery.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildsQuery.kt 2023-05-23 14:43:03.678484884 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/BuildsQuery.kt 2023-05-23 14:42:32.870267116 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
*
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleAttributes.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleAttributes.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleAttributes.kt 2023-05-23 14:43:04.670490272 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleAttributes.kt 2023-05-23 14:42:33.854274211 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* The attributes of a Gradle Build Scan.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformance.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformance.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformance.kt 2023-05-23 14:43:04.670490272 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformance.kt 2023-05-23 14:42:33.854274211 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* The build cache performance of a Gradle Build Scan.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceAvoidanceSavingsSummary.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceAvoidanceSavingsSummary.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceAvoidanceSavingsSummary.kt 2023-05-23 14:43:03.730485167 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceAvoidanceSavingsSummary.kt 2023-05-23 14:42:32.906267376 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A breakdown of avoidance savings.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheLocalInfo.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheLocalInfo.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheLocalInfo.kt 2023-05-23 14:43:03.742485232 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheLocalInfo.kt 2023-05-23 14:42:32.914267434 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the local build cache used in the build.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheOverhead.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheOverhead.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheOverhead.kt 2023-05-23 14:43:03.750485275 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheOverhead.kt 2023-05-23 14:42:32.922267491 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the build cache overhead in this build.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheRemoteInfo.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheRemoteInfo.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheRemoteInfo.kt 2023-05-23 14:43:03.762485341 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCacheRemoteInfo.kt 2023-05-23 14:42:32.930267549 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the remote build cache used in the build.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCaches.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCaches.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCaches.kt 2023-05-23 14:43:04.678490315 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceBuildCaches.kt 2023-05-23 14:42:33.862274268 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the local and remote build caches used in the build. May be `null` if the build cache is globally disabled.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskExecutionEntry.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskExecutionEntry.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskExecutionEntry.kt 2023-05-23 14:43:03.786485471 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskExecutionEntry.kt 2023-05-23 14:42:32.950267693 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
*
@@ -78,6 +79,7 @@
*
* Values: avoidedUpToDate,avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,lifecycle,noMinusSource,skipped
*/
+ @JsonClass(generateAdapter = false)
enum class AvoidanceOutcome(val value: kotlin.String) {
@Json(name = "avoided_up_to_date") avoidedUpToDate("avoided_up_to_date"),
@Json(name = "avoided_from_local_cache") avoidedFromLocalCache("avoided_from_local_cache"),
@@ -94,6 +96,7 @@
*
* Values: buildCacheNotEnabled,cacheMinusIfConditionNotMatched,disabledToEnsureCorrectness,doMinusNotMinusCacheMinusIfConditionMatched,multipleOutputsDeclared,noOutputsDeclared,nonCacheableInputs,nonCacheableTaskAction,nonCacheableTaskImplementation,nonCacheableTreeOutput,overlappingOutputs,taskHasNoActions,taskOutputCachingNotEnabled,unknown
*/
+ @JsonClass(generateAdapter = false)
enum class NonCacheabilityCategory(val value: kotlin.String) {
@Json(name = "build_cache_not_enabled") buildCacheNotEnabled("build_cache_not_enabled"),
@Json(name = "cache-if_condition_not_matched") cacheMinusIfConditionNotMatched("cache-if_condition_not_matched"),
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskFingerprintingSummary.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskFingerprintingSummary.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskFingerprintingSummary.kt 2023-05-23 14:43:03.794485514 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildCachePerformanceTaskFingerprintingSummary.kt 2023-05-23 14:42:32.958267751 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A summary of task fingerprinting. Fingerprinted tasks are part of the `taskExecution.avoidedTasks` or `taskExecution.executedTasks`, or `taskExecution.noSourceTasks` buckets. May be `null` if Gradle version is < `5.0` or Gradle Enterprise Gradle plugin version is < `2.1`.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildOptions.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildOptions.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildOptions.kt 2023-05-23 14:43:03.818485645 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleBuildOptions.kt 2023-05-23 14:42:32.982267924 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Gradle build options for this build.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleEnterpriseVersion.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleEnterpriseVersion.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleEnterpriseVersion.kt 2023-05-23 14:43:03.822485667 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleEnterpriseVersion.kt 2023-05-23 14:42:32.994268010 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
*
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleGradleEnterpriseSettings.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleGradleEnterpriseSettings.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleGradleEnterpriseSettings.kt 2023-05-23 14:43:03.830485710 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleGradleEnterpriseSettings.kt 2023-05-23 14:42:33.002268068 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Settings for Gradle Enterprise.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleProject.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleProject.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleProject.kt 2023-05-23 14:43:03.842485775 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/GradleProject.kt 2023-05-23 14:42:33.014268155 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Gradle project.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/KeySecretPair.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/KeySecretPair.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/KeySecretPair.kt 2023-05-23 14:43:03.846485797 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/KeySecretPair.kt 2023-05-23 14:42:33.022268212 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Build Cache Node key and secret pair.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenAttributes.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenAttributes.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenAttributes.kt 2023-05-23 14:43:04.690490381 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenAttributes.kt 2023-05-23 14:42:33.870274326 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* The attributes of a Maven Build Scan.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformance.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformance.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformance.kt 2023-05-23 14:43:04.690490381 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformance.kt 2023-05-23 14:42:33.870274326 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* The build cache performance of a Maven Build Scan.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceAvoidanceSavingsSummary.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceAvoidanceSavingsSummary.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceAvoidanceSavingsSummary.kt 2023-05-23 14:43:03.874485949 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceAvoidanceSavingsSummary.kt 2023-05-23 14:42:33.058268472 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A breakdown of avoidance savings.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheLocalInfo.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheLocalInfo.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheLocalInfo.kt 2023-05-23 14:43:03.882485992 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheLocalInfo.kt 2023-05-23 14:42:33.070268558 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the local build cache used in the build, if it was configured in the build. May be `null` if the local build cache is not configured.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheOverhead.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheOverhead.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheOverhead.kt 2023-05-23 14:43:03.886486014 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheOverhead.kt 2023-05-23 14:42:33.078268616 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the build cache overhead in this build.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheRemoteInfo.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheRemoteInfo.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheRemoteInfo.kt 2023-05-23 14:43:03.898486079 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCacheRemoteInfo.kt 2023-05-23 14:42:33.086268674 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the remote build cache used in the build, if it was configured in the build. May be `null` if the remote build cache is not configured.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCaches.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCaches.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCaches.kt 2023-05-23 14:43:04.698490424 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceBuildCaches.kt 2023-05-23 14:42:33.874274355 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Information about the local and remote build caches used in the build, if it was configured in the build. May be `null` if the build cache configuration could not be captured (e.g. very early build failure).
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalExecutionEntry.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalExecutionEntry.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalExecutionEntry.kt 2023-05-23 14:43:03.914486166 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalExecutionEntry.kt 2023-05-23 14:42:33.114268875 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
*
@@ -83,6 +84,7 @@
*
* Values: avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,skipped
*/
+ @JsonClass(generateAdapter = false)
enum class AvoidanceOutcome(val value: kotlin.String) {
@Json(name = "avoided_from_local_cache") avoidedFromLocalCache("avoided_from_local_cache"),
@Json(name = "avoided_from_remote_cache") avoidedFromRemoteCache("avoided_from_remote_cache"),
@@ -96,6 +98,7 @@
*
* Values: buildCacheDisabledByUser,goalExecutionMarkedNonCacheable,goalNotSupported,noGradleEnterpriseServerConfigured,nonCleanBuild,notEntitled,offlineBuild,unknown,unknownEntitlements
*/
+ @JsonClass(generateAdapter = false)
enum class NonCacheabilityCategory(val value: kotlin.String) {
@Json(name = "build_cache_disabled_by_user") buildCacheDisabledByUser("build_cache_disabled_by_user"),
@Json(name = "goal_execution_marked_non_cacheable") goalExecutionMarkedNonCacheable("goal_execution_marked_non_cacheable"),
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalFingerprintingSummary.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalFingerprintingSummary.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalFingerprintingSummary.kt 2023-05-23 14:43:03.922486210 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildCachePerformanceGoalFingerprintingSummary.kt 2023-05-23 14:42:33.118268904 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A summary of goal fingerprinting. Fingerprinted goals are part of the `goalExecution.avoidedGoals` or `goalExecution.executedGoals` buckets.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildOptions.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildOptions.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildOptions.kt 2023-05-23 14:43:03.930486253 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenBuildOptions.kt 2023-05-23 14:42:33.134269020 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Maven build options for this build.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenGradleEnterpriseSettings.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenGradleEnterpriseSettings.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenGradleEnterpriseSettings.kt 2023-05-23 14:43:03.938486296 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenGradleEnterpriseSettings.kt 2023-05-23 14:42:33.142269077 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Settings for Gradle Enterprise.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenModule.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenModule.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenModule.kt 2023-05-23 14:43:03.946486340 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/MavenModule.kt 2023-05-23 14:42:33.150269135 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Maven module.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/NodeConfiguration.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/NodeConfiguration.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/NodeConfiguration.kt 2023-05-23 14:43:04.710490489 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/NodeConfiguration.kt 2023-05-23 14:42:33.886274441 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Build Cache Node configuration description.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ReplicationConfiguration.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ReplicationConfiguration.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ReplicationConfiguration.kt 2023-05-23 14:43:03.962486427 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/ReplicationConfiguration.kt 2023-05-23 14:42:33.166269250 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* Cached data replication configuration description. May be `null` if replication is not configured.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfiguration.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfiguration.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfiguration.kt 2023-05-23 14:43:03.974486492 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfiguration.kt 2023-05-23 14:42:33.178269337 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* An Agent Pool configuration.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfigurationWithId.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfigurationWithId.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfigurationWithId.kt 2023-05-23 14:43:03.978486514 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolConfigurationWithId.kt 2023-05-23 14:42:33.186269395 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* An Agent Pool configuration.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolPage.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolPage.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolPage.kt 2023-05-23 14:43:04.714490511 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolPage.kt 2023-05-23 14:42:33.890274470 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A list of Agent Pools.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolStatus.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolStatus.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolStatus.kt 2023-05-23 14:43:04.014486709 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionAgentPoolStatus.kt 2023-05-23 14:42:33.214269596 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* The status of an Agent Pool.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKey.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKey.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKey.kt 2023-05-23 14:43:04.018486731 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKey.kt 2023-05-23 14:42:33.218269625 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Test Distribution Agent API key.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefix.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefix.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefix.kt 2023-05-23 14:43:04.026486774 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefix.kt 2023-05-23 14:42:33.230269712 +0000
@@ -17,6 +17,7 @@
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A Test Distribution Agent API key prefix.
diff -ur ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefixPage.kt ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefixPage.kt
--- ./base-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefixPage.kt 2023-05-23 14:43:04.718490533 +0000
+++ ./pr-ref-api/src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/model/TestDistributionApiKeyPrefixPage.kt 2023-05-23 14:42:33.890274470 +0000
@@ -18,6 +18,7 @@
import com.gabrielfeo.gradle.enterprise.api.model.*
import com.squareup.moshi.Json
+import com.squareup.moshi.JsonClass
/**
* A list of Test Distribution Agent API key prefixes. |
9afae49 to
1b74f44
Compare
Owner
|
@dependabot rebase |
Bumps org.openapi.generator from 6.5.0 to 6.6.0. --- updated-dependencies: - dependency-name: org.openapi.generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1b74f44 to
6475337
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps org.openapi.generator from 6.5.0 to 6.6.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)