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

refactor(workspaces): provider additions for collections under personal workspace #3859

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    175ab50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc726d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e4ea5 View commit details
    Browse the repository at this point in the history
  4. refactor: unify markup

    jamesgeorge007 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a797a04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7542d23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84078e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e44639 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    726a816 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c17c22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4754db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d92965 View commit details
    Browse the repository at this point in the history
  12. refactor: eliminate collectionID from tab saveContext

    Collection ID can be inferred from request ID by removing last index from the path.
    jamesgeorge007 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6f0f159 View commit details
    Browse the repository at this point in the history
  13. refactor: eliminate parentCollectionID field from `RESTCollectionVi…

    …ewRequest` type
    
    Collection ID serves the purpose.
    jamesgeorge007 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6801805 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93664ed View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    d2daf7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ca22f View commit details
    Browse the repository at this point in the history
  3. fix: duplicate collection in search results

    Ensure the entire collection tree is rendered if the search query matches a collection name.
    jamesgeorge007 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    98e761e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cd404f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbb9d56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0c12f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    845db07 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    c5e1e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89aedb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bff8b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cd801c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. refactor: persist request handles under tab saveContext

    Only the IDs (workspace, provider & request IDs) to restore the handle are stored under `localStorage` and the handle is restored back at runtime.
    jamesgeorge007 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    854ffa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. refactor: introduce writable handles to signify updates to handle ref…

    …erences
    
    A special list of writable handles is compiled in a list while issuing handles (request/collection creation, etc). Instead of manually computing the tab and toggling the dirty state, the writable handle is updated (changing the type to invalid on request deletion) and the tab with the request open can infer it via the update reflected in the request handle under the tab save context (reactive update trigger).
    jamesgeorge007 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a104ebb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. fix: make writable handle operate on refs within the `createRESTReque…

    …st` method
    
    Wrap the request handle data in a `ref` and make the writable handle operate over it ensuring reactive updates are received.
    jamesgeorge007 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    df1add3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d83a1e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    53b0d22 View commit details
    Browse the repository at this point in the history
  2. refactor: consider request handles with tab saveContext resolution fo…

    …r collection move/reorder actions
    jamesgeorge007 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    95039cc View commit details
    Browse the repository at this point in the history
  3. refactor: move tab saveContext resolution associated with actions on …

    …collections to be based on request handles
    jamesgeorge007 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c3e59d3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. refactor: persist only request handles under tab saveContext at run…

    …time
    
    Remove provider, workspace and request IDs.
    jamesgeorge007 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    08a9024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48792d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcea882 View commit details
    Browse the repository at this point in the history
  4. refactor: better tab dirty check

    Mark the tab (saved request under a collection) as not dirty if the request contents are reset to the value since previous save.
    jamesgeorge007 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4b49ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ec50b5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. refactor: handle updates post move request action

    - Filter out duplicate issued handle entries.
    - Move from `getAffectedIndexes` helper function to a custom implementation for updating affected request indices.
    jamesgeorge007 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1efd7c2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    e878b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f086a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4d204b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    fd2d240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256cede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c388f6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    67fe78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97167c0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. fix: empty state primary action for root collections

    Ensure child collections are created instead of the action resulting in new root collections.
    jamesgeorge007 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0a2efe1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix: resolve edge cases about moving collections under its sibling

    - Increase test coverage.
    - Move store mock data under `__tests__/__mocks__`.
    - Rephrase test descriptions.
    jamesgeorge007 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    37531bd View commit details
    Browse the repository at this point in the history