Skip to content
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

Add view logs support, bold button for start/pause, bump Kotlin/Gradle #415

Merged
merged 17 commits into from
Feb 11, 2025

Conversation

adrw
Copy link
Collaborator

@adrw adrw commented Jan 29, 2025

The latest Misk was causing failures when trying to start the development service so the Kotlin/Gradle upgrade was necessary to unblock forward development.

View logs link now works and there are bolder start/pause buttons in the Backfill Show page.

Screenshot 2025-01-29 at 15 00 37 Screenshot 2025-01-29 at 15 00 50

@adrw adrw mentioned this pull request Jan 29, 2025
10 tasks
@@ -204,7 +204,7 @@ class VariableCapacityChannelTest {
@Test
fun `listener is called`() {
val size = AtomicInteger()
runBlockingTest {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did we mean to do these?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Part of the Kotlin 2 upgrade

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Reverting to do in a separate PR

build.gradle.kts Outdated
}
}

tasks.withType<JavaCompile> {
sourceCompatibility = JavaVersion.VERSION_11.toString()
targetCompatibility = JavaVersion.VERSION_11.toString()
sourceCompatibility = JavaVersion.VERSION_17.toString()
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure we can do this? I think this will lock out anyone < 17 right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

reverted

@mpawliszyn mpawliszyn merged commit 5b5f564 into master Feb 11, 2025
5 checks passed
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