From d7d96339f67966f1e5151188b5b3885a25ed39be Mon Sep 17 00:00:00 2001 From: ABW <andrzejl@syncad.com> Date: Sun, 24 Jul 2022 02:44:38 +0200 Subject: [PATCH] rename files with sps in name to dhf --- hived/{sps_api_plugin.py => dhf_api_plugin.py} | 0 .../{sps_via_condenser_test.yaml => dhf_via_condenser_test.yaml} | 0 .../{sps_api/sps_api_test.yaml => dhf_api/dhf_api_test.yaml} | 0 .../{sps_api => dhf_api}/find_proposals.json.pat | 0 .../{sps_api => dhf_api}/list_proposals.json.pat | 0 .../{sps_api => dhf_api}/list_voter_proposals.json.pat | 0 .../{sps_api => dhf_api}/request_template.json | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename hived/{sps_api_plugin.py => dhf_api_plugin.py} (100%) rename hived/pyresttest_api_tests/condenser_api/{sps_via_condenser_test.yaml => dhf_via_condenser_test.yaml} (100%) rename hived/pyresttest_api_tests/{sps_api/sps_api_test.yaml => dhf_api/dhf_api_test.yaml} (100%) rename hived/pyresttest_api_tests/{sps_api => dhf_api}/find_proposals.json.pat (100%) rename hived/pyresttest_api_tests/{sps_api => dhf_api}/list_proposals.json.pat (100%) rename hived/pyresttest_api_tests/{sps_api => dhf_api}/list_voter_proposals.json.pat (100%) rename hived/pyresttest_api_tests/{sps_api => dhf_api}/request_template.json (100%) diff --git a/hived/sps_api_plugin.py b/hived/dhf_api_plugin.py similarity index 100% rename from hived/sps_api_plugin.py rename to hived/dhf_api_plugin.py diff --git a/hived/pyresttest_api_tests/condenser_api/sps_via_condenser_test.yaml b/hived/pyresttest_api_tests/condenser_api/dhf_via_condenser_test.yaml similarity index 100% rename from hived/pyresttest_api_tests/condenser_api/sps_via_condenser_test.yaml rename to hived/pyresttest_api_tests/condenser_api/dhf_via_condenser_test.yaml diff --git a/hived/pyresttest_api_tests/sps_api/sps_api_test.yaml b/hived/pyresttest_api_tests/dhf_api/dhf_api_test.yaml similarity index 100% rename from hived/pyresttest_api_tests/sps_api/sps_api_test.yaml rename to hived/pyresttest_api_tests/dhf_api/dhf_api_test.yaml diff --git a/hived/pyresttest_api_tests/sps_api/find_proposals.json.pat b/hived/pyresttest_api_tests/dhf_api/find_proposals.json.pat similarity index 100% rename from hived/pyresttest_api_tests/sps_api/find_proposals.json.pat rename to hived/pyresttest_api_tests/dhf_api/find_proposals.json.pat diff --git a/hived/pyresttest_api_tests/sps_api/list_proposals.json.pat b/hived/pyresttest_api_tests/dhf_api/list_proposals.json.pat similarity index 100% rename from hived/pyresttest_api_tests/sps_api/list_proposals.json.pat rename to hived/pyresttest_api_tests/dhf_api/list_proposals.json.pat diff --git a/hived/pyresttest_api_tests/sps_api/list_voter_proposals.json.pat b/hived/pyresttest_api_tests/dhf_api/list_voter_proposals.json.pat similarity index 100% rename from hived/pyresttest_api_tests/sps_api/list_voter_proposals.json.pat rename to hived/pyresttest_api_tests/dhf_api/list_voter_proposals.json.pat diff --git a/hived/pyresttest_api_tests/sps_api/request_template.json b/hived/pyresttest_api_tests/dhf_api/request_template.json similarity index 100% rename from hived/pyresttest_api_tests/sps_api/request_template.json rename to hived/pyresttest_api_tests/dhf_api/request_template.json -- GitLab