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

5610 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Facchetti 410df02cc7 removed quota validator references 2023-01-05 09:10:21 +01:00
Jeremy Facchetti 74f76fdcae moved quotavalidator to frontend package 2023-01-05 09:10:21 +01:00
Jeremy Facchetti 16fcfd184c newfrontend now returns its own type instead of an interface 2023-01-05 09:10:21 +01:00
Jeremy Facchetti 61cf9f6a01 now returns the struct type instead of an interface 2023-01-05 09:10:21 +01:00
Jeremy Facchetti ba50102756 now uses const for vm families 2023-01-05 09:10:21 +01:00
Jeremy Facchetti 5fdf62bf5e removing useless typecasting because of bad constructor 2023-01-04 12:54:56 +01:00
Jeremy Facchetti 800e8f7598 updated the test 2022-12-20 12:55:33 -05:00
Jeremy Facchetti d0c7d24e44 generated files with make gendiscovery 2022-12-20 12:55:33 -05:00
Jeremy Facchetti 254ae3c10b version bump 2022-12-20 12:55:33 -05:00
Jeremy Facchetti 7f5e74ffe5 bumped version 2022-12-20 12:55:33 -05:00
Andrew Denton 3287e7ceaf Update version to plain GitCommit. 2022-12-20 12:53:04 -05:00
Andrew Denton 427fc14415 Expose operator version 2022-12-20 12:53:04 -05:00
Christoph Blecker 935fce1e79
Merge pull request #2593 from tsatam/e2e-flake-stop-race-condition-in-redeployvm
Update redeployvm e2e test to use unique name for each uptime pod
2022-12-19 14:57:08 -08:00
Tanmay Satam c4ed4a2090 e2e: redeployvm use deterministic suffix for uptime pod name 2022-12-19 15:46:11 -05:00
Tanmay Satam 306bcd0f91 Update adminapi_redeployvm e2e test to use unique name for each uptime pod 2022-12-19 14:08:18 -05:00
Steven Fairchild b470809cbc Move documents to docs folder
This will consolidate the couple of READMEs that are in other packages, making it easier to find documentation.
2022-12-19 10:08:14 -05:00
Mikalai Radchuk 556fb820b3 Splits ingress checker into a separate controller 2022-12-19 13:37:42 +00:00
Steven Fairchild 39326bca8c Database tests are placed in tests/database.
httptest is used to send http responses.
Add Mock for databaseaccounts.
Add DatabaseClient, MasterKeyClient interfaces to allow for mock testing.
Add unit tests for subscriptions.
Add billing unit tests.
Add default http.Client to database.go, update references to use DatabaseClient interface. This will keep from importing "net/http" in every package calling it and allow easy changing within database if needed."
Add unit tests for clustermanager in database package
Add asyncoperations unit tests.
Add monitor tests.
Add gateway unit tests.
Add openshiftversions tests.
Add portal tests.
Add openshiftclusters tests.

