Commit Graph

  • 29e5f16065 Add logic to reset regional endpoint when global is selected. users/bogercraig/manual_read_region_selection Craig Boger (from Dev Box) 2025-01-17 17:51:29 -08:00
  • dbfbceb03e Enable region selection for NoSql, Table, Gremlin Craig Boger (from Dev Box) 2025-01-17 16:39:30 -08:00
  • 23721140c3 Rebase on client refresh bug fix. Craig Boger (from Dev Box) 2025-01-17 16:19:47 -08:00
  • c7799dbe8b Swapping back to default endpoint value. Craig Boger (from Dev Box) 2025-01-17 15:09:33 -08:00
  • 89e537f356 Update cosmos client to fix bug. Clients continuously generate after changing RBAC setting. Craig Boger (from Dev Box) 2025-01-03 15:45:33 -08:00
  • a91858242e Update region selection to include global endpoint and generate a unique list of read and write endpoints. Need to continue with clearing out selected endpoint when global is selected again. Write operations stall when read region is selected even though 403 returned when region rejects operation. Need to limit feature availablility to nosql, table, gremlin (maybe). Craig Boger (from Dev Box) 2025-01-02 17:22:54 -08:00
  • 9116c7172f Rough implementation of region selection of endpoint for cosmos client. Still need to: 1 - Use separate context var to track selected region. Directly updating database account context throws off token generation by acquireMSALTokenForAccount 2 - Remove href overrides in acquireMSALTokenForAccount. Craig Boger (from Dev Box) 2024-12-31 16:48:40 -08:00
  • 26ff12613e Pass changing endpoint from settings menu to client. Encountered token issues using new endpoint in client. Craig Boger (from Dev Box) 2024-12-30 17:02:59 -08:00
  • b63735146b Add read and write endpoint logging to cosmos client. Craig Boger (from Dev Box) 2024-12-30 16:06:11 -08:00
  • 47672b650f Change to only selecting region for cosmos client. Not setting up separate read and write clients. Craig Boger (from Dev Box) 2024-12-30 15:51:56 -08:00
  • 4e2abfd082 Retrieve read and write regions from user context and populate dropdown menu. Update local storage value. Need to now connect with updating read region of primary cosmos client. Craig Boger (from Dev Box) 2024-12-27 17:16:23 -08:00
  • fc9f2ea78b Add standin region selection to settings menu. Craig Boger (from Dev Box) 2024-12-26 16:49:46 -08:00
  • 8ed77d0c96
    Merge ecbcef3a73e25765b78b28f8661c6dbb1ed436ed into 96faf92c12c833b2244569f8a6a977fdb41bcca2 JustinKol 2025-01-17 05:51:31 -08:00
  • fdc9564e23
    Merge b9c3936ded0e5c655b3ea835772da49c5e4e0482 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 sunghyunkang1111 2025-01-17 03:57:47 +00:00
  • b9c3936ded setting compress true sung_test_1 Sung-Hyun Kang 2025-01-16 21:57:41 -06:00
  • bae74267c1
    Merge 3ae92f2398b750cc59610c859211a60c518c9195 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 sunghyunkang1111 2025-01-16 19:52:15 -08:00
  • bbdf090b70
    Merge e1432538a2bfcbd45c20ecd1299bfe4d99e1ac79 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 SATYA SB 2025-01-16 15:04:32 -08:00
  • 1b57d97543
    Merge e2bb64b8b2610ffb953021e27293eb4a1ad2f4c0 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 jawelton74 2025-01-16 10:36:01 -08:00
  • e2bb64b8b2 Test changes to use identity package. users/jawelton/migrate-e2etests-identity-011525 Jade Welton 2025-01-16 10:31:02 -08:00
  • 1b53c6980d Update identity package, remove ms-rest-nodeauth package. Jade Welton 2025-01-16 08:05:52 -08:00
  • 1a79f4e322
    Merge 07c4ca9c50af35e618384441b0b2096085b855c0 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 sunghyunkang1111 2025-01-16 10:03:17 -06:00
  • e90d9cf82d
    Merge 64865720d3f23d860cef53d73676c0f85b5f9eab into 96faf92c12c833b2244569f8a6a977fdb41bcca2 Vsevolod Kukol 2025-01-16 13:13:08 +01:00
  • c512dcb0e7
    Merge edd65d198b35f8e9ee7b885b786be26f624b8cf7 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 SATYA SB 2025-01-16 15:36:14 +05:30
  • 8349330f7c
    Merge e99827754ca23f57e0fef28812e291d93e9b88ee into 96faf92c12c833b2244569f8a6a977fdb41bcca2 SATYA SB 2025-01-16 15:32:51 +05:30
  • 4f9e3f2676
    Merge 31be7840c35d28ee3e4ee357155b534a4f80f4aa into 96faf92c12c833b2244569f8a6a977fdb41bcca2 Ajay Parulekar 2025-01-16 10:25:07 +01:00
  • 224629b414
    Merge 9ef0b2d807f18a51eb211e712c8a99b2a9d920aa into 96faf92c12c833b2244569f8a6a977fdb41bcca2 jawelton74 2025-01-15 15:45:53 -08:00
  • 9ef0b2d807 Merge branch 'master' of https://github.com/Azure/cosmos-explorer into users/jawelton/remove-throughput-questionaire users/jawelton/remove-throughput-questionaire Jade Welton 2025-01-15 15:42:45 -08:00
  • 409ba42082 Remove throughput survey text and link from Throughput tab. Jade Welton 2025-01-15 15:41:59 -08:00
  • 6c6d03946e fix Sung-Hyun Kang 2025-01-15 15:38:18 -06:00
  • db6aeb9607
    Merge de436c4c9a9e2fd2f25e9ff98db39ba8cdda6a18 into 96faf92c12c833b2244569f8a6a977fdb41bcca2 jawelton74 2025-01-15 13:01:45 -08:00
  • de436c4c9a Revert condition change users/jawelton/fix-nuget-publish-011525 Jade Welton 2025-01-15 13:01:32 -08:00
  • f162c02323 Fix the right properties. Jade Welton 2025-01-15 12:48:30 -08:00
  • 8b82aa4b93 Revert path change, use unique names for upload task. Jade Welton 2025-01-15 12:30:25 -08:00
  • 6a3dc190f3 Specify actual package names in upload artifacts task. Jade Welton 2025-01-15 12:20:04 -08:00
  • 842d821243 test Sung-Hyun Kang 2025-01-15 14:12:12 -06:00
  • 96faf92c12
    Use dotnet CLI for nuget operations in CI pipeline (#2026) master jawelton74 2025-01-15 11:37:30 -08:00
  • 3ae92f2398 testing icons sung_test Sung-Hyun Kang 2025-01-14 17:16:02 -06:00
  • a0853c9167 testing Sung-Hyun Kang 2025-01-14 14:45:19 -06:00
  • 86eb1852b0 Revert test changes. Jade Welton 2025-01-14 11:32:47 -08:00
  • 119885f8f6 Remove Globalization flag. Jade Welton 2025-01-14 11:21:40 -08:00
  • bc13f3e54b Fix formatting of webpack config. Jade Welton 2025-01-14 10:42:24 -08:00
  • 015444d912 Re-enable MPAC nuget. Tidy up ci.yml. Jade Welton 2025-01-14 10:33:24 -08:00
  • 31a27bda43 Fix API key argument Jade Welton 2025-01-14 09:39:43 -08:00
  • bab9d8767a Fix nupkg path Jade Welton 2025-01-14 09:23:36 -08:00
  • bb585eacd5 Remove debug. Jade Welton 2025-01-14 09:13:06 -08:00
  • 7e72e59d70 Use wildcard for nupkg path. Add debug. Jade Welton 2025-01-14 09:05:35 -08:00
  • 16730c815a Enable cleartext password, remove source after completion. Jade Welton 2025-01-14 08:53:00 -08:00
  • e224104d81 Fix add source args. Jade Welton 2025-01-14 08:35:41 -08:00
  • 5188badcae Add nuget add source step. Jade Welton 2025-01-14 08:24:40 -08:00
  • 7e2c8fd026 Fix test version string Jade Welton 2025-01-14 08:05:52 -08:00
  • ecbcef3a73 Removed NPS Survey from DE since it has been moved to the Overview Blade users/justinkolasa/remove-nps-survey Justin Kolasa (from Dev Box) 2025-01-14 10:48:42 -05:00
  • c761ef9660 Add nuget push command. Jade Welton 2025-01-14 07:32:02 -08:00
  • 88fe6adc24 Fix TargetFramework value. Jade Welton 2025-01-14 07:18:34 -08:00
  • 47ad68e050 Set TargetFramework version. Jade Welton 2025-01-14 07:08:24 -08:00
  • 471a74ca14 Remove no-build from cmd line. Jade Welton 2025-01-14 06:57:55 -08:00
  • 91585b391f Update project with Sdk and No Build args. Jade Welton 2025-01-14 06:56:42 -08:00
  • aa4d945eca PLace Content item under ItemGroup. Jade Welton 2025-01-13 15:38:58 -08:00
  • 293e4062dd Copy proj file with build. Jade Welton 2025-01-13 15:28:51 -08:00
  • 7d4ad7485f Comment out dotnet setup. Jade Welton 2025-01-13 15:20:11 -08:00
  • aeeda9d5d2 Disable globalization support. Jade Welton 2025-01-13 15:06:58 -08:00
  • 45c0c760e9 Set auth token. Jade Welton 2025-01-13 14:51:48 -08:00
  • a6e9706c02 Comment out env section Jade Welton 2025-01-13 14:42:32 -08:00
  • 50d7eda55b Start of moving nuget actions to use dotnet. Jade Welton 2025-01-13 14:40:18 -08:00
  • 07c4ca9c50 enable/disable per autoscale selection throughput_bucket Sung-Hyun Kang 2025-01-13 09:49:48 -06:00
  • 80781f7c8f fix bugs Sung-Hyun Kang 2025-01-12 22:33:02 -06:00
  • 8a41504949
    Merge 84b30accf658cdfbe5a3394bd7ba51ff2cdd6555 into 2fdb3df4ae0e59a83c2b71fdea060b9ce440dced asier-isayas 2025-01-12 21:53:21 -06:00
  • aa39359460 Added throughput bucketing Sung-Hyun Kang 2025-01-12 21:28:30 -06:00
  • 2fdb3df4ae
    Update to Nuget setup action v2. (#2024) jawelton74 2025-01-10 17:32:12 -08:00
  • ad56ce2692
    Merge 827d3888c006334adb0402acb2aaaf528ff6a81d into 7c9802c07d3ab07bb75d8d66da7ac969b3c2211b jawelton74 2025-01-10 12:43:17 -08:00
  • 7c9802c07d
    Settings Menu Client Refresh Bug Fix, Limit Client Options in APIs (#2023) bogercraig 2025-01-10 12:42:03 -08:00
  • 099b9b4abb Only show retry settings with those APIs using the cosmos client -> NoSQL, Table, Gremlin Craig Boger (from Dev Box) 2025-01-09 14:34:21 -08:00
  • 1d2e56f684 Remove npm install from CI after successful CI run. Craig Boger (from Dev Box) 2025-01-08 15:00:08 -08:00
  • 4605a628ce Attempting to sync package.json and package-lock.json in CI. Craig Boger (from Dev Box) 2025-01-08 14:18:36 -08:00
  • f26ae0f795 Update refresh variable naming. Craig Boger (from Dev Box) 2025-01-08 12:16:50 -08:00
  • a30afd3ba5 Remove unnecessary comments. Craig Boger (from Dev Box) 2025-01-07 16:31:52 -08:00
  • 741c812ca4 Update comparisons in settings menu. Craig Boger (from Dev Box) 2025-01-07 16:14:49 -08:00
  • 2bf4dd65b9 Only refresh client when related settings are changed. Craig Boger (from Dev Box) 2025-01-07 14:24:43 -08:00
  • 36e4b3f2b5 Update client refresh variable after settings change. Craig Boger (from Dev Box) 2025-01-07 12:29:34 -08:00
  • e6c542bbbb Reset hasDataPlaneRbacSettingChanged back to false after cosmos client is refreshed with new settings. Dispose of old client before new one is created. Craig Boger (from Dev Box) 2025-01-06 16:28:48 -08:00
  • 8e3818ccd3 Update to Nuget setup action v2. Jade Welton 2025-01-08 09:28:03 -08:00
  • e5609bd91e
    Update Playwright to latest and rename MongoProxy development endpoint constant (#2022) jawelton74 2025-01-08 07:56:04 -08:00
  • 6a6ec821aa Update Playwright version to latest release due to test setup break. Jade Welton 2025-01-07 09:40:36 -08:00
  • 4ccbedb456 Rename MongoProxy development endpoint constant to be consistent with other endpoints. Jade Welton 2025-01-07 09:10:47 -08:00
  • b18c178af5
    Merge 12442fadfbf3b320e6bef6c6d0817fbb32b0dd75 into 4b75e86b74148e32a53db39f35b10767a94c1b02 Asier Isayas 2025-01-07 01:06:52 -08:00
  • 8d659dbe43
    Merge 0b7cbfbf233f10596e2f5c5e2c78effa0928f226 into 4b75e86b74148e32a53db39f35b10767a94c1b02 sunghyunkang1111 2025-01-06 21:28:23 -08:00
  • 5c7dffec36
    Merge d79ab9d850fc97fb1431d46772ea4153d24ef178 into 4b75e86b74148e32a53db39f35b10767a94c1b02 sunghyunkang1111 2024-12-31 04:42:24 -08:00
  • 2deb433d55
    Merge 702e7662ddf66bcf93e1880da313ce0161b8f487 into 4b75e86b74148e32a53db39f35b10767a94c1b02 SATYA SB 2024-12-27 12:59:05 -08:00
  • 805bf0feb5
    Merge 423481e90a5079c66d9afe2c1f047b03a3eb6849 into 4b75e86b74148e32a53db39f35b10767a94c1b02 Armando Trejo Oliver 2024-12-27 10:18:36 -08:00
  • f9da1c5377
    Merge aa5bde50b647e0f257cc128a115432db81382572 into 4b75e86b74148e32a53db39f35b10767a94c1b02 SATYA SB 2024-12-24 17:39:46 -08:00
  • 72037d85bb
    Merge c13759f3925945dd18180d8a3a3c516c74794aa8 into 4b75e86b74148e32a53db39f35b10767a94c1b02 Asier Isayas 2024-12-24 15:44:54 -08:00
  • dc304fba1f
    Merge feec5fb3e207e4313a903a9dc36f0d16b5eeb0ca into 4b75e86b74148e32a53db39f35b10767a94c1b02 tarazou9 2024-12-23 11:22:07 -08:00
  • 84b30accf6 fix unit tests users/aisayas/tiered-onboarding Asier Isayas 2024-12-20 11:51:48 -05:00
  • c9f84901e7 combined common logic Asier Isayas 2024-12-20 11:40:01 -05:00
  • 2d8336a005 Merge branch 'master' of https://github.com/Azure/cosmos-explorer into users/aisayas/tiered-onboarding Asier Isayas 2024-12-20 11:15:25 -05:00
  • 575ae6b7d7
    Merge 31f245cd438de689f38c07e5d113b85537b2127b into 4b75e86b74148e32a53db39f35b10767a94c1b02 jawelton74 2024-12-20 06:28:59 -08:00
  • b0aa6699a8 assign default throughput based on workload type Asier Isayas 2024-12-19 16:03:10 -05:00
  • aa0b831384
    Merge 272e88f3519408f65eb846206ef98d9a31ae4f3d into 4b75e86b74148e32a53db39f35b10767a94c1b02 Karthik chakravarthy 2024-12-14 09:55:39 -08:00
  • 4b75e86b74
    Remove Network Warning banner from Data Explorer. (#2019) jawelton74 2024-12-12 15:44:28 -08:00
  • 64baef3b91
    Merge 9a1e9f7231573064029a308bc3a04371f71b7877 into abf061089da73571286cb2a8cc055bf003ccf35a Sunil Kumar Yadav 2024-12-12 11:53:07 +00:00
  • f0a210319a Remove Network Warning banner from Data Explorer. Jade Welton 2024-12-11 16:08:16 -08:00