Skip to content

Commit

Permalink
Rerun pagination tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 29, 2025
1 parent b1b326c commit 546c04a
Show file tree
Hide file tree
Showing 148 changed files with 12,430 additions and 838 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public final void runInGithubMode(
// write files to disk
generatedFiles.forEach(generatedFile -> generatedFile.write(outputDirectory, false, Optional.empty()));
runCommandBlocking(new String[] {"gradle", "wrapper"}, outputDirectory, Collections.emptyMap());
// runCommandBlocking(new String[] {"gradle", "spotlessApply"}, outputDirectory, Collections.emptyMap());
runCommandBlocking(new String[] {"gradle", "spotlessApply"}, outputDirectory, Collections.emptyMap());
}

public abstract void runInGithubModeHook(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"type": "object",
"properties": {
"b": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.B"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"definitions": {
"deep-cursor-path.D": {
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"deep-cursor-path.C": {
"type": "object",
"properties": {
"d": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.D"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"deep-cursor-path.B": {
"type": "object",
"properties": {
"c": {
"$ref": "#/definitions/deep-cursor-path.C"
}
},
"required": [
"c"
],
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "object",
"properties": {
"c": {
"$ref": "#/definitions/deep-cursor-path.C"
}
},
"required": [
"c"
],
"additionalProperties": false,
"definitions": {
"deep-cursor-path.D": {
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"deep-cursor-path.C": {
"type": "object",
"properties": {
"d": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.D"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"type": "object",
"properties": {
"d": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.D"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"definitions": {
"deep-cursor-path.D": {
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"definitions": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"results": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"results"
],
"additionalProperties": false,
"definitions": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"type": "object",
"properties": {
"b": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.InlineB"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"definitions": {
"deep-cursor-path.InlineD": {
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"deep-cursor-path.InlineC": {
"type": "object",
"properties": {
"b": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.InlineD"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"deep-cursor-path.InlineB": {
"type": "object",
"properties": {
"c": {
"$ref": "#/definitions/deep-cursor-path.InlineC"
}
},
"required": [
"c"
],
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"type": "object",
"properties": {
"c": {
"$ref": "#/definitions/deep-cursor-path.InlineC"
}
},
"required": [
"c"
],
"additionalProperties": false,
"definitions": {
"deep-cursor-path.InlineD": {
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
},
"deep-cursor-path.InlineC": {
"type": "object",
"properties": {
"b": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.InlineD"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"type": "object",
"properties": {
"b": {
"oneOf": [
{
"$ref": "#/definitions/deep-cursor-path.InlineD"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"definitions": {
"deep-cursor-path.InlineD": {
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "object",
"properties": {
"starting_after": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false,
"definitions": {}
}
Loading

0 comments on commit 546c04a

Please sign in to comment.