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 1c54edcbf Implemented service layer for compute allocations,
allocation resources and mapping
add bde5d212f Implemented Resource Rate APIs
No new revisions were added by this update.
Summary of changes:
docs/API-Docs.md | 130 +++++++++++++++++++
...005_compute_allocation_resource_rates.down.sql} | 2 +-
...00005_compute_allocation_resource_rates.up.sql} | 22 ++--
internal/server/server.go | 55 ++++++++
.../compute_allocation_resource_rate_store.go | 110 ++++++++++++++++
internal/store/store.go | 21 +++
pkg/models/allocation.go | 10 +-
pkg/service/compute_allocation_resource_rate.go | 144 +++++++++++++++++++++
pkg/service/service.go | 4 +
9 files changed, 481 insertions(+), 17 deletions(-)
copy internal/db/migrations/{000002_compute_clusters.down.sql =>
000005_compute_allocation_resource_rates.down.sql} (93%)
copy
internal/db/migrations/{000004_compute_allocation_resource_mappings.up.sql =>
000005_compute_allocation_resource_rates.up.sql} (53%)
create mode 100644 internal/store/compute_allocation_resource_rate_store.go
create mode 100644 pkg/service/compute_allocation_resource_rate.go