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

feat: give blueprint pages a distinct name #7254

Merged
merged 5 commits into from
Feb 10, 2025
Merged

Conversation

elevatebart
Copy link
Contributor

closes #7251

@tchiotludo tchiotludo force-pushed the develop branch 2 times, most recently from d2d8668 to 0c3ed3b Compare February 7, 2025 23:48
@elevatebart elevatebart merged commit b052925 into develop Feb 10, 2025
@elevatebart elevatebart deleted the feat/rename-blueprints branch February 10, 2025 10:48
Copy link

codecov bot commented Feb 10, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
1954 1 1953 7
View the top 1 failed test(s) by shortest run time
io.kestra.runner.postgres.PostgresRunnerTest flowTriggerWithPause()
Stack Traces | 15.1s run time
java.util.concurrent.TimeoutException: Await failed to terminate within PT15S.
	at io.kestra.core.utils.Await.until(Await.java:42)
	at io.kestra.core.utils.Await.until(Await.java:31)
	at io.kestra.core.runners.RunnerUtils.awaitExecution(RunnerUtils.java:161)
	at io.kestra.core.runners.RunnerUtils.runOne(RunnerUtils.java:88)
	at io.kestra.core.runners.RunnerUtils.runOne(RunnerUtils.java:64)
	at io.kestra.core.runners.RunnerUtils.runOne(RunnerUtils.java:44)
	at io.kestra.core.runners.FlowTriggerCaseTest.triggerWithPause(FlowTriggerCaseTest.java:97)
	at io.kestra.core.runners.AbstractRunnerTest.flowTriggerWithPause(AbstractRunnerTest.java:212)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:142)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:162)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:119)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:129)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

elevatebart added a commit that referenced this pull request Feb 12, 2025
* feat(translations): add new blueprint labels for flows, apps, and dashboard

* feat(translations): update left menu titles for blueprints

* chore(translations): auto generate values for languages other than english

* chore(translations): auto generate values for languages other than english

---------

Co-authored-by: GitHub Action <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Rename Blueprint sections to avoid duplicated section names
2 participants