Граф коммитов

5640 Коммитов

Автор SHA1 Сообщение Дата
carvalhe fe1967a649
Moved SkuValidator to Frontend (#2770)
Co-authored-by: BCarvalheira <bcarvalheira@microsoft.com>
2023-03-22 09:35:56 +01:00
Aldo Fuster Turpin 9346126245
refactor: move IsManagedDomain function to dns package (#2783) 2023-03-22 09:28:02 +01:00
Ellis Johnson eb1b604233
Merge pull request #2554 from anshulvermapatel/azure-side-information
Adding VM's allocation status column to the machines table
2023-03-22 15:00:01 +11:00
Spencer Amann 3a874e3c90
Merge pull request #2788 from facchettos/deploy-fix 2023-03-21 16:48:11 -04:00
Jeremy Facchetti a1f07b9167 added unit tests 2023-03-21 18:53:30 +01:00
Jeremy Facchetti 20ea56faad fixes wrong return value for retry 2023-03-21 18:12:11 +01:00
Jeremy Facchetti cbbe620b82
now recreates the gateway vmss if there is a change in the probe (#2784)
* now recreates the gateway vmss if there is a change in the probe

* now update the vmss instead of deleting it
2023-03-20 19:43:05 +01:00
Nick Hundstad e007f1e0ff Add discription for why the retry delay was changed to 3 seconds 2023-03-20 17:39:14 +01:00
Nick Hundstad 8e976902b5 Update client retry delay when calling out to applens endpoint 2023-03-20 17:39:14 +01:00
Aldo Fuster Turpin 0a625db93d
operator feature: check ingress certificate and cluster domain (#2608) 2023-03-17 12:57:12 +01:00
Anshul Verma f0f93961be removed leftover comment 2023-03-17 16:03:06 +05:30
Amber Brown d1200574c6 rhel8, switch to podman 2023-03-16 15:17:44 -04:00
Amber Brown 91f0791d0f remove CI VMSS 2023-03-16 15:17:44 -04:00
Amber Brown 3a4136fff7 don't need this 2023-03-16 15:17:44 -04:00
Amber Brown 576bbd541c multistage for proxy 2023-03-16 15:17:44 -04:00
Amber Brown 306ef7b506 I think this can run on 1ES? 2023-03-16 15:17:44 -04:00
Amber Brown 1d4653bf13 go generate 2023-03-16 15:17:44 -04:00
Amber Brown 5409ba2903 use rhel8 2023-03-16 15:17:44 -04:00
David Newman 3e674f4ef6
Deploy the same firewall rules for CosmoDB across production (#2754) 2023-03-16 17:21:23 +01:00
Anshul Verma 01c30c5c7a made changes to the test table. 2023-03-16 17:18:08 +05:30
Anshul Verma fe74feef89 fixed the machine details bug as well. 2023-03-16 16:31:12 +05:30
Anshul Verma 38c7025d32 changed the structure of fetchers and test cases. 2023-03-16 16:31:12 +05:30
Anshul Verma bca4451b6f removed the allocationStatus variable 2023-03-16 16:31:12 +05:30
Anshul Verma f8884f6479 made the fetcher's 'VMAllocationStatus' function unexported 2023-03-16 16:31:12 +05:30
Anshul Verma f6e83e71dd broke the interface into 2 separate interfaces 2023-03-16 16:31:12 +05:30
Anshul Verma 5258619380 used an interface in place of variables for tests 2023-03-16 16:31:11 +05:30
Anshul Verma c14ab06f6f rebased 2023-03-16 16:31:11 +05:30
Anshul Verma b60c68a592 added a helper function and removed a type 2023-03-16 16:31:11 +05:30
Anshul Verma 02e91a4d7c made the changes as per the review 2023-03-16 16:31:11 +05:30
Anshul Verma 6ddd2f5260 removed comments 2023-03-16 16:31:11 +05:30
Anshul Verma 077062c645 Made the suggested changes 2023-03-16 16:31:11 +05:30
Anshul Verma 71f9453d94 Fixed validation issues. 2023-03-16 16:31:11 +05:30
Anshul Verma 02c2dcc896 added tests for VMAllocationStatus 2023-03-16 16:31:11 +05:30
Anshul Verma 8810723598 adding remaining files 2023-03-16 16:31:11 +05:30
Anshul Verma d8fd23d891 Adding allocation status column to the machines table (draft PR) 2023-03-16 16:31:11 +05:30
Christoph Blecker fe31f43ed2
Merge pull request #2709 from nwnt/add_checkaccess
Add checkaccess Client
2023-03-15 11:33:09 -07:00
Yehor Naumenko b22690f710
Track debug pods (#2656) 2023-03-15 12:45:44 +01:00
Ellis Johnson a618563d72
Add ellis to codeowners (#2772)
* Adding ellis-johnson to codeowners
2023-03-15 10:44:49 +11:00
Ben Vesel cb2b5ccd35
Merge pull request #2744 from carvalhe/SubnetCannotBeDeleted_to_UserError
Add new clouderror for inUseSubnet
2023-03-14 18:55:09 -04:00
Ulrich Schlueter 9a708b89d6
Fix gdn warnings (#2762)
* Fix warnings from the Obebranch Build pipeline

* Fix build warnings

* Add more definitions for individual lines
2023-03-14 12:19:31 +01:00
Jeremy Facchetti cf8ed6b7d0
Gorilla removal from pkg/frontend (#2711)
removes the use of gorilla/mux from the frontend
2023-03-14 12:06:58 +01:00
Ellis Johnson d73061b2d1
Merge pull request #2202 from LiniSusan/meaningfulerror
Returning the error if error is captured instead of nil
2023-03-14 15:24:29 +11:00
Nont 00b86a96d7 Refactor to address the PR comments 2023-03-13 18:48:22 -07:00
Spencer Amann 18fcb858fe
Merge pull request #2756 from s-fairchild/csp-errors
Fix failure to parse token errors as Cloud Errors - ARO-1577
2023-03-10 12:06:01 -05:00
Spencer Amann 9d742187a9
Merge pull request #2569 from ArrisLee/toil/time-metrics-for-cluster-update
Toil/time metrics for cluster update
2023-03-10 11:41:39 -05:00
Arris Li 8734325163 metrics topic modification 2023-03-10 11:03:49 +13:00
Nont 409fd952a7 Address comments from the PR 2023-03-09 13:09:14 -08:00
Spencer Amann 75d3908986
Merge pull request #2766 from cadenmarchese/fix-purge-pipeline
Fix Purge MSFT CI Subscription
2023-03-09 08:05:33 -05:00
Arris Li 6ecd8312fb unit test cases update 2023-03-09 15:49:11 +13:00
Arris Li fa2d80a56a Merge branch 'master' of github.com:Azure/ARO-RP into toil/time-metrics-for-cluster-update 2023-03-09 15:37:20 +13:00