-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement sas file system for viya connections (#1203)
**Summary** This adds sas file system support for viya connections. Notable changes include: - Introducing a `canRecycleResource` function to sas content adapter. This allows us to make a determination about whether or not we should show a dialog for deleted files. Since SAS file system doesn't support recycle bin, we show the deletion message every time a file is deleted (since it's a permanent deletion) - Creates a distinct connection for `NotebookConverter` for connecting to sas studio (instead of re-using content model's connection) - Favorites are not implemented in this pull request and will be implemented in a future PR **Testing** - [x] File/folder creation - [x] Create file/folder w/ context menu - [x] Create file/folder by upload - [x] Create file/folder by drag & drop (create multiple files) - [x] File/folder deletion - [x] Test file deletion with context menu - [x] Test multi-file deletion with context menu - [x] File/folder updates - [x] Test updating file/folder name - [x] Test updating file contents - [x] Test moving file/folder (multiple files/folders) - [x] Test downloading files/folders - [x] Make sure refresh works as expected - [x] Make sure connections are automatically refreshed after they become stale - [x] Make sure a sas notebook file can be converted to a flow (test with sas content as well) - [x] Make sure we're displaying all files/folders for sas server and that items are sorted by type (directories before files), then alphabetically - [x] Make sure we can collapse all folders **TODOs** - [x] Update CHANGELOG - [x] Update `matrix.md` with details about sas server
- Loading branch information
1 parent
076a436
commit 74d93ad
Showing
40 changed files
with
1,181 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.