[PR #171] [MERGED] refactor: ferry #1501

Closed
opened 2026-04-19 13:24:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/171
Author: @pd4d10
Created: 1/23/2021
Status: Merged
Merged: 1/25/2021
Merged by: @pd4d10

Base: mainHead: ferry


📝 Commits (1)

📊 Changes

50 files changed (+315055 additions, -112505 deletions)

View changed files

📝 build.yaml (+51 -31)
📝 ios/Podfile.lock (+1 -7)
ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (+8 -0)
lib/github.schema.json (+0 -99201)
lib/graphql/gh.dart (+0 -8007)
lib/graphql/gh.g.dart (+0 -3320)
lib/graphql/gh_commits.graphql (+0 -60)
lib/graphql/gh_issues.graphql (+0 -43)
lib/graphql/gh_open_issue.graphql (+0 -12)
lib/graphql/gh_pulls.graphql (+0 -43)
lib/graphql/gh_repo.graphql (+0 -101)
lib/graphql/gh_repos.graphql (+0 -70)
lib/graphql/gh_user.graphql (+0 -239)
lib/graphql/gh_users.graphql (+0 -101)
lib/graphql/github.ast.gql.dart (+4983 -0)
lib/graphql/github.data.gql.dart (+21016 -0)
lib/graphql/github.data.gql.g.dart (+123364 -0)
lib/graphql/github.graphql (+1020 -0)
lib/graphql/github.req.gql.dart (+1789 -0)
lib/graphql/github.req.gql.g.dart (+13731 -0)

...and 30 more files

📄 Description

Use ferry to handle GitHub GraphQL API


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pd4d10/git-touch/pull/171 **Author:** [@pd4d10](https://github.com/pd4d10) **Created:** 1/23/2021 **Status:** ✅ Merged **Merged:** 1/25/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `ferry` --- ### 📝 Commits (1) - [`cabb263`](https://github.com/pd4d10/git-touch/commit/cabb263c8a871b24ad8225227db9d6a994647f62) refactor: ferry ### 📊 Changes **50 files changed** (+315055 additions, -112505 deletions) <details> <summary>View changed files</summary> 📝 `build.yaml` (+51 -31) 📝 `ios/Podfile.lock` (+1 -7) ➕ `ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist` (+8 -0) ➖ `lib/github.schema.json` (+0 -99201) ➖ `lib/graphql/gh.dart` (+0 -8007) ➖ `lib/graphql/gh.g.dart` (+0 -3320) ➖ `lib/graphql/gh_commits.graphql` (+0 -60) ➖ `lib/graphql/gh_issues.graphql` (+0 -43) ➖ `lib/graphql/gh_open_issue.graphql` (+0 -12) ➖ `lib/graphql/gh_pulls.graphql` (+0 -43) ➖ `lib/graphql/gh_repo.graphql` (+0 -101) ➖ `lib/graphql/gh_repos.graphql` (+0 -70) ➖ `lib/graphql/gh_user.graphql` (+0 -239) ➖ `lib/graphql/gh_users.graphql` (+0 -101) ➕ `lib/graphql/github.ast.gql.dart` (+4983 -0) ➕ `lib/graphql/github.data.gql.dart` (+21016 -0) ➕ `lib/graphql/github.data.gql.g.dart` (+123364 -0) ➕ `lib/graphql/github.graphql` (+1020 -0) ➕ `lib/graphql/github.req.gql.dart` (+1789 -0) ➕ `lib/graphql/github.req.gql.g.dart` (+13731 -0) _...and 30 more files_ </details> ### 📄 Description Use [ferry](https://ferrygraphql.com/) to handle GitHub GraphQL API --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 13:24:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#1501