Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scaleway/scaleway-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.0
Choose a base ref
...
head repository: scaleway/scaleway-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing 327 changed files with 76,355 additions and 7,075 deletions.
186 changes: 186 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
account:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/account/**
- scaleway-async/scaleway_async/account/**


apple-silicon:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/applesilicon/**
- scaleway-async/scaleway_async/applesilicon/**

baremetal:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/baremetal/**
- scaleway-async/scaleway_async/baremetal/**

billing:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/billing/**
- scaleway-async/scaleway_async/billing/**

cockpit:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/cockpit/**
- scaleway-async/scaleway_async/cockpit/**

container:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/container/**
- scaleway-async/scaleway_async/container/**

dedibox:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/dedibox/**
- scaleway-async/scaleway_async/dedibox/**

domain:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/domain/**
- scaleway-async/scaleway_async/domain/**

edge_services:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/edge_services/**
- scaleway-async/scaleway_async/edge_services/**

flexible-ip:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/flexibleip/**
- scaleway-async/scaleway_async/flexibleip/**

function:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/function/**
- scaleway-async/scaleway_async/function/**

iam:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/iam/**
- scaleway-async/scaleway_async/iam/**

instance:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/instance/**
- scaleway-async/scaleway_async/instance/**

iot:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/iot/**
- scaleway-async/scaleway_async/iot/**

ipam:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/ipam/**
- scaleway-async/scaleway_async/ipam/**

jobs:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/jobs/**
- scaleway-async/scaleway_async/jobs/**

k8s:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/k8s/**
- scaleway-async/scaleway_async/k8s/**

key_manager:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/key_manager/**
- scaleway-async/scaleway_async/key_manager/**

load-balancer:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/lb/**
- scaleway-async/scaleway_async/lb/**

marketplace:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/marketplace/**
- scaleway-async/scaleway_async/marketplace/**

mnq:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/mnq/**
- scaleway-async/scaleway_async/mnq/**

rdb:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/rdb/**
- scaleway-async/scaleway_async/rdb/**

redis:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/redis/**
- scaleway-async/scaleway_async/redis/**

registry:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/registry/**
- scaleway-async/scaleway_async/registry/**

sbs:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/block/**
- scaleway-async/scaleway_async/block/**

sdb:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/serverless_sqldb/**
- scaleway-async/scaleway_async/serverless_sqldb/**

secret:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/secret/**
- scaleway-async/scaleway_async/secret/**

tem:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/tem/**
- scaleway-async/scaleway_async/tem/**

vpc:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/vpc/**
- scaleway-async/scaleway_async/vpc/**

vpcgw:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/vpcgw/**
- scaleway-async/scaleway_async/vpcgw/**

webhosting:
- changed-files:
- any-glob-to-any-file:
- scaleway/scaleway/webhosting/**
- scaleway-async/scaleway_async/webhosting/**
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -23,15 +23,15 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry
run: |
pip install poetry
poetry --version
- name: Install dependencies and library
run: poetry install
- name: Check format
run: poetry run ruff format -q
run: poetry run ruff format --check

typing:
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry
run: |
pip install poetry
@@ -75,7 +75,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry
run: |
pip install poetry
@@ -104,7 +104,7 @@ jobs:
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: 3.8
# python-version: "3.10"
# - name: Install poetry
# run: |
# pip install poetry
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry
run: |
pip install poetry
17 changes: 17 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Labeler
uses: actions/labeler@v5
with:
sync-labels: true
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry
run: |
pip install poetry
@@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry
run: |
pip install poetry
Loading