This is an automated email from the ASF dual-hosted git repository.
DImuthuUpe pushed a change to branch base-api-imp
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from c316e0035 Implemented the service layer for Compute Allocation
Memberships
add e3a72cecc Implemented the service layer for Compute Allocation Usage
No new revisions were added by this update.
Summary of changes:
...l => 000009_compute_allocation_usages.down.sql} | 2 +-
...sql => 000009_compute_allocation_usages.up.sql} | 22 +--
internal/server/server.go | 84 +++++++++++
internal/store/compute_allocation_usage_store.go | 117 +++++++++++++++
internal/store/store.go | 24 ++++
pkg/models/allocation.go | 16 +--
pkg/service/compute_allocation_usage.go | 157 +++++++++++++++++++++
pkg/service/service.go | 4 +
8 files changed, 408 insertions(+), 18 deletions(-)
copy internal/db/migrations/{000002_compute_clusters.down.sql =>
000009_compute_allocation_usages.down.sql} (94%)
copy
internal/db/migrations/{000004_compute_allocation_resource_mappings.up.sql =>
000009_compute_allocation_usages.up.sql} (55%)
create mode 100644 internal/store/compute_allocation_usage_store.go
create mode 100644 pkg/service/compute_allocation_usage.go