This is an automated email from the ASF dual-hosted git repository.
xiaozhenliu pushed a change to branch
xiaozhen-resource-allocator-in-cost-estimator
in repository https://gitbox.apache.org/repos/asf/texera.git
from 195aa1f28d refactoring to address comments.
add 594f9ef660 feat: enable file upload speed and time display (#3662)
add 9fff156192 chore: change master branch to main (#3676)
add 876db4a7e9 Merge branch 'main' into
xiaozhen-resource-allocator-in-cost-estimator
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 2 +-
.github/workflows/check-header.yml | 2 +-
.github/workflows/github-action-build.yml | 2 +-
core/gui/src/app/common/util/format.util.ts | 56 +++++++++++++++++
.../dataset-detail.component.html | 23 ++++++-
.../dataset-detail.component.scss | 21 +++++++
.../dataset-detail.component.ts | 12 +++-
...user-dataset-staged-objects-list.component.html | 8 ++-
.../user-dataset-staged-objects-list.component.ts | 10 +++
.../service/user/dataset/dataset.service.ts | 71 ++++++++++++++++++++++
10 files changed, 195 insertions(+), 12 deletions(-)
create mode 100644 core/gui/src/app/common/util/format.util.ts