Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/workflows/configuration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Configuration

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Configuration/src/ConfigurationProviders/**
- .github/workflows/configuration.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Configuration/src/ConfigurationProviders/**
- .github/workflows/configuration.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/management.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Management

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Security/src/ActuatorApi/**
- .github/workflows/management.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Security/src/ActuatorApi/**
- .github/workflows/management.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/mongodb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: MongoDB

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/MongoDb/**
- .github/workflows/mongodb.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/MongoDb/**
- .github/workflows/mongodb.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/mysql-efcore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: MySQL - Entity Framework Core

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/MySqlEFCore/**
- .github/workflows/mysql-efcore.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/MySqlEFCore/**
- .github/workflows/mysql-efcore.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: MySQL

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/MySql/**
- .github/workflows/mysql.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/MySql/**
- .github/workflows/mysql.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/networkfileshares.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Network File Shares

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- FileShares/src/FileSharesWeb/**
- .github/workflows/networkfileshares.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- FileShares/src/FileSharesWeb/**
- .github/workflows/networkfileshares.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/postgresql-efcore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: PostgreSQL - Entity Framework Core

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/PostgreSqlEFCore/**
- .github/workflows/postgresql-efcore.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/PostgreSqlEFCore/**
- .github/workflows/postgresql-efcore.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/postgresql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: PostgreSQL

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/PostgreSql/**
- .github/workflows/postgresql.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/PostgreSql/**
- .github/workflows/postgresql.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
42 changes: 42 additions & 0 deletions .github/workflows/rabbitmq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: RabbitMQ

on:
workflow_dispatch:
push:
branches:
- main
- '[0-9]+.x'
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/RabbitMQ/**
- .github/workflows/rabbitmq.yml
- .github/workflows/shared-test-workflow.yml
pull_request:
paths:
- .gitattributes
- .gitignore
- behave*
- Pipfile*
- pyenv.pkgs
- '**/*.py'
- Connectors/src/RabbitMQ/**
- .github/workflows/rabbitmq.yml
- .github/workflows/shared-test-workflow.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
echo:
if: ${{ github.repository == 'TNZ/steeltoe-samples' }}
runs-on: tpe-nano

steps:
- name: Verify trigger
run: echo "Job was triggered successfully!"
Loading