From 6108f5c4c36778a6f13c303e47aa836e19119e1e Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 18 Aug 2023 07:47:24 +0100 Subject: [PATCH] admin: rename _oss files to _ce (#18209) --- client/{enterprise_client_oss.go => enterprise_client_ce.go} | 0 client/fingerprint/consul_test.go | 2 +- .../consul/{agent_self_oss.json => agent_self_ce.json} | 0 command/agent/{agent_oss.go => agent_ce.go} | 0 command/agent/{config_oss.go => config_ce.go} | 0 command/agent/{http_oss.go => http_ce.go} | 0 .../agent/{operator_endpoint_oss.go => operator_endpoint_ce.go} | 0 command/agent/{testagent_oss.go => testagent_ce.go} | 0 command/{commands_oss.go => commands_ce.go} | 0 ...namespace_status_oss_test.go => namespace_status_ce_test.go} | 0 e2e/consul/{namespaces_oss.go => namespaces_ce.go} | 0 e2e/quotas/{quotas_oss.go => quotas_ce.go} | 0 helper/raftutil/{fsm_oss.go => fsm_ce.go} | 0 nomad/{autopilot_oss.go => autopilot_ce.go} | 0 nomad/{consul_oss_test.go => consul_ce_test.go} | 0 nomad/{consul_policy_oss_test.go => consul_policy_ce_test.go} | 0 .../deploymentwatcher/{multiregion_oss.go => multiregion_ce.go} | 0 nomad/{endpoints_oss.go => endpoints_ce.go} | 0 nomad/{fsm_oss.go => fsm_ce.go} | 0 nomad/{fsm_registry_oss.go => fsm_registry_ce.go} | 0 nomad/{job_endpoint_oss.go => job_endpoint_ce.go} | 0 nomad/{job_endpoint_oss_test.go => job_endpoint_ce_test.go} | 0 ..._hook_node_pool_oss.go => job_endpoint_hook_node_pool_ce.go} | 0 ...endpoint_hook_vault_oss.go => job_endpoint_hook_vault_ce.go} | 0 nomad/{leader_oss.go => leader_ce.go} | 0 nomad/{license_config_oss.go => license_config_ce.go} | 0 nomad/{node_pool_endpoint_oss.go => node_pool_endpoint_ce.go} | 0 nomad/{plan_apply_oss.go => plan_apply_ce.go} | 0 nomad/{search_endpoint_oss.go => search_endpoint_ce.go} | 0 nomad/{server_setup_oss.go => server_setup_ce.go} | 0 nomad/state/{state_store_oss.go => state_store_ce.go} | 0 ...state_store_variables_oss.go => state_store_variables_ce.go} | 0 nomad/structs/{consul_oss.go => consul_ce.go} | 0 nomad/structs/{consul_oss_test.go => consul_ce_test.go} | 0 nomad/structs/{node_pool_oss.go => node_pool_ce.go} | 0 nomad/structs/{node_pool_oss_test.go => node_pool_ce_test.go} | 0 nomad/structs/{structs_oss.go => structs_ce.go} | 0 nomad/structs/{structs_oss_test.go => structs_ce_test.go} | 0 nomad/{testing_oss.go => testing_ce.go} | 0 scheduler/{scheduler_oss.go => scheduler_ce.go} | 0 scheduler/{stack_oss.go => stack_ce.go} | 0 41 files changed, 1 insertion(+), 1 deletion(-) rename client/{enterprise_client_oss.go => enterprise_client_ce.go} (100%) rename client/fingerprint/test_fixtures/consul/{agent_self_oss.json => agent_self_ce.json} (100%) rename command/agent/{agent_oss.go => agent_ce.go} (100%) rename command/agent/{config_oss.go => config_ce.go} (100%) rename command/agent/{http_oss.go => http_ce.go} (100%) rename command/agent/{operator_endpoint_oss.go => operator_endpoint_ce.go} (100%) rename command/agent/{testagent_oss.go => testagent_ce.go} (100%) rename command/{commands_oss.go => commands_ce.go} (100%) rename command/{namespace_status_oss_test.go => namespace_status_ce_test.go} (100%) rename e2e/consul/{namespaces_oss.go => namespaces_ce.go} (100%) rename e2e/quotas/{quotas_oss.go => quotas_ce.go} (100%) rename helper/raftutil/{fsm_oss.go => fsm_ce.go} (100%) rename nomad/{autopilot_oss.go => autopilot_ce.go} (100%) rename nomad/{consul_oss_test.go => consul_ce_test.go} (100%) rename nomad/{consul_policy_oss_test.go => consul_policy_ce_test.go} (100%) rename nomad/deploymentwatcher/{multiregion_oss.go => multiregion_ce.go} (100%) rename nomad/{endpoints_oss.go => endpoints_ce.go} (100%) rename nomad/{fsm_oss.go => fsm_ce.go} (100%) rename nomad/{fsm_registry_oss.go => fsm_registry_ce.go} (100%) rename nomad/{job_endpoint_oss.go => job_endpoint_ce.go} (100%) rename nomad/{job_endpoint_oss_test.go => job_endpoint_ce_test.go} (100%) rename nomad/{job_endpoint_hook_node_pool_oss.go => job_endpoint_hook_node_pool_ce.go} (100%) rename nomad/{job_endpoint_hook_vault_oss.go => job_endpoint_hook_vault_ce.go} (100%) rename nomad/{leader_oss.go => leader_ce.go} (100%) rename nomad/{license_config_oss.go => license_config_ce.go} (100%) rename nomad/{node_pool_endpoint_oss.go => node_pool_endpoint_ce.go} (100%) rename nomad/{plan_apply_oss.go => plan_apply_ce.go} (100%) rename nomad/{search_endpoint_oss.go => search_endpoint_ce.go} (100%) rename nomad/{server_setup_oss.go => server_setup_ce.go} (100%) rename nomad/state/{state_store_oss.go => state_store_ce.go} (100%) rename nomad/state/{state_store_variables_oss.go => state_store_variables_ce.go} (100%) rename nomad/structs/{consul_oss.go => consul_ce.go} (100%) rename nomad/structs/{consul_oss_test.go => consul_ce_test.go} (100%) rename nomad/structs/{node_pool_oss.go => node_pool_ce.go} (100%) rename nomad/structs/{node_pool_oss_test.go => node_pool_ce_test.go} (100%) rename nomad/structs/{structs_oss.go => structs_ce.go} (100%) rename nomad/structs/{structs_oss_test.go => structs_ce_test.go} (100%) rename nomad/{testing_oss.go => testing_ce.go} (100%) rename scheduler/{scheduler_oss.go => scheduler_ce.go} (100%) rename scheduler/{stack_oss.go => stack_ce.go} (100%) diff --git a/client/enterprise_client_oss.go b/client/enterprise_client_ce.go similarity index 100% rename from client/enterprise_client_oss.go rename to client/enterprise_client_ce.go diff --git a/client/fingerprint/consul_test.go b/client/fingerprint/consul_test.go index 8a0d4e6b1..bdd02ee4b 100644 --- a/client/fingerprint/consul_test.go +++ b/client/fingerprint/consul_test.go @@ -449,7 +449,7 @@ func TestConsulFingerprint_Fingerprint_oss(t *testing.T) { cf := newConsulFingerPrint(t) - ts, cfg := fakeConsul(fakeConsulPayload(t, "test_fixtures/consul/agent_self_oss.json")) + ts, cfg := fakeConsul(fakeConsulPayload(t, "test_fixtures/consul/agent_self_ce.json")) defer ts.Close() node := &structs.Node{Attributes: make(map[string]string)} diff --git a/client/fingerprint/test_fixtures/consul/agent_self_oss.json b/client/fingerprint/test_fixtures/consul/agent_self_ce.json similarity index 100% rename from client/fingerprint/test_fixtures/consul/agent_self_oss.json rename to client/fingerprint/test_fixtures/consul/agent_self_ce.json diff --git a/command/agent/agent_oss.go b/command/agent/agent_ce.go similarity index 100% rename from command/agent/agent_oss.go rename to command/agent/agent_ce.go diff --git a/command/agent/config_oss.go b/command/agent/config_ce.go similarity index 100% rename from command/agent/config_oss.go rename to command/agent/config_ce.go diff --git a/command/agent/http_oss.go b/command/agent/http_ce.go similarity index 100% rename from command/agent/http_oss.go rename to command/agent/http_ce.go diff --git a/command/agent/operator_endpoint_oss.go b/command/agent/operator_endpoint_ce.go similarity index 100% rename from command/agent/operator_endpoint_oss.go rename to command/agent/operator_endpoint_ce.go diff --git a/command/agent/testagent_oss.go b/command/agent/testagent_ce.go similarity index 100% rename from command/agent/testagent_oss.go rename to command/agent/testagent_ce.go diff --git a/command/commands_oss.go b/command/commands_ce.go similarity index 100% rename from command/commands_oss.go rename to command/commands_ce.go diff --git a/command/namespace_status_oss_test.go b/command/namespace_status_ce_test.go similarity index 100% rename from command/namespace_status_oss_test.go rename to command/namespace_status_ce_test.go diff --git a/e2e/consul/namespaces_oss.go b/e2e/consul/namespaces_ce.go similarity index 100% rename from e2e/consul/namespaces_oss.go rename to e2e/consul/namespaces_ce.go diff --git a/e2e/quotas/quotas_oss.go b/e2e/quotas/quotas_ce.go similarity index 100% rename from e2e/quotas/quotas_oss.go rename to e2e/quotas/quotas_ce.go diff --git a/helper/raftutil/fsm_oss.go b/helper/raftutil/fsm_ce.go similarity index 100% rename from helper/raftutil/fsm_oss.go rename to helper/raftutil/fsm_ce.go diff --git a/nomad/autopilot_oss.go b/nomad/autopilot_ce.go similarity index 100% rename from nomad/autopilot_oss.go rename to nomad/autopilot_ce.go diff --git a/nomad/consul_oss_test.go b/nomad/consul_ce_test.go similarity index 100% rename from nomad/consul_oss_test.go rename to nomad/consul_ce_test.go diff --git a/nomad/consul_policy_oss_test.go b/nomad/consul_policy_ce_test.go similarity index 100% rename from nomad/consul_policy_oss_test.go rename to nomad/consul_policy_ce_test.go diff --git a/nomad/deploymentwatcher/multiregion_oss.go b/nomad/deploymentwatcher/multiregion_ce.go similarity index 100% rename from nomad/deploymentwatcher/multiregion_oss.go rename to nomad/deploymentwatcher/multiregion_ce.go diff --git a/nomad/endpoints_oss.go b/nomad/endpoints_ce.go similarity index 100% rename from nomad/endpoints_oss.go rename to nomad/endpoints_ce.go diff --git a/nomad/fsm_oss.go b/nomad/fsm_ce.go similarity index 100% rename from nomad/fsm_oss.go rename to nomad/fsm_ce.go diff --git a/nomad/fsm_registry_oss.go b/nomad/fsm_registry_ce.go similarity index 100% rename from nomad/fsm_registry_oss.go rename to nomad/fsm_registry_ce.go diff --git a/nomad/job_endpoint_oss.go b/nomad/job_endpoint_ce.go similarity index 100% rename from nomad/job_endpoint_oss.go rename to nomad/job_endpoint_ce.go diff --git a/nomad/job_endpoint_oss_test.go b/nomad/job_endpoint_ce_test.go similarity index 100% rename from nomad/job_endpoint_oss_test.go rename to nomad/job_endpoint_ce_test.go diff --git a/nomad/job_endpoint_hook_node_pool_oss.go b/nomad/job_endpoint_hook_node_pool_ce.go similarity index 100% rename from nomad/job_endpoint_hook_node_pool_oss.go rename to nomad/job_endpoint_hook_node_pool_ce.go diff --git a/nomad/job_endpoint_hook_vault_oss.go b/nomad/job_endpoint_hook_vault_ce.go similarity index 100% rename from nomad/job_endpoint_hook_vault_oss.go rename to nomad/job_endpoint_hook_vault_ce.go diff --git a/nomad/leader_oss.go b/nomad/leader_ce.go similarity index 100% rename from nomad/leader_oss.go rename to nomad/leader_ce.go diff --git a/nomad/license_config_oss.go b/nomad/license_config_ce.go similarity index 100% rename from nomad/license_config_oss.go rename to nomad/license_config_ce.go diff --git a/nomad/node_pool_endpoint_oss.go b/nomad/node_pool_endpoint_ce.go similarity index 100% rename from nomad/node_pool_endpoint_oss.go rename to nomad/node_pool_endpoint_ce.go diff --git a/nomad/plan_apply_oss.go b/nomad/plan_apply_ce.go similarity index 100% rename from nomad/plan_apply_oss.go rename to nomad/plan_apply_ce.go diff --git a/nomad/search_endpoint_oss.go b/nomad/search_endpoint_ce.go similarity index 100% rename from nomad/search_endpoint_oss.go rename to nomad/search_endpoint_ce.go diff --git a/nomad/server_setup_oss.go b/nomad/server_setup_ce.go similarity index 100% rename from nomad/server_setup_oss.go rename to nomad/server_setup_ce.go diff --git a/nomad/state/state_store_oss.go b/nomad/state/state_store_ce.go similarity index 100% rename from nomad/state/state_store_oss.go rename to nomad/state/state_store_ce.go diff --git a/nomad/state/state_store_variables_oss.go b/nomad/state/state_store_variables_ce.go similarity index 100% rename from nomad/state/state_store_variables_oss.go rename to nomad/state/state_store_variables_ce.go diff --git a/nomad/structs/consul_oss.go b/nomad/structs/consul_ce.go similarity index 100% rename from nomad/structs/consul_oss.go rename to nomad/structs/consul_ce.go diff --git a/nomad/structs/consul_oss_test.go b/nomad/structs/consul_ce_test.go similarity index 100% rename from nomad/structs/consul_oss_test.go rename to nomad/structs/consul_ce_test.go diff --git a/nomad/structs/node_pool_oss.go b/nomad/structs/node_pool_ce.go similarity index 100% rename from nomad/structs/node_pool_oss.go rename to nomad/structs/node_pool_ce.go diff --git a/nomad/structs/node_pool_oss_test.go b/nomad/structs/node_pool_ce_test.go similarity index 100% rename from nomad/structs/node_pool_oss_test.go rename to nomad/structs/node_pool_ce_test.go diff --git a/nomad/structs/structs_oss.go b/nomad/structs/structs_ce.go similarity index 100% rename from nomad/structs/structs_oss.go rename to nomad/structs/structs_ce.go diff --git a/nomad/structs/structs_oss_test.go b/nomad/structs/structs_ce_test.go similarity index 100% rename from nomad/structs/structs_oss_test.go rename to nomad/structs/structs_ce_test.go diff --git a/nomad/testing_oss.go b/nomad/testing_ce.go similarity index 100% rename from nomad/testing_oss.go rename to nomad/testing_ce.go diff --git a/scheduler/scheduler_oss.go b/scheduler/scheduler_ce.go similarity index 100% rename from scheduler/scheduler_oss.go rename to scheduler/scheduler_ce.go diff --git a/scheduler/stack_oss.go b/scheduler/stack_ce.go similarity index 100% rename from scheduler/stack_oss.go rename to scheduler/stack_ce.go