8000 Decouple dependencies for all connectors except EXCEL and PPT by lyutvs · Pull Request #973 · wrtnlabs/connectors · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Decouple dependencies for all connectors except EXCEL and PPT #973

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

Merged
merged 5 commits into from
Mar 27, 2025

Conversation

lyutvs
Copy link
Contributor
@lyutvs lyutvs commented Mar 27, 2025

This pull request includes several changes to the codebase, primarily focusing on removing dependencies on the @wrtnlabs/connector-aws-s3 and @wrtnlabs/connector-google packages, and replacing them with shared utilities and direct usage of the googleapis package. Additionally, there are updates to the connectors list and various refactorings to improve code maintainability.

Dependency and Service Refactoring:

Google Service Removal and Refactoring:

Connectors List Update:

  • connectors-list.json: Removed @wrtnlabs/connector-google and @wrtnlabs/connector-image, added @wrtnlabs/connector-youtube-official-search and @wrtnlabs/connector-youtube-transcript, and updated the version. [1] [2] [3]

Workflow Update:

@lyutvs lyutvs self-assigned this Mar 27, 2025
@lyutvs lyutvs requested a review from 8471919 March 27, 2025 07:22
Comment on lines 76 to 83
steps:
- name: Checkout code
uses: actions/checkout@v4 # 코드 재체크아웃하여 package.json 확보


- name: Download build artifact
uses: actions/download-artifact@v4
with:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this unnecessary space.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you revert the commit about DallE3? i worked already this.

* Request to reissue Google access token
*/
private async refreshAccessToken(): Promise<string> {
const client = new google.auth.OAuth2(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the googleapis dependency to package.json about all the google monorepo packages that use the googleapis package.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No touch the provider. revert please!

@8471919 8471919 merged commit bcbdfc1 into main Mar 27, 2025
1 check failed
@8471919 8471919 deleted the feat/connector_dependency branch March 27, 2025 09:22
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.

2 participants
0