victor-meng
98fb7a5fd6
Upgrade JS SDK version to 3.16.1 ( #1287 )
2022-06-03 13:19:29 -07:00
chandrasekhar gunturi
e34f68b162
adding Materializedviews under selfserve ( #1247 )
...
* adding Materializedviews under selfserve
* ran npm format & fixed few links
* modified required key & changed URLs
* modifying links to aka.ms
* modifying few descriptions
* Delete VSWorkspaceState.json
* Delete .suo
* modifying URLs & adding missing keys
Co-authored-by: Chandra sekhar Gunturi <chguntur@microsoft.com>
2022-06-03 12:51:54 +05:30
victor-meng
7ab57c9ec4
Add telemetry for new quick start ( #1285 )
2022-06-01 15:26:10 -07:00
victor-meng
7e1343e84f
Add check of account creation time to show carousel ( #1284 )
...
Co-authored-by: artrejo <ato9000@users.noreply.github.com>
2022-06-01 15:25:56 -07:00
victor-meng
46ca952955
Add condition for showing quick start carousel ( #1278 )
...
* Add condition for showing quick start carousel
* Show coach mark when carousel is closed
* Add condition for showing quick start carousel and other UI changes
* Fix compile error
* Fix issue with coach mark
* Fix test
* Add new sample data, fix link url, fix e2e tests
* Fix e2e tests
2022-05-23 20:52:21 -07:00
Srinath Narayanan
d13b7a50ad
phoenix errors added ( #1272 )
2022-05-23 16:28:45 +05:30
victor-meng
dfd5a7c698
Use undefined as the partition key value when deleting and updating documents ( #1274 )
2022-05-20 16:39:21 -07:00
victor-meng
2ab60a7a40
Add connect tab for new quick start ( #1273 )
...
* Add connect tab
* Error handling
* Add button to open quick start blade
* Handle scenario where user don't have write access
2022-05-20 16:38:38 -07:00
victor-meng
dc83bf6fa0
Update recent items UI and add to new home page ( #1275 )
...
* Update recent items UI and add to new home page
* Update text and links for different APIs
* Update home page text and carousel images
2022-05-20 16:37:50 -07:00
victor-meng
c2f3471afe
Add carousel for quick start ( #1271 )
...
* Add carousel for quick start
* Put carousel behind feature flag
* Install type definition for react-youtube
* Install type definition for react-youtube
* Remove @types/youtube-player
* Move feature flag outside of quickstarttutorial component
2022-05-16 18:23:54 -07:00
victor-meng
60525f654b
Add teaching bubbles after creating sample DB ( #1270 )
...
* Add teaching bubbles after creating sample DB
* Add teaching bubble while creating sample container
* Remove test code
* Update tests and always show teaching bubbles in add collection panel when launched from quick start
* Fix snapshot
2022-05-16 17:45:50 -07:00
victor-meng
37122acc33
Fix issue with reading and saving mongo documents with shard key ( #1269 )
2022-05-11 18:12:12 -07:00
victor-meng
0b6bb7a985
Fix stored procedures, UDF, and triggers sometimes don't show up in the resource tree after expanding ( #1267 )
2022-05-05 18:27:13 -07:00
Srinath Narayanan
fcfc52a80c
Added support for multi line descriptions in self serve framework ( #1266 )
...
* Added support for multi line descriptions
* test snapshot change
* addresse pr comments
2022-05-06 00:01:06 +05:30
victor-meng
ebbfc5f517
New quick start - create sample container ( #1259 )
...
* Update links and texts
* Remove unintended change
* Quick start - create sample container
* Small adjustments + fix test
* Hide coach mark behind feature flag
* Add snapshot test for AddCollectionPanel to increase coverage
* Fix snapshot
* Fix snapshot 2...
* Change runner account name
* Change portal runner account name
2022-05-04 18:24:34 -07:00
Armando Trejo Oliver
d05a05716f
Fix Emulator Quick Start Links ( #1255 )
2022-05-04 15:30:48 -07:00
Srinath Narayanan
da1169d0e2
Added publicgallery flight ( #1262 )
...
* added publicgallery flag
* fixed PR comments
2022-05-04 03:50:44 +05:30
victor-meng
27423e2321
Create new home page ( #1257 )
...
* initial commit
* Remove test code
* Rename icon
* Fix feature flag
* Update links and texts
* Remove unintended change
2022-05-02 13:45:54 -07:00
victor-meng
56731ec051
Fix error when reading document with no partition key ( #1256 )
2022-04-27 11:12:57 -07:00
victor-meng
22f7d588a1
Add support for multi-partition key ( #1252 )
2022-04-21 13:37:02 -07:00
Rama krishnan Raghupathy
9e7bbcfab6
Change Headers meant to unblock merge prviate preview customers ( #1251 )
2022-04-14 18:01:11 -07:00
Karthik chakravarthy
cea3978ca6
Make Phoenix enabled based of config context ( #1250 )
...
* Have phoenix enabled based of config context irrespective of hosted or portal explorer
* Add telemetry start and success
* Add error code in failure case
2022-04-12 16:25:24 -04:00
victor-meng
2e3e547a46
Fix scale tab not showing the correct throughput mode and value and remove freetierautoscalethroughput feature flag ( #1245 )
2022-03-31 12:13:08 -07:00
Karthik chakravarthy
06f6df83ad
Add UX for error Information for Phoenix workspace connection ( #1234 )
...
* Add UX for error Information
* update text messages
2022-03-30 08:59:37 -04:00
victor-meng
8b22027cb6
Fix settings tab shows no selected value ( #1237 )
2022-03-25 15:13:56 -07:00
Armando Trejo Oliver
496f596f38
Fix Parent Origin Regex ( #1239 )
...
Not all regex are escaped properly
2022-03-25 12:59:18 -07:00
Mathieu Tremblay
d1587ef033
Update Tab title from 'Items' to id + ' - Items' to make it easier to differentiate ( #1233 )
2022-03-11 15:50:44 -05:00
Karthik chakravarthy
5c8016ecd6
Enable phoenix for MPAC by default, and for PROD will enable phoenix only based on flight ( #1232 )
...
* Enable phoenix to MPAC by default and for prod based on flight
* phoenix flag setting based of configContext
2022-03-01 13:38:30 -05:00
victor-meng
605117c62d
Update autoscale throughput limits ( #1229 )
...
* Change minimum autoscale throughput and default autoscale throughput for free tier account to 1000
* Fix unit tests
* Update snapshot
* Fix cassandra add collection panel
* Address comments
* Add feature flag/flight
* Remove console.log
2022-02-25 18:21:58 -08:00
Tanuj Mittal
7a809cd2bc
Always schedule memory call ( #1231 )
...
* Always schedule memory call
* Memory heart beat issue-fix
Co-authored-by: kcheekuri <kcheekuri@microsoft.com>
2022-02-25 13:41:43 -05:00
Karthik chakravarthy
0a51e24b94
Phoenix UX fixes ( #1230 )
2022-02-25 13:41:13 -05:00
victor-meng
f36a881679
Add List, Map, and Set column types for cassandra ( #1228 )
2022-02-18 15:25:47 -08:00
victor-meng
b7f0548cca
Set toolTip for "Request Charge" and "Showing Results" metrics ( #1212 )
2022-01-31 10:02:04 -08:00
Armando Trejo Oliver
4728dc48d7
Add Mooncake and Fairfax BE and Mongo endpoints to allowed endpoints ( #1213 )
2022-01-28 18:43:34 -08:00
Karthik chakravarthy
9358fd5889
Clean computeV2 code ( #1194 )
...
Cleans compute V2 code used in the Phoenix notebooks flow.
Fix the issue with 'Setup Notebooks' in quick start menu.
2022-01-26 07:31:38 -05:00
Armando Trejo Oliver
f5da8bb276
Validate endpoints from feature flags ( #1196 )
...
Validate endpoints from feature flags
2022-01-24 13:06:43 -08:00
Asier 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 <aisayas@microsoft.com>
2022-01-13 15:27:43 -05:00
victor-meng
66421ad276
Add headers to unblock merge private preview customers ( #1190 )
2022-01-13 11:35:20 -08:00
Deborah Chen
e70fa01a8b
Updating text to match backend value for large partition keys( #1186 )
2022-01-11 10:45:41 -08:00
Srinath Narayanan
79b6f3cf2f
FIxed bugs in JupyterLabAppFactory ( #1187 )
...
* initial commit for closing terminal
* added extra case
* lint changes and hostee explorer fixes
* fixed lint errors
* fixed compile error
* fixed review comments
* modified mongo shell logic
* added cassandra hell changes
* fixed compile error
2022-01-11 18:24:27 +05:30
Srinath Narayanan
b765cae088
Close mongo and casssandra terminal tabs once the shells are exited ( #1183 )
...
* initial commit for closing terminal
* added extra case
* lint changes and hostee explorer fixes
* fixed lint errors
* fixed compile error
* fixed review comments
2022-01-11 01:28:35 +05:30
Srinath Narayanan
591782195d
added phoenixfeatures flag ( #1184 )
2022-01-10 23:40:41 +05:30
Karthik chakravarthy
c7ceda3a3e
Disable auto save for notebooks under temporary workspace ( #1181 )
...
* disable autosave only for temporary notebooks
* Add override epic description
2022-01-10 09:38:54 -05:00
Sunil Kumar Yadav
b19144f792
Fixed querytab corresponding command bar ( #1180 )
...
Co-authored-by: sunilyadav <v-yadavsunil@microsoft.com>
2021-12-27 11:41:42 -08:00
Sunil Kumar Yadav
e61f9f2a38
Fixed inconsistent use of collection id and name ( #1179 )
...
Co-authored-by: sunilyadav <v-yadavsunil@microsoft.com>
2021-12-27 11:40:12 -08:00
Karthik chakravarthy
025d5010b4
Add Pop-up on save click for temporary notebooks ( #1177 )
...
* Disable auto save for notebooks
* Changing auto save interval
* Remove auto save tabwise
* Remove auto save tabwise-1
* update file
2021-12-22 13:15:33 -05:00
Karthik chakravarthy
be28eb387b
Removal of feature flag notebooksTemporarilyDown ( #1178 )
...
* Removal of feature flag notebooksTemporarilyDown
* Update flag
* Add Vnet/Firewall check for enabling phoenix
2021-12-22 13:15:12 -05:00
victor-meng
529202ba7e
Add support for date type to cassandra column types ( #1176 )
2021-12-16 14:51:18 -08:00
vaidankarswapnil
de58f570cd
Fix Radio buttons present under 'Settings' blade like ‘Custom and Unlimited’ along with its label ‘Page options’ are not enclosed in fieldset/legend tag ( #1175 )
...
* Fix a11y setting pane radiobuttons issue
* Update test snapshot issue
* Implemented fieldset and legend for ChoiceGroup in HTML
* cleanup
2021-12-15 12:22:15 -08:00
Sunil Kumar Yadav
6351e2bcd2
fixed unshared collection error for cassandra ( #1172 )
...
* fixed unshared collection error for cassandra
* fixed shared props value
Co-authored-by: sunilyadav <v-yadavsunil@microsoft.com>
2021-12-15 11:56:40 -08:00
Sunil Kumar Yadav
d97b991378
fixed screenreader copy issue ( #1173 )
...
Co-authored-by: sunilyadav <v-yadavsunil@microsoft.com>
2021-12-15 11:54:39 -08:00
Karthik chakravarthy
b7daadee20
Hide commandbar btns when phoenix flag is false ( #1174 )
...
* Hide commandbar btns when phoenix flag is false
* Showing notebooks based on phoenix
2021-12-14 09:02:49 -05:00
Karthik chakravarthy
b327bfd0d6
Update Api end points and add brs for allowlist ( #1161 )
...
* Update Api end points and add brs for allowlist
2021-12-13 09:23:33 -05:00
Karthik chakravarthy
469cd866e0
Bug Bash issues fixes ( #1162 )
...
* Bug Bash issues fixes
* Remove rename from root of Temporary Workspace context menu
* Update comments
* Update comments
2021-12-12 19:41:15 -05:00
victor-meng
ada95eae1f
Fix execute sproc pane textfield focus issue ( #1170 )
...
* Fix execute sproc pane textfield focus issue
* Update snapshot
2021-12-08 15:41:27 -08:00
vaidankarswapnil
8a8c023d7b
Fix Keyboard focus New Database button ( #1167 )
...
* Fix a11y new database button focus issue
* Update test snapshot and other issues
* fix issue for the menu button
* Issue fixed in Splash screen
2021-12-02 20:13:45 -08:00
victor-meng
5d235038ad
Properly update table headers ( #1166 )
2021-11-30 15:36:35 -08:00
Srinath Narayanan
6b4d6f986e
added github test env client id ( #1168 )
2021-12-01 03:38:38 +05:30
Karthik chakravarthy
e575b94ffa
Add phoenix telemetry ( #1164 )
...
* Add phoenix telemetry
* Revert changes
* Update trace logs
2021-11-29 11:22:57 -05:00
vaidankarswapnil
42bdcaf8d1
Fix radio buttons present under 'Settings' blade like ‘Custom and Unlimited’ along with its label ‘Page options’ are not enclosed in fieldset/legend tag ( #1100 )
...
* Fix a11y setting pane radiobuttons issue
* Update test snapshot issue
2021-11-24 20:00:06 -08:00
victor-meng
94a03e5b03
Add Timestamp type to cassandra column types and wrap Timestamp value inside single quotes when creating queries ( #1163 )
2021-11-19 09:55:10 -08:00
victor-meng
1155557af1
Check for -1 throughput cap value ( #1159 )
2021-11-10 21:43:04 -08:00
tarazou9
27a49e9aa9
add juno test3 to allow list ( #1158 )
...
* add juno test3 to allow list
* remove extra line
2021-11-10 17:05:31 +05:30
Srinath Narayanan
fa8be2bc0f
fixed quickstarts ( #1157 )
2021-11-10 17:05:17 +05:30
Karthik chakravarthy
3aa4bbe266
Users/kcheekuri/phoenix heart beat retry with delay ( #1153 )
...
* Health check retry addition
* format issue
* Address comments
* Test Check
* Added await
* code cleanup
2021-11-09 18:08:17 +05:30
siddjoshi-ms
2dfabf3c69
Sqlx currency code fix ( #1149 )
...
* using currency code from fetch prices api
* formatting & linting fixes
* Update SqlX.rp.ts
2021-11-09 00:04:22 +05:30
victor-meng
a3d88af175
Fix throughputcap check ( #1156 )
2021-11-05 10:23:21 -07:00
Srinath Narayanan
5597a1e8b6
Changes to reset container workflow ( #1155 )
...
* reset changes
* undid config context changes
* renamed method
2021-11-04 21:55:41 +05:30
victor-meng
e3d5ad2ce8
Fix ARM api version ( #1154 )
2021-11-02 12:23:48 -07:00
victor-meng
64f36e2d28
Add throughput cap error message ( #1151 )
2021-10-30 19:45:16 -07:00
Srinath Narayanan
4ce1252e58
master/main fix ( #1150 )
2021-10-28 17:08:34 +05:30
Karthik chakravarthy
7d9faec81e
Phoenix runtime - Reset workspace ( #1136 )
...
* Phoenix runtime - Reset workspace
* Format and Lint issues
* Typo issue
* Reset warning text change and create new context on allcation of new container
* Closing only notebook related
* resolved comments from previous PR
* On Schema Analyser allocate call
Co-authored-by: Srinath Narayanan <srnara@microsoft.com>
2021-10-22 10:41:13 -04:00
Karthik chakravarthy
22da3b90ef
Phoenix Reconnect Integration ( #1123 )
...
* Reconnect integration
* git connection issue
* format issue
* Typo issue
* added constants
* Removed math.round for remainingTime
* code refctor for container status check
* disconnect text change
2021-10-22 14:34:38 +05:30
Srinath Narayanan
361ac45e52
Added notebooksDownBanner flight ( #1146 )
...
* set isNotebookEnabled to true
* lint and format fixes
* modified shell enabled
* added notebooks down banner flight
* fixed typo
2021-10-22 13:27:52 +05:30
Srinath Narayanan
8aa764079a
Setting isNotebooKEnabled to true by default ( #1145 )
...
* set isNotebookEnabled to true
* lint and format fixes
* modified shell enabled
2021-10-22 11:48:40 +05:30
victor-meng
55837db65b
Revert "Fix keyboard focus does not retain on 'New Database' button a… ( #1139 )
...
* Revert "Fix keyboard focus does not retain on 'New Database' button after closing the 'New Database' blade via ESC key (#1109 )"
This reverts commit f7e7240010
.
* Revert "Fix ally database panel open issue (#1120 )"
This reverts commit ed1ffb692f
.
2021-10-15 17:36:48 -07:00
victor-meng
9f27cb95b9
Only use the SET keyword once in the update query ( #1138 )
2021-10-15 12:33:59 -07:00
Hardikkumar Nai
271256bffb
resolve_eslint_NodePropertiesComponent ( #921 )
...
* resolve_eslint_NodePropertiesComponent
* address commit
* Open new screen: Screen reader does not pass the 'Copied' information after selecting 'Copy' button.
* resolve lint error
2021-10-12 08:43:35 -07:00
vaidankarswapnil
aff7133095
Fix eslint issues for TableCommands and other files ( #1132 )
2021-10-12 08:07:06 -07:00
Hardikkumar Nai
bfd4948fb9
absulte_path setting ( #984 )
...
* absulte_path setting
* resolve build time error
2021-10-12 07:38:34 -07:00
victor-meng
1c54459708
If unsharded is checked, set partition key to undefined ( #1128 )
2021-10-11 12:09:38 -07:00
Sunil Kumar Yadav
df3b18d585
fixed eslint of NotebookComponentBootstrapper and NotebookReadOnlyRenderer ( #1122 )
2021-10-11 08:29:21 -07:00
Sunil Kumar Yadav
882f0e1554
fixed GraphExplorer.tsx ellint issue ( #1124 )
2021-10-11 08:21:52 -07:00
vaidankarswapnil
b67b76cc87
Fix eslint issues for QueryBuilderViewModal and QueryClauseViewModel ( #1125 )
2021-10-11 08:20:38 -07:00
vaidankarswapnil
734ee1e436
Fix eslint issues for ClauseGroup and ClauseGroupViewModel files ( #1127 )
2021-10-11 07:56:12 -07:00
Sunil Kumar Yadav
ff498b51e2
fixed eslint of Trigger.ts GithubOAuthService.ts etc ( #1126 )
2021-10-11 07:55:21 -07:00
vaidankarswapnil
ed1ffb692f
Fix ally database panel open issue ( #1120 )
2021-10-06 07:53:46 -07:00
Karthik chakravarthy
f7fa3f7c09
Fix Unit Test: Mock the class to its instance ( #1117 )
...
* mock to instance
* Update jest.config.js
Co-authored-by: Jordi Bunster <jbunster@microsoft.com>
2021-10-05 13:06:26 -07:00
Jordi Bunster
6ebf19c0c9
Close tab fixes ( #1107 )
...
* Close tab fixes
Ensure that when promoting a new tab to being the 'active' tab
(as a consequence of, say, closing the active tab) that the newly
promoted tab has a chance to install its buttons and what not.
* Set new active tab even if undefined
2021-10-05 09:25:35 -07:00
Karthik chakravarthy
f968f57543
Allocation of container on demand ( #1097 )
...
* Allocation of container only on demand
* git notebook click emits connect to container and refresh notebooks
* git cleanup local repo
* Reconnect rename and memory heartbeat change
* Fix new notebook click event in case of git login
* Mongo proxy test replace with master file
* code refactor
* format check
* compile errors resolved
* address review comments
* rename environment to workspace
* Added content html rendering in Dialog
* format issue
* Added contentHtml in the dialog which renders jsx element
2021-09-30 12:53:33 -04:00
vaidankarswapnil
6ca8e3c6f4
Fix execute Query 'Results' and 'Query status' section controls gets truncated at 200% resize mode of 'Query1' blade ( #1105 )
...
* Fix a11y querytab results section zoom section issue
* Update test smapshot
* Update test snapshot
* Resolved test case issue
2021-09-27 11:03:01 -07:00
vaidankarswapnil
f7e7240010
Fix keyboard focus does not retain on 'New Database' button after closing the 'New Database' blade via ESC key ( #1109 )
...
* Fix a11y new database button focus issue
* Update test snapshot and other issues
2021-09-23 08:13:18 -07:00
Sunil Kumar Yadav
acc095a482
fixed graph input query JAWS screen reader issue ( #1108 )
2021-09-23 08:11:46 -07:00
Hardikkumar Nai
288e6410f3
Choose Column: Aria Position set is not defined for check box present under choose column dialog box. ( #1104 )
2021-09-23 07:59:10 -07:00
Hardikkumar Nai
9ac3392271
Scale and Settings: 'Learn more' link is not adapting the high contrast mode after applying high contrast theme. ( #1103 )
2021-09-23 07:58:41 -07:00
Sunil Kumar Yadav
9a908dde9a
fixed graph explorer visibility and graph expand keyboard accessibility issue ( #1092 )
...
* fixed graph explorer visibility issue
* fixed graph expand keyboard accessibility issue
2021-09-23 07:57:42 -07:00
siddjoshi-ms
ddd2e63fe7
Telemetry added for calculate cost function ( #1018 )
...
* Added telemetry for sql cost calculation
2021-09-22 09:49:45 -07:00
Hardikkumar Nai
34c59b4872
Scale and Settings: Text content of 'Info status message' and 'Warning' message is not visible properly at high contrast black mode. ( #1090 )
2021-09-22 07:40:18 -07:00
Jordi Bunster
7d28af4fc7
Make these required fields ( #1101 )
2021-09-21 15:50:44 -07:00
Sunil Kumar Yadav
50b99ceb42
fixed horizontal scrollbar issue on 400% resize mode ( #1099 )
2021-09-21 09:06:49 -07:00