This is an automated email from the ASF dual-hosted git repository.
DImuthuUpe pushed a change to branch usage-monitor
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 808bd69f0 Adding slurm monitor and fetching job list api
add 82ca6e007 Refactoring allocation resource to have a direct link to
compute cluster
No new revisions were added by this update.
Summary of changes:
connectors/SLURM/Rest-Client/pkg/client/jobs.go | 18 ++++-
.../pkg/client/jobs_integration_test.go | 2 +-
.../Usage-Monitor/internal/smonitor/smonitor.go | 89 ++++++++++++++++++++--
.../SLURM/Usage-Monitor/pkg/monitor/loader.go | 9 ++-
...06_compute_allocation_resource_cluster.down.sql | 10 +--
...0006_compute_allocation_resource_cluster.up.sql | 11 +--
.../compute_allocation_resource_mapping_store.go | 2 +-
.../store/compute_allocation_resource_store.go | 29 +++++--
internal/store/store.go | 3 +
pkg/models/allocation.go | 9 ++-
pkg/service/compute_allocation_resource.go | 28 +++++++
pkg/service/interface.go | 1 +
pkg/service/mock.go | 56 ++++++++++++++
13 files changed, 233 insertions(+), 34 deletions(-)
copy
connectors/ACCESS/AMIE-Processor/db/migrations/000001_initial_schema.down.sql
=> internal/db/migrations/000006_compute_allocation_resource_cluster.down.sql
(76%)
copy
connectors/ACCESS/AMIE-Processor/db/migrations/000001_initial_schema.down.sql
=> internal/db/migrations/000006_compute_allocation_resource_cluster.up.sql
(65%)