Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement sas file system for viya connections #1203

Merged
merged 30 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3e08a4b
chore: stub RestSASServerAdapter
Aug 23, 2024
7ae63a0
chore: add ability to view/open files and folders
Aug 30, 2024
4d47e7d
feat: add ability to create files and folders
Sep 6, 2024
ae71405
feat: allow update/rename of files and folders
Sep 6, 2024
266ba45
chore: implement delete/change explorer -> sas content
Sep 13, 2024
b963716
chore: implement move/paginate results/add error checking
Sep 20, 2024
0247512
chore: implement upload/download/drag drop
Sep 20, 2024
321801e
chore: add comments for unimplemented code
Sep 23, 2024
a59d2fb
chore: update notebook to flow functionality
Sep 27, 2024
d6c9933
chore: fix copyright,tests
Sep 27, 2024
8d1a681
chore: disable recycle bin support for sas server
Sep 27, 2024
9e3dac8
chore: add icons
Sep 27, 2024
0d3da38
chore: adjust todos/comments
Oct 4, 2024
2287ef3
fix: fix move issue
Oct 4, 2024
bdcc4d6
fix: type errors
Oct 4, 2024
7809320
chore: fix mixed download files/folders
Oct 4, 2024
ddef030
chore: fix session issues
Oct 11, 2024
b9bb3a9
fix: fix collapse all
Oct 25, 2024
d406462
fix: fix sas content showing up in server
Oct 25, 2024
341be17
chore: add documentation
Oct 25, 2024
bafebe3
fix: fix file name parsing/folder errors
Oct 25, 2024
039f860
chore: update sidebar position
Oct 28, 2024
5aa6f97
chore: update folder validation
Oct 28, 2024
8b3e24c
fix: fix file creation error/notebook naming
Oct 28, 2024
d040a77
fix: folder validation error
Oct 29, 2024
5f8b69a
chore: address code review comments
Nov 8, 2024
7115d20
fix: fix remaining issues
Nov 11, 2024
afad7aa
chore: update test coverage
Nov 14, 2024
f93ced3
fix: fix rename issues
Nov 15, 2024
d7e2e1b
chore: account for semicolons in move paths
Nov 19, 2024
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
Prev Previous commit
Next Next commit
chore: update sidebar position
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
  • Loading branch information
Scott Dover authored and Scott Dover committed Nov 14, 2024
commit 039f860f33a56588a90d3607b4d24bbb51fdd52c
2 changes: 1 addition & 1 deletion website/docs/Features/accessServer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 3
---

# Accessing SAS Server
Expand Down
2 changes: 1 addition & 1 deletion website/docs/Features/sasCodeEditing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 6
---

# SAS Code Editing Features
Expand Down
4 changes: 4 additions & 0 deletions website/docs/Features/sasNotebook.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 7
---

# SAS Notebook

SAS Notebook is an interactive notebook file that includes markdown code, executable code snippets, and corresponding rich output cells.
Expand Down