This is an automated email from the ASF dual-hosted git repository.
DImuthuUpe pushed a change to branch slurm-mapper-int
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 6bffced9f Moving member-specific quota to a seperate data model and
implementing slurm subscriber
add c3d9ce270 Updating account resource limits when the allocation
resource mapping is created
No new revisions were added by this update.
Summary of changes:
.../internal/subscribers/account.go | 60 ++++++++++++++++++++++
.../internal/subscribers/members.go | 4 +-
.../internal/subscribers/subscriber.go | 1 +
docs/API-Docs.md | 56 +++++++++++++++++---
...e_allocation_resource_mapping_amounts.down.sql} | 4 +-
...ute_allocation_resource_mapping_amounts.up.sql} | 6 +--
internal/server/server.go | 24 ++++++++-
.../compute_allocation_resource_mapping_store.go | 33 ++++++++++--
internal/store/store.go | 4 ++
pkg/models/allocation.go | 10 ++--
pkg/service/compute_allocation_resource_mapping.go | 50 ++++++++++++++++--
11 files changed, 228 insertions(+), 24 deletions(-)
copy
internal/db/migrations/{000004_compute_allocation_resource_mappings.down.sql =>
000012_compute_allocation_resource_mapping_amounts.down.sql} (87%)
copy internal/db/migrations/{000001_initial_schema.down.sql =>
000012_compute_allocation_resource_mapping_amounts.up.sql} (78%)