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(cli): access team workspace collections and environments #4095

Merged
merged 10 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    25c704a View commit details
    Browse the repository at this point in the history
  2. test: add unit tests

    Migrate test runner to Vitest since Jest has experimental support for ESM.
    jamesgeorge007 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    56a2c51 View commit details
    Browse the repository at this point in the history
  3. test: e2e & unit test suite updates

    - Adds a e2e test new case for inheriting/overriding authorization/headers at each level with multiple child collections.
    - Renames a collection export file under `e2e` test fixtures to follow a consistent convention.
    - Defines a top-level test suite for the `e2e` `test` command suite.
    - Cleanup unit test suite.
    jamesgeorge007 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1a5295a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f452a7 View commit details
    Browse the repository at this point in the history
  5. chore: add JSDoc comments

    Cleanup
    jamesgeorge007 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0af39d3 View commit details
    Browse the repository at this point in the history
  6. chore: fix spelling

    nivedin authored and jamesgeorge007 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a34456b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36eb964 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f64f75 View commit details
    Browse the repository at this point in the history
  9. refactor: eliminate redundancy

    Remove redundant `transformWorkspaceCollection` helper function.
    jamesgeorge007 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4824a6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de64e58 View commit details
    Browse the repository at this point in the history