-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/python-3.12
- Loading branch information
Showing
69 changed files
with
1,109 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This config file extends the shared Meltano GitHub org stale bot config: | ||
# https://github.com/meltano/.github/blob/main/.github/stale.yml | ||
|
||
_extends: .github | ||
|
||
# In most cases, this file should not be updated. | ||
# Updates to the stale bot config should be shared by all Meltano GitHub repositories. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pip==23.1.2 | ||
pip==23.2 | ||
poetry==1.5.1 | ||
pre-commit==3.3.3 | ||
nox==2023.4.22 | ||
nox-poetry==1.0.2 | ||
nox-poetry==1.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4.6.1 | ||
uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: "3.10" | ||
|
||
|
@@ -56,4 +56,4 @@ jobs: | |
file_glob: true | ||
|
||
- name: Publish | ||
uses: pypa/[email protected].6 | ||
uses: pypa/[email protected].8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,28 @@ name: Test | |
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
paths: | ||
- "cookiecutter/**" | ||
- "samples/**" | ||
- "singer_sdk/**" | ||
- "tests/**" | ||
- "noxfile.py" | ||
- "poetry.lock" | ||
- "pyproject.toml" | ||
- ".github/workflows/test.yml" | ||
- ".github/workflows/constraints.txt" | ||
push: | ||
branches: [main] | ||
paths: | ||
- "cookiecutter/**" | ||
- "samples/**" | ||
- "singer_sdk/**" | ||
- "tests/**" | ||
- "noxfile.py" | ||
- "poetry.lock" | ||
- "pyproject.toml" | ||
- ".github/workflows/test.yml" | ||
- ".github/workflows/constraints.txt" | ||
workflow_dispatch: | ||
inputs: {} | ||
|
||
|
@@ -45,7 +65,7 @@ jobs: | |
poetry --version | ||
- name: Setup Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v4.6.1 | ||
uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ matrix.python-version }}${{ matrix.experimental && '-dev' || '' }} | ||
architecture: x64 | ||
|
@@ -103,7 +123,7 @@ jobs: | |
poetry --version | ||
- name: Setup Python 3.10 | ||
uses: actions/setup-python@v4.6.1 | ||
uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: '3.10' | ||
architecture: x64 | ||
|
@@ -143,7 +163,7 @@ jobs: | |
poetry --version | ||
- name: Set up Python | ||
uses: actions/setup-python@v4.6.1 | ||
uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: '3.10' | ||
cache: 'pip' | ||
|
@@ -179,3 +199,4 @@ jobs: | |
uses: codecov/[email protected] | ||
with: | ||
fail_ci_if_error: true | ||
token: ${{ secrets.CODECOV_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...d}}/.github/workflows/{% if cookiecutter.include_ci_files == 'GitHub' %}test.yml{%endif%}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
singer_sdk.typing.Constant | ||
========================== | ||
|
||
.. currentmodule:: singer_sdk.typing | ||
|
||
.. autoclass:: Constant | ||
:members: | ||
:special-members: __init__, __call__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
singer_sdk.typing.DiscriminatedUnion | ||
==================================== | ||
|
||
.. currentmodule:: singer_sdk.typing | ||
|
||
.. autoclass:: DiscriminatedUnion | ||
:members: | ||
:special-members: __init__, __call__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
singer_sdk.typing.OneOf | ||
======================= | ||
|
||
.. currentmodule:: singer_sdk.typing | ||
|
||
.. autoclass:: OneOf | ||
:members: | ||
:special-members: __init__, __call__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.