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

Ykeremy/add ie proxy #663

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Ykeremy/add ie proxy #663

merged 3 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. 🔄 synced local 'skyvern/' with remote 'skyvern/'

    <!-- ELLIPSIS_HIDDEN -->
    
    | 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 019e6fa96bac1f47da47e4172ae0748de3f5d076  |
    |--------|--------|
    
    ### Summary:
    Added support for Irish residential proxies by updating configuration files, schemas, and scripts.
    
    **Key points**:
    - Added `WEBSHARE_IO_RESIDENTIAL_PROXY_USERNAME_IE` to `.env.cloud.example` and `cloud/config.py`.
    - Created Alembic migration script `alembic/versions/2024_07_31_0918-3700f75db669_add_residential_ie_to_proxylocation_enum.py` to add `RESIDENTIAL_IE` to `ProxyLocation` enum.
    - Updated `cloud/webeye/proxy.py` to handle `RESIDENTIAL_IE` in `build_proxy_config_webshare_io` and `build_proxy_config` functions.
    - Updated multiple infrastructure JSON files (`infra/job-definition-production.json`, `infra/job-definition-staging.json`, `infra/scraping-definition-sandbox.json`, `infra/task-definition-production.json`, `infra/task-definition-staging.json`, `infra/workflow-job-definition-production.json`, `infra/workflow-job-definition-staging.json`) to include `WEBSHARE_IO_RESIDENTIAL_PROXY_USERNAME_IE`.
    - Updated `skyvern/forge/sdk/schemas/tasks.py` to include `RESIDENTIAL_IE` in `ProxyLocation` enum.
    
    ----
    Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
    
    <!-- ELLIPSIS_HIDDEN -->
    ykeremy committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    22c516a View commit details
    Browse the repository at this point in the history
  2. Add alembic migration

    ykeremy committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1374951 View commit details
    Browse the repository at this point in the history
  3. Revert unrelated changes

    ykeremy committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bdb5125 View commit details
    Browse the repository at this point in the history