This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
dependabot/sbt/io.altoo-scala-kryo-serialization_2.13-1.5.2
in repository https://gitbox.apache.org/repos/asf/texera.git
from 4da5903619 fix(deps): bump io.altoo:scala-kryo-serialization_2.13
add 97cb3d8617 chore(licensing): refresh LICENSE-binary for transitive
drift across services (#6396)
add b7457f25ef fix(frontend): add test coverage and null guard for
extractErrorMessage (#6321)
add e793be502c fix(pyamber): coerce numpy scalar types (np.integer /
np.bool_) in cast_to_schema (#6278)
add d561da8f3c test(frontend): add unit test coverage for AiAnalystService
(#6433)
add 36b3687217 test(frontend): add unit test coverage for
calculateTotalTranslate3d (#6403)
add 38202faa69 test(frontend): add unit test coverage for toQueryStrings
(#6423)
add 2e5c99c77e test(frontend): add unit test coverage for dashboard
type-predicates (#6425)
add 3edc1994b7 Merge branch 'main' into
dependabot/sbt/io.altoo-scala-kryo-serialization_2.13-1.5.2
No new revisions were added by this update.
Summary of changes:
access-control-service/LICENSE-binary | 2 +-
amber/LICENSE-binary-java | 40 +--
amber/LICENSE-binary-python | 22 +-
.../python/core/models/schema/attribute_type.py | 9 +
amber/src/main/python/core/models/tuple.py | 46 +++-
amber/src/test/python/core/models/test_tuple.py | 170 ++++++++++++
computing-unit-managing-service/LICENSE-binary | 20 +-
config-service/LICENSE-binary | 2 +-
file-service/LICENSE-binary | 22 +-
frontend/src/app/common/util/error.spec.ts | 70 +++++
frontend/src/app/common/util/error.ts | 2 +-
frontend/src/app/common/util/panel-dock.spec.ts | 47 ++++
.../type/search-filter-parameters.spec.ts | 163 +++++++++++
.../src/app/dashboard/type/type-predicates.spec.ts | 305 +++++++++++++++++++++
.../service/ai-analyst/ai-analyst.service.spec.ts | 134 +++++++++
notebook-migration-service/LICENSE-binary | 2 +-
workflow-compiling-service/LICENSE-binary | 22 +-
17 files changed, 996 insertions(+), 82 deletions(-)
create mode 100644 frontend/src/app/common/util/error.spec.ts
create mode 100644 frontend/src/app/common/util/panel-dock.spec.ts
create mode 100644
frontend/src/app/dashboard/type/search-filter-parameters.spec.ts
create mode 100644 frontend/src/app/dashboard/type/type-predicates.spec.ts
create mode 100644
frontend/src/app/workspace/service/ai-analyst/ai-analyst.service.spec.ts