Skip to content

Commit f3f8d57

Browse files
authored
♻️ Maintenance: common redis client in service library (ITISFoundation#3689)
1 parent 1602748 commit f3f8d57

File tree

84 files changed

+537
-291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+537
-291
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
unit-test-webserver-01:
214214
needs: changes
215215
if: ${{ needs.changes.outputs.webserver == 'true' || github.event_name == 'push' }}
216-
timeout-minutes: 18 # if this timeout gets too small, then split the tests
216+
timeout-minutes: 25 # if this timeout gets too small, then split the tests
217217
name: "[unit] webserver 01"
218218
runs-on: ${{ matrix.os }}
219219
strategy:
@@ -299,7 +299,7 @@ jobs:
299299
unit-test-webserver-03:
300300
needs: changes
301301
if: ${{ needs.changes.outputs.webserver == 'true' || github.event_name == 'push' }}
302-
timeout-minutes: 18 # if this timeout gets too small, then split the tests
302+
timeout-minutes: 25 # if this timeout gets too small, then split the tests
303303
name: "[unit] webserver 03"
304304
runs-on: ${{ matrix.os }}
305305
strategy:

api/tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#

packages/dask-task-models-library/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_base.txt --resolver=backtracking --strip-extras requirements/_base.in
66
#

packages/dask-task-models-library/requirements/_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_test.txt --resolver=backtracking --strip-extras requirements/_test.in
66
#

packages/dask-task-models-library/requirements/_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_tools.txt --resolver=backtracking --strip-extras requirements/_tools.in
66
#

packages/models-library/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_base.txt --resolver=backtracking --strip-extras requirements/_base.in
66
#

packages/models-library/requirements/_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_test.txt --resolver=backtracking --strip-extras requirements/_test.in
66
#

packages/models-library/requirements/_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_tools.txt --resolver=backtracking --strip-extras requirements/_tools.in
66
#

packages/postgres-database/requirements/_base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_base.txt --resolver=backtracking --strip-extras requirements/_base.in
66
#

packages/postgres-database/requirements/_migration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements/_migration.txt --resolver=backtracking --strip-extras requirements/_migration.in
66
#

0 commit comments

Comments
 (0)