ARO-RP/pkg/frontend
Goutham Muguluvalli Niranjan 1dbeec99c1
fix operation uniqueness (#2233)
* adding subscription ID check before returning operation details

* adding tests to verify error return when no subscription matchwith operation

* import libs are re-arranged as per the standards
2022-07-08 14:10:31 -04:00
..
adminactions add: Getpodlogs kubeaction api (#1885) 2022-06-02 11:56:07 +02:00
middleware Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
admin_openshiftcluster_kubernetesobjects.go remove dns validation from upgrade geneva action 2021-02-23 11:38:49 -06:00
admin_openshiftcluster_kubernetesobjects_test.go Added a new function for a hardcoded filter of namespaces (#1994) 2022-05-09 09:41:42 +01:00
admin_openshiftcluster_kubernetespods_logs.go add: Getpodlogs kubeaction api (#1885) 2022-06-02 11:56:07 +02:00
admin_openshiftcluster_kubernetespods_logs_test.go add: Getpodlogs kubeaction api (#1885) 2022-06-02 11:56:07 +02:00
admin_openshiftcluster_list.go pass enriched log to enrichers 2021-01-25 10:58:56 -06:00
admin_openshiftcluster_list_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
admin_openshiftcluster_reconcilefailednic.go Add geneva action to reconcile a failed NIC 2022-01-31 19:34:33 -05:00
admin_openshiftcluster_redeployvm.go split k8s and az actions 2021-01-13 15:26:18 -05:00
admin_openshiftcluster_redeployvm_test.go Collect Audit Logs From RP Frontend (#1243) 2021-02-04 11:09:06 +00:00
admin_openshiftcluster_resources_list.go split k8s and az actions 2021-01-13 15:26:18 -05:00
admin_openshiftcluster_resources_list_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
admin_openshiftcluster_serialconsole.go split k8s and az actions 2021-01-13 15:26:18 -05:00
admin_openshiftcluster_startvm.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_startvm_test.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_stopvm.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_stopvm_test.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_upgrade.go remove dns validation from upgrade geneva action 2021-02-23 11:38:49 -06:00
admin_openshiftcluster_vmresize.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_vmresize_test.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_vmsizelist.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
admin_openshiftcluster_vmsizelist_test.go Master resize (#1889) 2022-05-10 14:45:03 -04:00
asyncoperationresult_get.go fix operation uniqueness (#2233) 2022-07-08 14:10:31 -04:00
asyncoperationresult_get_test.go fix operation uniqueness (#2233) 2022-07-08 14:10:31 -04:00
asyncoperations.go Removed uuid facade recently added. 2021-04-01 10:23:03 -04:00
asyncoperationsstatus_get.go fix operation uniqueness (#2233) 2022-07-08 14:10:31 -04:00
asyncoperationsstatus_get_test.go fix operation uniqueness (#2233) 2022-07-08 14:10:31 -04:00
frontend.go add: Getpodlogs kubeaction api (#1885) 2022-06-02 11:56:07 +02:00
frontend_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
openshiftcluster_delete.go remove database.Database 2020-10-08 09:41:18 -05:00
openshiftcluster_delete_test.go remove isDevelopment test from Headers() 2021-04-23 10:25:46 -05:00
openshiftcluster_get.go pass enriched log to enrichers 2021-01-25 10:58:56 -06:00
openshiftcluster_get_test.go renamed oddly named metrics.Interface to Emitter 2022-04-11 15:27:22 +02:00
openshiftcluster_list.go pass enriched log to enrichers 2021-01-25 10:58:56 -06:00
openshiftcluster_list_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
openshiftcluster_putorpatch.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
openshiftcluster_putorpatch_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
openshiftclustercredentials_post.go remove database.Database 2020-10-08 09:41:18 -05:00
openshiftclustercredentials_post_test.go tests nits 2021-06-10 08:14:34 +01:00
openshiftclusterkubeconfigcredentials_post.go Add API generation for kubeconfig 2021-06-08 13:16:08 +01:00
openshiftclusterkubeconfigcredentials_post_test.go rename 20210131 -> 20210901 2021-07-20 12:15:25 +01:00
operations_get.go adding description for the listadmincredentials action 2022-01-12 15:34:28 +01:00
ready_get.go add DisableReadinessDelay feature flag for faster development startup 2021-05-11 11:48:19 -04:00
security_test.go use AROEnvironment everywhere 2021-06-24 10:19:16 -04:00
shared_test.go use AROEnvironment everywhere 2021-06-24 10:19:16 -04:00
subscriptions_put.go remove database.Database 2020-10-08 09:41:18 -05:00
subscriptions_put_test.go Collect Audit Logs From RP Frontend (#1243) 2021-02-04 11:09:06 +00:00
validate.go add: Getpodlogs kubeaction api (#1885) 2022-06-02 11:56:07 +02:00
validate_test.go add: Getpodlogs kubeaction api (#1885) 2022-06-02 11:56:07 +02:00