This is an automated email from the ASF dual-hosted git repository.

linxinyuan pushed a change to branch xinyuan-fix-ml
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 92b69d89a5 fix fmt
     add f90848e557 feat(auth): removed token refresh functionality (#3765)
     add dbeb0a084e feat(access-control-service): AccessControlService added as 
a new micro service (#3767)
     add aee6095b7e fix: Persist & apply “Data Transfer Batch Size” from 
Workflow Settings (#3770)
     add bd489e3bac Merge branch 'main' into xinyuan-fix-ml

No new revisions were added by this update.

Summary of changes:
 .../build.sbt                                      |  12 +-
 .../project/build.properties                       |   0
 .../access-control-service-web-config.yaml}        |   8 +-
 .../src/main/resources/logback.xml                 |   9 +-
 .../ics/texera/service/AccessControlService.scala  |  78 ++++++++
 .../AccessControlServiceConfiguration.scala}       |   6 +-
 .../service/resource/AccessControlResource.scala   | 132 +++++++++++++
 .../service/resource/HealthCheckResource.scala     |   0
 .../uci/ics/texera/AccessControlResourceSpec.scala | 220 +++++++++++++++++++++
 .../http/request/auth/RefreshTokenRequest.scala    |  22 ---
 .../texera/web/resource/auth/AuthResource.scala    |  21 +-
 .../ics/texera/auth/util/ComputingUnitAccess.scala |  55 ++++++
 .../uci/ics/texera/auth/util/HeaderField.scala}    |  10 +-
 core/build.sbt                                     |  10 +
 core/config/src/main/resources/auth.conf           |   2 +-
 .../scala/edu/uci/ics/amber/util/PathUtils.scala   |   2 +
 .../src/app/common/service/user/auth.service.ts    |  34 ----
 .../left-panel/settings/settings.component.ts      |   6 +
 18 files changed, 531 insertions(+), 96 deletions(-)
 copy core/{workflow-compiling-service => access-control-service}/build.sbt 
(93%)
 copy core/{computing-unit-managing-service => 
access-control-service}/project/build.properties (100%)
 copy core/{config-service/src/main/resources/config-service-web-config.yaml => 
access-control-service/src/main/resources/access-control-service-web-config.yaml}
 (84%)
 copy core/{amber => access-control-service}/src/main/resources/logback.xml 
(90%)
 create mode 100644 
core/access-control-service/src/main/scala/edu/uci/ics/texera/service/AccessControlService.scala
 copy core/{computing-unit-managing-service/project/plugins.sbt => 
access-control-service/src/main/scala/edu/uci/ics/texera/service/AccessControlServiceConfiguration.scala}
 (84%)
 create mode 100644 
core/access-control-service/src/main/scala/edu/uci/ics/texera/service/resource/AccessControlResource.scala
 copy core/{computing-unit-managing-service => 
access-control-service}/src/main/scala/edu/uci/ics/texera/service/resource/HealthCheckResource.scala
 (100%)
 create mode 100644 
core/access-control-service/src/test/scala/edu/uci/ics/texera/AccessControlResourceSpec.scala
 delete mode 100644 
core/amber/src/main/scala/edu/uci/ics/texera/web/model/http/request/auth/RefreshTokenRequest.scala
 create mode 100644 
core/auth/src/main/scala/edu/uci/ics/texera/auth/util/ComputingUnitAccess.scala
 copy 
core/{amber/src/main/scala/edu/uci/ics/texera/web/TexeraWebConfiguration.java 
=> auth/src/main/scala/edu/uci/ics/texera/auth/util/HeaderField.scala} (79%)

Reply via email to