Skip to content

Comments

Merge release v2.3.2 into main#1435

Merged
sofyakurilova merged 166 commits intomainfrom
release/v2.3.2
Feb 20, 2026
Merged

Merge release v2.3.2 into main#1435
sofyakurilova merged 166 commits intomainfrom
release/v2.3.2

Conversation

@sofyakurilova
Copy link
Collaborator

No description provided.

sofyakurilova and others added 30 commits July 14, 2025 09:58
Co-authored-by: J Boddey <boddey@google.com>
* Calculate tests count for first page

* refactor first page calculation

---------

Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>
 _connection_ipaddr_ip_change
hitnik and others added 22 commits January 22, 2026 17:05
* Perform migration to the latest angular version (dependencies and code)

* Fix tests

* Fix budget
…has been started (#1421)

* Change condition for proper rendering
* Test Module Report - TLS Module (#1419)

* Generate html report for tls module

---------

Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>

* Adds html report

* Fix pylint

* Adds html report

* Adds html report

* change module reports extension to html

* rename module report file

* rename report

* remane report

* pylint

* fix dns module report

---------

Co-authored-by: Aliaksandr Nikitsin <aliaksandrn@google.com>
# Conflicts:
#	framework/requirements.txt
#	make/DEBIAN/control
#	modules/test/tls/python/requirements.txt
#	modules/ui/package-lock.json
#	modules/ui/src/app/components/device-item/device-item.component.html
#	modules/ui/src/app/components/list-item/list-item.component.html
#	modules/ui/src/app/components/list-item/list-item.component.ts
#	modules/ui/src/app/components/list-layout/list-layout.component.html
#	modules/ui/src/app/pages/general-settings/general-settings.component.html
#	modules/ui/src/app/pages/risk-assessment/profile-item/profile-item.component.html
#	modules/ui/src/app/pages/risk-assessment/risk-assessment.component.html
#	modules/ui/src/app/pages/testrun/components/test-result-dialog/test-result-dialog.component.html
#	modules/ui/src/app/pages/testrun/components/testrun-status-card/testrun-status-card.component.html
#	modules/ui/src/app/pages/testrun/components/testrun-status-card/testrun-status-card.component.ts
#	modules/ui/src/app/pages/testrun/components/testrun-table/testrun-table.component.html
#	modules/ui/src/app/pages/testrun/components/testrun-table/testrun-table.component.ts
#	resources/test_packs/pilot/report_templates/results.jinja
#	resources/test_packs/qualification/report_templates/results.jinja
@google-cla
Copy link

google-cla bot commented Feb 17, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

def run_server():
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
sock.bind(("0.0.0.0", MODBUS_PORT))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium test

'0.0.0.0' binds a socket to all interfaces.
Copy link
Collaborator

@KrystsinaT KrystsinaT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Thank you!

@sofyakurilova sofyakurilova merged commit a271ceb into main Feb 20, 2026
25 checks passed
@sofyakurilova sofyakurilova deleted the release/v2.3.2 branch February 20, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants