Alexandre Poumaroux
5d699b9ebf
Commercial fixes, CI tests, more tests, coverage ( #883 )
...
* Add authentication flags for list-qt-commercial, add tests for coverage
* Add dry run
* Make tests really use auth since secrets have been added, fix some indents
* Fix auth issue, rename user 'email, and password 'pw'
* Fix modules param type
* Update commands names
2025-02-22 09:56:56 +09:00
Hiroshi Miura
a30f5a3d05
Release version 3.2.0
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Signed-off-by: miurahr <miurahr@linux.com >
v3.2.0
2025-01-29 08:07:32 +09:00
tsteven4
06b821965d
fix list-src,doc,examples for >= 6.8.0 ( #880 )
...
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
* fix list-src,doc,examples for >= 6.8.0
* generalize test_list_src_doc_examples_cli for version
* tweak expected url patterns.
2025-01-28 20:55:01 +09:00
Alexandre Poumaroux
cbe159f38a
Add support for commercial versions of Qt ( #878 )
...
* Add install-qt-commercial feature and tests
* Make the auto-answers parameters, fix linter issues
* Fork and execv instead of using subprocess
* Return to simpler process execution method version
* Fix test
* Move commercial installer into its own file
* Fix shadowing of symbol platform causing errors
* Adapt test_cli for argparse format changes on py 3.13+
* Fix some errors, monkeypatch install test
* Add --override super command
* Properly handle --override and grab all the remaining commands when no quotes are given
* Fix tests
* Add base for modules, some niche features are not yet entirely implemented, and there are no updates to the testsuite
* Fix some mistakes
* Fix errors made with the monkeypatch, update Settings to make sure its init
* Tests commercial (#20 )
* Full support of installation of all modules and addons
* Add auto setup of cache folder for each OS, add unattended parameter
* Fix settings folders
* Add graceful error message for overwrite case
* Fix windows issue
* Hidden summon works
* Remove both subprocess direct calls
* Dipose of temp folder
* Fix path issue
* Add list-qt-commercial command
* Fix help info
* Make no params valid for list-qt-commercial
* Fix lint errors, and param overflow when no args are passed to list
* Fix search
* Add tests for coverage, fix lint
* Test for overwriting, and for cache usage coverage
* Return to clean exec, ignoring CI fail to preserve code clarity
* Fix parsing of subprocess.run output for some python versions
* Make output more readable in console for list-qt-commercial
* Forward email and password to list request for users without a qtaccount.ini
* Change default settings
* Fix lint errors
* Fix check error
2025-01-28 20:51:53 +09:00
Hiroshi Miura
7917b2d725
Merge pull request #875 from miurahr/topic/miurahr/migrate-to-patch-ng
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
chore: migrate to patch_ng
2025-01-06 16:06:50 +09:00
Alexandre Poumaroux
128fa5bc8c
Update docs for more recent versions of Qt, and for WASM ( #876 )
...
* Update getting_started.rst
* Update getting_started.rst
* Update cli.rst
* Specify one command is for Qt5 only
2025-01-06 16:04:44 +09:00
Alexandre Poumaroux
a09b5cee28
Fix WASM ( #846 )
...
* Rewrite WASM support
* Add WASM tests to CI, update CI to test more the latest versions, add auto EMSDK version detection function
* Fix some mistakes, typos, moved emsdk version function into BuildJob
* Fix issue related to extensions interfering with wasm on 6.8+
* Fix tests
* Remove dep on Version in CI
* Remove safety before patch
* handle cases where extensions don't exist.
for example with windows desktop 6.8.1 win64_msvc2022_arm64_cross_compiled
both qtwebengine and qtpdf don't exist.
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* for --long-modules assume extension doesn't exist on download error.
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* for --modules assume extension doesn't exist for download failures.
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* reformat with black
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* fix flake8 regression that doesn't occur locally.
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* Fix autodesktop by also updating the OS when searching for a valid desktop version to download
* Fix extension issue, reduce the possible retry for getting extensions to prevent server spam
* Fix CI asking for msvc2019 on 6.8+ but its no longer supported
* Make CI use C++20 and MSVC2022
* Fix linux build
* Update runners to windows-2022
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* Fix patching
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* Add back the semantic version changes to prevent crashes, add tests for it
* Update checks
* Cast 'https://mirrors.ustc.edu.cn ' to the shadow realm
* Again
* Update settings.ini
* Update settings.ini
* Update settings.ini
* Remove one_rep on silent
* Update settings.ini
* Restore master settings, remove hash check
* ci: Use specific mirror
Attempt to work around download errors in Azure due to Qt's official download site often redirecting to mirrors to which the network connection is unstable
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* Re enable hash checking
* Treat read timeout error during download as connection error
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
* Add test for modules in WASM with autodesktop
* Fix format
* Fix test
* Make '--autodesktop' trigger its own install process, and test it
* Fix older autodesktop tests
* Add mock update files for 680 wasm, add test for wasm 680 autodesktop
* Passes the additional tests
* Fix format
* Improve coverage, fix format
* Fix tests and improve logging or install
* Fix format
* Fix regression in other tests
* Use flavor
* Fix line len
* Fix codeql
* Fix list-qt for WASM arch on 6.5.x and 6.6.x, restore to original download URL
* Fix test error
* Revert ci settings URL as it is never used by clients, only in CI
* Add comment for clarity in ci/settings.ini
---------
Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com >
Co-authored-by: tsteven4 <13596209+tsteven4@users.noreply.github.com >
Co-authored-by: J.D. Purcell <jdpurcell@gmail.com >
2025-01-06 15:35:40 +09:00
Hiroshi Miura
673b1695db
Merge pull request #871 from tsteven4/installextensiontest
...
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
enhance test_install to exercise extensions
2025-01-04 23:55:07 +09:00
Hiroshi Miura
02e8c0d08a
chore: migrate to patch_ng
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2025-01-04 23:36:43 +09:00
tsteven4
6dc847e599
enhance test_install to exercise extensions
2024-12-26 11:39:08 -07:00
Hiroshi Miura
f81078f0ad
style: isort
...
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-24 16:05:44 +09:00
Hiroshi Miura
eb164e552b
Improve type definitions and styles ( #869 )
...
- exclude .reviewdog.yml from source distribution
- Add more type hints
- protective check for self.config in SettingsClass
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-24 14:45:04 +09:00
tsteven4
f914397685
fix source/doc/examples with qstkdrepo changes. ( #857 )
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
* fix source/doc/examples with qstkdrepo changes.
This handles all_os/qt/qt6_xyz_src_doc_examples changing
to all_os/qt/qt6/xyz/[unix|windows]_line_endings_src
for both list and install commands.
* configure pylint max-line-length to match others.
* Revert "configure pylint max-line-length to match others."
This reverts commit 8ebba90c36 .
2024-12-21 10:03:13 +09:00
tsteven4
3f2f59d488
appease mypy Version no-untyped-call ( #864 )
...
* appease mypy Version no-untyped-call
Without the type hint we get:
error: Call to untyped function "Version" in typed
context [no-untyped-call]
Note that our Version is derived from semantic_version, which
doesn't have type hints.
* mark class definition __init__ functions -> None.
This prevents reviewdog from generating an no-untyped-call warning
when a new instance of the class is created. This behavior is
a time bomb. reviewdog flags the warning at the line the new instance
was added, which is within the scope of the diffs, but the problem lies
elsewhere, in the class definition.
* fix mypy import-untyped error.
2024-12-21 10:02:21 +09:00
Hiroshi Miura
f8537321c1
Release version 3.1.21
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
v3.1.21
2024-12-20 20:33:51 +09:00
Hiroshi Miura
19ba751656
chore: relax dependency py7zr >=0.22.0
...
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 17:57:20 +09:00
Hiroshi Miura
1f1d9562c9
chore: give pr permission for reviewdog ( #862 )
...
* chore: give pr permission for reviewdog
- Run linter the PR is against master branch
- Run linter when pull-request triggered
- Allow review dog to put review comment on PR
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: wip
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: github actions jobs permissions
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: ci: drop pylint from linter action
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 14:54:19 +09:00
Hiroshi Miura
82385435c4
chore: drop lfs configuration
...
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 12:29:49 +09:00
Hiroshi Miura
27f15b7598
Merge pull request #863 from miurahr/topic/miurahr/pylint-configuration-on-pyproject-toml
...
chore: add pylint configration on pyproject.toml
2024-12-19 09:56:02 +09:00
Hiroshi Miura
7cb9dbc4b3
chore: add pylint configration on pyproject.toml
...
and drop CI check with pylint
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 09:42:00 +09:00
Hiroshi Miura
de441a1ce8
chore: CI: steup-java only when master branch
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-19 08:18:54 +09:00
Hiroshi Miura
b4a38a7b58
Merge pull request #859 from tsteven4/checkcov
...
restrict coverage reports to master branch
2024-12-19 08:14:41 +09:00
tsteven4
7062c1ee75
restrict coverage reports to master branch
2024-12-18 07:55:21 -07:00
Hiroshi Miura
fa497729dd
chore/ci: setup reviewdog ( #835 )
...
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
* chore/ci: setup reviewdog
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: apply reviewdog to mypy and check
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: set REVIEWDOG_GITHUB_API_TOKEN
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: use --fail-level=error for reviewdog
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore/ci: update tox config
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: update lint checks with reviewdog
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: checkout with lfs
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: fix missing file
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: remove unused token
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: install linter
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-17 21:46:25 +09:00
Hiroshi Miura
7a127281f2
Merge pull request #855 from xavier2k6/aqt_codeql_bump
...
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Update codeql-analysis workflow
2024-12-17 12:25:40 +09:00
Hiroshi Miura
17db163d85
docs: update authors.rst
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-17 11:42:10 +09:00
Hiroshi Miura
c23cb1daad
docs: update CHANGELOG.rst
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-17 11:33:10 +09:00
Hiroshi Miura
f4cb3b8ec4
chore: drop unused wiki creation GitHub actions workflow
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-17 11:28:30 +09:00
Hiroshi Miura
9f495dbb9f
Chore: send coverage data to codacy and put badge on readme ( #856 )
...
* chore: send coverage to codacy service
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* docs: add codacy badge
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: track jar file in LFS
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: add codacy utility in ci/ folder
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: use bundled ci/codacy-coverage-reporter-assembly.jar
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* chore: ci: checkout with lfs support
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
---------
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-17 11:18:20 +09:00
xavier2k6
ec33b92678
Update codeql-analysis workflow
2024-12-16 22:04:49 +00:00
Hiroshi Miura
5ee98eff82
Merge pull request #854 from tsteven4/androidinstall
...
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
fix computation of archive location for android install.
2024-12-16 23:11:53 +09:00
Hiroshi Miura
b8683afb0c
Merge pull request #852 from tsteven4/extensionsmaynotexist
...
handle cases where extensions don't exist.
2024-12-16 23:11:21 +09:00
Hiroshi Miura
cbfae6b4c9
Merge pull request #853 from jdpurcell/pr-qt-scripts
...
Patch additional Qt scripts
2024-12-16 23:10:31 +09:00
tsteven4
9ae5295ae4
fix computation of archive location for android install.
2024-12-15 14:32:36 -07:00
tsteven4
7d50defe7e
fix flake8 regression that doesn't occur locally.
2024-12-14 19:01:04 -07:00
tsteven4
a49ca11548
reformat with black
2024-12-14 18:48:06 -07:00
tsteven4
6d944b4b80
for --modules assume extension doesn't exist for download failures.
2024-12-14 18:43:31 -07:00
tsteven4
f70e5b8d6b
for --long-modules assume extension doesn't exist on download error.
2024-12-14 18:34:04 -07:00
J.D. Purcell
2e7a1cb4b9
Update test script to recognize new patch behavior
2024-12-14 18:46:44 -05:00
J.D. Purcell
00e95c9129
Patch additional Qt scripts
...
Patches qtpath (introduced by QTBUG-97821) and the versioned variant of the tool wrapper scripts (introduced by QTBUG-109024)
2024-12-14 16:36:13 -05:00
tsteven4
c8793b3f06
handle cases where extensions don't exist.
...
for example with windows desktop 6.8.1 win64_msvc2022_arm64_cross_compiled
both qtwebengine and qtpdf don't exist.
2024-12-14 09:16:52 -07:00
Hiroshi Miura
5a2e7295a3
Release v3.1.20
...
Check tox tests, lint and types / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
* search for modules in extensions directory (#838 )
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
v3.1.20
2024-12-12 00:11:54 +09:00
Hiroshi Miura
242a9a667f
Merge pull request #838 from tsteven4/qtextensions
...
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Check tox tests, lint and types / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
search for modules in extensions directory
2024-12-04 23:42:16 +09:00
tsteven4
cdabdefe0c
incorporate improvement from review
...
Co-authored-by: Hiroshi Miura <miurahr@linux.com >
2024-12-03 05:48:24 -07:00
tsteven4
8a117b7081
Merge branch 'master' into qtextensions
2024-12-02 07:04:43 -07:00
Hiroshi Miura
a6ce4fccdd
docs: fix changelog link
...
Check tox tests, lint and types / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2024-12-01 11:05:14 +09:00
Hiroshi Miura
58c2ce6dc3
Release v3.1.19
...
Support Qt 6.8.1 and Python 3.13. amd many bug fixes.
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
v3.1.19
2024-12-01 10:58:14 +09:00
Hiroshi Miura
4625000a1a
Merge pull request #841 from tsteven4/operations
...
Handle Updates.xml Operation extract elements. Fix the issue #840
2024-12-01 10:20:38 +09:00
tsteven4
1b2a9b2715
try to fix type test again, add 6.8.1 test
2024-11-30 16:33:46 -07:00
tsteven4
a590b6e208
attempt to fix types test
2024-11-30 16:21:59 -07:00