Commit Graph

  • 5cdb9d6153 refactor: clean up unused imports and functions in GQLClient and sync modules feat/unified-api-playground nivedin 2026-08-03 21:13:44 +05:30
  • f38fcc7dc0 refactor: name the unified tab service consistently nivedin 2026-08-03 21:10:00 +05:30
  • f6672f965b fix: improve tab management and error handling in old gql page nivedin 2026-08-03 17:27:11 +05:30
  • 51cc2fce18 fix: align GQL response pane sticky folds with REST nivedin 2026-08-03 16:16:49 +05:30
  • 8635930511 fix: let the connection service own GQL test result writes nivedin 2026-08-03 16:12:06 +05:30
  • 3a016a2025 fix: restore protocol drafts with correct identity and dirty state nivedin 2026-08-03 16:08:22 +05:30
  • 4832490420 fix: cancel in-flight REST run before switching to GraphQL nivedin 2026-08-03 15:38:07 +05:30
  • a0ff6feb62 fix(backend): gate GraphQL mock matching on operation-stamped examples nivedin 2026-08-03 15:37:14 +05:30
  • 9071b977d9 chore: drop unused AggregateEnvironment import nivedin 2026-08-03 15:35:40 +05:30
  • 9748467f6b refactor: narrow updateEnvsAfterTestScript to the envs it reads nivedin 2026-08-03 15:35:05 +05:30
  • 2b61b7e08a fix: unified workspace edge cases in load, reorder, save, and protocol switch nivedin 2026-05-20 19:43:09 +05:30
  • 4ad6518727 refactor: remove ReqType parameter from various GraphQL mutations and related functions nivedin 2026-07-29 19:42:28 +05:30
  • 226d989ee3 fix(backend): correct GraphQL mock example resolution “mirarifhasan” 2026-07-29 19:17:18 +06:00
  • 0354205d24 revert(backend): drop type column from TeamCollection and TeamRequest “mirarifhasan” 2026-07-29 18:35:54 +06:00
  • d2f6338eef refactor: streamline logout handling in workspace service and add related tests nivedin 2026-07-29 17:36:27 +05:30
  • 4316131a4c refactor: enhance GQL auth handling and improve tab cleanup logic nivedin 2026-07-29 14:52:46 +05:30
  • da63259e53 refactor: lint fix nivedin 2026-07-28 21:36:07 +05:30
  • cd6ff9f6db test: add unit tests for GraphQL signing authentication and improve request handling nivedin 2026-07-28 21:35:28 +05:30
  • 47af74936f test: add unit tests for EnvironmentsSpotlightSearcherService and enhance HistorySpotlightSearcherService logic nivedin 2026-07-28 20:54:55 +05:30
  • 6ff9ee3e3c refactor: improve layout for better truncation and responsiveness in documentation components nivedin 2026-07-28 20:02:16 +05:30
  • 366fc33c44 refactor: improve layout of protocol switcher for better usability nivedin 2026-07-28 16:21:29 +05:30
  • 8bd873eb3f refactor: enhance workspace switching logic and reset stale team environments nivedin 2026-07-28 16:15:26 +05:30
  • 9224147e90 refactor: enhance folder path display with tooltips for better navigation nivedin 2026-07-28 15:16:19 +05:30
  • 8afc45f1f7 feat(backend): implement GraphQL operation-based matching in mock server nivedin 2026-07-28 15:09:08 +05:30
  • 8bfe39ce2f feat: add GraphQL support to hopp CLI nivedin 2026-07-28 15:07:22 +05:30
  • d8162265be refactor: gql scripting ui, response states, and workspace polish nivedin 2026-07-28 15:05:04 +05:30
  • 265320284e feat: rest-gql protocol switching and tab persistence in unified workspace nivedin 2026-07-28 15:04:17 +05:30
  • 3a64bdbc0b feat: graphql scripting in tab runs and collection runner nivedin 2026-07-28 15:00:54 +05:30
  • 0dbc2e6e11 feat: add script fields and operation stamps to gql request schemas nivedin 2026-07-28 14:54:41 +05:30
  • 2f3ddec079 fix: prevent incorrect success toast for subscription operations in RequestOptions nivedin 2026-07-22 21:19:53 +05:30
  • 195ff52124 fix: remove redundant role attribute from Field component nivedin 2026-07-22 21:07:02 +05:30
  • e4616f99be fix: update GraphQL components for improved functionality and consistency nivedin 2026-07-22 20:36:40 +05:30
  • 5a553a2240 fix: enhance sidebar tab visibility and sharing logic for request-bearing documents nivedin 2026-07-22 19:15:38 +05:30
  • 87ebd13327 fix: persist opposite-protocol shadow drafts in WorkspaceTabsService nivedin 2026-07-22 18:55:41 +05:30
  • 2dd203a394 fix: generate unique reference ID for requests if not provided nivedin 2026-07-22 18:54:36 +05:30
  • 12930188c3 fix: enhance event handling and cleanup in FieldLink and Query components nivedin 2026-07-22 18:54:17 +05:30
  • 7b0c39d23f fix: inherit parent collection type when creating child team collections “mirarifhasan” 2026-07-20 13:15:05 +06:00
  • 12cde9521b fix: add translation for subscription log in English locale nivedin 2026-07-13 19:55:33 +05:30
  • 61b4daa1db fix: validate team request type against its collection on the create path “mirarifhasan” 2026-07-12 01:11:33 +06:00
  • 2c2cb2d3f8 fix: explicitly stamp team request type on the create path “mirarifhasan” 2026-07-10 23:42:49 +06:00
  • 5c0fa61423 fix: enforce collection type and ownership guards on team workspace write paths “mirarifhasan” 2026-07-10 21:51:20 +06:00
  • 791b1cdf8f fix: mark subscription run boundary to prevent event log collisions nivedin 2026-07-10 14:41:05 +05:30
  • 7ee36b2606 fix: stamp gql events with their run's operation type so errors route by identity nivedin 2026-07-10 14:17:47 +05:30
  • 0733530da1 fix: replace stale response with run error instead of appending it nivedin 2026-07-10 13:44:40 +05:30
  • 3b26b9e07e fix: handle unparseable URLs in authParams processing to prevent runtime errors nivedin 2026-07-09 21:13:33 +05:30
  • 2f4388ddb0 fix: deep clone inherited properties in runQuery to prevent mutation during execution nivedin 2026-07-09 21:06:37 +05:30
  • 33771e0d62 fix: freeze gql request at run time so the wire and auth toast agree nivedin 2026-07-09 20:51:53 +05:30
  • f66ca78771 fix: streamline schema download functionality by simplifying filename handling nivedin 2026-07-09 17:51:42 +05:30
  • a18b5f43e7 fix: improve authorization handling for GraphQL subscriptions nivedin 2026-07-09 17:32:58 +05:30
  • 1def5172ad refactor: extract gql schema sidebar content into its own component nivedin 2026-07-09 17:01:18 +05:30
  • fece670c44 fix: update error handling in ResponseMeta and SubscriptionLog components nivedin 2026-07-09 16:12:23 +05:30
  • 90aca34afa fix: shape-check introspection data before building client schema nivedin 2026-07-08 23:04:23 +05:30
  • 94ce216bac fix: integrate team collection service to cascade inherited properties on saved tabs nivedin 2026-07-08 22:12:54 +05:30
  • af08ce58df fix: enhance authentication handling by appending query parameters for introspection requests nivedin 2026-07-08 21:42:10 +05:30
  • add0f80760 fix: update closeTab method to return a boolean indicating success and modify related tab closure logic nivedin 2026-07-08 20:46:04 +05:30
  • dcd775e15b fix: enhance comments for clarity on connection state management and tab disconnection nivedin 2026-07-08 20:26:47 +05:30
  • c3c060291c fix: prevent request firing when authentication is unresolved nivedin 2026-07-08 19:42:44 +05:30
  • 06d9c142f5 fix: unify request name setting for REST and GQL document types nivedin 2026-07-08 19:22:24 +05:30
  • 6f3ba8591b fix: implement poll epoch management to handle schema fetches and prevent state clobbering nivedin 2026-07-08 19:11:01 +05:30
  • 1df645d77e fix: improve error handling and polling for GQL connections nivedin 2026-07-08 16:27:17 +05:30
  • 7717b79cf6 fix: add success toast notification after saving GQL request nivedin 2026-07-08 16:05:29 +05:30
  • 652c88f505 fix: guard legacy gql page against rest-shaped requests from mixed imports nivedin 2026-07-08 15:17:52 +05:30
  • 47d038e387 fix: handle gql requests and unified gql tabs across spotlight searchers nivedin 2026-07-08 15:17:21 +05:30
  • 20701674bf fix: support inherited rest-only auth types in gql runs via shared auth generators nivedin 2026-07-08 15:16:35 +05:30
  • 08305215a7 fix: preserve gql requests and stamp request ref ids on collection import, skip gql in openapi export nivedin 2026-07-08 15:14:25 +05:30
  • 6e998f1aa3 fix: update platform logging for GQL requests and improve error handling in GQLTabConnectionService nivedin 2026-07-02 17:41:47 +05:30
  • e1707cafa1 feat: enhance GQL request handling and connection logic across services nivedin 2026-07-02 16:36:22 +05:30
  • 9f72a21c6f fix: guard request reorder dispatch against getRequestIndex miss nivedin 2026-07-02 14:59:59 +05:30
  • e3e796c74a fix: improve error logging and enhance disconnect logic in GQLTabConnectionService nivedin 2026-06-18 21:22:23 +05:30
  • 509cd5778f fix: make URL field read-only during connection and clean up connection logic nivedin 2026-06-18 20:19:32 +05:30
  • f521e577fe fix: streamline inherited headers mapping to avoid empty arrays nivedin 2026-06-18 19:38:05 +05:30
  • 3d15ff81ad ix(backend): default rootCollectionsOfTeam type filter to REST when omitted “mirarifhasan” 2026-06-18 19:46:48 +06:00
  • a1f2f0f527 Revert "chore: update arg types" “mirarifhasan” 2026-06-18 18:51:47 +06:00
  • 05d9cc565e chore: update arg types “mirarifhasan” 2026-06-18 18:30:35 +06:00
  • 0fd3cc1e53 fix: handle invalid JSON responses during GraphQL introspection nivedin 2026-06-18 17:02:41 +05:30
  • 86ca45eac4 fix(backend): make team collection type args optional for backward compat “mirarifhasan” 2026-06-18 16:17:07 +06:00
  • f2add17ee2 fix: improve keyboard accessibility for GQL argument interaction nivedin 2026-06-18 13:44:49 +05:30
  • 6e203d9c62 fix: ensure proper cleanup of GQL tab connections on page unmount nivedin 2026-06-18 12:38:49 +05:30
  • 7ab1a0c2b7 chore: cleanup nivedin 2026-06-18 12:30:54 +05:30
  • 59ef77e8fb fix(backend): re-enable type checks and fix GQL update arg duplication “mirarifhasan” 2026-06-18 00:01:53 +06:00
  • 1f9f9d295b fix: implement GQL tab cleanup on navigation away from REST workspace nivedin 2026-06-17 20:33:56 +05:30
  • 0920054883 chore: improve GQL tab management by adding cleanup for discarded tabs nivedin 2026-06-17 20:07:48 +05:30
  • ebf066ddbc feat: add error handling for GraphQL introspection disabled scenario nivedin 2026-06-17 19:16:30 +05:30
  • 1500a18f99 chore: enhance GQL and REST conversion logic for better default handling nivedin 2026-06-16 20:46:46 +05:30
  • d6f349072a chore: skip gql cli run with warning nivedin 2026-06-10 19:03:55 +05:30
  • 88927dbd1c feat: add collection runner to unified gql collection nivedin 2026-06-10 15:54:57 +05:30
  • 967a3f7c67 chore: add settings toggle to enable unified gql workspace nivedin 2026-06-10 12:49:54 +05:30
  • 5e35799c56 chore: add share feature to gql request nivedin 2026-05-22 21:29:48 +05:30
  • 645def7588 chore: delete unused teamcollection adapter nivedin 2026-05-22 19:10:19 +05:30
  • 2a8c038ae7 chore: add support to gql history in unified workspace nivedin 2026-05-22 19:07:47 +05:30
  • 44d4dd88c4 fix(gql): sticky URL/tab strip and scope codemirror scroll nivedin 2026-05-21 21:51:28 +05:30
  • 623b303bfc feat(gql): overhaul subscription protocol and loading UX nivedin 2026-05-21 21:48:57 +05:30
  • d4041cbc06 chore: add response example flow for gql request nivedin 2026-05-21 18:33:36 +05:30
  • 68b3f536aa chore: update gql version nivedin 2026-05-21 13:30:33 +05:30
  • 071ab1c829 chore: add documentation and bump gql version nivedin 2026-05-20 21:03:00 +05:30
  • 422c8810d7 fix: unified workspace edge cases in load, reorder, save, and protocol switch nivedin 2026-05-20 19:43:09 +05:30
  • 5e2776e667 fix: type issue “mirarifhasan” 2026-05-20 20:19:10 +06:00
  • b8276db867 fix: class-validator issue in updateRESTUserRequest “mirarifhasan” 2026-05-20 16:57:32 +06:00
  • 0ddb641c9f chore: sidebar remount issue nivedin 2026-05-20 13:29:35 +05:30
  • 9c497f4bc8 chore: add new gql compoennt with UI update nivedin 2026-05-19 19:58:54 +05:30