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 ab79ea44d0 fix: remove duplicate NOTICE file under bin/single-node
(#5303)
add 2ebef32360 fix: enforce @RolesAllowed on microservice resources (#5199)
No new revisions were added by this update.
Summary of changes:
amber/LICENSE-binary-java | 1 +
amber/NOTICE-binary | 43 ++++++++
build.sbt | 2 +-
common/auth/build.sbt | 1 +
.../org/apache/texera/auth/JwtAuthFilter.scala | 9 ++
computing-unit-managing-service/build.sbt | 7 ++
.../service/ComputingUnitManagingService.scala | 29 +++--
.../ComputingUnitManagingServiceRunSpec.scala | 27 +++--
.../org/apache/texera/service/ConfigService.scala | 26 +++--
.../texera/service/resource/ConfigResource.scala | 10 +-
.../texera/service/ConfigServiceRunSpec.scala | 27 +++--
.../service/resource/ConfigResourceAuthSpec.scala | 117 +++++++++++++++++++++
workflow-compiling-service/LICENSE-binary | 3 +
workflow-compiling-service/build.sbt | 1 +
.../texera/service/WorkflowCompilingService.scala | 23 +++-
.../service/WorkflowCompilingServiceRunSpec.scala | 27 +++--
16 files changed, 288 insertions(+), 65 deletions(-)
copy
access-control-service/src/test/scala/org/apache/texera/service/AccessControlServiceRunSpec.scala
=>
computing-unit-managing-service/src/test/scala/org/apache/texera/service/ComputingUnitManagingServiceRunSpec.scala
(56%)
copy
access-control-service/src/test/scala/org/apache/texera/service/AccessControlServiceRunSpec.scala
=>
config-service/src/test/scala/org/apache/texera/service/ConfigServiceRunSpec.scala
(57%)
create mode 100644
config-service/src/test/scala/org/apache/texera/service/resource/ConfigResourceAuthSpec.scala
copy
access-control-service/src/test/scala/org/apache/texera/service/AccessControlServiceRunSpec.scala
=>
workflow-compiling-service/src/test/scala/org/apache/texera/service/WorkflowCompilingServiceRunSpec.scala
(56%)