This is an automated email from the ASF dual-hosted git repository.
DImuthuUpe pushed a change to branch usage-monitor
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 0cbdd6709 Removing compute allocation fk constraint
add 791df9078 Calculating raw SU amount
No new revisions were added by this update.
Summary of changes:
.../Usage-Monitor/internal/smonitor/smonitor.go | 59 +++-
.../internal/smonitor/smonitor_integration_test.go | 13 +-
.../SLURM/Usage-Monitor/pkg/monitor/loader.go | 18 +-
...00009_update_allocation_usage_columns.down.sql} | 5 +-
... 000009_update_allocation_usage_columns.up.sql} | 5 +-
internal/store/compute_allocation_usage_store.go | 13 +
internal/store/store.go | 3 +
pkg/models/allocation.go | 4 +-
pkg/service/compute_allocation_usage.go | 19 ++
pkg/service/interface.go | 1 +
pkg/service/mock.go | 314 ++++++++++++---------
11 files changed, 307 insertions(+), 147 deletions(-)
copy internal/db/migrations/{000003_projects.down.sql =>
000009_update_allocation_usage_columns.down.sql} (78%)
copy internal/db/migrations/{000003_projects.down.sql =>
000009_update_allocation_usage_columns.up.sql} (77%)