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: support recycle bin in content navigation #152 #176

Closed
wants to merge 15 commits into from

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    9177b33 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    e617f6f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump esbuild from 0.17.11 to 0.17.12 (sassoftware#181)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.11 to 0.17.12.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.17.11...v0.17.12)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3c1e82f View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump webpack from 5.75.0 to 5.76.2 (sassoftware#180)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.2.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.75.0...v5.76.2)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0b123d1 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @typescript-eslint/eslint-plugin (sassoftware#179)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.54.1 to 5.55.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4c03200 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 (sassoftware#178)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.4...2.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    04593ef View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 (sassoftware#177)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    51a73da View commit details
    Browse the repository at this point in the history
  7. fix: reconnect to sas content on 401 error (sassoftware#171)

    **Summary**
    This fixes an issue where session invalidation caused issues with displaying files and folders (see sassoftware#163). This addresses the issue by triggering a reconnect when a 401 (Unauthorized) error is encountered.
    
    **Testing**
     - Tested using SAS content as one normally would
     - Left the extension unattended for several hours, and made sure SAS content was refreshed
    scottdover authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a1e20e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    1f605a0 View commit details
    Browse the repository at this point in the history
  2. fix: improve the new file/folder name validator (sassoftware#156) (sa…

    …ssoftware#162)
    
    * fix: improve the new file/folder name validator (sassoftware#156)
    boyce-w authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    26339ae View commit details
    Browse the repository at this point in the history
  3. fix: reset ready timeout on successful connection (sassoftware#160)

    * fix: reset ready timeout on success
    
    * feat: sinon types
    
    * add sinon types to aid with type safety
    * refactor contentdataprovider tests to use types
    * add ts-sinon library to add with stubbing of interfaces
    
    * add unit tests for ssh connection provider
    
    * remove only function from ssh suite
    
    * stub axios interceptor
    
    * fix: use stream.close when closing session
    
    * use arrow functions
    * visibility modifiers on class functions
    * refactor listeners into discreet methods
    
    * Update client/test/connection/ssh/index.test.ts
    
    Co-authored-by: Scott Dover <scott@scottdover.com>
    
    * Update client/test/connection/ssh/index.test.ts
    
    Co-authored-by: Scott Dover <scott@scottdover.com>
    
    ---------
    
    Co-authored-by: Scott Dover <scott@scottdover.com>
    smorrisj and scottdover authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    534f0b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    85ccc60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b50075 View commit details
    Browse the repository at this point in the history
  3. fix review issues

    boyce-w committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    693a46c View commit details
    Browse the repository at this point in the history
  4. rebase on latest upstream

    boyce-w committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7ca8ceb View commit details
    Browse the repository at this point in the history