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

25 Коммитов

Автор SHA1 Сообщение Дата
kimorris27 7448b3db41 `make validate-go` to format stuff and make CI happy 2024-09-26 09:00:11 -05:00
kimorris27 086f532624 Replace all references to the golang mock repo with references to the
Uber fork, then `go mod tidy` and `go mod vendor`

Note the change to `deps.go`
2024-09-26 09:00:11 -05:00
Amber Brown f1fbd0feb2
Try and get the NewMonitor/Frontend/etc mess under control (#3690)
* make a db wrapper

* add the other fields

* mechanical changes

* instantiate

* remove clustermanager code

* implement in portal too
2024-07-18 08:25:32 +10:00
Amber Brown 27bc205e24
Remove portal v1 (#3465)
Portal V1, you have served us well.
2024-04-05 12:06:22 +11:00
Amber Brown e278fd6891
Add some more golangci-lint linters and fix the issues they find (#3234) 2023-11-08 10:45:17 +11:00
Jeremy Facchetti c9e3c5fefe Revert "Merge pull request #2554 from anshulvermapatel/azure-side-information"
This reverts commit eb1b604233, reversing
changes made to 3a874e3c90.
2023-04-04 15:13:16 +02:00
Amber Brown 472d035f7e
Move CI/dev tool usage to use go run pkg@version to reduce the number of vendored dependencies (#2789)
Use the new go run thing@version for test/CI items to remove vendoring
2023-03-24 10:01:05 +11:00
Anshul Verma 02e91a4d7c made the changes as per the review 2023-03-16 16:31:11 +05:30
Anshul Verma 8810723598 adding remaining files 2023-03-16 16:31:11 +05:30
Ellis Johnson 06724862d3
Misc admin portal fixes (#2650) 2023-02-08 14:46:04 +10:00
Jeremy Facchetti 3541f51588
simplified aad session timeout and got rid of gob (#2611) 2023-01-18 17:54:39 +01:00
Amber Brown ce0c6551e4 fix code drift 2021-11-08 12:45:41 +11:00
Jim Minter 4006cf08a7 add missing heartbeat metrics 2021-08-19 10:36:46 -04:00
bennerv c496a944b0 Add todo info about a race in a unit test 2021-07-07 17:27:17 -04:00
Peter Kostyukov 0f611469cd Adj poller to check for payload 2021-07-01 12:20:03 -05:00
Nils Elde 4c59ba73f5 use AROEnvironment everywhere 2021-06-24 10:19:16 -04:00
Amber Brown 3f1db40bec Make the admin portal REST API not perform redirects if user is not authenticated, introduce new API for that and reorganise slightly 2021-06-21 13:48:39 +10:00
Amber Brown c0ea3615bd Perform some polling to sidestep a race condition that I'm not sure we can wait on deterministically. It usually takes a few ms, but wait up to a second just in case of system pauses 2021-05-11 14:13:31 +10:00
Amber Brown f4c6a0cfb8 Revert "Merge pull request #1479 from mjudeikis/revert.portal"
This reverts commit 11fba06fd7, reversing
changes made to 4039d66ac8.
2021-05-11 14:13:31 +10:00
Mangirdas Judeikis c2d7b5027e
Revert "Merge pull request #1404 from hawkowl/hawkowl/portal-webpack"
This reverts commit a6c6619a93, reversing
changes made to eb247dbc7f.
2021-05-06 16:28:53 +01:00
Amber Brown 93de192725 Move to portal/ directory and use webpack to build 2021-05-04 15:05:03 +10:00
Jim Minter 81229ae196
for clarity, rename IsDevelopmentMode -> IsLocalDevelopmentMode 2021-04-23 10:25:46 -05:00
Ivan Sim 5eb56f7ed3
Add IFxAudit Logging To Admin Portal (#1411)
* Add ifxaudit logging to admin portal

Signed-off-by: Ivan Sim <isim@redhat.com>

* Update comment in test

Signed-off-by: Ivan Sim <isim@redhat.com>
2021-04-20 10:01:06 +01:00
Jim Minter 10554999eb
remove pkg/util/deployment and revert to isDevelopment bool 2021-04-08 09:12:13 -05:00
Jim Minter 9e5c4f8930
portal initial commit 2020-12-09 16:22:51 -06:00