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 0fb817038 Implemented the service layer for Allocation Change Requests
and related events
add c316e0035 Implemented the service layer for Compute Allocation
Memberships
No new revisions were added by this update.
Summary of changes:
docs/API-Docs.md | 92 +++++++++
...000008_compute_allocation_memberships.down.sql} | 2 +-
...> 000008_compute_allocation_memberships.up.sql} | 19 +-
internal/server/server.go | 105 ++++++++++
.../store/compute_allocation_membership_store.go | 122 ++++++++++++
internal/store/store.go | 22 +++
pkg/models/allocation.go | 14 +-
pkg/service/compute_allocation_membership.go | 220 +++++++++++++++++++++
pkg/service/service.go | 4 +
9 files changed, 583 insertions(+), 17 deletions(-)
copy internal/db/migrations/{000002_compute_clusters.down.sql =>
000008_compute_allocation_memberships.down.sql} (93%)
copy internal/db/migrations/{000006_compute_allocation_diffs.up.sql =>
000008_compute_allocation_memberships.up.sql} (64%)
create mode 100644 internal/store/compute_allocation_membership_store.go
create mode 100644 pkg/service/compute_allocation_membership.go