Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b03aba5
Add connect components
Mar 25, 2020
374fc62
Add connect form components
Mar 25, 2020
751847e
Convert components to typescript
Mar 25, 2020
c14a884
Add less file, add imports, translate more js to typescript
Mar 25, 2020
c81c446
Use proper less modules, remove unused actions and store
Mar 27, 2020
1ac5723
Update sidebar leaf and add notes for connection model in iframe
Mar 28, 2020
b710dea
Remove the 'Array' field in arrays
Mar 28, 2020
d0e1863
Add typescript browser safe connection model
Mar 29, 2020
9a67513
Remove tabs from connect form
Mar 29, 2020
b825c66
Add ssh roles, authentication roles, and ssl roles
Mar 30, 2020
b584230
Add auth components and action handlers
Mar 30, 2020
425179f
Add actions for auth strategies
Mar 30, 2020
656bf12
Add help panel, wire connect end to end
Mar 30, 2020
1c2902f
Clean up constants and connection model
Mar 30, 2020
b61dbb8
Remove unused files
Mar 30, 2020
7023a80
Remove ssl and ssh connection details, for now
Mar 30, 2020
963b880
Use toggle from leafy, first styling run
Mar 30, 2020
73f31e0
Add connecting handlers for extension and webview communication
Mar 30, 2020
34deb0f
Format header
Mar 30, 2020
8dcdaa9
Add basic test around showing js file
Mar 30, 2020
952bb80
Remove unused stylesheet and component
Mar 30, 2020
6a5ec61
Remove ssl and ssh components
Mar 30, 2020
e6ecc13
Clean up webpack style loaders
Mar 30, 2020
6976130
Add connection model type to components, improve comments, remove old…
Mar 30, 2020
862d596
Remove built connect form dependency
Mar 30, 2020
7541617
Prettier pass
Mar 30, 2020
0835194
Improve styling with fallbacks for different themes
Mar 31, 2020
1f29102
Remove unused url state item
Mar 31, 2020
c1eb6d0
Use redux for app store
Apr 2, 2020
45f71aa
Remove reflux dependency
Apr 2, 2020
9ab601e
Remove duplicate comment
Apr 2, 2020
0e4ce35
Update help link handlers and create cluster link
Apr 3, 2020
8cf07dd
change connect form output directory to out folder
Apr 3, 2020
62557b4
Improve error messaging on connect failure
Apr 4, 2020
b55329f
Update tests
Apr 5, 2020
8e7c363
Update test string
Apr 5, 2020
118656b
oops fix typo in test
Apr 5, 2020
6aa50d3
Tweaking the test one more timee
Apr 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"mongodb-js/node",
"plugin:react/recommended"
"mongodb-js/react"
],
"parserOptions": {
"ecmaVersion": 2018,
Expand All @@ -24,7 +24,7 @@
]
},
"globals": {
"document": true
"acquireVsCodeApi": true
},
"rules": {
"camelcase": 1,
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ node_modules
*.vsix
.DS_Store
test-results.xml
connect-form
constants.json
.env
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ vsc-extension-quickstart.md
**/tslint.json
**/*.map
**/*.ts
**/*.tsx
.env
26 changes: 0 additions & 26 deletions images/mongodb-original.svg

This file was deleted.

26 changes: 0 additions & 26 deletions images/mongodb.svg

This file was deleted.

12 changes: 12 additions & 0 deletions images/sidebar-leaf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading