Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
# Linux start script should use lf
/gradlew text eol=lf

# These are Windows script files and should use crlf
*.bat text eol=crlf

# This allows generated code to be indexed correctly
*.java linguist-generated=false
6,281 changes: 3,216 additions & 3,065 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ generation:
securityFeb2025: true
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
Expand All @@ -23,13 +24,13 @@ generation:
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits:
enabled: true
enabled: "true"
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.12.23
version: 0.12.24
additionalDependencies: []
additionalPlugins: []
artifactID: glean-api-client
Expand All @@ -45,11 +46,13 @@ java:
enableSlf4jLogging: false
enableStreamingUploads: false
envVarPrefix: GLEAN
explicitDocImports: false
flattenGlobalSecurity: true
forwardCompatibleEnumsByDefault: true
forwardCompatibleUnionsByDefault: "false"
generateOptionalUnionAccessors: false
generateSpringBootStarter: true
generateUnionDocs: false
githubURL: github.com/gleanwork/api-client-java
groupID: com.glean.api-client
imports:
Expand All @@ -72,7 +75,9 @@ java:
nullFriendlyParameters: false
operationScopedParams: true
outputModelSuffix: output
prefixModeMethodNames: false
projectName: glean-api-client
respectTitlesForPrimitiveUnionMembers: false
showSetterGetterTypesInDocs: false
templateVersion: v2
unionStrategy: populated-fields
Loading