Commit edd07a9
Added feature to check for unsaved files in a folder upon deletion. (#1559)
* Needs testing with live connection. But should fix error.
* added feature to check for unsaved files in folder
* undo changes on diff file
* Update ContentDataProvider.ts
* Update ContentDataProvider.ts
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: ae98ac4
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 774bc8e
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 4b8f211
Signed-off-by: Kishan Patel <[email protected]>
* testing a new fix within the UI and provider.
* removed code from SASContentAdapter and added it to UI and Service layer.
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 877ec93
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 1bf8187
Signed-off-by: Kishan Patel <[email protected]>
* changed to BFS with conccurrrent HTTP requests.
* changes to reduce HTTP requests. needs fixing for depth > 1
* needs upward traversal fix
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 5ef4032
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 3195f1d
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 9166f84
Signed-off-by: Kishan Patel <[email protected]>
* debug
* Update client/src/components/ContentNavigator/ContentDataProvider.ts
Co-authored-by: Wei Wu <[email protected]>
* Update client/src/components/ContentNavigator/ContentDataProvider.ts
Co-authored-by: Wei Wu <[email protected]>
* Update client/src/components/ContentNavigator/ContentDataProvider.ts
Co-authored-by: Wei Wu <[email protected]>
* debug statment removal
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 5da1aa5
Signed-off-by: Kishan Patel <[email protected]>
* prettier formatting.
* linting
* Update index.ts
* feat(ContentNavigator): remove changes from package lock
* Merge branch 'main' into kibpat_VSExt_1136
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 5da1aa5
Signed-off-by: Kishan Patel <[email protected]>
Signed-off-by: Kishan Patel <[email protected]>
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 2c3e6e2
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: ed1cf13
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: b8dbf88
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 0cba768
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: d0c8028
Signed-off-by: Kishan Patel <[email protected]>
* feat(ContentNavigator): resolved comments
Signed-off-by: Kishan Patel <[email protected]>
* feat(ContentNavigator): fixed uriToParentMap logic
Signed-off-by: Kishan Patel <[email protected]>
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 5da1aa5
Signed-off-by: Kishan Patel <[email protected]>
* feat(ContentNavigator): fixed while loop condition
* fix(ContentNavigator) added check for dirty notebooks
* DCO Remediation Commit for Kishan Patel <[email protected]>
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 7b7c95b
I, Kishan Patel <[email protected]>, hereby add my Signed-off-by to this commit: 597cb50
Signed-off-by: Kishan Patel <[email protected]>
* feat(ContentNavigator): removed fallback to allow for more graceful handling
Signed-off-by: Kishan Patel <[email protected]>
---------
Signed-off-by: Kishan Patel <[email protected]>
Signed-off-by: Kishan Patel <[email protected]>
Co-authored-by: Kishan Patel <[email protected]>
Co-authored-by: Wei Wu <[email protected]>1 parent 107895c commit edd07a9
File tree
3 files changed
+127
-1
lines changed3 files changed
+127
-1
lines changedLines changed: 107 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
214 | 218 | | |
215 | 219 | | |
216 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
217 | 227 | | |
218 | 228 | | |
219 | 229 | | |
| |||
444 | 454 | | |
445 | 455 | | |
446 | 456 | | |
| 457 | + | |
447 | 458 | | |
448 | 459 | | |
449 | 460 | | |
| |||
505 | 516 | | |
506 | 517 | | |
507 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
508 | 615 | | |
509 | 616 | | |
510 | 617 | | |
| |||
759 | 866 | | |
760 | 867 | | |
761 | 868 | | |
762 | | - | |
763 | 869 | | |
764 | 870 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
124 | 139 | | |
125 | 140 | | |
126 | 141 | | |
| |||
0 commit comments