mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-25 11:12:12 -05:00
Compare commits
9 Commits
dependabot
...
test-comme
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e298dec0cc | ||
|
|
75f12cce87 | ||
|
|
68729f7966 | ||
|
|
3e06e90acb | ||
|
|
b9f822c7ee | ||
|
|
db6cb93df4 | ||
|
|
1f8d2ea918 | ||
|
|
3c09a38eed | ||
|
|
0525e3ece6 |
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
repository: kestra-io/kestra-ee
|
||||
event-type: "oss-updated"
|
||||
client-payload: >-
|
||||
{"commit_sha":"${{ github.sha }}","pr_repo":"${{ github.repository }}"}
|
||||
{"commit_sha":"${{ github.event.pull_request.head.sha }}","pr_repo":"${{ github.repository }}"}
|
||||
|
||||
file-changes:
|
||||
if: ${{ github.event.pull_request.draft == false }}
|
||||
|
||||
@@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
class AppTest {
|
||||
@Test
|
||||
void testHelp() {
|
||||
void testHelp2() {
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
System.setOut(new PrintStream(out));
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ class NoopCacheTest {
|
||||
private Cache<String, String> cache = new NoopCache<>();
|
||||
|
||||
@Test
|
||||
void getIfPresent() {
|
||||
void getIfPresentChangeToBeremove() {
|
||||
cache.put("key", "value");
|
||||
|
||||
assertThat(cache.getIfPresent("key")).isNull();
|
||||
|
||||
4377
ui/package-lock.json
generated
4377
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -98,8 +98,8 @@
|
||||
"@types/testing-library__jest-dom": "^6.0.0",
|
||||
"@types/testing-library__user-event": "^4.2.0",
|
||||
"@typescript-eslint/parser": "^8.46.4",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
||||
"@vitejs/plugin-vue": "^6.0.2",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.2",
|
||||
"@vitest/browser": "^3.2.4",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
@@ -131,18 +131,18 @@
|
||||
"uuid": "^13.0.0",
|
||||
"vite": "npm:rolldown-vite@latest",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-tsc": "^3.1.3"
|
||||
"vue-tsc": "^3.1.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@esbuild/darwin-arm64": "^0.27.0",
|
||||
"@esbuild/darwin-x64": "^0.27.0",
|
||||
"@esbuild/linux-x64": "^0.27.0",
|
||||
"@rollup/rollup-darwin-arm64": "^4.53.2",
|
||||
"@rollup/rollup-darwin-x64": "^4.53.2",
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.53.2",
|
||||
"@swc/core-darwin-arm64": "^1.15.1",
|
||||
"@swc/core-darwin-x64": "^1.15.1",
|
||||
"@swc/core-linux-x64-gnu": "^1.15.1"
|
||||
"@rollup/rollup-darwin-arm64": "^4.53.3",
|
||||
"@rollup/rollup-darwin-x64": "^4.53.3",
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.53.3",
|
||||
"@swc/core-darwin-arm64": "^1.15.2",
|
||||
"@swc/core-darwin-x64": "^1.15.2",
|
||||
"@swc/core-linux-x64-gnu": "^1.15.2"
|
||||
},
|
||||
"overrides": {
|
||||
"bootstrap": {
|
||||
|
||||
Reference in New Issue
Block a user