Commit Graph
11 Commits
Author SHA1 Message Date
Asier IsayasandAsier Isayas 1726e4df51 Remove enableResourceGraph feature flag (#1681)
* fetch subs and accounts via graph

* fixed subscription rendering

* add feature flag enableResourceGraph

* add feature flag enableResourceGraph

* remove enableResourceGraph feature flag

---------

Co-authored-by: Asier Isayas <[email protected]>
2023-10-27 14:09:21 -04:00
Asier IsayasandAsier Isayas f69cd4c495 Fetch subs and accounts via MS graph (#1677)
* fetch subs and accounts via graph

* fixed subscription rendering

* add feature flag enableResourceGraph

* add feature flag enableResourceGraph

---------

Co-authored-by: Asier Isayas <[email protected]>
2023-10-26 12:00:39 -04:00
Asier IsayasandAsier Isayas 8075ef2847 Upgrade Cosmos SDK to 4.0.0 (#1664)
* upgrade cosmos sdk to 4.0.0

* added explicit any test

* fixed package-lock.json

---------

Co-authored-by: Asier Isayas <[email protected]>
2023-10-19 15:22:12 -04:00
Asier IsayasandAsier Isayas 94158504a8 Cancel query timeout (#1651)
* cancel query option

* query timeout

* run prettier

* removed comments

* fixed npm run compile errors

* fixed tests

* fixed unit test  errors

* fixed unit test  errors

* fixed unit test  errors

* fixed unit test  errors

* fixed unit test  errors

* increased min timeout

* added automatican cancel query option

* added react string format

* npm run format

* added unless automatic cancellation has been enabled

---------

Co-authored-by: Asier Isayas <[email protected]>
2023-10-19 13:21:39 -04:00
Asier IsayasandAsier Isayas 3754d2c32c Cancel Query Option (#1646)
* cancel query option
---------

Co-authored-by: Asier Isayas <[email protected]>
2023-10-05 10:37:59 -04:00
Asier IsayasandAsier Isayas 547954c3dc Lazy loading containers (#1411)
Co-authored-by: Asier Isayas <[email protected]>
2023-03-30 14:53:36 -07:00
Asier IsayasandAsier Isayas ab1409efb1 Show delete database error (#1373)
Co-authored-by: Asier Isayas <[email protected]>
2023-01-13 14:06:24 -05:00
Asier IsayasandAsier Isayas de5df90f75 Removing serverless check to show synapse link options (#1188)
* removing serverless check to show synapse link enablement

* fixing tests

* fixing fomatting

Co-authored-by: Asier Isayas <[email protected]>
2022-01-13 15:27:43 -05:00
Asier IsayasandAsier Isayas 2d945c8231 allowing azure client secret to be null in dev mode (#1079)
Co-authored-by: Asier Isayas <[email protected]>
2021-09-14 12:33:09 -04:00
Asier IsayasandAsier Isayas 8866976bb4 fixed hasFlag test (#1076)
Co-authored-by: Asier Isayas <[email protected]>
2021-09-14 12:28:33 -04:00
d10f3c69f1 MongoClient Feature Flag (#1073)
Adding a feature flag for Mongo Client that allows a user to specify a mongo endpoint and an API so that users can test specific APIs locally.

Example:

https://localhost:1234/hostedExplorer.html?feature.mongoproxyendpoint=https://localhost:12901&feature.mongoProxyAPIs=createDocument|readDocument

The above link says to test APIs createDocument and readDocument on https://localhost:12901

Co-authored-by: artrejo <[email protected]>
Co-authored-by: Asier Isayas <[email protected]>
2021-09-13 16:25:21 -04:00