Andrew Denton
4f90ba9e73
Require "official" builds have a valid tag.
2023-01-09 16:41:30 -05:00
cadenmarchese
d854adaf96
fix lint
2023-01-09 16:37:44 -05:00
cadenmarchese
61ac0d7ff7
re-add portal, artifact steps
2023-01-09 16:37:44 -05:00
cadenmarchese
01c16ee759
collect CI must-gathers, retain existing deletion code
2023-01-09 16:37:44 -05:00
Mikalai Radchuk
d6b3c3c87b
Adds missing debug logs
2023-01-05 14:56:24 +01:00
Spencer Amann
802e3f2294
refactor test for readability
2023-01-05 06:52:16 -07:00
Spencer Amann
128f8f1a3f
systemData may end up nil on clustermanager resources, set it to default before attempting to modify
2023-01-05 06:52:16 -07:00
Yehor Naumenko
2c4000a350
fix typos ( #2617 )
2023-01-05 14:40:54 +01:00
Yehor Naumenko
7700c2d6c5
Ensure monitor captures the deletion ( #2597 )
2023-01-05 14:14:28 +01:00
Jeremy Facchetti
25ae8e23c6
move quota validation to frontend
2023-01-05 10:21:55 +01:00
Jeremy Facchetti
0ea3397778
Revert "quota validation to frontend" commits
...
This reverts commit b3823876f5
.
This reverts commit e9dec20e21
.
This reverts commit 6181939f80
.
This reverts commit 5c03b199ef
.
This reverts commit d7d9551103
.
This reverts commit 4bb8f0f5bb
.
This reverts commit a13d3340d0
.
This reverts commit 88537d3a43
.
This reverts commit b4a4d975ee
.
This reverts commit 410df02cc7
.
This reverts commit 74f76fdcae
.
This reverts commit 16fcfd184c
.
This reverts commit 61cf9f6a01
.
2023-01-05 10:21:55 +01:00
Jeremy Facchetti
4c77042ab2
format with 1.17
2023-01-05 09:55:45 +01:00
Jeremy Facchetti
3810d4329d
readded cluster bindata
2023-01-05 09:55:45 +01:00
Jeremy Facchetti
b073c87ab1
removed unused bindata
2023-01-05 09:55:45 +01:00
Jeremy Facchetti
b3823876f5
fixed logic for validation
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
e9dec20e21
fixed test which was using non existent field
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
6181939f80
merged the lists from api/validate and dynamic/validate
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
5c03b199ef
added vminfos to the map
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
d7d9551103
fixed issues with unmarshalling
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
4bb8f0f5bb
added test for quota fail and invalid sku
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
a13d3340d0
fixed imports
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
88537d3a43
somehow works now
2023-01-05 09:10:21 +01:00
Jeremy Facchetti
b4a4d975ee
more stuff
2023-01-05 09:10:21 +01:00
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