Steve Faulkner
46cca859e3
Add more files to strict mode ( #93 )
2020-07-21 12:14:55 -05:00
Steve Faulkner
574fdcaf37
Remove Pane Stubs ( #102 )
2020-07-21 09:23:51 -05:00
Steve Faulkner
eab6506940
Remove Explorer Stub and ViewModel.Explorer ( #101 )
2020-07-20 12:59:40 -05:00
Srinath Narayanan
050da28d6e
Added support for custom image upload during publish to Gallery ( #99 )
...
* Added support for custom image upload
- Dropdown gives an option for URL or image upload
- Preview shows how the card will be displayed in the gallery
- base64 converted image stored in metadata document
- Max limit is 1.5MiB for the image
* fixed lint errors
* addressed PR comments
- Added test
* added snapshot
* fixed failing test
2020-07-17 15:32:39 -07:00
Steve Faulkner
ffae9baca2
Tabs CSS Hotfix and hash CSS file contents ( #98 )
...
Co-authored-by: Victor Meng <vimeng@microsoft.com>
2020-07-16 20:35:18 -05:00
Tanuj Mittal
e491c1a042
Use gallery.html instead of /gallery/index.html as endpoint ( #94 )
2020-07-15 23:41:05 -07:00
Steve Faulkner
444e25c086
More Spark UI Cleanup ( #89 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-15 16:59:04 -05:00
Steve Faulkner
99c6a7ebcc
Make explicit any an error ( #81 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-15 16:21:50 -05:00
Tanuj Mittal
b1e20796c2
Updates to standalone gallery ( #91 )
...
* Add hyperlink icon for links in DialogComponent
* Use a Cosmos DB image for sample Persona
* Fix tests
* Update standalone gallery behavior to match DE gallery
* Use /gallery endpoint for gallery
* Update Gallery Card style to remove buttons in standalone mode
* Address comments
* Add text banner
MPAC-2020-07-15
2020-07-15 13:58:43 -07:00
Srinath Narayanan
543ae9fe4a
Added infinite progress bar when gallery read-only notebook viewer loads ( #90 )
...
* Added infinite progress bar when gallery notebook content loads
- reused infinite progress bar from magic commands
* made single quotes to double quotes
* formatting changes
* updated state
* changed to ProgressIndicator
* undo packgae.json change
2020-07-15 09:53:06 -07:00
Tanuj Mittal
db0b478eb0
Fix gallery card list bug ( #87 )
2020-07-15 09:27:27 -07:00
Steve Faulkner
f6938f5ec5
Add deployment status CLI utility ( #86 )
2020-07-15 07:49:06 -05:00
Steve Faulkner
9affc34301
Initial Pass at Accessibility Checks in CI ( #88 )
2020-07-14 23:01:28 -05:00
victor-meng
15953da51e
Fix indexing off not working for SQL and graph free tier accounts ( #85 )
2020-07-13 10:54:59 -07:00
Steve Faulkner
15f9146ac9
Remove correlation iframe ( #83 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-13 09:41:41 -05:00
victor-meng
35dcc17768
Fix styling issues with tabs manager ( #84 )
MPAC-2020-07-13
PROD-2020-07-15
2020-07-10 15:08:38 -07:00
Tanuj Mittal
dcd6e0361c
Add hideInputs query param in notebookViewer and other minor updates ( #82 )
...
* Add hideInputs query param in notebookViewer
* Fix test and other minor changes
* Make GalleryHeaderComponent more functional
2020-07-10 14:23:53 -07:00
Steve Faulkner
9bdf7e0cce
Further decrease runner frequency
2020-07-09 20:39:35 -05:00
Steve Faulkner
a033bcb360
Decrease runner frequency
2020-07-09 16:21:34 -05:00
victor-meng
4068a9fbaa
Create tabs manager and refactor tab related logic ( #66 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2020-07-09 13:53:37 -07:00
Steve Faulkner
326bd4f494
Initial pass at removing old spark code ( #80 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-09 10:49:27 -05:00
Tanuj Mittal
5a1dd42395
Add top bar in standalone gallery and notebook viewer ( #76 )
...
* Add top bar in standalone gallery
* Address review comments
2020-07-08 12:40:47 -07:00
vchske
955d08e4d0
Added a different message if the account is free tier ( #69 )
...
* Added a different upsell message if the account is free tier
* Fixing prettier and unit tests
2020-07-08 10:02:47 -07:00
Steve Faulkner
512f56c28a
Update to Boostrap 3.4.1 ( #78 )
2020-07-08 10:23:30 -05:00
Steve Faulkner
604f87f318
Upgrade to TypeScript 3.9 ( #75 )
2020-07-08 10:12:49 -05:00
Steve Faulkner
00bb39deb4
Upgrade to jQuery 3.5.1 ( #77 )
2020-07-08 09:48:15 -05:00
Steve Faulkner
42bee92e7a
Remove old static JS and image files ( #79 )
...
* Remove old static JS and image files
* Add back images that may be used
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-08 09:47:57 -05:00
Vignesh Rangaishenvi
a08890aadf
Ability to skip resource validation with RP calls ( #73 )
...
* Support ability to skip resource validation
* Use request options
2020-07-07 14:31:19 -07:00
Tanuj Mittal
84ea3796ec
Remove enableGallery feature flag ( #68 )
...
* Remove enableGallery feature flag
* Fix bugs
* Add tests to increase coverage
* Move favorites functionality behind feature.enableGalleryPublish flag
* Show code cells in NotebookViewer
* Use cosmos db logo as persona image for sample notebook gallery cards
* Update gallery card snapshot to fix test
MPAC-2020-07-06
2020-07-06 12:10:26 -07:00
Laurent Nguyen
27024ef75c
Initial implementation of a generic UI component ( #61 )
...
* Add generic component
* Add validation. Rename to widgetRenderer
* Remove test code from splash screen
* Clean up infobox
* Fix styling/layout
* Move test code into unit test
* Replace <input> and <labe> by <TextField> and <Text> respectively. Fix style.
* Replace InfoBoxComponent with UI fabric MessageBar. Fix styling for TextField
* Use MessageBar for error message
* Rename WdigetRendererComponent to SmartUiComponent
2020-07-06 17:16:43 +02:00
Laurent Nguyen
3f34936acd
Add more files to strict compile. Update CONTRIBUTING.md ( #63 )
...
* Add more files to strict compile. Update CONTRIBUTING.md to recommend FluentUI use
* Remove eslint-disable and use non-null assertion
2020-07-06 17:16:24 +02:00
Steve Faulkner
c51a55013c
Upload screenshot for runner failures ( #72 )
2020-07-02 09:58:36 -05:00
Steve Faulkner
9a95c7d069
Update @azure/cosmos SDK to 3.7.4 ( #67 )
2020-06-30 18:32:19 -05:00
Steve Faulkner
ec07ff05a4
Bundle config.json with published nugets ( #64 )
...
Co-authored-by: Vignesh Rangaishenvi <virangai@microsoft.com>
Co-authored-by: Tanuj Mittal <tamitta@microsoft.com>
MPAC-2020-06-30
PROD-2020-07-06
2020-06-30 13:49:14 -05:00
Tanuj Mittal
7512b3c1d5
Notebooks Gallery ( #59 )
...
* Initial commit
* Address PR comments
* Move notebook related stuff to NotebookManager and dynamically load it
* Add New gallery callout and other UI tweaks
* Update test snapshot
2020-06-30 11:47:21 -07:00
vchske
dd199e6565
Fixing errors in mongo document tab ( #58 )
...
* This fixes an issue where errors when editing documents in an API for MongoDB endpoint would not be presented in the UI.
* Changing null to undefined in several places
* Fixed style issue.
Unignored MongoProxyClient.ts from full lint
* More linter issues since the removal from lint ignore
2020-06-29 16:02:31 -07:00
Laurent Nguyen
8200cc521f
Switch to Graph explorer gremlin queries to use id and pk inside single quoted strings ( #57 )
2020-06-26 16:52:54 +02:00
Laurent Nguyen
1d3b672a14
Fix focus to match portal ( #56 )
2020-06-26 16:52:28 +02:00
Steve Faulkner
e5fc6f2022
Runner Tweaks ( #62 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-06-25 18:59:44 -05:00
Steve Faulkner
3bf42b23dd
Initial Portal Runner ( #51 )
2020-06-24 14:07:01 -05:00
Steve Faulkner
d22cb598a9
Fix Typo ( #54 )
2020-06-24 13:35:30 -05:00
Steve Faulkner
269ea6a349
Add Additional Lint Rules ( #55 )
2020-06-23 10:45:51 -05:00
Laurent Nguyen
123902e7ee
Allow multi-line input for query box in Graph ( #41 )
2020-06-23 09:35:16 +02:00
Steve Faulkner
bccebaade5
Update Webpack Plugins ( #50 )
2020-06-18 08:39:47 -05:00
Laurent Nguyen
9fedf63a77
Show splash screen for all accounts ( #44 )
2020-06-18 10:36:05 +02:00
Laurent Nguyen
4abfcc5e25
Fix graph tab height issue (bottom part too low and occluded by notification bar) ( #48 )
MPAC-2020-06-17
PROD-2020-06-25
2020-06-17 12:17:22 -05:00
Laurent Nguyen
3d9256abc6
Add contribution guidelines ( #40 )
2020-06-17 08:48:39 +02:00
Steve Faulkner
7f1355b1a4
Linting Updates ( #47 )
2020-06-16 09:21:44 -05:00
Tanuj Mittal
3eff440680
Remove unused Telemetry Actions and update comment ( #18 )
2020-06-15 10:35:02 -07:00
Steve Faulkner
4da0887e5e
End to End CI Test for Mongo and SQL ( #33 )
...
Co-authored-by: Ashwin Kumar M <v-asmuth@microsoft.com>
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-06-15 11:25:59 -05:00