Tests for billing and subscriptions are placed in test/database to reuse
fake testing code due without import cycling.
2022-12-16 13:03:07 -05:00
Mike Drum fe9017d3d2 Add empty line to go.mod 2022-12-16 12:53:35 -05:00
Mike Drum 9c6114f4fb Update go.sum
Also remove empty line from go.mod
2022-12-16 12:53:35 -05:00
Nont e7c3a0649a Fix the TenantID for AppLens (#9)
* Change to using the environment AppLens tenant ID

Add the tenant ID values for the clouds

* Remove the blank line

Co-authored-by: Nont <nthanonchai@microsoft.com>
2022-12-16 12:53:35 -05:00
Zach Jones b9e6f332f5 feat: updated applens public endpoint 2022-12-16 12:53:35 -05:00
Zach Jones cc3eb4cc06 fix: updated client ceritifcate credential options to include certificate chain 2022-12-16 12:53:35 -05:00
Zach Jones f9d20aaae3 feat: addition of applens client and detector endpoints 2022-12-16 12:53:35 -05:00
Zach Jones dc62f40fe3 feat: add azidentity vendor files 2022-12-16 12:53:35 -05:00
Mikalai Radchuk 4a2e81ffa2 Updates return types in checker constructors 2022-12-16 09:09:55 +00:00
Mikalai Radchuk 6c066e5902 Renames SP checker fields 2022-12-16 09:09:55 +00:00
David Newman 2268445408
Set the APIURLOverride with the internal API URL (#2603) 2022-12-16 15:31:08 +10:00
Shivkumar13 24ba6dfd38 Removing the extra line 2022-12-15 11:15:00 +01:00
Shivkumar Anil Ople f06874ec07 Update updating-dependencies.md
Removing typos in updating-dependencies.md
2022-12-15 11:15:00 +01:00
Mikalai Radchuk 340ebb161f Splits DNS checker into a separate controller 2022-12-14 16:13:47 +00:00
Mikalai Radchuk 3e69b7e742 Splits SP checker into a separate controller 2022-12-14 14:01:49 +00:00
Mikalai Radchuk d5485932f4 Split internet checker into a separate controller 2022-12-13 23:26:42 +00:00
Mikalai Radchuk f85de59e0e Removes some unused fields 2022-12-13 23:26:42 +00:00
Yehor Naumenko 9eb582b9ee Update docs for shared rp-dev-env installation 2022-12-13 14:26:54 -05:00
Andrew Denton 8676b8d79a Remove deprecated TLS Config.PreferServerCipherSuites 2022-12-13 13:20:21 -05:00
David Newman b45b3a1d6d
Specify the APIServerIPOverride for Hive installs (#2592) 2022-12-12 17:20:58 +01:00
Jeremy Facchetti b3afdfc019
Operator deploy fix (#2591)
* reordered templates

* uses sortstable to ensure same order

* added extensions v1 to ordermap
2022-12-12 17:20:12 +01:00
Jeremy Facchetti 2ef1d6e6db corrected message as it is used elsewhere too
changes to that message weren't needed
2022-12-12 13:44:09 +01:00
cadenmarchese 0e652505a1 Use v20220904 2022-12-09 10:01:17 -05:00
Steven Fairchild 7b857f18a2 Update docs/deploy-full-rp-service-in-dev.md
Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com>
2022-12-09 10:00:07 -05:00
Steven Fairchild 9a2da59de2 Update deploy full rp service in dev documentation
Update documentation to inform readers that SSH_PUBLIC_KEY must be set if ~/.ssh/id_rsa.pub doesn't exist.
Update gendevconfig.go to log a warning if SSH_PUBLIC_KEY is unset
2022-12-09 10:00:07 -05:00
Steven Fairchild 07a08c6b59 Update az aro extension to support specifying --pull-secret file without @ prefix
Update az aro extension to handle reading the pull-secret file directly without having to prefix the path with @.
https://github.com/Azure/ARO-RP/issues/2110
2022-12-08 11:53:27 -05:00
Mikalai Radchuk a928f0ea2c Adds debug logs to controllers 2022-12-07 14:49:02 +00:00
Mikalai Radchuk 538097085e Fixes the -loglevel flag 2022-12-06 14:13:35 -05:00
Mikalai Radchuk 0aa7bf29ee Improves internet checker test coverage 2022-12-06 13:37:42 +00:00
David Newman a63000d51a
Allow access from the PodSubnet instead (#2576) 2022-12-05 16:42:02 +01:00
Jeremy Facchetti f2fe9be4b1 reads from embedded files instead of filesystem 2022-12-02 13:44:59 -05:00
Petr Kotas fe4d0f05eb Disable AKS test as it is not working every where
Signed-off-by: Petr Kotas <pkotas@redhat.com>
2022-12-02 12:12:14 -05:00
Arris Li 4bbc054d4d enable metrics topic for different cluster actions 2022-12-02 13:40:49 +13:00