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 bde5d212f Implemented Resource Rate APIs
add e26b314a9 Implemented service layer for ComputeAllocationDiff
No new revisions were added by this update.
Summary of changes:
docs/API-Docs.md | 116 ++++++++++++++++++++
...ql => 000006_compute_allocation_diffs.down.sql} | 2 +-
....sql => 000006_compute_allocation_diffs.up.sql} | 19 +++-
internal/server/server.go | 55 ++++++++++
internal/store/compute_allocation_diff_store.go | 97 ++++++++++++++++
internal/store/store.go | 18 +++
pkg/models/allocation.go | 14 +--
pkg/service/compute_allocation_diff.go | 122 +++++++++++++++++++++
pkg/service/service.go | 4 +
9 files changed, 433 insertions(+), 14 deletions(-)
copy internal/db/migrations/{000002_compute_clusters.down.sql =>
000006_compute_allocation_diffs.down.sql} (94%)
copy internal/db/migrations/{000002_compute_clusters.up.sql =>
000006_compute_allocation_diffs.up.sql} (53%)
create mode 100644 internal/store/compute_allocation_diff_store.go
create mode 100644 pkg/service/compute_allocation_diff.go