Skip to content

refactor: delete dependencies#97

Merged
bun913 merged 1 commit intomainfrom
refactor/dependencie
Mar 18, 2026
Merged

refactor: delete dependencies#97
bun913 merged 1 commit intomainfrom
refactor/dependencie

Conversation

@bun913
Copy link
Copy Markdown
Owner

@bun913 bun913 commented Mar 18, 2026

Details

  • Delete unnecessary dependencies
  • Delete SSE protocol

@bun913 bun913 self-assigned this Mar 18, 2026
@bun913
Copy link
Copy Markdown
Owner Author

bun913 commented Mar 18, 2026

I confirmed that it worked well

┌──────────────────┬────────┬──────────────────────────────┐
  │       Tool       │ Status │           Details            │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getProjects      │ PASS   │ 4 projects                   │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getProject       │ PASS   │ project_id=1                 │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getSuites        │ PASS   │ suite_id=1                   │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getSections      │ PASS   │ limit=3, _links.next present │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ addCase          │ PASS   │ case_id=2313                 │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getCase          │ PASS   │ Title verified               │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ updateCase       │ PASS   │ Title updated                │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ addRun           │ PASS   │ run_id=19                    │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getRun           │ PASS   │ Run details OK               │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getRuns          │ PASS   │ limit=3, pagination OK       │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getTests         │ PASS   │ Retrieved (large payload)    │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ addResultForCase │ PASS   │ result_id=4503               │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getResultsForRun │ PASS   │ 1 result                     │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ addPlan          │ PASS   │ plan_id=20                   │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getMilestones    │ PASS   │ 5 milestones                 │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getSharedSteps   │ PASS   │ 0 shared steps               │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getCaseTypes     │ PASS   │ 12 types                     │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ getCaseFields    │ PASS   │ 12 fields                    │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ deleteCase       │ PASS   │ case_id=2313 deleted         │
  ├──────────────────┼────────┼──────────────────────────────┤
  │ updateRun        │ PASS   │ description updated          │
  └──────────────────┴────────┴──────────────────────────────┘

@bun913 bun913 merged commit e1e5aaa into main Mar 18, 2026
1 check passed
@bun913 bun913 deleted the refactor/dependencie branch March 18, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant