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 e7e2c25d7 Framework implement to REST API and DB integration
add d54aab5dd Implement service layer for compute clusters
No new revisions were added by this update.
Summary of changes:
...a.down.sql => 000002_compute_clusters.down.sql} | 4 +-
...ema.down.sql => 000002_compute_clusters.up.sql} | 12 ++-
internal/server/server.go | 36 +++++++
internal/store/compute_cluster_store.go | 92 ++++++++++++++++
internal/store/store.go | 16 +++
pkg/models/allocation.go | 4 +-
pkg/service/compute_cluster.go | 116 +++++++++++++++++++++
pkg/service/service.go | 22 ++--
8 files changed, 284 insertions(+), 18 deletions(-)
copy internal/db/migrations/{000001_initial_schema.down.sql =>
000002_compute_clusters.down.sql} (89%)
copy internal/db/migrations/{000001_initial_schema.down.sql =>
000002_compute_clusters.up.sql} (65%)
create mode 100644 internal/store/compute_cluster_store.go
create mode 100644 pkg/service/compute_cluster.go