This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from a8afdc487a test(compiling-service): add direct unit tests for
WorkflowCompiler (#5022)
new 0e5686ec2f chore(ci): rename python job/flag/label to pyamber (#5307)
new eb287f3fc2 feat(config-service): split /config/pre-login from
authenticated endpoints (#5305)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/labeler.yml | 8 +-
.github/workflows/build.yml | 22 +--
.github/workflows/required-checks.yml | 58 +++---
codecov.yml | 4 +-
.../texera/service/resource/ConfigResource.scala | 33 ++--
.../service/resource/ConfigResourceAuthSpec.scala | 114 +++++++++---
.../app/common/service/gui-config.service.mock.ts | 4 +
.../app/common/service/gui-config.service.spec.ts | 194 +++++++++++++++++++++
.../src/app/common/service/gui-config.service.ts | 86 ++++++---
.../app/common/service/user/user.service.spec.ts | 62 +++++++
.../src/app/common/service/user/user.service.ts | 29 ++-
11 files changed, 503 insertions(+), 111 deletions(-)
create mode 100644 frontend/src/app/common/service/gui-config.service.spec.ts