-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
152 additions
and
170 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 |
---|---|---|
|
@@ -4,24 +4,23 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd components/api_server | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/api_server | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/api_server | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd components/api_server | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/api_server | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/api_server | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,20 +4,19 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd tests/application_tests | ||
ci/pip-install.sh | ||
- name: Quality | ||
run: | | ||
cd tests/application_tests | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd tests/application_tests | ||
ci/pip-install.sh | ||
- name: Quality | ||
run: | | ||
cd tests/application_tests | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,24 +4,23 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd components/collector | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/collector | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/collector | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd components/collector | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/collector | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/collector | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,25 +4,24 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd docs | ||
ci/pip-install.sh | ||
npm install --ignore-scripts | ||
- name: Test | ||
run: | | ||
cd docs | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd docs | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd docs | ||
ci/pip-install.sh | ||
npm install --ignore-scripts | ||
- name: Test | ||
run: | | ||
cd docs | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd docs | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,20 +4,19 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd tests/feature_tests | ||
ci/pip-install.sh | ||
- name: Quality | ||
run: | | ||
cd tests/feature_tests | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd tests/feature_tests | ||
ci/pip-install.sh | ||
- name: Quality | ||
run: | | ||
cd tests/feature_tests | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,24 +4,23 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd components/notifier | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/notifier | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/notifier | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd components/notifier | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/notifier | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/notifier | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,20 +4,19 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd release | ||
ci/pip-install.sh | ||
- name: Quality | ||
run: | | ||
cd release | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd release | ||
ci/pip-install.sh | ||
- name: Quality | ||
run: | | ||
cd release | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -4,24 +4,23 @@ on: [push] | |
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
run: | | ||
cd components/shared_code | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/shared_code | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/shared_code | ||
ci/quality.sh | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.13.0-rc.1" | ||
- name: Install dependencies | ||
run: | | ||
cd components/shared_code | ||
ci/pip-install.sh | ||
- name: Test | ||
run: | | ||
cd components/shared_code | ||
ci/unittest.sh | ||
- name: Quality | ||
run: | | ||
cd components/shared_code | ||
ci/quality.sh |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
uses: actions/setup-python@v5 | ||
if: env.SONAR_TOKEN != null | ||
with: | ||
python-version: "3.12" | ||
python-version: "3.13.0-rc.1" | ||
- name: Set up Node | ||
uses: actions/[email protected] | ||
if: env.SONAR_TOKEN != null | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.12.5-alpine3.20 AS compile-image | ||
FROM python:3.13.0rc1-alpine3.20 AS compile-image | ||
|
||
WORKDIR /home/server | ||
|
||
|
@@ -11,7 +11,7 @@ COPY api_server/requirements/requirements-internal.txt /requirements-internal.tx | |
COPY shared_code /home/shared_code/ | ||
RUN pip install --no-cache-dir --use-pep517 -r /requirements-internal.txt | ||
|
||
FROM python:3.12.5-alpine3.20 | ||
FROM python:3.13.0rc1-alpine3.20 | ||
|
||
LABEL maintainer="Quality-time team <[email protected]>" | ||
LABEL description="Quality-time API-server" | ||
|
Oops, something went wrong.