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

11 Коммитов

Автор SHA1 Сообщение Дата
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
Jeremy Facchetti 0527b974fe
decoupling functions from mux.Vars() in frontend (#2616)
* prepared clustermanagerputorpatch for gorilla removal

* prepared clustermanager_get for gorilla removal

* prepared asyncops and paths for gorilla removal

* async operation preparation before  gorilla removal

* fixed forgotten reference
2023-01-18 11:27:27 +01:00
Jeremy Facchetti f263d0785b stop passing request around 2022-09-08 12:11:00 +02:00
Amber Brown b53b70171e nextUUID -> newUUID 2022-07-28 13:21:57 +10:00
Amber Brown 1e3eff799a generate using them in code 2022-07-27 13:38:00 +10:00
Naveen Malik b76aeffbf0 Removed uuid facade recently added.
The facade was inconsistently used and was replicating what was already
in uuid.Must(...)
2021-04-01 10:23:03 -04:00
Naveen Malik d5c35ca3c5 Move from github.com/satori/go.uuid to github.com/gofrs/uuid
Why: https://www.whitesourcesoftware.com/vulnerability-database/WS-2018-0594

Requires updating azure-sdk-for-go, moved to latest release
Created wrapper util for gofrs/uuid as NewV4() now returns 2 args and we use it a lot in-line

Vendor updates coming in separate commit to keep this one clean.

There is no v1.2.1 tag for these repos on github.com.
A replace was added for these to 'master'.
Running `go mod vendor` updated the value from 'master' to what you see
in go.mod now.
The v0.0.0 versions needed excluded to get them to drop from go.sum.
Do not exlude v1.2.0 or dependencies cannot be resolved.
2021-03-30 17:13:29 -04:00
Jim Minter 5f5713ec7a
remove database.Database 2020-10-08 09:41:18 -05:00
Jim Minter ab4da74453
move locations/operations api to locations/operationsstatus api 2020-01-10 16:06:38 -06:00
Jim Minter 57f2b597a3
pass context to cosmosdb 2020-01-06 12:16:59 -06:00
Jim Minter d859e60a5a
implement /operations and /operationresults 2019-12-22 08:36:19 -06:00