aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/tests
Commit message (Expand)AuthorAgeFilesLines
* Add generic functions to read files and configurations from SFTP remotePatrik Teivonen2023-05-022-3/+106
* create_installer: Remove obsolete debug files patchingPatrik Teivonen2023-03-301-34/+1
* release_task_reader: Improve task parsing logging outputv6.5.0-packagingPatrik Teivonen2023-03-293-40/+57
* Add option to sign and notarize installer payloadv6.5.0-rc1-packagingPatrik Teivonen2023-03-133-5/+8
* bldinstallercommon.py: Refactor RPATH/RUNPATH patchingPatrik Teivonen2023-03-077-24/+100
* Support creating online repositories from QBSP filesIikka Eklund2023-02-221-1/+36
* bldinstallercommon: improve dir strip functionality, add unit testsv6.5.0-beta3-packagingPatrik Teivonen2023-02-141-0/+43
* create_installer: Fetch non-extractable payload directly to correct dirPatrik Teivonen2023-02-131-0/+46
* Fix some linter errors, broken Pipfile import, update readmePatrik Teivonen2023-02-101-1/+1
* Add operations for Debian repo creation and publishingIikka Eklund2023-02-102-2/+32
* release_task_reader.py: fix offline task validation issueAntti Kokko2023-02-071-1/+8
* release_task_reader.py: add validation for mandatory task settingsAntti Kokko2023-02-071-8/+60
* Support Debian task type in packaging configurationsIikka Eklund2023-01-302-36/+87
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-243-6/+8
* PL122: os.path.splitext("foo.bar") should be replaced by path.suffixPatrik Teivonen2023-01-242-25/+15
* sdkcomponent: Compress to a single archive when using pattern match uriPatrik Teivonen2023-01-241-15/+20
* test_release_repo_updater: Fix repogen path in unit test assertionPatrik Teivonen2023-01-131-2/+3
* PL111: os.path.expanduser("~") should be replaced by Path.home()Patrik Teivonen2023-01-131-2/+1
* Add Aptly repository manager client adapter for Debian repositoriesIikka Eklund2023-01-125-0/+226
* Create temporary directories with temppathlib's TemporaryDirectoryPatrik Teivonen2023-01-1211-197/+214
* Use the default location when creating temporary dirs with tempfilePatrik Teivonen2023-01-1010-39/+34
* PL109 os.getcwd() should be replaced by Path.cwd()Patrik Teivonen2023-01-1012-46/+53
* sdkcomponent.py: Fix get_archive_install_dir()Patrik Teivonen2023-01-051-15/+19
* Make resolve_wildcard_uri() crawl urls asynchronouslyPatrik Teivonen2022-12-291-1/+7
* Add wildcard/pattern match option for resolving payload urisPatrik Teivonen2022-12-291-4/+94
* Revert "Revert "Refactor create_installer.get_component_data""Patrik Teivonen2022-12-271-2/+36
* Revert "Revert "Refactor sdkcomponent.py""Patrik Teivonen2022-12-271-0/+256
* Revert "Refactor sdkcomponent.py"Patrik Teivonen2022-11-281-256/+0
* Revert "Refactor create_installer.get_component_data"Patrik Teivonen2022-11-281-36/+2
* Refactor create_installer.get_component_dataPatrik Teivonen2022-11-251-2/+36
* Refactor sdkcomponent.pyIikka Eklund2022-11-251-0/+256
* Refactor runner.py functionsPatrik Teivonen2022-11-012-52/+30
* Run unit tests with pytest in git hook and enable concurrencyPatrik Teivonen2022-10-281-26/+24
* Use asyncio.run instead of manual event loops, fix deprecation warningPatrik Teivonen2022-10-271-6/+11
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-263-4/+2
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-193-2/+4
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-183-4/+2
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-2211-94/+107
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-112-6/+6
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-0810-84/+84
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-088-234/+234
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-074-24/+24
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-075-63/+63
* Add unit test: bldinstallercommon.calculate_relpathv6.3.2-packagingPatrik Teivonen2022-09-071-0/+32
* test_locate_paths: Update to not fail when the result order differsPatrik Teivonen2022-09-071-1/+1
* Add pep8-naming to flake8, enable only limited checksPatrik Teivonen2022-09-072-14/+14
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-064-25/+25
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-018-13/+13
* Fix upload_ifw_to_remote unit testPatrik Teivonen2022-08-291-2/+4
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-233-12/+7