Skip to content

Commit

Permalink
Add licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
davitmamrikishvili committed Aug 22, 2024
1 parent 7c34e55 commit 147c33d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ jobs:
uses: th2-net/.github/.github/workflows/python-scan.yml@python-workflow
with:
safety-args: '-i 70612'

2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
autoflake
black
c==2.0.3.0 # To test utils. Utils imports resolvers
importlib_metadata
lazydocs
pre-commit
pydocstyle
pytest
pytest-mock
pytest-xdist
th2-data-services-lwdp==2.0.3.0 # To test utils. Utils imports resolvers
14 changes: 14 additions & 0 deletions th2_data_services/utils/event_utils/select.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2023-2024 Exactpro (Exactpro Systems Limited)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# The module for selecting events by some rules
from collections import defaultdict
from datetime import datetime
Expand Down
15 changes: 15 additions & 0 deletions th2_data_services/utils/message_utils/frequencies.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Copyright 2023-2024 Exactpro (Exactpro Systems Limited)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


# from th2_data_services import MESSAGE_FIELDS_RESOLVER
from typing import Callable, Iterable, List
from th2_data_services.utils import misc_utils
Expand Down

0 comments on commit 147c33d

Please sign in to comment.