This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch allocation-management
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from de13c1d73 Add person soft-delete, email dedup, and GlobalID mapping
for AMIE merge support - Replace hard-delete with soft-delete (is_active
flag) on person merge - Deduplicate persons by email to avoid creating
multiple accounts for the same person with different ACCESS Global IDs - Add
person_global_ids mapping table so a person can be looked up by any of their
historical Global IDs - Rename amie_audit_logs table to amie_audit_log
new d65ce5b9e Included person global id store
new 89a0eec9a refactor amie load test server
new 59150e88a updated the grafana dashboards to retrieve data from db too
new 51c9c47cf fixed the issues with time filtering value
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
allocations/access-amie/amieclient/client.go | 4 +-
allocations/access-ci-service/loadtest/README.md | 43 ---------
allocations/devtools/amie/README.md | 65 +++++++++++++
.../loadtest => devtools/amie}/amie-traffic.js | 2 +-
.../loadtest => devtools/amie}/mock-amie-server.py | 0
allocations/domain/go.sum | 10 ++
...{project_store.go => person_global_id_store.go} | 31 ++++---
compose/grafana/dashboards/amie-service.json | 101 +++++++++++++++------
8 files changed, 166 insertions(+), 90 deletions(-)
delete mode 100644 allocations/access-ci-service/loadtest/README.md
create mode 100644 allocations/devtools/amie/README.md
rename allocations/{access-ci-service/loadtest =>
devtools/amie}/amie-traffic.js (98%)
rename allocations/{access-ci-service/loadtest =>
devtools/amie}/mock-amie-server.py (100%)
create mode 100644 allocations/domain/go.sum
copy allocations/domain/store/{project_store.go => person_global_id_store.go}
(54%)