mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
|
Some checks are pending
Deploy Docs / build (push) Waiting to run
Deploy Docs / Deploy (push) Blocked by required conditions
Security / Dependency Review (push) Waiting to run
Security / CodeQL (java-kotlin) (push) Waiting to run
Security / CodeQL (javascript-typescript) (push) Waiting to run
Security / CodeQL (python) (push) Waiting to run
* fix(publish): delete review tasks of any status when replacing a version Re-uploading a rejected version under the same version number returned HTTP 500. deleteReplaceableVersionArtifacts only removed a PENDING review task, but a rejected version owns a REJECTED one; that row kept a foreign key on the skill_version, so the subsequent delete hit a constraint violation that surfaced as a 500. Delete every review task attached to the version instead. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> * test(publish): drop the spring-test dependency from the new test skillhub-domain has no spring-test on its test classpath, so ReflectionTestUtils does not resolve there. Use plain JDK reflection for setting the generated id and invoking the private method. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> * fix(publish): constrain rejected version replacement Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> * test(publish): verify replaced review is deleted Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> * test(e2e): use generated API response types Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> --------- Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com> Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> Co-authored-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| admin-users-userid-column.spec.ts | ||
| auth-entry.spec.ts | ||
| batch-import-members.spec.ts | ||
| cli-auth.spec.ts | ||
| dashboard-personal-modules.spec.ts | ||
| dashboard-routes.spec.ts | ||
| dashboard-shell.spec.ts | ||
| landing-navigation.spec.ts | ||
| landing-quick-start-cli.spec.ts | ||
| my-namespaces-data.spec.ts | ||
| my-skills-data.spec.ts | ||
| my-skills-navigation.spec.ts | ||
| my-skills-update-prefill.spec.ts | ||
| namespace-members-data.spec.ts | ||
| namespace-page-data.spec.ts | ||
| namespace-review-detail-access.spec.ts | ||
| namespace-reviews-data.spec.ts | ||
| namespace-search.spec.ts | ||
| namespace-skill-pagination.spec.ts | ||
| password-reset.spec.ts | ||
| promotions-review.spec.ts | ||
| protected-routes.spec.ts | ||
| public-pages.spec.ts | ||
| public-skill-detail-anonymous.spec.ts | ||
| publish-flow-ui.spec.ts | ||
| register-email-required.spec.ts | ||
| register-login-validation.spec.ts | ||
| rejected-version-republish.spec.ts | ||
| reviews-pagination.spec.ts | ||
| role-access-control.spec.ts | ||
| route-guard.spec.ts | ||
| search-card-interaction.spec.ts | ||
| search-flow.spec.ts | ||
| search-page-full.spec.ts | ||
| settings-pages.spec.ts | ||
| settings-routing.spec.ts | ||
| settings-security-capability.spec.ts | ||
| skill-detail-browse.spec.ts | ||
| skill-detail-relative-links.spec.ts | ||
| skill-subscription.spec.ts | ||
| skill-version-compare.spec.ts | ||
| tokens.spec.ts | ||
| user-id-display.spec.ts | ||
| workspace-pages.spec.ts | ||