Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding favicon for all devices #6402

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9aec7e3
Adding favicon for all devices
jsaq007 Sep 19, 2024
89afd15
Merge branch 'master' into product-favicons
odeimaiz Sep 20, 2024
911c64d
override favicon in index.html
odeimaiz Sep 20, 2024
ad8c1ce
two more replacements
odeimaiz Sep 20, 2024
64f798c
complete metadata
odeimaiz Sep 20, 2024
764857d
minor
odeimaiz Sep 20, 2024
a4c68c3
Merge pull request #8 from odeimaiz/jsaq007-product-favicons
jsaq007 Sep 20, 2024
a286622
Merge branch 'master' of github.com:ITISFoundation/osparc-simcore int…
jsaq007 Sep 23, 2024
0f511d2
🎨 Enhances Product parsing to strip whitespaces in host_regex (#6419)
pcrespov Sep 23, 2024
4350ddd
🐛 [Frontend] Fix: Share and Leave Study (#6401)
odeimaiz Sep 23, 2024
5e08482
✨ [Frontend] Workspaces & Folders: Merge Workspace header and Folder …
odeimaiz Sep 23, 2024
3613041
🎨 [Frontend] Access Full TIP (#6423)
odeimaiz Sep 23, 2024
91f4412
🐛 [Frontend] Do not list/request ``/frontend/`` service's pricing pla…
odeimaiz Sep 23, 2024
a83d7dd
Bump actions/setup-node from 4.0.3 to 4.0.4 (#6425)
dependabot[bot] Sep 23, 2024
6cdd6f4
🎨 Persistent logs when GC removes services (#6403)
GitHK Sep 24, 2024
be12d3b
🎨 The user can remove themselves from the project/workspace. (#6415)
matusdrobuliak66 Sep 24, 2024
35ab98e
♻️ Maintenance: removing old folders (#6383)
matusdrobuliak66 Sep 24, 2024
3fb9076
🎨 improve DB foreign key dependencies (🗃️) (#6428)
matusdrobuliak66 Sep 24, 2024
755bdd5
✨ `dynamic-scheduler` pushes service state to the frontend (⚠️ devops…
GitHK Sep 24, 2024
0624d56
🐛 [Frontend] Fix: Do not listen to output related backend updates if …
odeimaiz Sep 24, 2024
93dbcb3
✅ e2e: new workflow to test `tiplite` (#6388)
pcrespov Sep 24, 2024
8129783
🎨 [Frontend] App mode: Scrollable Instructions (#6430)
odeimaiz Sep 24, 2024
04b118c
🎨 publish port events to frontend (#6396)
GitHK Sep 25, 2024
b46f836
🔒️ Strip credentials form image VCS (#6433)
GitHK Sep 25, 2024
d047b28
⬆️ Sep tests and tooling upgrade (#6431)
GitHK Sep 25, 2024
0bbb563
Remove the getting of icons from github
jsaq007 Sep 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
driver: docker-container
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: ${{ matrix.node }}
cache: "npm"
Expand Down Expand Up @@ -2359,7 +2359,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: ${{ matrix.node }}
cache: "npm"
Expand Down
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ max-statements=50
# Minimum number of public methods for a class (see R0903).
min-public-methods=2

# Minimum number of public methods for a class (see R0903).
max-positional-arguments=12

[EXCEPTIONS]

Expand Down
3 changes: 2 additions & 1 deletion api/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pylint: disable=unused-argument
# pylint: disable=redefined-outer-name
# pylint: disable=too-many-positional-arguments
# pylint: disable=unused-argument
# pylint: disable=unused-variable

import logging
Expand Down
18 changes: 9 additions & 9 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ attrs==24.2.0
# aiohttp
# jsonschema
# referencing
certifi==2024.7.4
certifi==2024.8.30
# via
# -c ../../requirements/constraints.txt
# requests
Expand All @@ -25,7 +25,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.7
idna==3.10
# via
# requests
# yarl
Expand All @@ -50,13 +50,13 @@ lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.5
# via werkzeug
more-itertools==10.4.0
more-itertools==10.5.0
# via openapi-core
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
openapi-core==0.19.3
openapi-core==0.19.4
# via -r requirements.in
openapi-schema-validator==0.6.2
# via
Expand All @@ -74,7 +74,7 @@ pathable==0.4.3
# via jsonschema-path
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements.in
# pytest-asyncio
Expand Down Expand Up @@ -114,11 +114,11 @@ six==1.16.0
# rfc3339-validator
termcolor==2.4.0
# via pytest-sugar
urllib3==2.2.2
urllib3==2.2.3
# via
# -c ../../requirements/constraints.txt
# requests
werkzeug==3.0.3
werkzeug==3.0.4
# via openapi-core
yarl==1.9.4
yarl==1.12.1
# via aiohttp
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"scripts": {
"linter": "npx eslint ./services/*/client/source/class/*/"
"linter": "npx eslint ./services/*/client/source/class/*/",
"linter-fix": "npx eslint ./services/*/client/source/class/*/ --fix"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
77 changes: 38 additions & 39 deletions packages/aws-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiocache==0.12.2
# -r requirements/_base.in
aiodebug==2.3.0
# via -r requirements/../../../packages/service-library/requirements/_base.in
aiodocker==0.22.2
aiodocker==0.23.0
# via -r requirements/../../../packages/service-library/requirements/_base.in
aiofiles==24.1.0
# via
Expand All @@ -28,13 +28,13 @@ aiohttp==3.10.5
# -c requirements/../../../requirements/constraints.txt
# aiobotocore
# aiodocker
aioitertools==0.11.0
aioitertools==0.12.0
# via aiobotocore
aiormq==6.8.0
aiormq==6.8.1
# via aio-pika
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
anyio==4.6.0
# via
# fast-depends
# faststream
Expand All @@ -56,9 +56,9 @@ botocore==1.34.131
# aiobotocore
# boto3
# s3transfer
botocore-stubs==1.35.2
botocore-stubs==1.35.25
# via types-aiobotocore
certifi==2024.7.4
certifi==2024.8.30
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/service-library/requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
Expand All @@ -81,9 +81,9 @@ dnspython==2.6.1
# via email-validator
email-validator==2.2.0
# via pydantic
fast-depends==2.4.8
fast-depends==2.4.11
# via faststream
faststream==0.5.18
faststream==0.5.23
# via -r requirements/../../../packages/service-library/requirements/_base.in
frozenlist==1.4.1
# via
Expand All @@ -93,15 +93,15 @@ googleapis-common-protos==1.65.0
# via
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
grpcio==1.66.0
grpcio==1.66.1
# via opentelemetry-exporter-otlp-proto-grpc
idna==3.7
idna==3.10
# via
# anyio
# email-validator
# requests
# yarl
importlib-metadata==8.0.0
importlib-metadata==8.4.0
# via opentelemetry-api
jmespath==1.0.1
# via
Expand All @@ -117,11 +117,11 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
opentelemetry-api==1.26.0
opentelemetry-api==1.27.0
# via
# -r requirements/../../../packages/service-library/requirements/_base.in
# opentelemetry-exporter-otlp-proto-grpc
Expand All @@ -130,35 +130,35 @@ opentelemetry-api==1.26.0
# opentelemetry-instrumentation-requests
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-exporter-otlp==1.26.0
opentelemetry-exporter-otlp==1.27.0
# via -r requirements/../../../packages/service-library/requirements/_base.in
opentelemetry-exporter-otlp-proto-common==1.26.0
opentelemetry-exporter-otlp-proto-common==1.27.0
# via
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-grpc==1.26.0
opentelemetry-exporter-otlp-proto-grpc==1.27.0
# via opentelemetry-exporter-otlp
opentelemetry-exporter-otlp-proto-http==1.26.0
opentelemetry-exporter-otlp-proto-http==1.27.0
# via opentelemetry-exporter-otlp
opentelemetry-instrumentation==0.47b0
opentelemetry-instrumentation==0.48b0
# via opentelemetry-instrumentation-requests
opentelemetry-instrumentation-requests==0.47b0
opentelemetry-instrumentation-requests==0.48b0
# via -r requirements/../../../packages/service-library/requirements/_base.in
opentelemetry-proto==1.26.0
opentelemetry-proto==1.27.0
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
opentelemetry-sdk==1.26.0
opentelemetry-sdk==1.27.0
# via
# -r requirements/../../../packages/service-library/requirements/_base.in
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
opentelemetry-semantic-conventions==0.47b0
opentelemetry-semantic-conventions==0.48b0
# via
# opentelemetry-instrumentation-requests
# opentelemetry-sdk
opentelemetry-util-http==0.47b0
opentelemetry-util-http==0.48b0
# via opentelemetry-instrumentation-requests
orjson==3.10.7
# via
Expand All @@ -172,13 +172,13 @@ orjson==3.10.7
# -r requirements/../../../packages/service-library/requirements/../../../packages/models-library/requirements/_base.in
pamqp==3.3.0
# via aiormq
protobuf==4.25.4
protobuf==4.25.5
# via
# googleapis-common-protos
# opentelemetry-proto
psutil==6.0.0
# via -r requirements/../../../packages/service-library/requirements/_base.in
pydantic==1.10.17
pydantic==1.10.18
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/service-library/requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
Expand All @@ -195,7 +195,7 @@ pydantic==1.10.17
# fast-depends
pygments==2.18.0
# via rich
pyinstrument==4.7.2
pyinstrument==4.7.3
# via -r requirements/../../../packages/service-library/requirements/_base.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -226,7 +226,7 @@ referencing==0.29.3
# jsonschema-specifications
requests==2.32.3
# via opentelemetry-exporter-otlp-proto-http
rich==13.7.1
rich==13.8.1
# via
# -r requirements/../../../packages/service-library/requirements/../../../packages/settings-library/requirements/_base.in
# -r requirements/../../../packages/settings-library/requirements/_base.in
Expand All @@ -237,7 +237,7 @@ rpds-py==0.20.0
# referencing
s3transfer==0.10.2
# via boto3
setuptools==74.0.0
setuptools==75.1.0
# via opentelemetry-instrumentation
sh==2.0.7
# via -r requirements/_base.in
Expand All @@ -253,22 +253,21 @@ toolz==0.12.1
# via -r requirements/../../../packages/service-library/requirements/_base.in
tqdm==4.66.5
# via -r requirements/../../../packages/service-library/requirements/_base.in
typer==0.12.4
typer==0.12.5
# via
# -r requirements/../../../packages/service-library/requirements/../../../packages/settings-library/requirements/_base.in
# -r requirements/../../../packages/settings-library/requirements/_base.in
# faststream
types-aiobotocore==2.13.2
types-aiobotocore==2.15.1
# via -r requirements/_base.in
types-aiobotocore-ec2==2.13.2
types-aiobotocore-ec2==2.15.1
# via types-aiobotocore
types-aiobotocore-s3==2.13.2
types-aiobotocore-s3==2.15.1
# via types-aiobotocore
types-aiobotocore-ssm==2.13.2
types-aiobotocore-ssm==2.15.1
# via types-aiobotocore
types-awscrt==0.21.2
types-awscrt==0.21.5
# via botocore-stubs
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.12.2
# via
Expand All @@ -281,7 +280,7 @@ typing-extensions==4.12.2
# types-aiobotocore-ec2
# types-aiobotocore-s3
# types-aiobotocore-ssm
urllib3==2.2.2
urllib3==2.2.3
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/service-library/requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
Expand All @@ -296,10 +295,10 @@ wrapt==1.16.0
# aiobotocore
# deprecated
# opentelemetry-instrumentation
yarl==1.9.4
yarl==1.12.1
# via
# aio-pika
# aiohttp
# aiormq
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
Loading
Loading