Skip to content

Commit

Permalink
Merge branch 'main' into feat/one-of-discriminator
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jun 20, 2023
2 parents 80aecf6 + 3e7f5b3 commit 650c18c
Show file tree
Hide file tree
Showing 42 changed files with 545 additions and 387 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ body:
label: Feature scope
description: Functionality this new feature would impact
options:
- Taps (catalog, state, stream maps, etc.)
- Targets (data type handling, batching, SQL object generation, etc.)
- Taps (catalog, state, stream maps, tests, etc.)
- Targets (data type handling, batching, SQL object generation, tests, etc.)
- Configuration (settings parsing, validation, etc.)
- CLI (options, error messages, logging, etc.)
- Cookiecutter templates
- Other
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].2
uses: actions/[email protected].3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==23.1.2
poetry==1.5.1
pre-commit==3.3.2
pre-commit==3.3.3
nox==2023.4.22
nox-poetry==1.0.2
2 changes: 1 addition & 1 deletion .github/workflows/cookiecutter-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Upgrade pip
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: GitHub dependency vulnerability check
if: ${{ github.event_name == 'pull_request_target' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Python
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Install Poetry
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Install Poetry
env:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Install Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pull-requests: write # to create and update PRs

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ repos:
)$
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0
rev: 0.23.1
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
rev: v0.0.272
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading

0 comments on commit 650c18c

Please sign in to comment.