This is an automated email from the ASF dual-hosted git repository.
mengw15 pushed a change to branch
dependabot/npm_and_yarn/frontend/concurrently-10.0.3
in repository https://gitbox.apache.org/repos/asf/texera.git
from 7c24fd5b57 Merge branch 'main' into
dependabot/npm_and_yarn/frontend/concurrently-10.0.3
add 1ff4771505 fix(file-service): return 403 instead of 500 on dataset
share/revoke deny paths (#6434)
add 4eb3673851 test(frontend): add unit test coverage for
MarkdownDescriptionComponent (#6431)
add 297e550068 test(frontend): add unit tests for computing-unit.util
resource helpers (#6435)
add 181e38b4a0 test(frontend): add unit test coverage for
AIAssistantService (#6432)
add b156e09269 Merge branch 'main' into
dependabot/npm_and_yarn/frontend/concurrently-10.0.3
No new revisions were added by this update.
Summary of changes:
.../service/resource/DatasetAccessResource.scala | 2 -
.../resource/DatasetAccessResourceSpec.scala | 430 +++++++++++++++++++++
.../app/common/util/computing-unit.util.spec.ts | 241 ++++++++++++
.../markdown-description.component.spec.ts | 237 ++++++++++++
.../ai-assistant/ai-assistant.service.spec.ts | 151 ++++++++
5 files changed, 1059 insertions(+), 2 deletions(-)
create mode 100644
file-service/src/test/scala/org/apache/texera/service/resource/DatasetAccessResourceSpec.scala
create mode 100644 frontend/src/app/common/util/computing-unit.util.spec.ts
create mode 100644
frontend/src/app/dashboard/component/user/markdown-description/markdown-description.component.spec.ts
create mode 100644
frontend/src/app/workspace/service/ai-assistant/ai-assistant.service.spec.ts