Skip to content

Ship-it job fails when the release contains over 900 issues#20

Merged
justin-sadakhom merged 8 commits intodevelopfrom
20144-ship-it-job-fails-when-the-release-contains-over-900-issues
Jun 25, 2025
Merged

Ship-it job fails when the release contains over 900 issues#20
justin-sadakhom merged 8 commits intodevelopfrom
20144-ship-it-job-fails-when-the-release-contains-over-900-issues

Conversation

@justin-sadakhom
Copy link
Copy Markdown
Member

No description provided.


if (queryResult?.workspace?.sprints?.nodes != null) {
sprints.addAll(queryResult.workspace!!.sprints.nodes)
sprints.addAll(queryResult.workspace.sprints.nodes)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

IDE was complaining that this is unnecessary

private const val DEFAULT_PAGE_SIZE = 100

class ZenHubClient(private val zenhubWorkspaceId: String = DEFAULT_WORKSPACE_ID) : AutoCloseable {
class ZenHubClient(val zenhubWorkspaceId: String = DEFAULT_WORKSPACE_ID) : AutoCloseable {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this allows Spring to inject zenhubWorkspaceId through application properties. makes it simple to set a different id for prod code (engineering board) and test code (collision course)

@justin-sadakhom justin-sadakhom marked this pull request as ready for review June 19, 2025 19:22
@caustin-ziro caustin-ziro self-assigned this Jun 24, 2025
@caustin-ziro caustin-ziro self-requested a review June 24, 2025 15:50
Comment thread build.gradle.kts Outdated
@@ -1,4 +1,4 @@
var currentVersion = "5.0.0"
var currentVersion = "5.2.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

not sure what's going on with the blame here, but I see 5.2.0 already on develop:
image

@justin-sadakhom justin-sadakhom merged commit 299e43e into develop Jun 25, 2025
@justin-sadakhom justin-sadakhom deleted the 20144-ship-it-job-fails-when-the-release-contains-over-900-issues branch June 25, 2025 19:36
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.

2 participants