From 33bde086c1fa6ac2d53563799347edb0fbe95990 Mon Sep 17 00:00:00 2001 From: Nuwan Jayawardene Date: Thu, 5 Dec 2024 01:08:35 +0530 Subject: [PATCH 1/4] [integration-test] [ci/cd] Fix install-client-sources script (#1588) **Link the Issue(s) this Pull Request is related to.** N/A **Summarize your change.** Fixes broken filepath of ci/fix_compiled_proto.py directory. Identified as it broke the integration test script. --- sandbox/install-client-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/install-client-sources.sh b/sandbox/install-client-sources.sh index 80ed1f39e..2ce711681 100755 --- a/sandbox/install-client-sources.sh +++ b/sandbox/install-client-sources.sh @@ -10,7 +10,7 @@ python -m grpc_tools.protoc -I=. \ --python_out=../pycue/opencue/compiled_proto \ --grpc_python_out=../pycue/opencue/compiled_proto ./*.proto cd .. -python ../ci/fix_compiled_proto.py pycue/opencue/compiled_proto +python ci/fix_compiled_proto.py pycue/opencue/compiled_proto # Install all client packages. pip install pycue/ pyoutline/ cueadmin/ cuesubmit/ cuegui/ From b81e2395057ea9a27790e246d3cfe0f69ffa1439 Mon Sep 17 00:00:00 2001 From: Nuwan Jayawardene Date: Thu, 5 Dec 2024 01:57:47 +0530 Subject: [PATCH 2/4] [ci/cd] Add integration test to testing-pipeline.yml (#1606) **Link the Issue(s) this Pull Request is related to.** N/A **Summarize your change.** Adds integration test script to testing pipeline to ensure key OpenCue components work in cohesion with individual changes. Co-authored-by: Diego Tavares --- .github/workflows/testing-pipeline.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/testing-pipeline.yml b/.github/workflows/testing-pipeline.yml index 75d8c8111..82f142fe8 100644 --- a/.github/workflows/testing-pipeline.yml +++ b/.github/workflows/testing-pipeline.yml @@ -49,6 +49,23 @@ jobs: chown -R aswfuser:aswfgroup . su -c "cd cuebot && ./gradlew build --stacktrace --info" aswfuser + integration_test: + name: Run Integration Test + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Run test + run: ci/run_integration_test.sh + + - name: Archive log files + uses: actions/upload-artifact@v3 + if: ${{ always() }} + with: + name: test-logs + path: /tmp/opencue-test/*.log + lint_python: name: Lint Python Code runs-on: ubuntu-22.04 From 35105a86b6b722620c433f5f2f30357997184dd8 Mon Sep 17 00:00:00 2001 From: Ramon Figueiredo Date: Wed, 4 Dec 2024 12:30:10 -0800 Subject: [PATCH 3/4] Add ASWF OpenCue Playlist, Opencue Slack channel, and Zoom biweekly meeting link in the README (#1607) - Added the ASWF YouTube link to the [OpenCue Playlist](https://www.youtube.com/playlist?list=PL9dZxafYCWmzSBEwVT2AQinmZolYqBzdp) in the Opencue README file for better accessibility to learning resources. - Added the [Opencue Slack channel](https://academysoftwarefdn.slack.com/archives/CMFPXV39Q) to the README.md - Added the [Zoom](https://www.google.com/url?q=https://zoom-lfx.platform.linuxfoundation.org/meeting/95509555934?password%3Da8d65f0e-c5f0-44fb-b362-d3ed0c22b7c1&sa=D&source=calendar&ust=1717863981078692&usg=AOvVaw1zRcYz7VPAwfwOXeBPpoM6) biweekly meeting link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cba071184..ab668edc6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ OpenCue provides the following features to help manage rendering jobs at scale: For more information on installing, using, and administering OpenCue, visit [www.opencue.io](https://www.opencue.io). +Watch YouTube videos on the [OpenCue Playlist](https://www.youtube.com/playlist?list=PL9dZxafYCWmzSBEwVT2AQinmZolYqBzdp) of the Academy Software Foundation (ASWF) to learn more. + # Meeting notes Starting from May 2024, all Opencue meeting notes are stored on the [Opencue Confluence page](http://wiki.aswf.io/display/OPENCUE/OpenCue+Home). @@ -51,3 +53,7 @@ For meeting notes before May 2024, please refer to the Opencue repository in the To join the OpenCue discussion forum for users and admins, join the [opencue-user mailing list](https://lists.aswf.io/g/opencue-user) or email the group directly at . + +Join the [Opencue Slack channel](https://academysoftwarefdn.slack.com/archives/CMFPXV39Q). + +Working Group meets biweekly at 2pm PST on [Zoom](https://www.google.com/url?q=https://zoom-lfx.platform.linuxfoundation.org/meeting/95509555934?password%3Da8d65f0e-c5f0-44fb-b362-d3ed0c22b7c1&sa=D&source=calendar&ust=1717863981078692&usg=AOvVaw1zRcYz7VPAwfwOXeBPpoM6). From a266ef5322634c2bcea74558daca57e23f0e06c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:41:53 -0800 Subject: [PATCH 4/4] Bump pywin32 from 224 to 301 in /rqd (#1611) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pywin32](https://github.com/mhammond/pywin32) from 224 to 301.
Release notes

Sourced from pywin32's releases.

Release 301

The changes

If you use pip: pip install pywin32 --upgrade

A number of things don't work via pip, so you may choose to install binaries - but you must choose both the correct Python version and "bittedness".

Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2:

Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32
Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32
                              ^^^^^^^^^^^^^^

If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".

Release 300

This is the first release to support only Python 3.5 and up - Python 2 is no longer supported. To celebrate, the build numbers have jumped to 300! There were significant changes in this release - you are encouraged to read CHANGES.txt carefully.

To download pywin32 binaries you must choose both the correct Python version and "bittedness".

Note that there is one download package for each supported version of Python - please check what version of Python you have installed and download the corresponding package.

Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

To determine what version of Python you have, just start Python and look at the first line of the banner. A 32bit build will look something like

Python 3.8.1+ ... [MSC v.1913 32 bit (Intel)] on win32

While a 64bit build will look something like:

Python 3.8.1+ ... [MSC v.1913 64 bit (AMD64)] on win32

If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".

Release 228

To download pywin32 binaries you must choose both the correct Python version and "bittedness".

Note that there is one download package for each supported version of Python - please check what version of Python you have installed and download the corresponding package.

Some packages have a 32bit and a 64bit version available - you must download the one which corresponds to the Python you have installed. Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

To determine what version of Python you have, just start Python and look at the first line of the banner. A 32bit build will look something like

Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32

While a 64bit build will look something like:

Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32

... (truncated)

Changelog

Sourced from pywin32's changelog.

Build 301, released 2021-05-30

  • Fix some confusion on how dynamic COM object properties work. The old code was confused, so there's a chance there will be some subtle regression here - please open a bug if you find anything, but this should fix #1427.

  • COM objects are now registered with the full path to pythoncomXX.dll, fixes #1704.

  • Creating a win32crypt.CRYPT_ATTRIBUTE object now correctly sets cbData.

  • Add wrap and unwrap operations defined in the GSSAPI to the sspi module and enhance the examples given in this module. (#1692, Emmanuel Coirier)

  • Fix a bug in win32profile.GetEnvironmentStrings() relating to environment variables with an equals sign (@​maxim-krikun in #1661)

  • Fixed a bug where certain COM dates would fail to be converted to a Python datetime object with ValueError: microsecond must be in 0..999999. Shoutout to @​hujiaxing for reporting and helping reproduce the issue (#1655)

  • Added win32com.shell.SHGetKnownFolderPath() and related constants.

  • CoClass objects should work better with special methods like len etc. (#1699)

  • Shifted work in win32.lib.pywin32_bootstrap to Python's import system from manual path manipulations (@​wkschwartz in #1651)

  • Fixed a bug where win32print.DeviceCapabilities would return strings containing the null character followed by junk characters. (#1654, #1660, Lincoln Puzey)

Build 300, released 2020-11-14

  • Fixed a bug where win32com.client.VARIANT params were returned in the reverse order. This only happened when win32com.client.VARIANT was explicitly used (ie, not when normal params were passed) For example:

     arg1 = VARIANT(pythoncom.VT_R4 |
    pythoncom.VT_BYREF, 2.0)
        arg2 = VARIANT(pythoncom.VT_BOOL | pythoncom.VT_BYREF, True)
        object.SomeFunction(arg1, arg2)
    

    after this call, arg1.value was actually the value for arg2, and vice-versa (#1303, #622).

  • Fixed a bug that Pythonwin had an empty sys.argv (@​kxrob in #1607)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pywin32&package-manager=pip&previous-version=224&new-version=301)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AcademySoftwareFoundation/OpenCue/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rqd/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rqd/setup.py b/rqd/setup.py index 69c88c706..67df8364f 100644 --- a/rqd/setup.py +++ b/rqd/setup.py @@ -59,7 +59,7 @@ 'grpcio', 'grpcio-tools', 'psutil', - 'pywin32==224; platform_system == "Windows"', + 'pywin32==301; platform_system == "Windows"', 'wmi==1.5.1; platform_system == "Windows"' ] )