Skip to content

Commit 2e1659c

Browse files
authored
Merge pull request #1 from flightctl/remove-openapi-dir
Remove unused openapi_client directory
2 parents 43afa4b + 85ccc74 commit 2e1659c

257 files changed

Lines changed: 841 additions & 31120 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,127 @@ setup.cfg
265265
setup.py
266266
test-requirements.txt
267267
test/__init__.py
268+
test/test_application_env_vars.py
269+
test/test_application_spec.py
270+
test/test_application_status_type.py
271+
test/test_applications_summary_status_type.py
272+
test/test_auth_config.py
273+
test/test_batch.py
274+
test/test_batch_limit.py
275+
test/test_batch_sequence.py
276+
test/test_certificate_signing_request.py
277+
test/test_certificate_signing_request_list.py
278+
test/test_certificate_signing_request_spec.py
279+
test/test_certificate_signing_request_status.py
280+
test/test_certificatesigningrequest_api.py
281+
test/test_condition.py
282+
test/test_condition_status.py
283+
test/test_condition_type.py
284+
test/test_config_provider_spec.py
285+
test/test_cpu_resource_monitor_spec.py
286+
test/test_custom_resource_monitor_spec.py
287+
test/test_default_api.py
288+
test/test_device.py
289+
test/test_device_api.py
290+
test/test_device_application_status.py
291+
test/test_device_applications_summary_status.py
292+
test/test_device_config_status.py
293+
test/test_device_console.py
294+
test/test_device_hooks_spec.py
295+
test/test_device_integrity_status.py
296+
test/test_device_integrity_status_summary.py
297+
test/test_device_integrity_status_summary_type.py
298+
test/test_device_list.py
299+
test/test_device_os_spec.py
300+
test/test_device_os_status.py
301+
test/test_device_reboot_hook_spec.py
302+
test/test_device_resource_status.py
303+
test/test_device_resource_status_type.py
304+
test/test_device_spec.py
305+
test/test_device_spec_systemd.py
306+
test/test_device_status.py
307+
test/test_device_summary_status.py
308+
test/test_device_summary_status_type.py
309+
test/test_device_system_info.py
310+
test/test_device_update_hook_spec.py
311+
test/test_device_updated_status.py
312+
test/test_device_updated_status_type.py
313+
test/test_devices_summary.py
314+
test/test_disk_resource_monitor_spec.py
315+
test/test_disruption_allowance.py
316+
test/test_enrollment_config.py
317+
test/test_enrollment_request.py
318+
test/test_enrollment_request_approval.py
319+
test/test_enrollment_request_list.py
320+
test/test_enrollment_request_spec.py
321+
test/test_enrollment_request_status.py
322+
test/test_enrollment_service.py
323+
test/test_enrollment_service_auth.py
324+
test/test_enrollment_service_service.py
325+
test/test_enrollmentconfig_api.py
326+
test/test_enrollmentrequest_api.py
327+
test/test_error.py
328+
test/test_file_operation.py
329+
test/test_file_spec.py
330+
test/test_fleet.py
331+
test/test_fleet_api.py
332+
test/test_fleet_list.py
333+
test/test_fleet_rollout_status.py
334+
test/test_fleet_spec.py
335+
test/test_fleet_spec_template.py
336+
test/test_fleet_status.py
337+
test/test_generic_repo_spec.py
338+
test/test_git_config_provider_spec.py
339+
test/test_git_config_provider_spec_git_ref.py
340+
test/test_hook_action.py
341+
test/test_hook_action_executable.py
342+
test/test_hook_action_executable_spec.py
343+
test/test_hook_action_one_of.py
344+
test/test_hook_action_one_of1.py
345+
test/test_hook_action_spec.py
346+
test/test_hook_action_systemd_spec.py
347+
test/test_hook_action_systemd_unit.py
348+
test/test_http_config.py
349+
test/test_http_config_provider_spec.py
350+
test/test_http_config_provider_spec_http_ref.py
351+
test/test_http_repo_spec.py
352+
test/test_image_application_provider.py
353+
test/test_inline_config_provider_spec.py
354+
test/test_kubernetes_secret_provider_spec.py
355+
test/test_kubernetes_secret_provider_spec_secret_ref.py
356+
test/test_label_selector.py
357+
test/test_list_meta.py
358+
test/test_match_expression.py
359+
test/test_memory_resource_monitor_spec.py
360+
test/test_object_meta.py
361+
test/test_patch_request_inner.py
362+
test/test_rendered_application_spec.py
363+
test/test_rendered_device_spec.py
364+
test/test_rendered_device_spec_systemd.py
365+
test/test_repo_spec_type.py
366+
test/test_repository.py
367+
test/test_repository_api.py
368+
test/test_repository_list.py
369+
test/test_repository_spec.py
370+
test/test_repository_status.py
371+
test/test_resource_alert_rule.py
372+
test/test_resource_alert_severity_type.py
373+
test/test_resource_monitor.py
374+
test/test_resource_monitor_spec.py
375+
test/test_resource_sync.py
376+
test/test_resource_sync_list.py
377+
test/test_resource_sync_spec.py
378+
test/test_resource_sync_status.py
379+
test/test_resourcesync_api.py
380+
test/test_rollout_device_selection.py
381+
test/test_rollout_policy.py
382+
test/test_sort_order.py
383+
test/test_ssh_config.py
384+
test/test_ssh_repo_spec.py
385+
test/test_status.py
386+
test/test_template_version.py
387+
test/test_template_version_list.py
388+
test/test_template_version_spec.py
389+
test/test_template_version_status.py
390+
test/test_templateversion_api.py
268391
tox.ini

README.md

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

openapi_client/__init__.py

Lines changed: 0 additions & 155 deletions
This file was deleted.

openapi_client/api/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)